@charset "UTF-8";
/**************************************
  $AINTCSS
  Alphero INverted Triangle
**************************************/
/**************************************
  $FONTS
  NOTE: Used heavily in 'base/elements/typography.scss'
**************************************/
@font-face {
  font-family: 'black_sans';
  src: local("⌁"), url("/assets/fonts/blacksans-bold-webfont-949ef363c646d9c2456af9d67a94778f.woff2") format("woff2"), url("/assets/fonts/blacksans-bold-webfont-c73b2410441ae6853f2c0b317d7b077a.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'black_sans';
  src: local("⌁"), url("/assets/fonts/blacksans-semibold-webfont-647663a8d54cb4e2551213de87a56073.woff2") format("woff2"), url("/assets/fonts/blacksans-semibold-webfont-2cad33878a05bd674ca8f060aef6d4d7.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'black_sans';
  src: local("⌁"), url("/assets/fonts/blacksans-regular-webfont-d6761cbf250866e8870d97f03fa629a8.woff2") format("woff2"), url("/assets/fonts/blacksans-regular-webfont-e39c231a43d12536c68daf3c52b62a4c.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'black_sans';
  src: local("⌁"), url("/assets/fonts/blacksans-light-webfont-fd6d7d28381236231221d160e0c63f0b.woff2") format("woff2"), url("/assets/fonts/blacksans-light-webfont-3a1adaaecc5058a81d2b1f8b6ea844dc.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'black_sans_condensed';
  src: local("⌁"), url("/assets/fonts/blacksans-condensedbold-webfont-d8d1a089bac1b2223be51045deddce5e.woff2") format("woff2"), url("/assets/fonts/blacksans-condensedbold-webfont-162431ec44752cfa1d5879a255c0eab8.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'black_sans_condensed';
  src: local("⌁"), url("/assets/fonts/blacksans-condensedmedium-webfont-c3fa6db178f00a64802e9b02975751db.woff2") format("woff2"), url("/assets/fonts/blacksans-condensedmedium-webfont-33d77a007b8309e7013d3bc648fbcc0f.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'black_sans_condensed';
  src: local("⌁"), url("/assets/fonts/blacksans-condensedbook-webfont-7754396f57e04a1b67d9cd6727b0ee05.woff2") format("woff2"), url("/assets/fonts/blacksans-condensedbook-webfont-3a8f8e81b0e6d21c8c88d96166a70c77.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'black_sans_condensed';
  src: local("⌁"), url("/assets/fonts/blacksans-condensedlight-webfont-c3895059911a374b3b864a91ce2b12f1.woff2") format("woff2"), url("/assets/fonts/blacksans-condensedlight-webfont-a0e2fb7dd97f7c0aea0c6d21a4175162.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

/**************************************
  $VARIABLES
**************************************/
/* Global styles
========================== */
/* Colours
========================== */
/* Default Skin
 * Theme colours
========================== */
/* SCOD Specific Colours
========================== */
/* Font variables
 * Used largely as base settings in 'base/elements/typography.scss'
========================== */
/* Spacing units
 * (in rems) vertical & horizontal ($v & $h)
========================== */
/* Grid sizes
========================== */
/* TVNZ Plus backgrounds
========================== */
/**************************************
  $BORDER
**************************************/
/**
 * Border radius
 */
/**
 * Border
 */
/**************************************
  $DEFINITION LIST COLUMNS
**************************************/
/**************************************
  $EASING FUNCTIONS
  Timing functions courtesy of jquery.easie (github.com/jaukia/easie)
  Timing functions are the same as demoed here: http://jqueryui.com/resources/demos/effect/easing.html
**************************************/
/**************************************
  $FONT SIZE / LINE HEIGHT
**************************************/
/**
* Scalable font
*/
/**************************************
  $HOVER ACTIVE FOCUS
**************************************/
/**************************************
    $RETINA BACKGROUND IMAGES
**************************************/
/* 1.25 dpr */
/* 1.3 dpr */
/* 1.5 dpr */
/* 2.0 dpr */
/**************************************
  $MEDIA QUERIES
**************************************/
/**
 * Ranges
 */
/**
 * Breakpoints
 * - These are mirrored in app/types/ad.js
 */
.sm_range {
  width: rempx(47rem)0px; }

/**
 * Queries
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader-c5cd7f5300576ab4c88202b42f6ded62.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 9;
  padding: 0;
  border: none;
  outline: none;
  background-image: url("/assets/images/backtop-a837581d574f6a604181851bba92c93e.svg");
  background-size: contain; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    opacity: 0.85; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 2.25rem ;
    font-family: 'icons';
    line-height: 1;
    color: #0778d6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0.785rem;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg); }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0.785rem;
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg); }

.slick-next {
  right: 0.785rem;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg); }
  [dir="rtl"] .slick-next {
    left: 0.785rem;
    right: auto;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**************************************
  $BOX SIZING
  http://www.paulirish.com/2012/box-sizing-border-box-ftw/
**************************************/
/* Apply a natural box layout model to all elements, but allowing components to change
========================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="search"]:hover,
  input[type="text"]:hover,
  input[type="tel"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  textarea:hover,
  select:hover {
    font-size: initial; } }

@media (min-width: 47rem) {
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="search"]:hover,
  input[type="text"]:hover,
  input[type="tel"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  textarea:hover,
  select:hover {
    font-size: inherit; } }

/**************************************
  $NORMALIZE
**************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* Based on the above, but we have diverged quite a bit */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #000; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
details,
footer,
header,
main,
summary {
  display: block; }

main {
  font-size: 0; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -.5em;
  vertical-align: baseline; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }
  hr.delete {
    border-width: 1px;
    opacity: 0.5;
    border-top: 0;
    margin: 0; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
textarea,
button,
input,
select {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 *    NOTE: this line was causing ember's sass compiler to spit the dummy: "invalid top-level expression"
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Remove selected-element outline in Firefox.
 */
a:focus,
a:active {
  outline: none !important; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0; }

td,
th {
  padding: 0; }

svg title {
  color: #1d1d1d; }

/**************************************
  $TYPOGRAPHY
  NOTE: Variables found in 'base/settings/fonts.scss'
**************************************/
/* Selectors
========================== */
html, h1,
h2,
h3,
h4, .PlayerOverlay-title,
h5,
h6, .em,
.italic, em,
italic, .strong, strong, .Article-content blockquote cite, .bold, bold, .hub-section-title > h1 {
  font-family: "black_sans", "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400; }

.WaysToWatch-root {
  font-family: "black_sans_condensed", "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400; }

/* Text Elements
========================== */
html {
  font-size: 1rem ;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.57;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

h1,
h2,
h3,
h4,
.PlayerOverlay-title,
h5,
h6 {
  margin-top: 0.3925rem;
  margin-bottom: 0.3925rem; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  .PlayerOverlay-title a,
  h5 a,
  h6 a {
    color: currentColor; }

.h1, h1, .Article-video-title, .Card-title, .FeaturedList-title, .Hero-title {
  font-size: 1.5rem ;
  line-height: 1.25;
  font-weight: 800; }

@media (min-width: 47rem) {
  .h1, h1, .Hero-title {
    font-size: 2.5rem ;
    line-height: 1.1; } }


h2, .Episodes-actions-title, .ItemGridList-title, .Player-title, .Epg-detail-primary, .ItemStrip-header {
  font-size: 1.25rem ;
  line-height: 1.1;
  font-weight: 800; }

@media (min-width: 47rem) {
  
  h2, .Card-title, .Episodes-actions-title, .ItemGridList-title, .ItemStrip-header {
    font-size: 1.875rem ;
    line-height: 1.06667;
    font-weight: 800; } }


h3, .lead, .Article-content blockquote p, .Hero-airdate, .Belt-subtitle, .PageHeader-sponsorHeading, .Pagination-title {
  font-size: 1rem ;
  line-height: 1.5;
  font-weight: 800; }

@media (min-width: 47rem) {
  
  h3, .lead, .Article-content blockquote p, .Hero-airdate, .Authentication-title, .Article-video-title, .Belt-subtitle, .PageHeader-sponsorHeading, .FeaturedList-title, .Modal-title, .Modal-popup h5, .Pagination-title {
    font-size: 1.375rem ;
    line-height: 1.36364; } }


h4, .PlayerOverlay-title {
  font-size: 1rem ;
  line-height: 1.5;
  font-weight: 800; }

@media (min-width: 47rem) {
  
  h4, .PlayerOverlay-title {
    font-size: 1rem ;
    line-height: 1.5;
    font-weight: 800; } }


h5,
h6, .Footer-title, .SideMenu-title, .SubNav-item a, .Tile-title {
  font-size: 1rem ;
  line-height: 1.375;
  font-weight: 500; }

@media (min-width: 47rem) {
  
  h5,
  h6, .Footer-title, .SideMenu-title {
    font-size: 1rem ;
    line-height: 1.375;
    font-weight: 500; } }

.Button, .FavouriteButton--small, .FavouriteButton--hoverShow, .FavouriteButton--large, .scod-FavouriteButton--small, .scod-FavouriteButton--hoverShow, .scod-FavouriteButton--large, .Card-footer a, .Epg-badge, .Episode-badge, .Pagination-direction, .SidebarHeader-badge, .Tile-badge {
  font-size: 0.75rem !important;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 1px; }

.HorizontalNav-item {
  font-size: 1rem ;
  line-height: 1.375;
  font-weight: 800;
  letter-spacing: 1px; }

.fineprint {
  font-size: 0.625rem ;
  line-height: 1.8; }

.p, p {
  margin-top: 1rem; }

.em,
.italic,
em,
italic {
  font-style: italic; }

.strong, strong, .Article-content blockquote cite {
  font-weight: 800; }

.bold, bold {
  font-weight: 900; }

.ul, ul {
  list-style-type: disc; }

.ol, ol {
  list-style: decimal; }

.small, small, .Card-footer, .Episode-expiry, .Footer-copyright, .footer-kids__copyright, .footer-kids__version, .Pagination-date, .ShowLegals, .scod-legal-notice, .AppVersion {
  font-size: 0.75rem ;
  line-height: 1.66667; }

.medium, .Episode-meta, .Episodes-actions--right, .Player-meta, .Tile-meta {
  font-size: 0.875rem ;
  line-height: 1.42857;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (max-width: 47rem) {
  .small-sm {
    font-size: 0.75rem ;
    line-height: 1.66667; } }

small,
.sub,
sub,
.sup,
sup {
  font-size: 0.75rem ;
  line-height: 1.66667; }


.sub,
sub {
  vertical-align: sub; }


.sup,
sup {
  vertical-align: super; }

.lead, .Article-content blockquote p, .Hero-airdate {
  font-weight: 400; }

a {
  color: #0778d6; }

.grey {
  color: #888f94; }

/* External links
  * this method keeps text and icon nicely together, even on multiple lines if text wraps
  * generally external links should open in the same window allowing user to control navigation experience,
  * but this is not always preferred by clients or suitable to web apps
[target="_blank"] {
  padding-right: 14px;
  margin-right: 1px;
  background: url("images/icon-external-link.svg") no-repeat 100% 50%;
}
 ========================== */
/**************************************
  $ICONS
**************************************/
@font-face {
  font-family: "icons";
  src: local("⌁"), url("/assets/glyphs/tvnz-icons-118063d4098f2ca2aa863308e87cd350.woff?") format("woff");
  font-weight: normal;
  font-style: normal; }

.icon, .Select::before, .ChannelLineup-item-image-playButton, .Tile-playButton,
.Checkbox-label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tvnz-plus {
  content: "";
  background: url("/assets/images/tvnz-plus-icon-c532001c297fb2aa9898af9856097274.png");
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 0.3925rem;
  border-radius: 4px;
  margin-left: -0.40rem !important; }

.icon-info::before {
  content: "";
  background: url("/assets/images/ic-info-blue-526d9b3b018cac8b21499f9823cdbdf0.svg");
  background-size: cover;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 0.26167rem; }

.icon-tvnz::before {
  content: "";
  background: url("/assets/images/motif-98724a9b97fbd00be60f8ccce7cf9a4e.svg");
  background-size: cover;
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-right: 0.3925rem; }

.icon-notification-active::before {
  content: "";
  background: url("/assets/images/notification-active-c62184c43b4d2692e6d6f491ff7e1140.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.3925rem; }

.icon--circle {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block; }
  .icon--circle::before {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    line-height: 40px; }
  .icon--circle::after {
    content: " ";
    border: 1px solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%; }

.icon-backCircle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 30px;
  margin-left: 0.785rem;
  position: relative; }
  .icon-backCircle::before {
    font-size: 1.8125rem ;
    position: absolute;
    top: 10px;
    left: 0; }

.icon-ico_trailer:before {
  content: "\e94a"; }

.icon-ico_chromecast:before {
  content: "\e929"; }

.icon-ico_air-play:before {
  content: "\e946"; }

.icon-ico_sort:before {
  content: "\e947"; }

.icon-ico_hide_closed:before {
  content: "\e948"; }

.icon-ico_hide_open:before {
  content: "\e949"; }

.icon-share:before {
  content: "\e944"; }

.icon-twitter-like:before {
  content: "\e93c"; }

.icon-twitter-reply:before {
  content: "\e93d"; }

.icon-twitter-retweet:before {
  content: "\e93e"; }

.icon-hd:before {
  content: "\e945"; }

.icon-ad:before {
  content: "\e93f"; }

.icon-hearing:before {
  content: "\e940"; }

.icon-tick:before {
  content: "\e941"; }

.icon-cook-time:before {
  content: "\e939"; }

.icon-prep-time:before {
  content: "\e93a"; }

.icon-serves:before {
  content: "\e93b"; }

.icon-android:before {
  content: "\e901"; }

.icon-apple:before {
  content: "\e902"; }

.icon-burger:before {
  content: "\e903"; }

.icon-chevron-circlefill-down:before {
  content: "\e904"; }

.icon-chevron-circlefill-left:before {
  content: "\e905"; }

.icon-chevron-circlefill-right:before {
  content: "\e906"; }

.icon-chevron-circlefill-up:before {
  content: "\e907"; }

.icon-chevron-circlestroke-down:before {
  content: "\e908"; }

.icon-chevron-circlestroke-left:before {
  content: "\e909"; }

.icon-chevron-circlestroke-right:before {
  content: "\e90a"; }

.icon-chevron-circlestroke-up:before {
  content: "\e90b"; }

.icon-chevron-down:before, .icon-dropdown::before, .Select::before {
  content: "\e90c"; }

.icon-chevron-left:before, .icon-previous::before, .Epg-list.slick-slider .slick-prev::before {
  content: "\e90d"; }

.icon-chevron-right:before, .icon-next::before, .Epg-list.slick-slider .slick-next::before {
  content: "\e90e"; }

.icon-chevron-up:before, .is-open > .icon-dropdown::before {
  content: "\e90f"; }

.icon-close-circlefill:before {
  content: "\e910"; }

.icon-close-circlestroke:before {
  content: "\e911"; }

.icon-close:before {
  content: "\e912"; }

.icon-dropdown-arrow-down:before {
  content: "\e913"; }

.icon-dropdown-arrow-left:before {
  content: "\e914"; }

.icon-dropdown-arrow-right:before {
  content: "\e915"; }

.icon-dropdown-arrow-up:before {
  content: "\e916"; }

.icon-facebook:before {
  content: "\e917"; }

.icon-fast-forward:before {
  content: "\e918"; }

.icon-fill-screen:before {
  content: "\e919"; }

.icon-icons_shrink-screen:before {
  content: "\e942"; }

.icon-heart-active:before {
  content: "\e91a"; }

.icon-heart-inactive:before {
  content: "\e91b"; }

.icon-jump-to-end:before {
  content: "\e91c"; }

.icon-jump-to-start-copy:before {
  content: "\e91d"; }

.icon-jump-to-start:before {
  content: "\e91e"; }

.icon-mail:before {
  content: "\e91f"; }

.icon-messenger:before {
  content: "\e920"; }

.icon-notification-inactive:before {
  content: "\e921"; }

.icon-pause:before {
  content: "\e922"; }

.icon-play:before, .ChannelLineup-item-image-playButton:before, .Tile-playButton:before {
  content: "\e924"; }

.icon-refresh:before {
  content: "\e926"; }

.icon-reply-active:before {
  content: "\e927"; }

.icon-reply-inactive:before {
  content: "\e928"; }

.icon-rewind:before {
  content: "\e92a"; }

.icon-search:before {
  content: "\e92b"; }

.icon-settings-cog:before {
  content: "\e92c"; }

.icon-share-arrow:before {
  content: "\e92d"; }

.icon-star-active:before, .is-favourited .icon-star:before {
  content: "\e92e"; }

.icon-star-inactive:before, .icon-star:before {
  content: "\e92f"; }

.icon-stop:before {
  content: "\e930"; }

.icon-twitter:before {
  content: "\e931"; }

.icon-volume-down:before {
  content: "\e932"; }

.icon-volume-mute:before {
  content: "\e933"; }

.icon-volume-up:before {
  content: "\e934"; }

.icon-whatsapp:before {
  content: "\e935"; }

.icon-windows:before {
  content: "\e936"; }

.icon-xbox:before {
  content: "\e937"; }

.icon-icons_youtube:before, .icon-youtube::before {
  content: "\e943"; }

.icon-tiktok:before, .icon-tiktok::before {
  content: "\e90a"; }

.icon-instagram:before {
  content: "\e900"; }

.icon-playstation:before {
  content: "\e925"; }

.icon-pinterest:before {
  content: "\e938"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-mylist-check:before, .icon-mylist-active:before {
  content: "\e94b"; }

.icon-mylist-plus:before, .icon-mylist-inactive:before {
  content: "\e94c"; }

.icon-mylist-check-bold:before {
  content: "\e94d"; }

.icon-mylist-plus-bold:before {
  content: "\e94e"; }

.icon-facebook::before {
  color: #3d5c99; }

.icon-mail::before {
  color: #0778d6; }

.icon-messenger::before {
  color: #0080ff; }

.icon-twitter::before {
  color: #49b5ff; }

.icon-whatsapp::before {
  color: #29b201; }

.icon-youtube::before {
  padding-left: 7px; }

.icon-tiktok::before {
  font-size: 20px !important;
  margin-top: 6px !important;
  margin-left: 8px !important; }

.icon-star {
  font-size: 1.5em;
  vertical-align: bottom; }

.icon.icon-star-active, .is-favourited .icon.icon-star:before, .is-favourited .icon-star.ChannelLineup-item-image-playButton:before, .is-favourited .icon-star.Tile-playButton:before, .icon-star-active.Select::before, .Select.Tile-icon.icon-star-inactive:hover::before, .icon-star-active.ChannelLineup-item-image-playButton, .icon-star-active.Tile-playButton {
  color: #0778d6;
  opacity: 1 !important; }

/**************************************
   $CHECKBOX
 **************************************/
.Checkbox {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-transform: none; }

.Checkbox-label {
  position: relative;
  display: inline;
  font-size: 1rem ;
  line-height: 1.25;
  padding-left: 35px; }
  .Checkbox-label em {
    color: black;
    font-weight: 600;
    font-style: normal; }

.Checkbox-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.checkbox-textlabel {
  color: #fff; }

.Checkbox-label::before {
  content: ' ';
  font-size: 1rem ;
  line-height: 1.25;
  display: block;
  text-align: center;
  width: 24px;
  height: 24px;
  margin-right: 0.785rem;
  background: no-repeat 50% 50%;
  background-size: cover;
  background-color: #e9e9e9;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out; }

.Checkbox-label:hover::before {
  border: solid 1px #c2c2c2; }

.Checkbox-input:checked + .Checkbox-label::before,
.Checkbox-input.is-checked + .Checkbox-label::before {
  background-image: url("../assets/images/ic-checkbox-on-b5d14bf3598f2b8c3923c3d0d44e39d7.svg");
  border: none;
  border-radius: 4px; }

.Checkbox--inline {
  display: inline-block; }
  .Checkbox--inline:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.57rem; }

.scod-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  -webkit-animation: fade 0.5s;
          animation: fade 0.5s; }
  .scod-checkbox input {
    display: none; }
  .scod-checkbox:hover .scod-checkbox__checkbox {
    border-color: #c2c2c2; }
  .scod-checkbox__checkbox {
    height: 24px;
    min-width: 24px;
    background-color: #e9e9e9;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s; }
  input:checked + .scod-checkbox__checkbox {
    background-image: url("../assets/images/ic-checkbox-on-b5d14bf3598f2b8c3923c3d0d44e39d7.svg");
    background-color: #0778d6;
    border: 1px solid #0778d6; }
  .scod-checkbox:hover input:checked + .scod-checkbox__checkbox {
    border: 1px solid #0778d6; }
  .scod-checkbox label {
    font-size: 1rem ;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 32px;
    margin-left: -24px;
    z-index: 3; }
    .scod-checkbox label small {
      font-size: 0.875rem ;
      line-height: 1.5; }
    .scod-checkbox label em {
      font-weight: 500;
      font-style: normal; }

/**************************************
  $INPUT
**************************************/
[type='password'],
[type='search'],
[type='text'],
[type='number'],
[type='tel'] {
  -webkit-appearance: none;
  background-color: #fff;
  border-color: #e2e2e2;
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  padding: 11px 0.785rem;
  margin-top: 0.785rem; }
  [type='password']:focus,
  [type='search']:focus,
  [type='text']:focus,
  [type='number']:focus,
  [type='tel']:focus {
    outline: 0; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

[type='number'] {
  -moz-appearance: textfield; }

:required,
:invalid,
:-moz-submit-invalid,
:-moz-ui-invalid {
  box-shadow: none; }

.Input-pinEntry {
  text-align: center; }

.Input--error {
  border-color: #cc3333 !important; }

.Input--width1of1 {
  width: calc(100%); }

.Input--width1of4 {
  width: calc(25% - 0.785rem); }

.Input--width1of2 {
  width: calc(50% - 0.785rem); }

.Input--checkbox {
  width: 25px;
  margin-right: 0.3925rem;
  position: relative;
  top: 2px; }

.Input-withIcon {
  position: relative; }

.Input-icon {
  position: absolute;
  cursor: pointer;
  right: 1.04667rem;
  top: -10px;
  bottom: 0;
  z-index: 1; }
  .Input-icon .icon, .Input-icon .Select::before, .Input-icon .ChannelLineup-item-image-playButton, .Input-icon .Tile-playButton {
    font-size: 1.5rem ;
    position: absolute;
    top: calc(50% + 1.57rem/ 4);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.scod-input {
  background-color: transparent;
  border-radius: 8px;
  padding: 0;
  position: relative;
  -webkit-animation: fade 0.5s;
          animation: fade 0.5s; }
  .scod-input__error {
    font-size: 0.875rem ;
    line-height: 1.5;
    display: block;
    background-color: #ffd599;
    border-radius: 4px;
    width: 100%;
    color: #000;
    padding: 4px 8px;
    margin-top: 8px;
    -webkit-animation: fade 0.5s;
            animation: fade 0.5s; }
  .scod-input--error input {
    border-color: #f5a623 !important; }
  .scod-input input {
    font-size: 1.25rem ;
    line-height: 1.05;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #000;
    height: 64px;
    letter-spacing: 1.43px;
    margin: 0;
    padding: 20px 16px 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 100%; }
    .scod-input input::-webkit-input-placeholder {
      color: #999;
      opacity: 0;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    .scod-input input:-ms-input-placeholder {
      color: #999;
      opacity: 0;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    .scod-input input::-ms-input-placeholder {
      color: #999;
      opacity: 0;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    .scod-input input::placeholder {
      color: #999;
      opacity: 0;
      -webkit-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
    .scod-input input:hover {
      font-size: 1.25rem ;
      line-height: 1.05;
      border: 1px solid #c2c2c2; }
    .scod-input input:focus {
      border: 1px solid #0778d6; }
      .scod-input input:focus::-webkit-input-placeholder {
        opacity: 1; }
      .scod-input input:focus:-ms-input-placeholder {
        opacity: 1; }
      .scod-input input:focus::-ms-input-placeholder {
        opacity: 1; }
      .scod-input input:focus::placeholder {
        opacity: 1; }
    .scod-input input:focus-visible {
      outline: none; }
    .scod-input input:focus + label,
    .scod-input input:valid + label,
    .scod-input input:disabled + label {
      font-size: 0.75rem ;
      line-height: 1.75;
      color: #4a4a4a;
      font-weight: 500;
      top: 8px; }
  .scod-input label {
    font-size: 1.25rem ;
    line-height: 1.2;
    color: #999;
    cursor: text;
    left: 16px;
    position: absolute;
    top: 20px;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    white-space: nowrap; }

/**************************************
  $RADIO BUTTONS
**************************************/
.Radio {
  cursor: pointer;
  display: block;
  padding-left: 2.355rem;
  position: relative;
  text-align: left;
  margin-top: 0.785rem; }
  .Label-text + .Radio {
    margin-top: 0.3925rem; }

[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  left: 1px;
  position: absolute;
  height: 18px;
  top: 3px;
  width: 18px; }
  [type=radio]::before {
    background-color: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 100%;
    content: '';
    display: block;
    height: 1.57rem;
    width: 1.57rem;
    position: absolute;
    left: -2px;
    top: -4px; }
  [type=radio]:checked::before {
    border-color: #808080;
    background-color: #808080; }
  [type=radio]:checked::after {
    border: 2px solid #fff;
    border-radius: 100%;
    content: '';
    display: block;
    height: 18px;
    left: 1px;
    position: absolute;
    top: -1px;
    width: 18px; }

.Radio--error {
  color: #cc3333; }
  .Radio--error [type=radio]::before {
    border-color: #cc3333; }

.App--featureWebShowPageUIRefresh .Radio {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 15px;
  margin-top: 0; }
  .App--featureWebShowPageUIRefresh .Radio:not(:first-child) {
    padding-left: 0px; }

.App--featureWebShowPageUIRefresh .Radio-input {
  z-index: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute; }

.App--featureWebShowPageUIRefresh .Radio-label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem ;
  line-height: 1.25;
  color: #fff;
  padding-left: 35px;
  cursor: pointer; }
  @media (max-width: 47rem) {
    .App--featureWebShowPageUIRefresh .Radio-label {
      padding-left: 35px; } }

.App--featureWebShowPageUIRefresh .Radio-label::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url("../assets/images/ic-radiobutton-off-25702923abe154e2d3f9ebe24b428aa4.svg") no-repeat 50%;
  background-size: cover;
  position: absolute;
  left: 0px;
  -webkit-transition: background-image .2s ease-in-out;
  transition: background-image .2s ease-in-out; }

.App--featureWebShowPageUIRefresh .Radio-input:checked + .Radio-label::before,
.App--featureWebShowPageUIRefresh .Radio-input.is-checked + .Radio-label::before {
  background-image: url("../assets/images/ic-radiobutton-on-3c1a54764255b9fd649d5743f59d154f.svg");
  -webkit-transition: background-image .2s ease-in-out;
  transition: background-image .2s ease-in-out; }

.App--featureWebShowPageUIRefresh .Radio--inline {
  display: inline-block; }
  .App--featureWebShowPageUIRefresh .Radio--inline:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.57rem; }

/**************************************
  $SELECT BOX
**************************************/
.Select {
  position: relative;
  display: block; }
  .Select select {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border: 0;
    padding: 0.3925rem 1.57rem 0.3925rem 0.785rem;
    outline: none;
    width: 100%;
    direction: rtl; }
    .Select select:focus {
      border: 0; }
  .Select option {
    direction: ltr; }
  .Select option:disabled {
    color: #e2e2e2; }
  .Select::before {
    font-size: 1.5625rem ;
    line-height: 0.72;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #0778d6;
    padding: 0; }
  .Select select::-ms-expand {
    display: none; }
  .Select.has-error select {
    -webkit-box-shadow: 0 0 0 1px #cc3333;
            box-shadow: 0 0 0 1px #cc3333;
    border-color: #cc3333;
    color: #cc3333; }
  .Select.has-error::before {
    color: rgba(204, 51, 51, 0.65); }

.Select-sortDirection {
  color: #0778d6; }
  .App--featureWebRestOfSiteUIRefresh .Select-sortDirection {
    color: #fff; }
    .App--featureWebRestOfSiteUIRefresh .Select-sortDirection select {
      background: transparent; }
    .App--featureWebRestOfSiteUIRefresh .Select-sortDirection:before {
      color: #fff; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.scod-select {
  background-color: transparent;
  border-radius: 4px;
  padding: 0;
  position: relative;
  -webkit-animation: fade 0.5s;
          animation: fade 0.5s; }
  .scod-select__error {
    font-size: 0.875rem ;
    line-height: 1.5;
    display: block;
    background-color: #ffd599;
    border-radius: 4px;
    width: 100%;
    color: #000;
    padding: 4px 8px;
    margin-top: 8px;
    -webkit-animation: fade 0.5s;
            animation: fade 0.5s; }
  .scod-select--error .scod-select-component {
    border-color: #f5a623 !important; }
  .scod-select .scod-select-component {
    font-size: 1.25rem ;
    line-height: 1.05;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 8px;
    height: 64px;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .scod-select .scod-select-component .es-control {
      height: 100%;
      padding: 0;
      background-color: transparent;
      border: 0;
      cursor: pointer; }
      .scod-select .scod-select-component .es-control:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .scod-select .scod-select-component .es-control .es-input {
        background-color: transparent;
        height: 100%; }
        .scod-select .scod-select-component .es-control .es-input:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .scod-select .scod-select-component .es-control .es-input input {
          font-size: 1.25rem ;
          line-height: 1.05;
          background-color: transparent;
          margin: 0;
          padding: 19px 15px 0;
          height: 64px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .scod-select .scod-select-component .es-control .es-arrow-zone {
        width: 32px; }
        .scod-select .scod-select-component .es-control .es-arrow-zone .es-arrow {
          border: 0;
          width: 32px;
          height: 32px; }
          .scod-select .scod-select-component .es-control .es-arrow-zone .es-arrow::before {
            background: url("/assets/images/ic-blue-chev-4833e19ef97b5b1f8cc306644ecfc2bb.svg") no-repeat center;
            content: '';
            position: absolute;
            width: 32px;
            height: 32px;
            right: 8px;
            top: 16px; }
    .scod-select .scod-select-component:hover {
      border: 1px solid #c2c2c2; }
  .scod-select .es-focus,
  .scod-select .es-open {
    border: 1px solid #0778d6 !important; }
  .scod-select .es-options {
    border: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
    background-color: #f4f4f4;
    margin-top: 2px;
    padding: 8px 0;
    color: #4a4a4a; }
    .scod-select .es-options div .es-option {
      font-size: 1rem ;
      height: 40px;
      padding: 12px 16px;
      letter-spacing: 1.4px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .scod-select .es-options div .es-highlight {
      background-color: #0778d6;
      color: #fff;
      border-radius: 0; }
  .scod-select label {
    font-size: 1.25rem ;
    line-height: 1.2;
    color: #999;
    cursor: text;
    left: 16px;
    position: absolute;
    top: 20px;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    white-space: nowrap; }
  .scod-select--selected label,
  .scod-select .es-open + label {
    font-size: 0.75rem ;
    line-height: 1.75;
    color: #4a4a4a;
    font-weight: 500;
    top: 8px; }

.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #FFF; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.scod-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  -webkit-animation: fade 0.5s;
          animation: fade 0.5s;
  background: #fff;
  border-radius: 8px;
  height: 64px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .scod-toggle:hover {
    border-color: #c2c2c2; }
  .scod-toggle input {
    display: none; }
  .scod-toggle__toggle {
    height: 30px;
    width: 42px;
    background-color: #808080;
    border-radius: 15px;
    position: relative;
    left: calc(100% - 58px); }
    .scod-toggle__toggle::before {
      content: '';
      position: absolute;
      margin: 3px 0 3px 3px;
      background-color: #fff;
      height: 24px;
      width: 24px;
      border-radius: 50%;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
  input:checked + .scod-toggle__toggle {
    background-color: #0778d6; }
    input:checked + .scod-toggle__toggle::before {
      margin: 3px 3px 3px 15px; }
  .scod-toggle label {
    font-size: 1.25rem ;
    line-height: 3.2;
    font-weight: 500;
    cursor: pointer;
    padding-left: 16px;
    margin-left: -42px;
    width: 100%;
    height: 100%;
    z-index: 3; }
    .scod-toggle label em {
      font-weight: 500;
      font-style: normal; }

.Accordion {
  margin-bottom: 0;
  will-change: auto; }
  .Accordion::-webkit-scrollbar {
    display: none; }
  @media (min-width: 64rem) {
    .Accordion {
      -webkit-transition: top .2s ease-out;
      transition: top .2s ease-out;
      -webkit-transform: translateZ(0);
      position: -webkit-sticky;
      position: sticky;
      top: 1.57rem;
      padding-left: calc(0.75 * 2.355rem);
      padding-right: calc(0.75 * 2.355rem);
      margin-bottom: 0.785rem;
      margin-left: -3px; } }

.Accordion-content {
  overflow: hidden;
  padding-left: 0.785rem;
  padding-right: 0.785rem;
  will-change: auto; }
  @media (min-width: 64rem) {
    .Accordion-content {
      padding: 0 0 4.71rem;
      overflow: visible; } }

.Accordion-toggle {
  position: relative; }
  .Accordion-toggle p {
    margin-bottom: 0;
    position: relative;
    z-index: 3; }
  .Accordion-toggle::before {
    content: '';
    display: inline-block;
    height: 1px;
    background: #888f94;
    position: absolute;
    left: 0;
    top: 0.785rem; }
  .Accordion-toggle::after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #888f94;
    position: absolute;
    right: 0;
    top: 0.785rem;
    z-index: 0; }
  .Accordion-toggle .Button, .Accordion-toggle .FavouriteButton--small, .Accordion-toggle .FavouriteButton--hoverShow, .Accordion-toggle .FavouriteButton--large, .Accordion-toggle .scod-FavouriteButton--small, .Accordion-toggle .scod-FavouriteButton--hoverShow, .Accordion-toggle .scod-FavouriteButton--large {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    text-transform: none;
    color: #888f94;
    font-weight: 400;
    border-width: 1px;
    padding: 0.3925rem 0.785rem;
    background-color: #f3f3f3;
    min-width: 106px; }
  .Accordion-toggle .icon, .Accordion-toggle .Select::before, .Accordion-toggle .ChannelLineup-item-image-playButton, .Accordion-toggle .Tile-playButton {
    font-size: 0.5rem ;
    margin: 0;
    width: 8px; }
    .Accordion-toggle .icon::before, .Accordion-toggle .Select::before, .Accordion-toggle .ChannelLineup-item-image-playButton::before, .Accordion-toggle .Tile-playButton::before {
      display: inline-block; }
    @media (min-width: 47rem) {
      .Accordion-toggle .icon, .Accordion-toggle .Select::before, .Accordion-toggle .ChannelLineup-item-image-playButton, .Accordion-toggle .Tile-playButton {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.account-card {
  -webkit-animation: fade 1s;
          animation: fade 1s;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  color: #fff;
  padding: 48px 56px 56px;
  margin-bottom: 64px; }
  @media all and (-ms-high-contrast: none) and (max-width: 700px), (-ms-high-contrast: active) {
    .account-card {
      width: 100%; } }
  @media (min-width: 700px) {
    .account-card {
      width: 672px; } }
  @media (max-width: 700px) {
    .account-card {
      max-width: 672px;
      padding: 24px;
      margin: 16px; } }
  .account-card-heading {
    font-size: 1.5rem ;
    line-height: 1.2;
    margin: 0;
    color: #fff;
    font-weight: 600;
    min-width: 130px; }
  .account-card-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px; }
    .account-card-footer > button:not(:first-child),
    .account-card-footer > a:not(:first-child) {
      margin-left: 24px; }
      @media screen and (max-width: 480px) {
        .account-card-footer > button:not(:first-child),
        .account-card-footer > a:not(:first-child) {
          margin-left: 0px; } }
    .account-card-footer > button.account-button-right {
      margin-left: auto; }
    @media (max-width: 480px) {
      .account-card-footer {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .account-card-footer > button {
          width: 100%; }
          .account-card-footer > button:not(:first-child) {
            margin-left: 0; }
          .account-card-footer > button:not(:last-child) {
            margin-bottom: 5px; } }

.account-form, .account-form--tall, .account-form--short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .account-form.delete, .account-form--tall.delete, .account-form--short.delete {
    margin-top: 0px; }
  .account-form > div, .account-form--tall > div, .account-form--short > div {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out, margin 0s;
    transition: all 0.3s ease-in-out, margin 0s;
    color: #fff; }
  .account-form > div:not(:last-child), .account-form--tall > div:not(:last-child), .account-form--short > div:not(:last-child) {
    margin-bottom: 24px; }
  .account-form h4, .account-form .PlayerOverlay-title, .account-form--tall h4, .account-form--tall .PlayerOverlay-title, .account-form--short h4, .account-form--short .PlayerOverlay-title {
    font-size: 0.75rem ;
    line-height: 1.75;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 480px) {
    .account-form, .account-form--tall, .account-form--short {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .account-form-left, .account-form--tall-left, .account-form--short-left {
        padding: 0 0 35px; } }
  .account-form--inline, .account-form--checkbox, .account-form--details, .account-form--tall--inline, .account-form--tall--checkbox, .account-form--tall--details, .account-form--short--inline, .account-form--short--checkbox, .account-form--short--details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .account-form--inline > div, .account-form--checkbox > div, .account-form--details > div, .account-form--tall--inline > div, .account-form--tall--checkbox > div, .account-form--tall--details > div, .account-form--short--inline > div, .account-form--short--checkbox > div, .account-form--short--details > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .account-form--inline > div:not(:first-child), .account-form--checkbox > div:not(:first-child), .account-form--details > div:not(:first-child), .account-form--tall--inline > div:not(:first-child), .account-form--tall--checkbox > div:not(:first-child), .account-form--tall--details > div:not(:first-child), .account-form--short--inline > div:not(:first-child), .account-form--short--checkbox > div:not(:first-child), .account-form--short--details > div:not(:first-child) {
      margin-left: 24px; }
    @media (max-width: 480px) {
      .account-form--inline, .account-form--checkbox, .account-form--details, .account-form--tall--inline, .account-form--tall--checkbox, .account-form--tall--details, .account-form--short--inline, .account-form--short--checkbox, .account-form--short--details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .account-form--inline > div, .account-form--checkbox > div, .account-form--details > div, .account-form--tall--inline > div, .account-form--tall--checkbox > div, .account-form--tall--details > div, .account-form--short--inline > div, .account-form--short--checkbox > div, .account-form--short--details > div {
          margin-left: 0 !important; }
          .account-form--inline > div:not(:last-child), .account-form--checkbox > div:not(:last-child), .account-form--details > div:not(:last-child), .account-form--tall--inline > div:not(:last-child), .account-form--tall--checkbox > div:not(:last-child), .account-form--tall--details > div:not(:last-child), .account-form--short--inline > div:not(:last-child), .account-form--short--checkbox > div:not(:last-child), .account-form--short--details > div:not(:last-child) {
            margin-bottom: 24px; } }
  .account-form--inline > img, .account-form--tall--inline > img, .account-form--short--inline > img {
    width: 100px; }
  .account-form--checkbox > div > span, .account-form--tall--checkbox > div > span, .account-form--short--checkbox > div > span {
    margin-top: -12px; }
  .account-form--details, .account-form--tall--details, .account-form--short--details {
    margin-bottom: 24px; }
    .account-form--details.delete, .account-form--tall--details.delete, .account-form--short--details.delete {
      margin-bottom: 0px; }
    .account-form--details div, .account-form--tall--details div, .account-form--short--details div {
      line-height: 20.2px; }
    .account-form--details > p, .account-form--tall--details > p, .account-form--short--details > p {
      font-size: 1.125rem ;
      margin: 0px; }
      .account-form--details > p > a, .account-form--tall--details > p > a, .account-form--short--details > p > a {
        font-size: 1rem ;
        line-height: 1.5;
        text-decoration: underline;
        color: #fff;
        font-weight: 500; }

.account-form--tall {
  margin-top: 40px; }

.account-form {
  margin-top: 24px; }

.account-form--short {
  margin-top: 8px; }

.account-text--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 700px) {
    .account-text--column {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.account-text--bold {
  font-weight: bold; }

@media (max-width: 480px) {
  .account-pw-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.account-pw-link > button {
  font-size: 0.875rem ;
  font-weight: normal;
  height: 100%;
  padding: 8px;
  margin: 8px -8px; }

.account-fake-input {
  color: #fff;
  margin-left: 16px; }
  .account-fake-input span {
    font-size: 0.75rem ;
    line-height: 1.75;
    font-weight: 500;
    margin: 0px 0px 0px -1px; }
  .account-fake-input div {
    font-size: 1.25rem ;
    line-height: 1.2;
    margin: 0px; }

.account-email-sent {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 24px; }

.account-email-resent {
  font-size: 0.875rem ;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 16px; }
  .account-email-resent div:not(:last-child) {
    margin-bottom: 16px; }

.deleteAccountFooter {
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .deleteAccountFooter p {
    position: absolute;
    text-align: center;
    bottom: 0;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 180px; }
    @media (max-height: 653px) {
      .deleteAccountFooter p {
        position: relative;
        margin-top: -55px; } }
    @media (max-width: 605px) {
      .deleteAccountFooter p {
        margin-top: 20px; } }
  .deleteAccountFooter.confirmed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.delete-p {
  color: #fff;
  margin: 0px;
  font-size: 16px !important; }
  .delete-p a {
    text-decoration: underline;
    color: #fff; }
  .delete-p.error {
    text-align: center;
    margin-bottom: 48px; }
  .delete-p.link {
    display: inline-block;
    white-space: nowrap; }
    @media (min-width: 481px) {
      .delete-p.link {
        margin-left: 45px; } }

@media (max-width: 510px) {
  .account-deleted-br {
    display: none; } }

li.confirm-delete-li {
  margin-top: 10px; }

.AdOnPause {
  position: absolute;
  z-index: 7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1.57;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear; }
  .AdOnPause:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 20%;
    z-index: 8;
    min-height: 117px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(8.1%, rgba(0, 0, 0, 0.494)), color-stop(15.5%, rgba(0, 0, 0, 0.476)), color-stop(22.5%, rgba(0, 0, 0, 0.448)), color-stop(29%, rgba(0, 0, 0, 0.412)), color-stop(35.3%, rgba(0, 0, 0, 0.37)), color-stop(41.2%, rgba(0, 0, 0, 0.324)), color-stop(47.1%, rgba(0, 0, 0, 0.275)), color-stop(52.9%, rgba(0, 0, 0, 0.225)), color-stop(58.8%, rgba(0, 0, 0, 0.176)), color-stop(64.7%, rgba(0, 0, 0, 0.13)), color-stop(71%, rgba(0, 0, 0, 0.088)), color-stop(77.5%, rgba(0, 0, 0, 0.052)), color-stop(84.5%, rgba(0, 0, 0, 0.024)), color-stop(91.9%, rgba(0, 0, 0, 0.006)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.494) 8.1%, rgba(0, 0, 0, 0.476) 15.5%, rgba(0, 0, 0, 0.448) 22.5%, rgba(0, 0, 0, 0.412) 29%, rgba(0, 0, 0, 0.37) 35.3%, rgba(0, 0, 0, 0.324) 41.2%, rgba(0, 0, 0, 0.275) 47.1%, rgba(0, 0, 0, 0.225) 52.9%, rgba(0, 0, 0, 0.176) 58.8%, rgba(0, 0, 0, 0.13) 64.7%, rgba(0, 0, 0, 0.088) 71%, rgba(0, 0, 0, 0.052) 77.5%, rgba(0, 0, 0, 0.024) 84.5%, rgba(0, 0, 0, 0.006) 91.9%, rgba(0, 0, 0, 0) 100%); }
  .AdOnPause.is-collapsed:before {
    min-height: 0; }
  .AdOnPause.display-ad {
    opacity: 1; }

.AdOnPause-title,
.AdOnPause-close,
.AdOnPause-play {
  z-index: 8; }

.AdOnPause-title,
.AdOnPause-close,
.video-js button.AdOnPause-close {
  top: 0;
  padding: 0.52333rem;
  font-size: 8px; }
  @media screen and (min-width: 320px) {
    .AdOnPause-title,
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      font-size: calc(8px + 12 * ((100vw - 320px) / 703)); } }
  @media screen and (min-width: 1023px) {
    .AdOnPause-title,
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      font-size: 20px; } }
  @media (min-width: 47rem) {
    .AdOnPause-title,
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      top: 0.52333rem; } }
  @media (min-width: 64rem) {
    .AdOnPause-title,
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      top: 0.785rem;
      font-size: 12px; } }
  @media screen and (min-width: 64rem) and (min-width: 1023px) {
    .AdOnPause-title,
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      font-size: calc(12px + 36 * ((100vw - 1023px) / 2817)); } }
  @media screen and (min-width: 64rem) and (min-width: 3840px) {
    .AdOnPause-title,
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      font-size: 48px; } }
  @media (min-width: 115rem) {
    .AdOnPause-title,
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      top: 1.57rem; } }

.Player-video:-webkit-full-screen .AdOnPause-title,
.Player-video:-webkit-full-screen .AdOnPause-close,
.Player-video:-webkit-full-screen .video-js button.AdOnPause-close {
  font-size: 8px; }

.Player-video:-moz-full-screen .AdOnPause-title,
.Player-video:-moz-full-screen .AdOnPause-close,
.Player-video:-moz-full-screen .video-js button.AdOnPause-close {
  font-size: 8px; }

.Player-video:-ms-fullscreen .AdOnPause-title,
.Player-video:-ms-fullscreen .AdOnPause-close,
.Player-video:-ms-fullscreen .video-js button.AdOnPause-close {
  font-size: 8px; }

.Player-video:fullscreen .AdOnPause-title,
.Player-video:fullscreen .AdOnPause-close,
.Player-video:fullscreen .video-js button.AdOnPause-close {
  font-size: 8px; }
  @media screen and (min-width: 320px) {
    .Player-video:-webkit-full-screen .AdOnPause-title,
    .Player-video:-webkit-full-screen .AdOnPause-close,
    .Player-video:-webkit-full-screen .video-js button.AdOnPause-close {
      font-size: calc(8px + 40 * ((100vw - 320px) / 3520)); }
    .Player-video:-moz-full-screen .AdOnPause-title,
    .Player-video:-moz-full-screen .AdOnPause-close,
    .Player-video:-moz-full-screen .video-js button.AdOnPause-close {
      font-size: calc(8px + 40 * ((100vw - 320px) / 3520)); }
    .Player-video:-ms-fullscreen .AdOnPause-title,
    .Player-video:-ms-fullscreen .AdOnPause-close,
    .Player-video:-ms-fullscreen .video-js button.AdOnPause-close {
      font-size: calc(8px + 40 * ((100vw - 320px) / 3520)); }
    .Player-video:fullscreen .AdOnPause-title,
    .Player-video:fullscreen .AdOnPause-close,
    .Player-video:fullscreen .video-js button.AdOnPause-close {
      font-size: calc(8px + 40 * ((100vw - 320px) / 3520)); } }
  @media screen and (min-width: 3840px) {
    .Player-video:-webkit-full-screen .AdOnPause-title,
    .Player-video:-webkit-full-screen .AdOnPause-close,
    .Player-video:-webkit-full-screen .video-js button.AdOnPause-close {
      font-size: 48px; }
    .Player-video:-moz-full-screen .AdOnPause-title,
    .Player-video:-moz-full-screen .AdOnPause-close,
    .Player-video:-moz-full-screen .video-js button.AdOnPause-close {
      font-size: 48px; }
    .Player-video:-ms-fullscreen .AdOnPause-title,
    .Player-video:-ms-fullscreen .AdOnPause-close,
    .Player-video:-ms-fullscreen .video-js button.AdOnPause-close {
      font-size: 48px; }
    .Player-video:fullscreen .AdOnPause-title,
    .Player-video:fullscreen .AdOnPause-close,
    .Player-video:fullscreen .video-js button.AdOnPause-close {
      font-size: 48px; } }

.AdOnPause-title {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  font-weight: 500; }

.AdOnPause-close,
.video-js button.AdOnPause-close {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #e2e2e2;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out;
  font-weight: 800;
  cursor: pointer; }
  .AdOnPause-close.is-active, .AdOnPause-close:hover,
  .video-js button.AdOnPause-close.is-active,
  .video-js button.AdOnPause-close:hover {
    color: #fff; }
  .AdOnPause-close .icon, .AdOnPause-close .Select::before, .AdOnPause-close .ChannelLineup-item-image-playButton, .AdOnPause-close .Tile-playButton,
  .video-js button.AdOnPause-close .icon,
  .video-js button.AdOnPause-close .Select::before,
  .video-js button.AdOnPause-close .ChannelLineup-item-image-playButton,
  .video-js button.AdOnPause-close .Tile-playButton {
    font-size: 1.6em; }
  @media (min-width: 47rem) {
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      right: 0.52333rem; } }
  @media (min-width: 64rem) {
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      right: 0.785rem; } }
  @media (min-width: 115rem) {
    .AdOnPause-close,
    .video-js button.AdOnPause-close {
      right: 1.57rem; } }

.AdOnPause-closeText {
  margin-top: calc(-1em/14);
  text-transform: uppercase; }
  @media (max-width: 47rem) {
    .AdOnPause-closeText {
      display: none; } }

.AdOnPause-advert {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.AdOnPause-advert-container {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  display: inline-block;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%; }
  .AdOnPause-advert-container > .Advert {
    margin-left: 0;
    margin-right: 0; }

.FullRow .Advert {
  margin-bottom: 2.5rem; }

.Advert {
  font-size: 0.6875rem ;
  color: #888f94;
  text-transform: uppercase;
  overflow: hidden; }
  @media tabletOnly {
    .Advert {
      margin-left: 0.9rem; } }
  .Advert .ExtraContent {
    margin: 0 auto; }
  @media (max-width: 47rem) {
    .Slot--dark .Advert {
      margin-top: 1.57rem;
      margin-bottom: 1.57rem; } }
  .Slot--dark .Slot-top .Advert {
    margin-bottom: 0; }
  .App--featureWebShowPageUIRefresh .Advert {
    font-size: 0.75rem ;
    letter-spacing: 0.8px; }
    @media mobile {
      .App--featureWebShowPageUIRefresh .Advert {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; } }
  .App--featureWebShowPageUIRefresh .Player-sidebar .Advert {
    margin-bottom: 2rem; }

.Slot--dark .Advert-label {
  color: #808080; }

.App--featureWebShowPageUIRefresh .Advert-label {
  margin-top: 0.3925rem; }

.Advert--feed {
  width: 300px;
  max-width: 100%;
  margin: 3.14rem auto; }
  .Advert--feed .Advert-wrap {
    height: 250px; }

.Advert--episode {
  margin: 1.57rem auto; }
  .App--featureWebShowPageUIRefresh .Advert--episode {
    margin: 1.9625rem auto;
    margin-right: 5%;
    margin-left: 5%; }
  .Advert--episode iframe {
    display: block;
    margin: 0 auto; }

div[data-slot-id="top"] div[data-module-name="thirdPartyAdvert"] {
  margin-top: 1.57rem; }
  .App--featureWebShowPageUIRefresh div[data-slot-id="top"] div[data-module-name="thirdPartyAdvert"] {
    margin-top: 40px; }

.Modal-wrap,
.LostPassword,
.Settings,
.Login {
  max-width: 34rem;
  min-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-clip: padding-box; }
  @media (min-width: 47rem) {
    .Modal-wrap,
    .LostPassword,
    .Settings,
    .Login {
      border-radius: 12px;
      overflow: hidden; } }

.Register {
  max-width: 47rem;
  min-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (max-width: 47rem) {
    .Register {
      width: 100% !important; } }
  .Register .Modal-body a {
    color: #1d1d1d;
    text-decoration: underline; }

.Login-header {
  background-color: #111111;
  background-size: cover; }

.Login-logo {
  max-width: 100%;
  max-height: 100%; }

.Register-carousel {
  background: linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%);
  background-size: cover;
  color: #fff;
  text-align: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }
  .Register-carousel .slick-items {
    padding: 6.28rem 1.57rem; }
    .Register-carousel .slick-items img {
      width: 100%;
      height: auto; }
  .Register-carousel .slick-item {
    outline: none; }
    .Register-carousel .slick-item img {
      margin: 0 auto; }
  .Register-carousel .slick-dots {
    right: 0; }
    .Register-carousel .slick-dots li button:before {
      color: #fff;
      font-size: 2rem ; }

.Register-carousel-title {
  font-size: 1.125rem ;
  margin-bottom: 0.3925rem;
  font-weight: 800; }

.Register-carousel-description {
  margin-top: 0.3925rem; }

.Authentication-title {
  font-weight: 800;
  color: #fff; }

.verify-p,
.error-p {
  color: #fff; }

@media (min-width: 346px) {
  .verify-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 345px) {
  .verify-buttons .Button.Button--secondary.Button--inverse.verify, .verify-buttons .Button--secondary.Button--inverse.verify.FavouriteButton--small, .verify-buttons .Button--secondary.Button--inverse.verify.FavouriteButton--hoverShow, .verify-buttons .Button--secondary.Button--inverse.verify.FavouriteButton--large, .verify-buttons .Button--secondary.Button--inverse.verify.scod-FavouriteButton--small, .verify-buttons .Button--secondary.Button--inverse.verify.scod-FavouriteButton--hoverShow, .verify-buttons .Button--secondary.Button--inverse.verify.scod-FavouriteButton--large {
    margin-top: 10px; } }

@media (max-width: 400px) {
  .verify-buttons .Button, .verify-buttons .FavouriteButton--small, .verify-buttons .FavouriteButton--hoverShow, .verify-buttons .FavouriteButton--large, .verify-buttons .scod-FavouriteButton--small, .verify-buttons .scod-FavouriteButton--hoverShow, .verify-buttons .scod-FavouriteButton--large {
    padding: 0; } }

.Authentication-help {
  color: #000;
  text-decoration: underline; }

.Login-forgotPassword {
  color: #1d1d1d;
  text-decoration: underline; }

.Login-footer {
  background: #f3f3f3; }

.Login-backLink {
  font-size: 0.875rem ;
  display: inline;
  padding: 0.785rem 0.785rem;
  color: #0778d6;
  text-transform: uppercase;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out; }
  .Login-backLink.is-active, .Login-backLink:hover {
    opacity: 0.5; }
  .Login-backLink .icon, .Login-backLink .Select::before, .Login-backLink .ChannelLineup-item-image-playButton, .Login-backLink .Tile-playButton {
    font-size: 2rem ; }
  .Login-backLink strong {
    position: relative;
    right: 0.52333rem;
    line-height: 2.2; }

.Login-submit {
  float: right; }

.Register-form {
  overflow: hidden;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0px 12px 12px 0px; }
  @media (min-width: 47rem) {
    .Register-form {
      border-radius: 0px 12px 12px 0px; } }

.Register-link {
  color: #1d1d1d; }
  .Register-link .icon, .Register-link .Select::before, .Register-link .ChannelLineup-item-image-playButton, .Register-link .Tile-playButton {
    font-size: 2rem ;
    color: #888f94;
    margin-left: 0.3925rem; }

.Register-header {
  background: #f3f3f3; }
  .Register-header .icon-close {
    color: #fff; }

.Register-select {
  border: 1px solid #e2e2e2; }
  .Register-select:before {
    color: #1d1d1d; }
  .Register-select select {
    direction: ltr; }

.Register-checkbox > * {
  display: inline-block; }

@media (max-width: 47rem) {
  .Authentication-actions .Button, .Authentication-actions .FavouriteButton--small, .Authentication-actions .FavouriteButton--hoverShow, .Authentication-actions .FavouriteButton--large, .Authentication-actions .scod-FavouriteButton--small, .Authentication-actions .scod-FavouriteButton--hoverShow, .Authentication-actions .scod-FavouriteButton--large {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block !important; } }

/**************************************
  $ARTICLE - Used for Article layouts
**************************************/
.Article {
  padding-top: 0.785rem; }
  @media (min-width: 47rem) {
    .Article {
      display: block;
      padding-left: 2.355rem;
      padding-right: 2.355rem; } }
  .Article .App--featureWebShowPageUIRefresh {
    padding-top: 19px; }

.ArticleHero .ArticleHero-detail {
  color: #888f94;
  font-size: 0.75rem ;
  line-height: 18px; }

.ArticleHero .ArticleHero-image {
  width: 100%; }

.ArticleHero .ArticleHero-dividerstub {
  width: 30px;
  height: 5px;
  background-color: #0778d6;
  display: block; }

.App--featureWebShowPageUIRefresh .Article-body {
  padding-bottom: 1.57rem; }

.Article-back {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.785rem;
  margin-top: 0.785rem;
  font-weight: 800; }
  .Article-back a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch; }
  .Article-back .icon, .Article-back .Select::before, .Article-back .ChannelLineup-item-image-playButton, .Article-back .Tile-playButton {
    font-size: 1.625rem ;
    line-height: 0.61538;
    display: inline-block;
    position: relative;
    margin-right: 0.3925rem; }
    .Article-back .icon::before, .Article-back .Select::before, .Article-back .ChannelLineup-item-image-playButton::before, .Article-back .Tile-playButton::before {
      position: absolute;
      top: 50%;
      left: -5px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center; }

.Article-iframe {
  border: 0;
  border-radius: 12px; }

.Article-title {
  margin-top: 0.785rem; }

.Article-meta {
  font-size: 0.875rem ;
  line-height: 1.42857;
  color: #888f94;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.Article-figure {
  font-size: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  .Article-figure img {
    width: 100%;
    height: auto;
    border-radius: 12px; }
  .Article-figure figcaption {
    font-size: 0.75rem ;
    line-height: 1.33333;
    color: #fff;
    padding-top: 0.52333rem; }
  .Article-figure:focus {
    outline: none; }

.Article-author {
  position: relative; }

.Article-divide {
  margin: 1.57rem 0;
  width: 29px;
  height: 4px;
  background-color: #0778d6;
  display: block; }

.Article-video {
  position: relative; }
  .Article-video img {
    width: 100%; }
  .Article-video .Media {
    position: absolute;
    bottom: 0.3925rem;
    left: 0;
    right: 0;
    color: #fff; }

.Article-video-title {
  margin: 0.52333rem 0 0; }

.Article-video-description {
  margin-top: 0;
  font-weight: 500; }

.Article-content h2,
.Article-content h3,
.Article-content h4,
.Article-content .PlayerOverlay-title,
.Article-content h5 {
  margin-top: 2.355rem;
  margin-bottom: 0.785rem; }

.Article-content p {
  margin-top: 1.57rem;
  margin-bottom: 1.57rem; }

.Article-content p,
.Article-content li:not(.PlayerOverlay-item) {
  font-size: 16px; }
  .App--featureWebShowPageUIRefresh .Article-content p, .App--featureWebShowPageUIRefresh
  .Article-content li:not(.PlayerOverlay-item) {
    line-height: 22px; }

.Article-content .lede {
  font-size: 1.125rem ; }

.Article-content blockquote {
  border-top: 3px solid #0778d6;
  float: left;
  width: 100%;
  padding: 2.355rem 0;
  margin: 0;
  position: relative; }
  @media (min-width: 47rem) {
    .Article-content blockquote {
      width: 40%;
      margin: 0 3.14rem 0 0; } }
  .Article-content blockquote::before {
    content: '\201c';
    display: block;
    font-size: 20rem;
    position: absolute;
    top: 0;
    line-height: 16rem;
    color: rgba(7, 120, 214, 0.5);
    margin-left: -1rem;
    z-index: 0; }
  .Article-content blockquote p {
    margin: 0;
    position: relative;
    z-index: 1; }
  .Article-content blockquote cite {
    display: inline-block;
    padding: 1.57rem 0; }

.Article-content .Blockquote--right {
  float: right; }
  @media (min-width: 47rem) {
    .Article-content .Blockquote--right {
      width: 40%;
      margin: 0 0 0 3.14rem; } }

.Article-content ul:not(.PlayerOverlay-items) {
  list-style: none;
  padding: 0.3925rem 0.3925rem;
  margin: 0 0 0.785rem 0;
  clear: left;
  width: 100%;
  float: left; }
  @media (min-width: 47rem) {
    .Article-content ul:not(.PlayerOverlay-items) {
      width: calc(100% - 340px);
      margin-right: 340px; } }
  .Article-content ul:not(.PlayerOverlay-items) li {
    text-indent: -0.785rem;
    padding: 0.26167rem 0.785rem; }
    .Article-content ul:not(.PlayerOverlay-items) li::before {
      content: '• ';
      color: #0778d6; }

.Article-content ol {
  list-style: none;
  padding: 0.3925rem 1.57rem;
  margin: 0;
  counter-reset: articlecount;
  clear: both; }
  .Article-content ol li {
    position: relative;
    padding-top: 0.785rem;
    padding-bottom: 0.785rem;
    padding-left: 2.355rem; }
    .Article-content ol li::before {
      font-size: 2.25rem ;
      line-height: 1.11111;
      content: counter(articlecount) ".";
      counter-increment: articlecount;
      color: #0778d6;
      font-weight: 800;
      position: absolute;
      left: -1.57rem;
      top: 0; }
      @media (min-width: 47rem) {
        .Article-content ol li::before {
          top: 0.785rem; } }
    @media (min-width: 47rem) {
      .Article-content ol li {
        padding-top: 1.57rem;
        padding-bottom: 1.57rem;
        padding-left: 2.355rem; } }

.Article--recipe .Article--recipe-list {
  list-style: none;
  padding: 0; }

.Article-sharing {
  clear: both;
  margin-top: 1.57rem;
  margin-bottom: 1.57rem; }
  .App--featureWebShowPageUIRefresh .Article-sharing {
    margin-bottom: 0; }

.__rendered-mobiledoc-card-video {
  margin: 1.57rem 0;
  display: inline-block;
  width: 100%; }

.Gallery .slick-prev,
.Gallery .slick-next {
  top: 40%; }
  @media (min-width: 47rem) {
    .Gallery .slick-prev,
    .Gallery .slick-next {
      top: 48%; } }

.Gallery .slick-next {
  right: -0.785rem; }

.Gallery .slick-prev {
  left: -0.785rem; }

.ArticleCard--large {
  clear: both; }

.ArticleCard--right {
  clear: right; }
  @media (min-width: 47rem) {
    .ArticleCard--right {
      padding-left: 1.57rem !important; } }

@media (min-width: 47rem) {
  .ArticleCard--left {
    padding-right: 1.57rem !important; } }

.Slot--dark .Article-body-main {
  width: 100%; }
  @media (min-width: 47rem) {
    .Slot--dark .Article-body-main {
      width: calc(100% - 320px); }
      .App--featureWebShowPageUIRefresh .Slot--dark .Article-body-main {
        width: 100%; } }

.Article-body-sidebar {
  width: 100%; }
  @media (min-width: 47rem) {
    .Article-body-sidebar {
      margin-top: 1.57rem;
      width: 300px; } }

/**************************************
   $BUTTON
 **************************************/
.Button, .FavouriteButton--small, .FavouriteButton--hoverShow, .FavouriteButton--large, .scod-FavouriteButton--small, .scod-FavouriteButton--hoverShow, .scod-FavouriteButton--large {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  height: 40px;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0.785rem 0 0;
  outline: none;
  padding: 0.628rem 0.785rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }
  .Button .icon, .FavouriteButton--small .icon, .FavouriteButton--hoverShow .icon, .FavouriteButton--large .icon, .scod-FavouriteButton--small .icon, .scod-FavouriteButton--hoverShow .icon, .scod-FavouriteButton--large .icon, .Button .Select::before, .FavouriteButton--small .Select::before, .FavouriteButton--hoverShow .Select::before, .FavouriteButton--large .Select::before, .scod-FavouriteButton--small .Select::before, .scod-FavouriteButton--hoverShow .Select::before, .scod-FavouriteButton--large .Select::before, .Button .ChannelLineup-item-image-playButton, .FavouriteButton--small .ChannelLineup-item-image-playButton, .FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .FavouriteButton--large .ChannelLineup-item-image-playButton, .scod-FavouriteButton--small .ChannelLineup-item-image-playButton, .scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .scod-FavouriteButton--large .ChannelLineup-item-image-playButton, .Button .Tile-playButton, .FavouriteButton--small .Tile-playButton, .FavouriteButton--hoverShow .Tile-playButton, .FavouriteButton--large .Tile-playButton, .scod-FavouriteButton--small .Tile-playButton, .scod-FavouriteButton--hoverShow .Tile-playButton, .scod-FavouriteButton--large .Tile-playButton {
    font-size: 0.875rem ;
    line-height: 1.14286; }
  .Button.delete, .delete.FavouriteButton--small, .delete.FavouriteButton--hoverShow, .delete.FavouriteButton--large, .delete.scod-FavouriteButton--small, .delete.scod-FavouriteButton--hoverShow, .delete.scod-FavouriteButton--large {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 580px) and (min-width: 480px) {
      .Button.delete, .delete.FavouriteButton--small, .delete.FavouriteButton--hoverShow, .delete.FavouriteButton--large, .delete.scod-FavouriteButton--small, .delete.scod-FavouriteButton--hoverShow, .delete.scod-FavouriteButton--large {
        padding-left: 26px !important;
        padding-right: 26px !important; } }
  .Button circle, .FavouriteButton--small circle, .FavouriteButton--hoverShow circle, .FavouriteButton--large circle, .scod-FavouriteButton--small circle, .scod-FavouriteButton--hoverShow circle, .scod-FavouriteButton--large circle {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .Button.live:hover, .live.FavouriteButton--small:hover, .live.FavouriteButton--hoverShow:hover, .live.FavouriteButton--large:hover, .live.scod-FavouriteButton--small:hover, .live.scod-FavouriteButton--hoverShow:hover, .live.scod-FavouriteButton--large:hover {
    background-color: #054e8c;
    border-color: #054e8c; }
    .Button.live:hover circle, .live.FavouriteButton--small:hover circle, .live.FavouriteButton--hoverShow:hover circle, .live.FavouriteButton--large:hover circle, .live.scod-FavouriteButton--small:hover circle, .live.scod-FavouriteButton--hoverShow:hover circle, .live.scod-FavouriteButton--large:hover circle {
      fill: white; }

.Button--padded {
  padding-left: 1.57rem;
  padding-right: 1.57rem; }
  .Button--padded.delete-button {
    background-color: #e42121 !important;
    border-color: #e42121 !important; }
    .Button--padded.delete-button:hover {
      background-color: #cc3333 !important; }

.Button--scod {
  font-size: 0.875rem !important;
  line-height: 1;
  height: 44px;
  padding-left: 1.1rem;
  padding-right: 1.1rem; }
  .Button--scod.Button.Button--primary .icon, .Button--scod.Button--primary.FavouriteButton--small .icon, .Button--scod.Button--primary.FavouriteButton--hoverShow .icon, .Button--scod.Button--primary.FavouriteButton--large .icon, .Button--scod.Button--primary.scod-FavouriteButton--small .icon, .Button--scod.Button--primary.scod-FavouriteButton--hoverShow .icon, .Button--scod.Button--primary.scod-FavouriteButton--large .icon, .Button--scod.Button.Button--primary .Select::before, .Button--scod.Button--primary.FavouriteButton--small .Select::before, .Button--scod.Button--primary.FavouriteButton--hoverShow .Select::before, .Button--scod.Button--primary.FavouriteButton--large .Select::before, .Button--scod.Button--primary.scod-FavouriteButton--small .Select::before, .Button--scod.Button--primary.scod-FavouriteButton--hoverShow .Select::before, .Button--scod.Button--primary.scod-FavouriteButton--large .Select::before, .Button--scod.Button.Button--primary .ChannelLineup-item-image-playButton, .Button--scod.Button--primary.FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--scod.Button--primary.FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--scod.Button--primary.FavouriteButton--large .ChannelLineup-item-image-playButton, .Button--scod.Button--primary.scod-FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--scod.Button--primary.scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--scod.Button--primary.scod-FavouriteButton--large .ChannelLineup-item-image-playButton, .Button--scod.Button.Button--primary .Tile-playButton, .Button--scod.Button--primary.FavouriteButton--small .Tile-playButton, .Button--scod.Button--primary.FavouriteButton--hoverShow .Tile-playButton, .Button--scod.Button--primary.FavouriteButton--large .Tile-playButton, .Button--scod.Button--primary.scod-FavouriteButton--small .Tile-playButton, .Button--scod.Button--primary.scod-FavouriteButton--hoverShow .Tile-playButton, .Button--scod.Button--primary.scod-FavouriteButton--large .Tile-playButton {
    font-size: 2.25rem ;
    line-height: 1;
    margin-right: -3px;
    margin-left: -5px; }

/**
 * UI states
 */
.Button:hover, .FavouriteButton--small:hover, .FavouriteButton--hoverShow:hover, .FavouriteButton--large:hover, .scod-FavouriteButton--small:hover, .scod-FavouriteButton--hoverShow:hover, .scod-FavouriteButton--large:hover,
.Button:focus,
.FavouriteButton--small:focus,
.FavouriteButton--hoverShow:focus,
.FavouriteButton--large:focus,
.scod-FavouriteButton--small:focus,
.scod-FavouriteButton--hoverShow:focus,
.scod-FavouriteButton--large:focus,
.Button:active,
.FavouriteButton--small:active,
.FavouriteButton--hoverShow:active,
.FavouriteButton--large:active,
.scod-FavouriteButton--small:active,
.scod-FavouriteButton--hoverShow:active,
.scod-FavouriteButton--large:active {
  text-decoration: none; }

.Button:disabled, .FavouriteButton--small:disabled, .FavouriteButton--hoverShow:disabled, .FavouriteButton--large:disabled, .scod-FavouriteButton--small:disabled, .scod-FavouriteButton--hoverShow:disabled, .scod-FavouriteButton--large:disabled,
.Button.is-disabled,
.is-disabled.FavouriteButton--small,
.is-disabled.FavouriteButton--hoverShow,
.is-disabled.FavouriteButton--large,
.is-disabled.scod-FavouriteButton--small,
.is-disabled.scod-FavouriteButton--hoverShow,
.is-disabled.scod-FavouriteButton--large {
  cursor: default;
  opacity: 0.6; }

/**
 * Modifiers
 */
.Button--hover.is-active, .Button--hover:hover {
  background-color: rgba(7, 120, 214, 0.25); }

.Button--pill, .Button--bigPill {
  font-size: 0.6875rem ;
  background-color: #e2e2e2;
  border-radius: 100px;
  border-width: 0;
  color: #000;
  height: auto;
  margin-right: 0.3925rem;
  padding: 0.3925rem 0.785rem; }
  .Button--pill:hover, .Button--bigPill:hover {
    background-color: #bcbcbc; }

.Button--bigPill {
  font-size: 1rem ; }

.Button-small {
  height: auto; }

.Button-large {
  font-size: 1.125rem !important;
  height: 56px;
  padding-left: 56px;
  padding-right: 56px;
  border-radius: 12px; }

.Button-dialogue {
  background-color: #0778d6;
  border-color: #0778d6;
  color: #fff; }
  .Button-dialogue:hover {
    background-color: #054e8c !important;
    border-color: #054e8c !important; }

.Button--full {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.Button.Button--primary, .Button--primary.FavouriteButton--small, .Button--primary.FavouriteButton--hoverShow, .Button--primary.FavouriteButton--large, .Button--primary.scod-FavouriteButton--small, .Button--primary.scod-FavouriteButton--hoverShow, .Button--primary.scod-FavouriteButton--large {
  background-color: #0778d6;
  border-color: #0778d6;
  color: #fff;
  z-index: 1;
  border-radius: 8px; }
  .Button.Button--primary.is-active, .Button--primary.is-active.FavouriteButton--small, .Button--primary.is-active.FavouriteButton--hoverShow, .Button--primary.is-active.FavouriteButton--large, .Button--primary.is-active.scod-FavouriteButton--small, .Button--primary.is-active.scod-FavouriteButton--hoverShow, .Button--primary.is-active.scod-FavouriteButton--large, .Button.Button--primary:hover, .Button--primary.FavouriteButton--small:hover, .Button--primary.FavouriteButton--hoverShow:hover, .Button--primary.FavouriteButton--large:hover, .Button--primary.scod-FavouriteButton--small:hover, .Button--primary.scod-FavouriteButton--hoverShow:hover, .Button--primary.scod-FavouriteButton--large:hover {
    background-color: #054e8c;
    border-color: #054e8c;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    color: #fff; }
  .Button.Button--primary .icon, .Button--primary.FavouriteButton--small .icon, .Button--primary.FavouriteButton--hoverShow .icon, .Button--primary.FavouriteButton--large .icon, .Button--primary.scod-FavouriteButton--small .icon, .Button--primary.scod-FavouriteButton--hoverShow .icon, .Button--primary.scod-FavouriteButton--large .icon, .Button.Button--primary .Select::before, .Button--primary.FavouriteButton--small .Select::before, .Button--primary.FavouriteButton--hoverShow .Select::before, .Button--primary.FavouriteButton--large .Select::before, .Button--primary.scod-FavouriteButton--small .Select::before, .Button--primary.scod-FavouriteButton--hoverShow .Select::before, .Button--primary.scod-FavouriteButton--large .Select::before, .Button.Button--primary .ChannelLineup-item-image-playButton, .Button--primary.FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--primary.FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--primary.FavouriteButton--large .ChannelLineup-item-image-playButton, .Button--primary.scod-FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--primary.scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--primary.scod-FavouriteButton--large .ChannelLineup-item-image-playButton, .Button.Button--primary .Tile-playButton, .Button--primary.FavouriteButton--small .Tile-playButton, .Button--primary.FavouriteButton--hoverShow .Tile-playButton, .Button--primary.FavouriteButton--large .Tile-playButton, .Button--primary.scod-FavouriteButton--small .Tile-playButton, .Button--primary.scod-FavouriteButton--hoverShow .Tile-playButton, .Button--primary.scod-FavouriteButton--large .Tile-playButton {
    font-size: 1.375rem ;
    margin-right: 0.3925rem; }
  .Button.Button--primary .icon-play, .Button--primary.FavouriteButton--small .icon-play, .Button--primary.FavouriteButton--hoverShow .icon-play, .Button--primary.FavouriteButton--large .icon-play, .Button--primary.scod-FavouriteButton--small .icon-play, .Button--primary.scod-FavouriteButton--hoverShow .icon-play, .Button--primary.scod-FavouriteButton--large .icon-play, .Button.Button--primary .ChannelLineup-item-image-playButton, .Button--primary.FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--primary.FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--primary.FavouriteButton--large .ChannelLineup-item-image-playButton, .Button--primary.scod-FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--primary.scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--primary.scod-FavouriteButton--large .ChannelLineup-item-image-playButton, .Button.Button--primary .Tile-playButton, .Button--primary.FavouriteButton--small .Tile-playButton, .Button--primary.FavouriteButton--hoverShow .Tile-playButton, .Button--primary.FavouriteButton--large .Tile-playButton, .Button--primary.scod-FavouriteButton--small .Tile-playButton, .Button--primary.scod-FavouriteButton--hoverShow .Tile-playButton, .Button--primary.scod-FavouriteButton--large .Tile-playButton {
    content: url("/assets/images/ic-play-circle-852b6373b31f39f8dcf9aaec2e50e9d1.svg");
    margin-right: -0.26167rem;
    margin-left: -0.52333rem;
    padding-right: 15px;
    padding-left: 10px;
    height: 20px; }
  .Button.Button--primary.Button--inverse, .Button--primary.Button--inverse.FavouriteButton--small, .Button--primary.Button--inverse.FavouriteButton--hoverShow, .Button--primary.Button--inverse.FavouriteButton--large, .Button--primary.Button--inverse.scod-FavouriteButton--small, .Button--primary.Button--inverse.scod-FavouriteButton--hoverShow, .Button--primary.Button--inverse.scod-FavouriteButton--large {
    background: transparent;
    border-color: #fff;
    color: #fff; }
    .Button.Button--primary.Button--inverse:hover, .Button--primary.Button--inverse.FavouriteButton--small:hover, .Button--primary.Button--inverse.FavouriteButton--hoverShow:hover, .Button--primary.Button--inverse.FavouriteButton--large:hover, .Button--primary.Button--inverse.scod-FavouriteButton--small:hover, .Button--primary.Button--inverse.scod-FavouriteButton--hoverShow:hover, .Button--primary.Button--inverse.scod-FavouriteButton--large:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: #fff; }
  .Button.Button--primary.verify, .Button--primary.verify.FavouriteButton--small, .Button--primary.verify.FavouriteButton--hoverShow, .Button--primary.verify.FavouriteButton--large, .Button--primary.verify.scod-FavouriteButton--small, .Button--primary.verify.scod-FavouriteButton--hoverShow, .Button--primary.verify.scod-FavouriteButton--large {
    height: 56px !important;
    width: 196px !important;
    border-radius: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    letter-spacing: 1.28571px;
    text-transform: uppercase;
    margin: 0px 16px 0px 0px; }

.Button.Button--red, .Button--red.FavouriteButton--small, .Button--red.FavouriteButton--hoverShow, .Button--red.FavouriteButton--large, .Button--red.scod-FavouriteButton--small, .Button--red.scod-FavouriteButton--hoverShow, .Button--red.scod-FavouriteButton--large {
  background-color: #cf1818;
  border-color: #cf1818; }
  .Button.Button--red.is-active, .Button--red.is-active.FavouriteButton--small, .Button--red.is-active.FavouriteButton--hoverShow, .Button--red.is-active.FavouriteButton--large, .Button--red.is-active.scod-FavouriteButton--small, .Button--red.is-active.scod-FavouriteButton--hoverShow, .Button--red.is-active.scod-FavouriteButton--large, .Button.Button--red:hover, .Button--red.FavouriteButton--small:hover, .Button--red.FavouriteButton--hoverShow:hover, .Button--red.FavouriteButton--large:hover, .Button--red.scod-FavouriteButton--small:hover, .Button--red.scod-FavouriteButton--hoverShow:hover, .Button--red.scod-FavouriteButton--large:hover {
    background-color: #8a1010;
    border-color: #8a1010; }

.Button.Button--secondary, .Button--secondary.FavouriteButton--small, .Button--secondary.FavouriteButton--hoverShow, .Button--secondary.FavouriteButton--large, .Button--secondary.scod-FavouriteButton--small, .Button--secondary.scod-FavouriteButton--hoverShow, .Button--secondary.scod-FavouriteButton--large {
  color: #fff; }
  .Button.Button--secondary.is-active, .Button--secondary.is-active.FavouriteButton--small, .Button--secondary.is-active.FavouriteButton--hoverShow, .Button--secondary.is-active.FavouriteButton--large, .Button--secondary.is-active.scod-FavouriteButton--small, .Button--secondary.is-active.scod-FavouriteButton--hoverShow, .Button--secondary.is-active.scod-FavouriteButton--large, .Button.Button--secondary:hover, .Button--secondary.FavouriteButton--small:hover, .Button--secondary.FavouriteButton--hoverShow:hover, .Button--secondary.FavouriteButton--large:hover, .Button--secondary.scod-FavouriteButton--small:hover, .Button--secondary.scod-FavouriteButton--hoverShow:hover, .Button--secondary.scod-FavouriteButton--large:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff; }
    .Button.Button--secondary.is-active .icon, .Button--secondary.is-active.FavouriteButton--small .icon, .Button--secondary.is-active.FavouriteButton--hoverShow .icon, .Button--secondary.is-active.FavouriteButton--large .icon, .Button--secondary.is-active.scod-FavouriteButton--small .icon, .Button--secondary.is-active.scod-FavouriteButton--hoverShow .icon, .Button--secondary.is-active.scod-FavouriteButton--large .icon, .Button.Button--secondary.is-active .Select::before, .Button--secondary.is-active.FavouriteButton--small .Select::before, .Button--secondary.is-active.FavouriteButton--hoverShow .Select::before, .Button--secondary.is-active.FavouriteButton--large .Select::before, .Button--secondary.is-active.scod-FavouriteButton--small .Select::before, .Button--secondary.is-active.scod-FavouriteButton--hoverShow .Select::before, .Button--secondary.is-active.scod-FavouriteButton--large .Select::before, .Button.Button--secondary.is-active .ChannelLineup-item-image-playButton, .Button--secondary.is-active.FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--secondary.is-active.FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--secondary.is-active.FavouriteButton--large .ChannelLineup-item-image-playButton, .Button--secondary.is-active.scod-FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--secondary.is-active.scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--secondary.is-active.scod-FavouriteButton--large .ChannelLineup-item-image-playButton, .Button.Button--secondary.is-active .Tile-playButton, .Button--secondary.is-active.FavouriteButton--small .Tile-playButton, .Button--secondary.is-active.FavouriteButton--hoverShow .Tile-playButton, .Button--secondary.is-active.FavouriteButton--large .Tile-playButton, .Button--secondary.is-active.scod-FavouriteButton--small .Tile-playButton, .Button--secondary.is-active.scod-FavouriteButton--hoverShow .Tile-playButton, .Button--secondary.is-active.scod-FavouriteButton--large .Tile-playButton, .Button.Button--secondary:hover .icon, .Button--secondary.FavouriteButton--small:hover .icon, .Button--secondary.FavouriteButton--hoverShow:hover .icon, .Button--secondary.FavouriteButton--large:hover .icon, .Button--secondary.scod-FavouriteButton--small:hover .icon, .Button--secondary.scod-FavouriteButton--hoverShow:hover .icon, .Button--secondary.scod-FavouriteButton--large:hover .icon, .Button.Button--secondary:hover .Select::before, .Button--secondary.FavouriteButton--small:hover .Select::before, .Button--secondary.FavouriteButton--hoverShow:hover .Select::before, .Button--secondary.FavouriteButton--large:hover .Select::before, .Button--secondary.scod-FavouriteButton--small:hover .Select::before, .Button--secondary.scod-FavouriteButton--hoverShow:hover .Select::before, .Button--secondary.scod-FavouriteButton--large:hover .Select::before, .Button.Button--secondary:hover .ChannelLineup-item-image-playButton, .Button--secondary.FavouriteButton--small:hover .ChannelLineup-item-image-playButton, .Button--secondary.FavouriteButton--hoverShow:hover .ChannelLineup-item-image-playButton, .Button--secondary.FavouriteButton--large:hover .ChannelLineup-item-image-playButton, .Button--secondary.scod-FavouriteButton--small:hover .ChannelLineup-item-image-playButton, .Button--secondary.scod-FavouriteButton--hoverShow:hover .ChannelLineup-item-image-playButton, .Button--secondary.scod-FavouriteButton--large:hover .ChannelLineup-item-image-playButton, .Button.Button--secondary:hover .Tile-playButton, .Button--secondary.FavouriteButton--small:hover .Tile-playButton, .Button--secondary.FavouriteButton--hoverShow:hover .Tile-playButton, .Button--secondary.FavouriteButton--large:hover .Tile-playButton, .Button--secondary.scod-FavouriteButton--small:hover .Tile-playButton, .Button--secondary.scod-FavouriteButton--hoverShow:hover .Tile-playButton, .Button--secondary.scod-FavouriteButton--large:hover .Tile-playButton {
      color: #fff; }
  .Button.Button--secondary .icon, .Button--secondary.FavouriteButton--small .icon, .Button--secondary.FavouriteButton--hoverShow .icon, .Button--secondary.FavouriteButton--large .icon, .Button--secondary.scod-FavouriteButton--small .icon, .Button--secondary.scod-FavouriteButton--hoverShow .icon, .Button--secondary.scod-FavouriteButton--large .icon, .Button.Button--secondary .Select::before, .Button--secondary.FavouriteButton--small .Select::before, .Button--secondary.FavouriteButton--hoverShow .Select::before, .Button--secondary.FavouriteButton--large .Select::before, .Button--secondary.scod-FavouriteButton--small .Select::before, .Button--secondary.scod-FavouriteButton--hoverShow .Select::before, .Button--secondary.scod-FavouriteButton--large .Select::before, .Button.Button--secondary .ChannelLineup-item-image-playButton, .Button--secondary.FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--secondary.FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--secondary.FavouriteButton--large .ChannelLineup-item-image-playButton, .Button--secondary.scod-FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--secondary.scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--secondary.scod-FavouriteButton--large .ChannelLineup-item-image-playButton, .Button.Button--secondary .Tile-playButton, .Button--secondary.FavouriteButton--small .Tile-playButton, .Button--secondary.FavouriteButton--hoverShow .Tile-playButton, .Button--secondary.FavouriteButton--large .Tile-playButton, .Button--secondary.scod-FavouriteButton--small .Tile-playButton, .Button--secondary.scod-FavouriteButton--hoverShow .Tile-playButton, .Button--secondary.scod-FavouriteButton--large .Tile-playButton {
    font-size: 1.375rem ;
    color: #fff;
    margin-right: 0.3925rem; }
  .Button.Button--secondary .icon-watch-now, .Button--secondary.FavouriteButton--small .icon-watch-now, .Button--secondary.FavouriteButton--hoverShow .icon-watch-now, .Button--secondary.FavouriteButton--large .icon-watch-now, .Button--secondary.scod-FavouriteButton--small .icon-watch-now, .Button--secondary.scod-FavouriteButton--hoverShow .icon-watch-now, .Button--secondary.scod-FavouriteButton--large .icon-watch-now {
    content: url("/assets/images/ic-watch-now-852b6373b31f39f8dcf9aaec2e50e9d1.svg");
    width: 20px;
    height: 20px; }
  .Button.Button--secondary.Button--inverse, .Button--secondary.Button--inverse.FavouriteButton--small, .Button--secondary.Button--inverse.FavouriteButton--hoverShow, .Button--secondary.Button--inverse.FavouriteButton--large, .Button--secondary.Button--inverse.scod-FavouriteButton--small, .Button--secondary.Button--inverse.scod-FavouriteButton--hoverShow, .Button--secondary.Button--inverse.scod-FavouriteButton--large {
    border-color: #0778d6;
    color: #0778d6; }
    .Button.Button--secondary.Button--inverse.is-active, .Button--secondary.Button--inverse.is-active.FavouriteButton--small, .Button--secondary.Button--inverse.is-active.FavouriteButton--hoverShow, .Button--secondary.Button--inverse.is-active.FavouriteButton--large, .Button--secondary.Button--inverse.is-active.scod-FavouriteButton--small, .Button--secondary.Button--inverse.is-active.scod-FavouriteButton--hoverShow, .Button--secondary.Button--inverse.is-active.scod-FavouriteButton--large, .Button.Button--secondary.Button--inverse:hover, .Button--secondary.Button--inverse.FavouriteButton--small:hover, .Button--secondary.Button--inverse.FavouriteButton--hoverShow:hover, .Button--secondary.Button--inverse.FavouriteButton--large:hover, .Button--secondary.Button--inverse.scod-FavouriteButton--small:hover, .Button--secondary.Button--inverse.scod-FavouriteButton--hoverShow:hover, .Button--secondary.Button--inverse.scod-FavouriteButton--large:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .Button.Button--secondary.Button--inverse.verify, .Button--secondary.Button--inverse.verify.FavouriteButton--small, .Button--secondary.Button--inverse.verify.FavouriteButton--hoverShow, .Button--secondary.Button--inverse.verify.FavouriteButton--large, .Button--secondary.Button--inverse.verify.scod-FavouriteButton--small, .Button--secondary.Button--inverse.verify.scod-FavouriteButton--hoverShow, .Button--secondary.Button--inverse.verify.scod-FavouriteButton--large {
      border-color: #fff;
      color: #fff;
      height: 56px !important;
      width: 196px !important;
      border-radius: 12px;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-style: normal;
      font-weight: 700;
      font-size: 18px !important;
      letter-spacing: 1.28571px;
      text-transform: uppercase;
      margin: 0; }

.Button--link {
  font-size: 0.875rem ;
  border: 0;
  color: #0778d6;
  margin-top: 0;
  padding: 0; }

.Button-fine {
  font-weight: 400;
  margin-left: 0.3925rem; }

.Button.Button--cta, .Button--cta.FavouriteButton--small, .Button--cta.FavouriteButton--hoverShow, .Button--cta.FavouriteButton--large, .Button--cta.scod-FavouriteButton--small, .Button--cta.scod-FavouriteButton--hoverShow, .Button--cta.scod-FavouriteButton--large {
  background-color: #fff;
  border-color: #fff;
  color: #000; }
  .Button.Button--cta.is-active, .Button--cta.is-active.FavouriteButton--small, .Button--cta.is-active.FavouriteButton--hoverShow, .Button--cta.is-active.FavouriteButton--large, .Button--cta.is-active.scod-FavouriteButton--small, .Button--cta.is-active.scod-FavouriteButton--hoverShow, .Button--cta.is-active.scod-FavouriteButton--large, .Button.Button--cta:hover, .Button--cta.FavouriteButton--small:hover, .Button--cta.FavouriteButton--hoverShow:hover, .Button--cta.FavouriteButton--large:hover, .Button--cta.scod-FavouriteButton--small:hover, .Button--cta.scod-FavouriteButton--hoverShow:hover, .Button--cta.scod-FavouriteButton--large:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0); }
  .Button.Button--cta .icon, .Button--cta.FavouriteButton--small .icon, .Button--cta.FavouriteButton--hoverShow .icon, .Button--cta.FavouriteButton--large .icon, .Button--cta.scod-FavouriteButton--small .icon, .Button--cta.scod-FavouriteButton--hoverShow .icon, .Button--cta.scod-FavouriteButton--large .icon, .Button.Button--cta .Select::before, .Button--cta.FavouriteButton--small .Select::before, .Button--cta.FavouriteButton--hoverShow .Select::before, .Button--cta.FavouriteButton--large .Select::before, .Button--cta.scod-FavouriteButton--small .Select::before, .Button--cta.scod-FavouriteButton--hoverShow .Select::before, .Button--cta.scod-FavouriteButton--large .Select::before, .Button.Button--cta .ChannelLineup-item-image-playButton, .Button--cta.FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--cta.FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--cta.FavouriteButton--large .ChannelLineup-item-image-playButton, .Button--cta.scod-FavouriteButton--small .ChannelLineup-item-image-playButton, .Button--cta.scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton, .Button--cta.scod-FavouriteButton--large .ChannelLineup-item-image-playButton, .Button.Button--cta .Tile-playButton, .Button--cta.FavouriteButton--small .Tile-playButton, .Button--cta.FavouriteButton--hoverShow .Tile-playButton, .Button--cta.FavouriteButton--large .Tile-playButton, .Button--cta.scod-FavouriteButton--small .Tile-playButton, .Button--cta.scod-FavouriteButton--hoverShow .Tile-playButton, .Button--cta.scod-FavouriteButton--large .Tile-playButton {
    margin-left: -0.785rem;
    padding-left: 2px; }
    .Button.Button--cta .icon::before, .Button--cta.FavouriteButton--small .icon::before, .Button--cta.FavouriteButton--hoverShow .icon::before, .Button--cta.FavouriteButton--large .icon::before, .Button--cta.scod-FavouriteButton--small .icon::before, .Button--cta.scod-FavouriteButton--hoverShow .icon::before, .Button--cta.scod-FavouriteButton--large .icon::before, .Button.Button--cta .Select::before, .Button--cta.FavouriteButton--small .Select::before, .Button--cta.FavouriteButton--hoverShow .Select::before, .Button--cta.FavouriteButton--large .Select::before, .Button--cta.scod-FavouriteButton--small .Select::before, .Button--cta.scod-FavouriteButton--hoverShow .Select::before, .Button--cta.scod-FavouriteButton--large .Select::before, .Button.Button--cta .ChannelLineup-item-image-playButton::before, .Button--cta.FavouriteButton--small .ChannelLineup-item-image-playButton::before, .Button--cta.FavouriteButton--hoverShow .ChannelLineup-item-image-playButton::before, .Button--cta.FavouriteButton--large .ChannelLineup-item-image-playButton::before, .Button--cta.scod-FavouriteButton--small .ChannelLineup-item-image-playButton::before, .Button--cta.scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton::before, .Button--cta.scod-FavouriteButton--large .ChannelLineup-item-image-playButton::before, .Button.Button--cta .Tile-playButton::before, .Button--cta.FavouriteButton--small .Tile-playButton::before, .Button--cta.FavouriteButton--hoverShow .Tile-playButton::before, .Button--cta.FavouriteButton--large .Tile-playButton::before, .Button--cta.scod-FavouriteButton--small .Tile-playButton::before, .Button--cta.scod-FavouriteButton--hoverShow .Tile-playButton::before, .Button--cta.scod-FavouriteButton--large .Tile-playButton::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 32px;
      width: 32px; }

.Button.Button--hoverOpacity:hover, .Button--hoverOpacity.FavouriteButton--small:hover, .Button--hoverOpacity.FavouriteButton--hoverShow:hover, .Button--hoverOpacity.FavouriteButton--large:hover, .Button--hoverOpacity.scod-FavouriteButton--small:hover, .Button--hoverOpacity.scod-FavouriteButton--hoverShow:hover, .Button--hoverOpacity.scod-FavouriteButton--large:hover {
  opacity: 0.7; }

.profile-button-cancel {
  font-size: 1.125rem ;
  line-height: 1.11111;
  font-weight: 500;
  padding: 24px; }

.App--featureWebShowPageUIRefresh .Button--LoadMore {
  font-size: 1rem ;
  line-height: 1.25;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase; }
  .App--featureWebShowPageUIRefresh .Button--LoadMore::before {
    background: url("../assets/images/ic-chevron-btn-c708111cec3c25a561ebf88f21784c15.svg") no-repeat 50%;
    background-size: cover;
    content: '';
    display: block;
    height: 44px;
    margin-bottom: 1rem;
    position: relative;
    width: 44px; }

.scod-button--primary {
  font-size: 1.125rem ;
  line-height: 1;
  background-color: #0778d6;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.29px;
  outline: none;
  padding: 0px 56px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px; }
  .scod-button--primary:hover {
    background-color: #004ab3; }
  .scod-button--primary:disabled {
    background-color: #0778d6;
    color: #fff; }
    .scod-button--primary:disabled:hover {
      background-color: #004ab3; }

.scod-button--simple {
  font-size: 1rem ;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  letter-spacing: 1.14px;
  outline: none;
  padding-top: 15px;
  line-height: 1.5;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px; }
  .scod-button--simple::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    opacity: 0;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 100%; }
  .scod-button--simple:hover::after {
    opacity: 1; }
  .scod-button--simple:disabled {
    color: #bfbfbf; }

.scod-button--warning {
  font-size: 1.125rem ;
  line-height: 1;
  background: #cf1818;
  border: solid 2px #cf1818;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.29px;
  outline: none;
  padding: 19px 56px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  line-height: 0;
  white-space: nowrap; }
  .scod-button--warning:hover {
    background-color: #cc3333; }
  .scod-button--warning:disabled {
    border: solid 2px #bfbfbf;
    background-color: #fff;
    color: #bfbfbf; }
    .scod-button--warning:disabled:hover {
      background-color: #9b9b9b; }

.scod-button--hollow {
  border-radius: 100px;
  border-style: solid;
  border-width: 2px;
  font-size: 1.125rem ;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 24px 40px;
  line-height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .scod-button--hollow:hover {
    background: rgba(255, 255, 255, 0.5); }

.delete-warning {
  color: #cf1818;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }

.Breadcrumbs {
  padding-left: 0;
  z-index: 99; }
  @media (max-width: 47rem) {
    .Breadcrumbs {
      display: none; } }
  .App--featureWebShowPageUIRefresh .scod-only .Breadcrumbs {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 64rem) {
      .App--featureWebShowPageUIRefresh .scod-only .Breadcrumbs {
        margin-bottom: 39px;
        margin-top: 14px;
        white-space: normal;
        overflow: visible;
        text-overflow: unset; } }
  .Breadcrumbs-wrap {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #e2e2e2; }
  .Breadcrumbs-item {
    color: #0778d6;
    display: inline-block;
    font-size: 0.875rem ; }
    .App--featureWebShowPageUIRefresh .scod-only .Breadcrumbs-item {
      color: #f5f5f5;
      line-height: 18px; }
    .Breadcrumbs-item a {
      color: #000;
      -webkit-transition: color 0.1s ease-in;
      transition: color 0.1s ease-in; }
      .App--featureWebShowPageUIRefresh .scod-only .Breadcrumbs-item a {
        color: #f5f5f5;
        line-height: 18px; }
      .Breadcrumbs-item a:hover {
        color: #0778d6; }
        .App--featureWebShowPageUIRefresh .scod-only .Breadcrumbs-item a:hover {
          color: #fff; }
    .Breadcrumbs-item::after {
      color: #000;
      content: ' /'; }
      .App--featureWebShowPageUIRefresh .scod-only .Breadcrumbs-item::after {
        color: #f5f5f5; }
    .Breadcrumbs-item:last-child:after {
      content: ' '; }

.Hero-bar-episodeBreadcrumbs {
  display: none;
  margin-bottom: 0; }
  .show-video-player .Hero-bar-episodeBreadcrumbs {
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 4%; }
  .Hero-bar-episodeBreadcrumbs .Breadcrumbs {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block; }
  .Hero-bar-episodeBreadcrumbs .Breadcrumbs-item {
    color: #f5f5f5; }
    .Hero-bar-episodeBreadcrumbs .Breadcrumbs-item:after {
      color: #f5f5f5; }
    .Hero-bar-episodeBreadcrumbs .Breadcrumbs-item a {
      color: #f5f5f5; }
  .is-up .Hero-bar-episodeBreadcrumbs {
    display: none; }

.Featured-Content-Belt .Belt-action-scrollable,
.Featured-Favourites-Belt .Belt-action-scrollable {
  padding-right: 0px !important; }

.Belt.u-contentWithSeparator {
  padding-top: 2rem; }
  .Belt.u-contentWithSeparator .Belt-header {
    padding-left: -4px;
    padding-bottom: 1rem; }

.Belt-header {
  margin-bottom: 0.26167rem; }

.Belt-title {
  z-index: 1; }
  .Belt-title h2 {
    font-size: 24px; }
    @media (max-width: 47rem) {
      .Belt-title h2 {
        font-size: 18px; } }

.Hero .Belt {
  margin-bottom: -0.7rem !important; }
  .Hero .Belt .Belt-title .anchors {
    padding-left: 0 !important; }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  .Hero .Hero-tile-wrap {
    padding-bottom: 2.5rem; } }

@media (min-width: 64rem) {
  .Hero .Hero-tile-wrap {
    padding-bottom: 3rem; } }

@media (min-width: 2200px) {
  .Hero .Hero-tile-wrap {
    padding-bottom: 2rem; } }

.Hero .Hero-tile-wrap[data-module-name='heroCarousel'] {
  padding-bottom: 1rem; }
  @media (min-width: 752px) {
    .Hero .Hero-tile-wrap[data-module-name='heroCarousel'] {
      padding-bottom: 2rem; } }

.quick-info {
  background: transparent;
  border-bottom: 4px solid #0778d6;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -1px;
  right: -1px;
  z-index: 6; }
  .quick-info .content {
    z-index: 99;
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px; }
    @media (max-width: 767px) {
      .quick-info .content {
        bottom: 12px;
        left: 14px;
        right: 14px; }
        .quick-info .content .Tile-title span {
          font-size: 16px; }
        .quick-info .content .synopsis {
          font-size: 0.609rem; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .quick-info .content {
        bottom: 20px;
        left: 16px;
        right: 16px; }
        .quick-info .content .Tile-title span {
          font-size: 18px; }
        .quick-info .content .synopsis {
          font-size: 0.783rem; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .quick-info .content {
        bottom: 24px;
        left: 20px;
        right: 20px; }
        .quick-info .content .Tile-title span {
          font-size: 20px; } }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .quick-info .content {
        bottom: 28px;
        left: 24px;
        right: 24px; } }
  .quick-info .Tile-title {
    z-index: 99;
    height: auto;
    margin-bottom: 0.285rem;
    padding: 0px !important;
    /* override what is defined in tile.scss */
    overflow: hidden; }
    .quick-info .Tile-title span {
      white-space: normal;
      word-wrap: break-word;
      font-size: 1.5rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .quick-info .Tile-title span {
          font-size: 1.05rem; } }
  .quick-info .genre-tag {
    color: #9b9b9b;
    margin-bottom: 0.8rem;
    margin-top: 0px;
    z-index: 6; }
    .quick-info .genre-tag span {
      font-size: 12px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0.7px;
      text-transform: uppercase; }
  .quick-info .synopsis {
    font-size: 0.87rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0.2rem;
    margin-top: 0px;
    padding-bottom: 1px;
    padding-top: 1px; }
    .quick-info .synopsis div {
      padding-bottom: 0.6rem; }
  .quick-info .QuickInfo-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.4286rem; }
    .quick-info .QuickInfo-actions .icon-play, .quick-info .QuickInfo-actions .ChannelLineup-item-image-playButton, .quick-info .QuickInfo-actions .Tile-playButton {
      display: none; }
    .quick-info .QuickInfo-actions .Button--primary {
      margin-top: 0px;
      margin-right: 0.785rem;
      height: 1rem;
      font-weight: 900 !important;
      border-radius: 8px; }
    .quick-info .QuickInfo-actions .QuickInfo-secondary-actions {
      margin-top: 3px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .quick-info .QuickInfo-actions .QuickInfo-secondary-actions span {
        display: inline-block; }
        .quick-info .QuickInfo-actions .QuickInfo-secondary-actions span .Tile-icon {
          margin-right: 0.125rem; }
        .quick-info .QuickInfo-actions .QuickInfo-secondary-actions span .word {
          font-weight: bold;
          letter-spacing: 0.9px;
          text-transform: uppercase;
          font-size: 0.75rem ;
          line-height: 1.33333;
          position: relative;
          bottom: 5px; }
          @media (max-width: 767px) {
            .quick-info .QuickInfo-actions .QuickInfo-secondary-actions span .word {
              display: none; } }
      .quick-info .QuickInfo-actions .QuickInfo-secondary-actions .Hero-Trailer a.Hero-Trailer-Link {
        margin-bottom: 4px;
        color: #bfbfbf; }
        .quick-info .QuickInfo-actions .QuickInfo-secondary-actions .Hero-Trailer a.Hero-Trailer-Link:hover {
          color: white; }

.swiper-container {
  overflow: visible !important;
  position: relative;
  z-index: unset; }

div.Tile:hover {
  cursor: pointer; }

.Grid-cell.swiper-slide-on-hover, .swiper-slide-on-hover.ArticleCard--small, .swiper-slide-on-hover.ArticleCard--medium {
  z-index: 5;
  position: relative; }
  .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
    position: absolute;
    display: inline-block;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto; }
    @media (max-width: 767px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 288px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 336px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 360px; } }
    @media (min-width: 1280px) and (max-width: 1440px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 427.2px; } }
    @media (min-width: 1440px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 480px; } }
    @media (max-width: 768px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 180px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 200px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 228px; } }
    @media (min-width: 1280px) and (max-width: 1440px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 254px; } }
    @media (min-width: 1440px) and (max-width: 2000px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 257px; } }
    @media (min-width: 2000px) and (max-width: 2799px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 264px; } }
    @media (min-width: 2800px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 100%;
        width: 100%; } }
    .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo div.Tile-thumb, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo div.Tile-thumb, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo div.Tile-thumb {
      margin: 0 auto;
      position: inherit;
      z-index: 5;
      height: 100%;
      width: 100%; }
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo div.Tile-thumb img, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo div.Tile-thumb img, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo div.Tile-thumb img {
        width: 100%;
        height: auto;
        display: block; }
  .Grid-cell.swiper-slide-on-hover .QuickInfo-actions .Button--primary, .swiper-slide-on-hover.ArticleCard--small .QuickInfo-actions .Button--primary, .swiper-slide-on-hover.ArticleCard--medium .QuickInfo-actions .Button--primary {
    height: 2.5rem; }

.swiper-wrapper {
  z-index: 2; }
  .swiper-wrapper .swiper-quick-info {
    text-align: -webkit-center;
    text-align: -moz-center; }
  .swiper-wrapper .swiper-slide-on-hover {
    padding-top: 6px;
    position: relative;
    height: auto; }
    @media (max-width: 767px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 288px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 336px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 360px; } }
    @media (min-width: 1280px) and (max-width: 1440px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 427.2px; } }
    @media (min-width: 1440px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 480px; } }
    .swiper-wrapper .swiper-slide-on-hover a {
      outline: none; }
    .swiper-wrapper .swiper-slide-on-hover .Tile-badge {
      display: none; }
    .swiper-wrapper .swiper-slide-on-hover div.Tile {
      display: inline-block;
      position: absolute;
      left: 0px;
      right: 0px; }
      @media (max-width: 768px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 100%;
          width: auto; } }
      @media (min-width: 752px) and (max-width: 767px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1rem; } }
      @media (min-width: 768px) and (max-width: 869px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -2.2rem; } }
      @media (min-width: 869px) and (max-width: 968px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1.4rem; } }
      @media (min-width: 969px) and (max-width: 1024px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1.1rem; } }
      @media (min-width: 1024px) and (max-width: 1107px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -3.5rem; } }
      @media (min-width: 1107px) and (max-width: 1280px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -2.6rem; } }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -4.2rem; } }
      @media (min-width: 1500px) and (max-width: 1800px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -3.2rem; } }
      @media (min-width: 1800px) and (max-width: 2000px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -2.7rem; } }
      @media (min-width: 2000px) and (max-width: 2300px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1.8rem; } }
      @media (min-width: 2300px) and (max-width: 2500px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1.2rem; } }
      @media (min-width: 2500px) and (max-width: 2700px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -0.5rem; } }
      @media (min-width: 2700px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: 0;
          width: 100%; } }
      @media (max-width: 767px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 288px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 336px; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 360px; } }
      @media (min-width: 1280px) and (max-width: 1440px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 427.2px; } }
      @media (min-width: 1440px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 480px; } }
      @media (max-width: 768px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 180px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 200px; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 228px; } }
      @media (min-width: 1280px) and (max-width: 1440px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 254px; } }
      @media (min-width: 1440px) and (max-width: 2000px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 257px; } }
      @media (min-width: 2000px) and (max-width: 2799px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 264px; } }
      @media (min-width: 2800px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 100%;
          width: 100%; } }
      .swiper-wrapper .swiper-slide-on-hover div.Tile div.Tile-thumb {
        position: inherit;
        z-index: 5;
        height: 100%;
        width: 100%; }
        .swiper-wrapper .swiper-slide-on-hover div.Tile div.Tile-thumb img {
          width: 100%;
          height: auto;
          display: block; }

.Belt-body-scrollable {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important; }

/* FIXME replace the hide- classes with something more generic. */
@media (min-width: 1280px) {
  .hide-lg {
    display: none !important; } }

@media (max-width: 1279px) {
  .hide-sm-to-md {
    display: none !important; } }

.Slot-banded-hero.PageHeader {
  overflow: inherit; }

@media screen and (min-width: 2200px) {
  .Belt,
  .Hero .Belt {
    padding-bottom: 5rem !important; } }

@media screen and (min-width: 3840px) {
  .Belt,
  .Hero .Belt {
    padding-bottom: 8rem !important; } }

.my-favorites .Belt.Featured-Favourites-Belt {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px); }

@media (max-width: 47rem) {
  .my-favorites .more-tile.fav .label {
    font-size: 1.8rem;
    line-height: 2rem; } }

@media (max-width: 29.99rem) {
  .my-favorites .more-tile.fav .label {
    font-size: 2.3rem;
    line-height: 2.8rem; } }

.animated-quick-info {
  z-index: 1 !important;
  background: transparent;
  left: 0;
  line-height: 0;
  position: relative;
  -webkit-transition: left 340ms ease-in-out, opacity 450ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: left 340ms ease-in-out, opacity 450ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: left 340ms ease-in-out, opacity 450ms ease-in-out, transform 350ms ease-in-out;
  transition: left 340ms ease-in-out, opacity 450ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
  .animated-quick-info .content {
    overflow: hidden;
    -webkit-transform-origin: center;
            transform-origin: center; }
  .swiper-slide.sports .animated-quick-info .content {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform-origin: center;
            transform-origin: center; }
    .swiper-slide.sports .animated-quick-info .content::before {
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      border: transparent 3px solid;
      z-index: 100; }
    .swiper-slide.sports .animated-quick-info .content .Tile-playDuration,
    .swiper-slide.sports .animated-quick-info .content .Tile-badge,
    .swiper-slide.sports .animated-quick-info .content .Progress {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .swiper-slide.sports .animated-quick-info.left .content {
    -webkit-transform-origin: center;
            transform-origin: center; }
  .swiper-slide.sports .animated-quick-info.right .content {
    -webkit-transform-origin: center;
            transform-origin: center; }
  .swiper-slide.sports .animated-quick-info:hover .content {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.8); }
    .swiper-slide.sports .animated-quick-info:hover .content::before {
      border-color: #fff; }
    .swiper-slide.sports .animated-quick-info:hover .content .Progress {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }
    .swiper-slide.sports .animated-quick-info:hover .content .Tile-playDuration,
    .swiper-slide.sports .animated-quick-info:hover .content .Tile-badge {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    .swiper-slide.sports .animated-quick-info:hover .content .Tile-badge.has-progress {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
  .animated-quick-info .default-state .content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #444;
    border-radius: 12px; }
    .animated-quick-info .default-state .content.browse-sport-competition {
      background: linear-gradient(314.67deg, rgba(255, 69, 217, 0.8) -13.48%, rgba(255, 69, 217, 0.224) 31.28%, rgba(255, 69, 217, 0) 54.72%), linear-gradient(41.55deg, #2747f2 -11%, #090f36 61.43%); }
  .animated-quick-info .hovered-state .content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #444;
    border-radius: 6.86px; }
  .animated-quick-info img {
    height: 100%;
    width: 100%; }
  .portrait .animated-quick-info .Tile-image {
    background-color: black; }
    .portrait .animated-quick-info .Tile-image .pgradient {
      position: relative;
      z-index: 1;
      mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(transparent));
      mask-image: linear-gradient(180deg, black 20%, transparent);
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(transparent));
      -webkit-mask-image: linear-gradient(180deg, black 20%, transparent); }
  .portrait .animated-quick-info.hovered img {
    z-index: -1;
    height: auto; }
  .animated-quick-info:hover {
    cursor: pointer; }
  .animated-quick-info.hovered {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    z-index: 999 !important;
    border-radius: 6.86px; }
  .portrait .animated-quick-info.hovered {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }
  .animated-quick-info .default-state {
    opacity: 1;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .animated-quick-info .default-state img {
      border-radius: 12px; }
      .swiper-slide.sports .animated-quick-info .default-state img {
        border-radius: 0; }
    .animated-quick-info .default-state .Tile-badge {
      opacity: 1;
      -webkit-transition: opacity 50ms ease-in-out;
      transition: opacity 50ms ease-in-out;
      border-radius: 4px; }
  .animated-quick-info.hovered .default-state {
    opacity: 0; }
    .animated-quick-info.hovered .default-state .Tile-badge {
      opacity: 0; }
  .animated-quick-info .hovered-state {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
    width: 100%;
    height: 100%; }
    .animated-quick-info .hovered-state .Tile-image {
      -webkit-transition: all 0s;
      transition: all 0s;
      border-radius: 6.86px; }
    .animated-quick-info .hovered-state .QuickInfo-background {
      border-radius: 6.86px;
      background: linear-gradient(360deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(242.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(158.58deg, rgba(255, 69, 217, 0.2) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(37.42deg, rgba(39, 71, 242, 0.5) -8.12%, rgba(9, 15, 54, 0.5) 75.37%), #000000;
      -webkit-box-shadow: 0px 4px 100px #000000;
              box-shadow: 0px 4px 100px #000000;
      position: absolute;
      -webkit-transition: all 0s, border-bottom 350ms ease-in-out;
      transition: all 0s, border-bottom 350ms ease-in-out;
      top: 0;
      z-index: 0; }
    .animated-quick-info .hovered-state .QuickInfo-overview {
      border-radius: 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%;
      padding: 5%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 100;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .portrait .animated-quick-info .hovered-state .QuickInfo-overview {
        padding-bottom: 0; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-season-episode-count {
        color: #fff;
        font-size: 0.5rem;
        margin: 0px;
        padding: 3px 0 1px; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title {
        font-size: 0.857rem;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.036rem;
        color: #fff;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.3); }
        .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title {
          font-weight: 700;
          font-size: 1.111rem;
          line-height: 1.343rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title span {
          font-weight: 600; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis {
        color: #fff;
        font-size: 0.5rem;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 0.643rem;
        margin-top: 0.2rem; }
        .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis {
          font-weight: 400;
          font-size: 0.648rem;
          line-height: 0.833rem;
          margin-top: 0.4rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis span {
          display: block;
          font-weight: 400; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre {
        color: #9b9b9b;
        font-size: 0.429rem;
        font-stretch: normal;
        letter-spacing: 0.4px;
        line-height: 0.643rem;
        margin-top: 0.4rem; }
        .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre {
          font-weight: 700;
          font-size: 0.555rem;
          line-height: 0.833rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre span {
          font-weight: bolder;
          letter-spacing: normal;
          text-transform: uppercase; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0.6rem; }
        .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-top: 1.25rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FullWidthBtn {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            margin-top: 1.25rem;
            margin-bottom: 1.25rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 0.5rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div * {
            font-size: 0.429rem !important;
            line-height: 0.643rem !important;
            height: 0.643rem; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div * {
              font-size: 0.555rem !important;
              line-height: 0.833rem !important;
              height: 0.833rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary {
          font-weight: 700;
          letter-spacing: 0.5px;
          height: auto;
          margin: 0px;
          padding: 0.38rem 0.45rem 0.35rem;
          border-radius: 4.57px; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary {
            width: 100%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            min-height: 33.333px; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .icon-play, .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .ChannelLineup-item-image-playButton, .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .Tile-playButton {
            display: none; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link {
          position: inherit;
          padding: 0;
          margin-left: 0;
          padding-top: 0.1rem;
          padding-right: 0;
          color: #fff;
          opacity: 0.8; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:before {
            position: inherit;
            height: 1rem;
            width: 1rem;
            margin-top: 0rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:hover {
            color: #fff; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link {
            padding-right: 0.5rem; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:before {
              position: inherit;
              height: 1.25rem;
              width: 1.5rem;
              margin-top: 0rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton {
          color: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-weight: 800;
          text-transform: uppercase;
          margin-left: 0px; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-star:before {
            font-size: 0.9rem;
            opacity: 0.8; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-check {
            width: 16px; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-check::before {
              font-size: 0.9rem;
              opacity: 0.8; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-plus:before {
            font-size: 0.9rem;
            opacity: 0.8;
            width: 15px; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .word {
            letter-spacing: 0.5px;
            margin-left: 0.1rem;
            opacity: 0.8; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton:hover {
            color: #fff; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-star:before {
            font-size: 1.25rem;
            margin-top: 0;
            line-height: 1.25rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .word {
            margin-top: 0rem;
            opacity: 0.8; }
      @media screen and (max-width: 1380px) {
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title {
          font-size: 0.857rem;
          font-stretch: normal;
          letter-spacing: normal;
          line-height: 1.036rem;
          color: #fff;
          text-shadow: 0px 1px rgba(0, 0, 0, 0.3); }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title {
            font-weight: 700;
            font-size: 1.111rem;
            line-height: 1.343rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title span {
            font-weight: 600; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis {
          color: #fff;
          font-size: 0.5rem;
          font-stretch: normal;
          letter-spacing: normal;
          line-height: 0.643rem;
          margin-top: 0.2rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis {
            font-weight: 400;
            font-size: 0.648rem;
            line-height: 0.833rem;
            margin-top: 0.4rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis span {
            display: block;
            font-weight: 400; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre {
          color: #9b9b9b;
          font-size: 0.429rem;
          font-stretch: normal;
          letter-spacing: 0.4px;
          line-height: 0.643rem;
          margin-top: 0.4rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre {
            font-weight: 700;
            font-size: 0.555rem;
            line-height: 0.833rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre span {
            font-weight: bolder;
            letter-spacing: normal;
            text-transform: uppercase; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 0.6rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions {
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin-top: 1.25rem; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FullWidthBtn {
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 100%;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              margin-top: 1.25rem;
              margin-bottom: 1.25rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 0.5rem; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div * {
              font-size: 0.429rem !important;
              line-height: 0.643rem !important;
              height: 0.643rem; }
              .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div * {
                font-size: 0.555rem !important;
                line-height: 0.833rem !important;
                height: 0.833rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary {
            font-weight: 700;
            letter-spacing: 0.5px;
            height: auto;
            margin: 0px;
            padding: 0.38rem 0.45rem 0.35rem;
            border-radius: 4.57px; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary {
              width: 100%;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              min-height: 33.333px; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .icon-play, .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .ChannelLineup-item-image-playButton, .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .Tile-playButton {
              display: none; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link {
            position: inherit;
            padding: 0;
            margin-left: 0;
            padding-top: 0.1rem;
            padding-right: 0;
            color: #fff;
            opacity: 0.8; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:before {
              position: inherit;
              height: 1rem;
              width: 1rem;
              margin-top: 0rem; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:hover {
              color: #fff; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link {
              padding-right: 0.5rem; }
              .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:before {
                position: inherit;
                height: 1.25rem;
                width: 1.5rem;
                margin-top: 0rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton {
            color: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            font-weight: 800;
            text-transform: uppercase;
            margin-left: 0px; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-star:before {
              font-size: 0.9rem;
              opacity: 0.8; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-check {
              width: 16px; }
              .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-check::before {
                font-size: 0.9rem;
                opacity: 0.8; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-plus:before {
              font-size: 0.9rem;
              opacity: 0.8;
              width: 15px; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .word {
              letter-spacing: 0.5px;
              margin-left: 0.1rem;
              opacity: 0.8; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton:hover {
              color: #fff; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-star:before {
              font-size: 1.25rem;
              margin-top: 0;
              line-height: 1.25rem; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .word {
              margin-top: 0rem;
              opacity: 0.8; } }
  .animated-quick-info.hovered .hovered-state {
    opacity: 1; }
    .animated-quick-info.hovered .hovered-state .QuickInfo-background {
      border-radius: 6.86px; }

.portrait .animated-quick-info .default-state::before {
  content: none; }

.portrait .animated-quick-info .content {
  height: auto;
  position: inherit; }

.view-more-button {
  margin-right: 0.75rem !important; }

.Search-belt .Tile-title,
.Search-belt .title {
  font-family: black_sans_condensed;
  font-weight: 700;
  padding: 0; }
  .Search-belt .Tile-title > span,
  .Search-belt .title > span {
    font-size: 0.9375rem;
    line-height: normal; }

.Search-belt .Episode-meta.u-mT-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 0 0 0 !important; }

.Search-belt .Episode-meta.u-mT-0,
.Search-belt .competition {
  font-size: 0.875rem !important;
  line-height: normal;
  font-weight: 500 !important;
  color: #999;
  font-family: black_sans_condensed; }

.animated-quick-info.sports .Landscape-image img {
  opacity: 0.1; }

.animated-quick-info.sports .QuickInfo-overview {
  row-gap: calc((1 / 1.75) * 0.5rem); }

.animated-quick-info.sports .QuickInfo-competition {
  color: #ccc;
  font-weight: 500;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  font-size: calc((1 / 1.75) * 1rem);
  line-height: calc((1 / 1.75) * 1.1875rem);
  letter-spacing: calc((1 / 1.75) * 0.04rem);
  font-family: 'black_sans_condensed'; }

.animated-quick-info.sports .QuickInfo-actions {
  margin-top: calc((1 / 1.75) * 1rem) !important; }
  .animated-quick-info.sports .QuickInfo-actions .Primary-watch-now .icon-play, .animated-quick-info.sports .QuickInfo-actions .Primary-watch-now .ChannelLineup-item-image-playButton, .animated-quick-info.sports .QuickInfo-actions .Primary-watch-now .Tile-playButton {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-right: calc((1 / 1.75) * -0.26167rem);
    margin-left: calc((1 / 1.75) * -0.52333rem);
    padding-right: calc((1 / 1.75) * 15px);
    padding-left: calc((1 / 1.75) * 10px); }

.animated-quick-info.sports .sports-metadata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc;
  font-weight: 700;
  line-height: normal;
  font-size: calc((1 / 1.75) * 0.875rem);
  letter-spacing: calc((1 / 1.75) * 0.035rem);
  -webkit-column-gap: calc((1 / 1.75) * 0.25rem);
          column-gap: calc((1 / 1.75) * 0.25rem);
  font-family: 'black_sans_condensed'; }
  .animated-quick-info.sports .sports-metadata .formatted-time {
    letter-spacing: calc((1 / 1.75) * 0.0175rem); }
  .animated-quick-info.sports .sports-metadata .Tile-badge {
    color: #f5f5f5;
    line-height: normal;
    position: initial;
    border-radius: 2.28571px;
    font-size: calc((1 / 1.75) * 0.75rem) !important;
    padding: calc((1 / 1.75) * 0.164rem) calc((1 / 1.75) * 0.464rem);
    margin-right: calc((1 / 1.75) * 0.5rem); }
  .animated-quick-info.sports .sports-metadata .broadcasted-data {
    letter-spacing: calc((1 / 1.75) * 0.0175rem); }
  .animated-quick-info.sports .sports-metadata .genre-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc((1 / 1.75) * 0.375rem); }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  .Belt {
    padding-left: 0.785rem;
    padding-right: 0.785rem; } }

@media (min-width: 47rem) {
  .Belt {
    padding-bottom: 1.75rem; } }

@media (min-width: 47rem) {
  .Hero .Belt {
    padding-bottom: 2rem !important; } }

.Belt-header {
  position: relative;
  margin-bottom: 0.3925rem; }

.Belt-title h2 {
  font-size: 20px;
  margin: 0.3rem 0; }
  .Belt-title h2:hover .Belt-title-chevron {
    left: 0;
    visibility: visible;
    opacity: 1; }

.Belt-title-image {
  width: 55px;
  margin-right: 0.3925rem; }

.Belt-subtitle {
  margin-top: 0;
  margin-bottom: 0.26167rem; }

.Belt-description {
  line-height: 1.38; }

.Belt-title-chevron {
  font-size: 2.125rem ;
  position: relative;
  margin: -15px -4px;
  top: 9px;
  left: -20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0; }
  .Belt-title-chevron:hover {
    left: 0;
    visibility: visible;
    opacity: 1; }

.Belt-action {
  margin-bottom: 5px; }
  .Belt-action a {
    display: block; }

.Belt-item a {
  color: currentColor;
  outline: none; }

.Belt-body:hover .swiper-button-next,
.Belt-body:hover .swiper-button-prev {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in;
  transition: visibility 0.2s, opacity 0.2s ease-in; }

.Belt-body:hover .swiper-gutter-right-circle-belt {
  visibility: visible; }

.swiper-button-next,
.swiper-button-prev {
  outline: none;
  background-repeat: no-repeat;
  background-size: 48px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in;
  transition: visibility 0.2s, opacity 0.2s ease-in;
  width: 48px;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swiper-button-next.sports,
  .swiper-button-prev.sports {
    top: calc((100% - (82px)) / 2); }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 1 !important;
    visibility: visible; }

.swiper-gutter-left,
.swiper-gutter-right {
  position: absolute;
  background-color: rgba(17, 17, 17, 0.75);
  top: 0;
  height: 100%;
  width: 0;
  z-index: 3; }
  .sport-page .swiper-gutter-left,
  .competition-page .swiper-gutter-left, .sport-page
  .swiper-gutter-right,
  .competition-page
  .swiper-gutter-right {
    background-color: transparent; }
    .sport-page .swiper-gutter-left::after,
    .competition-page .swiper-gutter-left::after, .sport-page
    .swiper-gutter-right::after,
    .competition-page
    .swiper-gutter-right::after {
      display: block;
      content: '';
      width: 100%;
      background-color: rgba(17, 17, 17, 0.75); }
      @media (min-width: 1024px) {
        .sport-page .swiper-gutter-left::after,
        .competition-page .swiper-gutter-left::after, .sport-page
        .swiper-gutter-right::after,
        .competition-page
        .swiper-gutter-right::after {
          height: calc(((100cqw - (5 * 8px) - (calc(((100cqw - 100cqw * 11 / 12) / 2) + 1rem - 3px) * 2)) / 4) * 9 / 16); } }
      @media (min-width: 1600px) {
        .sport-page .swiper-gutter-left::after,
        .competition-page .swiper-gutter-left::after, .sport-page
        .swiper-gutter-right::after,
        .competition-page
        .swiper-gutter-right::after {
          height: calc(((100cqw - (6 * 8px) - (calc(((100cqw - 100cqw * 5 / 6) / 2) + 1rem - 10px) * 2)) / 5) * 9 / 16); } }

.sport-page .swiper-gutter-left::after,
.competition-page .swiper-gutter-left::after {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.sport-page .swiper-gutter-right::after,
.competition-page .swiper-gutter-right::after {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.swiper-gutter-left {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important; }
  @media (min-width: 1024px) {
    .swiper-gutter-left {
      width: calc(calc(((100% - 100% * 11 / 12) / 2) + 1rem - 3px) + 1px); } }
  @media (min-width: 1600px) {
    .swiper-gutter-left {
      width: calc(calc(((100% - 100% * 5 / 6) / 2) + 1rem - 10px) + 1px); } }

.swiper-gutter-right {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important; }
  @media (min-width: 1024px) {
    .swiper-gutter-right {
      width: calc(calc(((100% - 100% * 11 / 12) / 2) + 1rem - 3px) + 1px); } }
  @media (min-width: 1600px) {
    .swiper-gutter-right {
      width: calc(calc(((100% - 100% * 5 / 6) / 2) + 1rem - 10px) + 1px); } }

.swiper-gutter-left {
  margin-top: 3px;
  left: 0; }

.swiper-gutter-right {
  margin-top: 3px;
  right: 0; }

.swiper-gutter-right-circle-belt {
  visibility: hidden; }

.swiper-button-prev {
  background-image: url("/assets/images/belt-left-arrow-cf91d92af9c8dab96798b916a836b95f.svg");
  background-position: left;
  left: 0; }

.swiper-button-next {
  background-image: url("/assets/images/belt-right-arrow-ccff07f491e2d55a6f271476c0e8af4b.svg");
  background-position: right;
  right: 0; }

.swiper-button-disabled {
  display: none; }

.swiper-slide {
  margin-top: 3px;
  width: calc((100% - (3 * 8px) - (14px * 2)) / 2.05);
  z-index: 1;
  -webkit-transition: z-index 0.2s step-end;
  transition: z-index 0.2s step-end; }
  @media (min-width: 600px) {
    .swiper-slide {
      width: calc((100% - (4 * 8px) - (14px * 2)) / 3); } }
  @media (min-width: 752px) {
    .swiper-slide {
      width: calc((100% - (4 * 8px) - (14px * 2)) / 3.1); } }
  @media (min-width: 816px) {
    .swiper-slide {
      width: calc((100% - (4 * 8px) - (32px * 2)) / 3); } }
  @media (min-width: 1024px) {
    .swiper-slide {
      width: calc((100% - (5 * 8px) - (calc(((100% - 100% * 11 / 12) / 2) + 1rem - 3px) * 2)) / 4); } }
  @media (min-width: 1600px) {
    .swiper-slide {
      width: calc((100% - (6 * 8px) - (calc(((100% - 100% * 5 / 6) / 2) + 1rem - 10px) * 2)) / 5); } }
  .portrait .swiper-slide {
    width: calc((100% - (3 * 8px) - (14px * 2)) / 2.4); }
    @media (min-width: 600px) {
      .portrait .swiper-slide {
        width: calc((100% - (4 * 8px) - (14px)) / 3.4); } }
    @media (min-width: 816px) {
      .portrait .swiper-slide {
        width: calc((100% - (5 * 8px) - (32px * 2)) / 4); } }
    @media (min-width: 1024px) {
      .portrait .swiper-slide {
        width: calc((100% - (6 * 8px) - (calc(((100% - 100% * 11 / 12) / 2) + 1rem - 3px) * 2)) / 5); } }
    @media (min-width: 1600px) {
      .portrait .swiper-slide {
        width: calc((100% - (7 * 8px) - (calc(((100% - 100% * 5 / 6) / 2) + 1rem - 10px) * 2)) / 6); } }
  .swiper-slide.sports, .swiper-slide.browse-sport-competition {
    cursor: pointer; }
    @media (max-width: 47rem) {
      .swiper-slide.sports.browse-sport-competition .u-16x9.default-state:before, .swiper-slide.browse-sport-competition.browse-sport-competition .u-16x9.default-state:before {
        padding: 67.5% 0 0; } }
    .swiper-slide.sports.browse-sport-competition img, .swiper-slide.browse-sport-competition.browse-sport-competition img {
      -o-object-fit: cover;
         object-fit: cover; }
    .swiper-slide.sports .animated-quick-info .content, .swiper-slide.browse-sport-competition .animated-quick-info .content {
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform-origin: center;
              transform-origin: center; }
      .swiper-slide.sports .animated-quick-info .content::before, .swiper-slide.browse-sport-competition .animated-quick-info .content::before {
        -webkit-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        border: transparent 3px solid;
        z-index: 100; }
      .swiper-slide.sports .animated-quick-info .content .Tile-playDuration,
      .swiper-slide.sports .animated-quick-info .content .Tile-badge,
      .swiper-slide.sports .animated-quick-info .content .Progress, .swiper-slide.browse-sport-competition .animated-quick-info .content .Tile-playDuration,
      .swiper-slide.browse-sport-competition .animated-quick-info .content .Tile-badge,
      .swiper-slide.browse-sport-competition .animated-quick-info .content .Progress {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .swiper-slide.sports .sports-gradient, .swiper-slide.browse-sport-competition .sports-gradient {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(46.88%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.88%, rgba(0, 0, 0, 0.5) 100%);
      position: absolute;
      width: 100%;
      top: 0;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
    .swiper-slide.sports:hover .sports-gradient, .swiper-slide.browse-sport-competition:hover .sports-gradient {
      opacity: 1; }
    .swiper-slide.sports:hover .animated-quick-info .content, .swiper-slide.browse-sport-competition:hover .animated-quick-info .content {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.8);
              box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.8); }
      .swiper-slide.sports:hover .animated-quick-info .content::before, .swiper-slide.browse-sport-competition:hover .animated-quick-info .content::before {
        border-color: #fff; }
      .swiper-slide.sports:hover .animated-quick-info .content .Progress, .swiper-slide.browse-sport-competition:hover .animated-quick-info .content .Progress {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px); }
      .swiper-slide.sports:hover .animated-quick-info .content .Tile-playDuration,
      .swiper-slide.sports:hover .animated-quick-info .content .Tile-badge, .swiper-slide.browse-sport-competition:hover .animated-quick-info .content .Tile-playDuration,
      .swiper-slide.browse-sport-competition:hover .animated-quick-info .content .Tile-badge {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
      .swiper-slide.sports:hover .animated-quick-info .content .Tile-badge.has-progress, .swiper-slide.browse-sport-competition:hover .animated-quick-info .content .Tile-badge.has-progress {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
    .swiper-slide.sports:not(.browse-sport-competition), .swiper-slide.browse-sport-competition:not(.browse-sport-competition) {
      width: calc((100% - (3 * 8px) - (14px * 2)) / 1.5); }
      @media (min-width: 600px) {
        .swiper-slide.sports:not(.browse-sport-competition), .swiper-slide.browse-sport-competition:not(.browse-sport-competition) {
          width: calc((100% - (4 * 8px) - (14px)) / 2.5); } }
      @media (min-width: 753px) {
        .swiper-slide.sports:not(.browse-sport-competition), .swiper-slide.browse-sport-competition:not(.browse-sport-competition) {
          width: calc((100% - (4 * 8px) - (14px * 2)) / 3.1); } }
      @media (min-width: 816px) {
        .swiper-slide.sports:not(.browse-sport-competition), .swiper-slide.browse-sport-competition:not(.browse-sport-competition) {
          width: calc((100% - (4 * 8px) - (32px * 2)) / 3); } }
      @media (min-width: 1024px) {
        .swiper-slide.sports:not(.browse-sport-competition), .swiper-slide.browse-sport-competition:not(.browse-sport-competition) {
          width: calc((100% - (5 * 8px) - (calc(((100% - 100% * 11 / 12) / 2) + 1rem - 3px) * 2)) / 4); } }
      @media (min-width: 1600px) {
        .swiper-slide.sports:not(.browse-sport-competition), .swiper-slide.browse-sport-competition:not(.browse-sport-competition) {
          width: calc((100% - (6 * 8px) - (calc(((100% - 100% * 5 / 6) / 2) + 1rem - 10px) * 2)) / 5); } }
    .swiper-slide.sports.more-tile, .swiper-slide.browse-sport-competition.more-tile {
      height: calc(((100cqw - (3 * 8px) - (14px * 2)) / 1.5) * 9 / 16); }
      .swiper-slide.sports.more-tile .animated-quick-info, .swiper-slide.browse-sport-competition.more-tile .animated-quick-info {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transform-origin: center;
                transform-origin: center; }
        .swiper-slide.sports.more-tile .animated-quick-info::before, .swiper-slide.browse-sport-competition.more-tile .animated-quick-info::before {
          -webkit-transition: border-color 0.3s ease-in-out;
          transition: border-color 0.3s ease-in-out;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 12px;
          border: transparent 3px solid;
          z-index: 100; }
        .swiper-slide.sports.more-tile .animated-quick-info .Tile-playDuration,
        .swiper-slide.sports.more-tile .animated-quick-info .Tile-badge,
        .swiper-slide.sports.more-tile .animated-quick-info .Progress, .swiper-slide.browse-sport-competition.more-tile .animated-quick-info .Tile-playDuration,
        .swiper-slide.browse-sport-competition.more-tile .animated-quick-info .Tile-badge,
        .swiper-slide.browse-sport-competition.more-tile .animated-quick-info .Progress {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .swiper-slide.sports.more-tile:hover .animated-quick-info, .swiper-slide.browse-sport-competition.more-tile:hover .animated-quick-info {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.8);
                box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.8); }
        .swiper-slide.sports.more-tile:hover .animated-quick-info::before, .swiper-slide.browse-sport-competition.more-tile:hover .animated-quick-info::before {
          border-color: #fff; }
        .swiper-slide.sports.more-tile:hover .animated-quick-info .Progress, .swiper-slide.browse-sport-competition.more-tile:hover .animated-quick-info .Progress {
          -webkit-transform: translateY(-3px);
                  transform: translateY(-3px); }
        .swiper-slide.sports.more-tile:hover .animated-quick-info .Tile-playDuration,
        .swiper-slide.sports.more-tile:hover .animated-quick-info .Tile-badge, .swiper-slide.browse-sport-competition.more-tile:hover .animated-quick-info .Tile-playDuration,
        .swiper-slide.browse-sport-competition.more-tile:hover .animated-quick-info .Tile-badge {
          -webkit-transform: scale(0.95);
                  transform: scale(0.95); }
        .swiper-slide.sports.more-tile:hover .animated-quick-info .Tile-badge.has-progress, .swiper-slide.browse-sport-competition.more-tile:hover .animated-quick-info .Tile-badge.has-progress {
          -webkit-transform: scale(0.95);
                  transform: scale(0.95); }
      @media (min-width: 600px) {
        .swiper-slide.sports.more-tile, .swiper-slide.browse-sport-competition.more-tile {
          height: calc(((100cqw - (4 * 8px) - (14px)) / 2.5) * 9 / 16); } }
      @media (min-width: 753px) {
        .swiper-slide.sports.more-tile, .swiper-slide.browse-sport-competition.more-tile {
          height: calc(((100cqw - (4 * 8px) - (14px * 2)) / 3.1) * 9 / 16); } }
      @media (min-width: 816px) {
        .swiper-slide.sports.more-tile, .swiper-slide.browse-sport-competition.more-tile {
          height: calc(((100cqw - (4 * 8px) - (32px * 2)) / 3) * 9 / 16); } }
      @media (min-width: 1024px) {
        .swiper-slide.sports.more-tile, .swiper-slide.browse-sport-competition.more-tile {
          height: calc(((100cqw - (5 * 8px) - (calc(((100cqw - 100cqw * 11 / 12) / 2) + 1rem - 3px) * 2)) / 4) * 9 / 16); } }
      @media (min-width: 1600px) {
        .swiper-slide.sports.more-tile, .swiper-slide.browse-sport-competition.more-tile {
          height: calc(((100cqw - (6 * 8px) - (calc(((100cqw - 100cqw * 5 / 6) / 2) + 1rem - 10px) * 2)) / 5) * 9 / 16); } }
  .swiper-slide:hover {
    -webkit-transition: z-index 0.4s step-start;
    transition: z-index 0.4s step-start;
    z-index: 3; }
  .swiper-slide a {
    outline: none; }

.sports .Progress {
  margin: 0px 2px 2px 0px; }

.sports .live .Progress-completed {
  color: #e42121; }

.sports .u-16x9.default-state:before {
  padding: 56.25% 0 0; }

@media (min-width: 1024px) {
  .sports .swiper-button-next.hidden,
  .sports .swiper-button-prev.hidden {
    display: none; } }

.sports a .Tile-playButton,
.sports a .sports-gradient {
  opacity: 0; }

.sports a .sports-hover-actions.has-progress .Tile-playButton,
.sports a .sports-hover-actions.has-progress .Tile-playDuration {
  margin-bottom: 4px; }

.sports a .sports-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.88%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.88%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.sports a:hover .sports-gradient {
  opacity: 1; }

.sports a:hover .Tile-playButton {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  margin-bottom: 2px;
  margin-left: 2px;
  color: #0778d6; }
  .sports a:hover .Tile-playButton:hover {
    color: #fff; }
    .sports a:hover .Tile-playButton:hover::before {
      color: #0778d6; }

.sports .content .Progress {
  border-radius: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px; }

.time-remaining-timer {
  font-size: 12px;
  font-weight: 700;
  color: #999999; }

.more-tile.fav {
  position: relative;
  padding-top: 56.25%;
  padding-bottom: 0; }
  .more-tile.fav > a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  @media (max-width: 47rem) {
    .more-tile.fav {
      padding-top: 67.5%; } }

.more-tile {
  height: auto;
  -webkit-transition: all 250ms;
  transition: all 250ms; }
  @media (max-width: 753px) {
    .more-tile {
      padding-bottom: 42px; } }
  .more-tile .animated-quick-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: linear-gradient(314.67deg, rgba(255, 69, 217, 0.8) -13.48%, rgba(255, 69, 217, 0.224) 31.28%, rgba(255, 69, 217, 0) 54.72%), linear-gradient(41.55deg, #2747f2 -11%, #090f36 61.43%);
    border-radius: 12px; }
  .more-tile .label {
    padding: 1rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.813rem;
    font-weight: 700;
    color: white; }
    @media (max-width: 47rem) {
      .more-tile .label {
        padding: 0;
        font-size: 1.35rem;
        line-height: 1.75rem; } }
    @media (max-width: 29.99rem) {
      .more-tile .label {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
  .more-tile:hover .animated-quick-info {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.8); }

.swiper-container-left,
.swiper-container-right {
  cursor: pointer; }

.swiper-container.circle.background {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111111), color-stop(rgba(107, 107, 107, 0.51)), to(#111111));
  background-image: linear-gradient(to top, #111111, rgba(107, 107, 107, 0.51), #111111); }

.swiper-next-locked .Belt-body-scrollable .swiper-container .swiper-button-next.swiper-button-disabled {
  visibility: visible !important;
  opacity: 0.5 !important;
  display: block !important; }

.swiper-slide-blank-img {
  background-color: #272627;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation: 1s infinite alternate ease-out breathing;
          animation: 1s infinite alternate ease-out breathing; }

@media (max-width: 47rem) {
  .circle.swiper-slide {
    margin-right: 0 !important; } }

@media (max-width: 47rem) {
  .circle.swiper-container {
    margin-bottom: 12px; } }

@-webkit-keyframes breathing {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@keyframes breathing {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

.Featured-Content-Belt .Belt-action-scrollable,
.Featured-Favourites-Belt .Belt-action-scrollable {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  padding-right: 10px; }
  .Featured-Content-Belt .Belt-action-scrollable .icon, .Featured-Content-Belt .Belt-action-scrollable .Select::before, .Featured-Content-Belt .Belt-action-scrollable .ChannelLineup-item-image-playButton, .Featured-Content-Belt .Belt-action-scrollable .Tile-playButton,
  .Featured-Favourites-Belt .Belt-action-scrollable .icon,
  .Featured-Favourites-Belt .Belt-action-scrollable .Select::before,
  .Featured-Favourites-Belt .Belt-action-scrollable .ChannelLineup-item-image-playButton,
  .Featured-Favourites-Belt .Belt-action-scrollable .Tile-playButton {
    display: none; }

.Featured-Content-Belt .Belt-action-scrollable--show,
.Featured-Favourites-Belt .Belt-action-scrollable--show {
  visibility: visible !important;
  opacity: 1 !important; }

.Featured-Content-Belt.is-sports-belt,
.Featured-Favourites-Belt.is-sports-belt {
  margin-top: 1rem;
  margin-bottom: 0.25rem; }

@media (min-width: 1024px) {
  .Featured-Content-Belt.is-circular,
  .Featured-Favourites-Belt.is-circular {
    margin-top: 2.5rem;
    padding-bottom: 2rem; } }

.Belt-items {
  list-style: none;
  margin-top: 0.785rem;
  padding-left: 1.57rem;
  padding-right: 1.57rem; }

.Belt-items--slightly-tight {
  padding-left: 16px !important;
  padding-right: 16px !important; }
  .Belt-items--slightly-tight .Belt-item {
    padding-left: 0px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important; }

.categories-grid.Belt-items--slightly-tight .Belt-item {
  padding-left: 0px !important;
  padding-right: 8px !important;
  padding-bottom: 8px !important; }

.Belt-body-scrollable .Belt-items--slightly-tight {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.Belt-items--tight,
.Belt-items--tight .Belt-item {
  padding-left: 0.3925rem !important;
  padding-right: 0.3925rem !important; }

@media (max-width: 751px) {
  .Featured-Content-Belt .Belt-body ul li:nth-child(1n + 5),
  .Featured-Favourites-Belt .Belt-body ul li:nth-child(1n + 5) {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .Featured-Content-Belt .Belt-body ul li:nth-child(1n + 5),
  .Featured-Favourites-Belt .Belt-body ul li:nth-child(1n + 5) {
    display: none; } }

@media (min-width: 1280px) {
  .Featured-Content-Belt .Belt-body ul li:nth-child(1n + 6),
  .Featured-Favourites-Belt .Belt-body ul li:nth-child(1n + 6) {
    display: none; } }

.Featured-Content-Belt .Belt-body ul li:first-child:nth-last-child(1n + 7),
.Featured-Content-Belt .Belt-body ul li:first-child:nth-last-child(1n + 7) ~ li,
.Featured-Favourites-Belt .Belt-body ul li:first-child:nth-last-child(1n + 7),
.Featured-Favourites-Belt .Belt-body ul li:first-child:nth-last-child(1n + 7) ~ li {
  display: inline-block; }

.Featured-Favourites-Belt .Belt-body ul.categories-grid li.Grid-cell, .Featured-Favourites-Belt .Belt-body ul.categories-grid li.ArticleCard--small, .Featured-Favourites-Belt .Belt-body ul.categories-grid li.ArticleCard--medium {
  display: inline-block; }

[data-slot-id='content-grid'] .Featured-Content-Belt .Belt-body ul li,
[data-slot-id='content-grid'] .Featured-Favourites-Belt .Belt-body ul li {
  display: inline-block; }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  [data-module-name='contentGrid'] .Belt-header {
    padding-left: 0.785rem;
    padding-right: 0.785rem; } }

.Belt-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .Belt-circle {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.Belt-circle-image {
  width: 78%;
  border-radius: 50%;
  border: 4px solid #000;
  padding: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0 4px #252525;
          box-shadow: 0 0 0 4px #252525; }
  @media (max-width: 767px) {
    .Belt-circle-image {
      width: 70%; } }
  .Belt-circle-image:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 4px #fff;
            box-shadow: 0 0 0 4px #fff;
    cursor: pointer; }
  .Belt-circle-image:after {
    content: '';
    padding-bottom: 100%;
    display: block; }

.swiper-quick-info {
  padding-top: 10px; }

.belt-circle-mouse-over {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
  cursor: pointer; }

.swiper-quick-info-mouse-over .swiper-title {
  color: #fff; }

.swiper-quick-info-mouse-over .swiper-label {
  color: #cccccc; }

.swiper-title {
  font-size: 1rem ;
  color: #808080;
  line-height: 18px;
  letter-spacing: 0.08px;
  font-weight: 800;
  cursor: pointer; }

.swiper-label {
  font-size: 0.8125rem ;
  line-height: 18px;
  list-style: none;
  color: #808080;
  margin: 8px 0 16px 0px;
  letter-spacing: 0.07px;
  width: 70%;
  font-weight: 800;
  text-transform: uppercase;
  overflow-x: scroll;
  overflow: hidden;
  white-space: nowrap; }

.swiper-quick-info-mouse-over .swiper-label .horizontal-scroll {
  padding-left: 100%;
  display: inline-block;
  -webkit-animation: 5s ease-out 0.2s infinite running floatText;
          animation: 5s ease-out 0.2s infinite running floatText; }

.swiper-quick-info-mouse-over .swiper-label .horizontal-scroll::-webkit-scrollbar {
  display: none;
  background: transparent; }

.swiper-quick-info-mouse-over .swiper-label .horizontal-scroll:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

@-webkit-keyframes floatText {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes floatText {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.Featured-Content-Belt .Belt-action-scrollable,
.Featured-Favourites-Belt .Belt-action-scrollable {
  padding-right: 0px !important; }

.Belt.u-contentWithSeparator {
  padding-top: 2rem; }
  .Belt.u-contentWithSeparator .Belt-header {
    padding-left: -4px;
    padding-bottom: 1rem; }

.Belt-header {
  margin-bottom: 0.26167rem; }

.Belt-title {
  z-index: 1; }
  .Belt-title h2 {
    font-size: 24px; }
    @media (max-width: 47rem) {
      .Belt-title h2 {
        font-size: 18px; } }

.Hero .Belt {
  margin-bottom: -0.7rem !important; }
  .Hero .Belt .Belt-title .anchors {
    padding-left: 0 !important; }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  .Hero .Hero-tile-wrap {
    padding-bottom: 2.5rem; } }

@media (min-width: 64rem) {
  .Hero .Hero-tile-wrap {
    padding-bottom: 3rem; } }

@media (min-width: 2200px) {
  .Hero .Hero-tile-wrap {
    padding-bottom: 2rem; } }

.Hero .Hero-tile-wrap[data-module-name='heroCarousel'] {
  padding-bottom: 1rem; }
  @media (min-width: 752px) {
    .Hero .Hero-tile-wrap[data-module-name='heroCarousel'] {
      padding-bottom: 2rem; } }

.quick-info {
  background: transparent;
  border-bottom: 4px solid #0778d6;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -1px;
  right: -1px;
  z-index: 6; }
  .quick-info .content {
    z-index: 99;
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px; }
    @media (max-width: 767px) {
      .quick-info .content {
        bottom: 12px;
        left: 14px;
        right: 14px; }
        .quick-info .content .Tile-title span {
          font-size: 16px; }
        .quick-info .content .synopsis {
          font-size: 0.609rem; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .quick-info .content {
        bottom: 20px;
        left: 16px;
        right: 16px; }
        .quick-info .content .Tile-title span {
          font-size: 18px; }
        .quick-info .content .synopsis {
          font-size: 0.783rem; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .quick-info .content {
        bottom: 24px;
        left: 20px;
        right: 20px; }
        .quick-info .content .Tile-title span {
          font-size: 20px; } }
    @media (min-width: 1280px) and (max-width: 1439px) {
      .quick-info .content {
        bottom: 28px;
        left: 24px;
        right: 24px; } }
  .quick-info .Tile-title {
    z-index: 99;
    height: auto;
    margin-bottom: 0.285rem;
    padding: 0px !important;
    /* override what is defined in tile.scss */
    overflow: hidden; }
    .quick-info .Tile-title span {
      white-space: normal;
      word-wrap: break-word;
      font-size: 1.5rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .quick-info .Tile-title span {
          font-size: 1.05rem; } }
  .quick-info .genre-tag {
    color: #9b9b9b;
    margin-bottom: 0.8rem;
    margin-top: 0px;
    z-index: 6; }
    .quick-info .genre-tag span {
      font-size: 12px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0.7px;
      text-transform: uppercase; }
  .quick-info .synopsis {
    font-size: 0.87rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0.2rem;
    margin-top: 0px;
    padding-bottom: 1px;
    padding-top: 1px; }
    .quick-info .synopsis div {
      padding-bottom: 0.6rem; }
  .quick-info .QuickInfo-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.4286rem; }
    .quick-info .QuickInfo-actions .icon-play, .quick-info .QuickInfo-actions .ChannelLineup-item-image-playButton, .quick-info .QuickInfo-actions .Tile-playButton {
      display: none; }
    .quick-info .QuickInfo-actions .Button--primary {
      margin-top: 0px;
      margin-right: 0.785rem;
      height: 1rem;
      font-weight: 900 !important;
      border-radius: 8px; }
    .quick-info .QuickInfo-actions .QuickInfo-secondary-actions {
      margin-top: 3px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .quick-info .QuickInfo-actions .QuickInfo-secondary-actions span {
        display: inline-block; }
        .quick-info .QuickInfo-actions .QuickInfo-secondary-actions span .Tile-icon {
          margin-right: 0.125rem; }
        .quick-info .QuickInfo-actions .QuickInfo-secondary-actions span .word {
          font-weight: bold;
          letter-spacing: 0.9px;
          text-transform: uppercase;
          font-size: 0.75rem ;
          line-height: 1.33333;
          position: relative;
          bottom: 5px; }
          @media (max-width: 767px) {
            .quick-info .QuickInfo-actions .QuickInfo-secondary-actions span .word {
              display: none; } }
      .quick-info .QuickInfo-actions .QuickInfo-secondary-actions .Hero-Trailer a.Hero-Trailer-Link {
        margin-bottom: 4px;
        color: #bfbfbf; }
        .quick-info .QuickInfo-actions .QuickInfo-secondary-actions .Hero-Trailer a.Hero-Trailer-Link:hover {
          color: white; }

.swiper-container {
  overflow: visible !important;
  position: relative;
  z-index: unset; }

div.Tile:hover {
  cursor: pointer; }

.Grid-cell.swiper-slide-on-hover, .swiper-slide-on-hover.ArticleCard--small, .swiper-slide-on-hover.ArticleCard--medium {
  z-index: 5;
  position: relative; }
  .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
    position: absolute;
    display: inline-block;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto; }
    @media (max-width: 767px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 288px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 336px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 360px; } }
    @media (min-width: 1280px) and (max-width: 1440px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 427.2px; } }
    @media (min-width: 1440px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        width: 480px; } }
    @media (max-width: 768px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 180px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 200px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 228px; } }
    @media (min-width: 1280px) and (max-width: 1440px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 254px; } }
    @media (min-width: 1440px) and (max-width: 2000px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 257px; } }
    @media (min-width: 2000px) and (max-width: 2799px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 264px; } }
    @media (min-width: 2800px) {
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo {
        height: 100%;
        width: 100%; } }
    .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo div.Tile-thumb, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo div.Tile-thumb, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo div.Tile-thumb {
      margin: 0 auto;
      position: inherit;
      z-index: 5;
      height: 100%;
      width: 100%; }
      .Grid-cell.swiper-slide-on-hover div.Tile-quickinfo div.Tile-thumb img, .swiper-slide-on-hover.ArticleCard--small div.Tile-quickinfo div.Tile-thumb img, .swiper-slide-on-hover.ArticleCard--medium div.Tile-quickinfo div.Tile-thumb img {
        width: 100%;
        height: auto;
        display: block; }
  .Grid-cell.swiper-slide-on-hover .QuickInfo-actions .Button--primary, .swiper-slide-on-hover.ArticleCard--small .QuickInfo-actions .Button--primary, .swiper-slide-on-hover.ArticleCard--medium .QuickInfo-actions .Button--primary {
    height: 2.5rem; }

.swiper-wrapper {
  z-index: 2; }
  .swiper-wrapper .swiper-quick-info {
    text-align: -webkit-center;
    text-align: -moz-center; }
  .swiper-wrapper .swiper-slide-on-hover {
    padding-top: 6px;
    position: relative;
    height: auto; }
    @media (max-width: 767px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 288px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 336px; } }
    @media (min-width: 1024px) and (max-width: 1280px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 360px; } }
    @media (min-width: 1280px) and (max-width: 1440px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 427.2px; } }
    @media (min-width: 1440px) {
      .swiper-wrapper .swiper-slide-on-hover {
        width: 480px; } }
    .swiper-wrapper .swiper-slide-on-hover a {
      outline: none; }
    .swiper-wrapper .swiper-slide-on-hover .Tile-badge {
      display: none; }
    .swiper-wrapper .swiper-slide-on-hover div.Tile {
      display: inline-block;
      position: absolute;
      left: 0px;
      right: 0px; }
      @media (max-width: 768px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 100%;
          width: auto; } }
      @media (min-width: 752px) and (max-width: 767px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1rem; } }
      @media (min-width: 768px) and (max-width: 869px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -2.2rem; } }
      @media (min-width: 869px) and (max-width: 968px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1.4rem; } }
      @media (min-width: 969px) and (max-width: 1024px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1.1rem; } }
      @media (min-width: 1024px) and (max-width: 1107px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -3.5rem; } }
      @media (min-width: 1107px) and (max-width: 1280px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -2.6rem; } }
      @media (min-width: 1280px) and (max-width: 1500px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -4.2rem; } }
      @media (min-width: 1500px) and (max-width: 1800px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -3.2rem; } }
      @media (min-width: 1800px) and (max-width: 2000px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -2.7rem; } }
      @media (min-width: 2000px) and (max-width: 2300px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1.8rem; } }
      @media (min-width: 2300px) and (max-width: 2500px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -1.2rem; } }
      @media (min-width: 2500px) and (max-width: 2700px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: -0.5rem; } }
      @media (min-width: 2700px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          top: 0;
          width: 100%; } }
      @media (max-width: 767px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 288px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 336px; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 360px; } }
      @media (min-width: 1280px) and (max-width: 1440px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 427.2px; } }
      @media (min-width: 1440px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          width: 480px; } }
      @media (max-width: 768px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 180px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 200px; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 228px; } }
      @media (min-width: 1280px) and (max-width: 1440px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 254px; } }
      @media (min-width: 1440px) and (max-width: 2000px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 257px; } }
      @media (min-width: 2000px) and (max-width: 2799px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 264px; } }
      @media (min-width: 2800px) {
        .swiper-wrapper .swiper-slide-on-hover div.Tile {
          height: 100%;
          width: 100%; } }
      .swiper-wrapper .swiper-slide-on-hover div.Tile div.Tile-thumb {
        position: inherit;
        z-index: 5;
        height: 100%;
        width: 100%; }
        .swiper-wrapper .swiper-slide-on-hover div.Tile div.Tile-thumb img {
          width: 100%;
          height: auto;
          display: block; }

.Belt-body-scrollable {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important; }

/* FIXME replace the hide- classes with something more generic. */
@media (min-width: 1280px) {
  .hide-lg {
    display: none !important; } }

@media (max-width: 1279px) {
  .hide-sm-to-md {
    display: none !important; } }

.Slot-banded-hero.PageHeader {
  overflow: inherit; }

@media screen and (min-width: 2200px) {
  .Belt,
  .Hero .Belt {
    padding-bottom: 5rem !important; } }

@media screen and (min-width: 3840px) {
  .Belt,
  .Hero .Belt {
    padding-bottom: 8rem !important; } }

.my-favorites .Belt.Featured-Favourites-Belt {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px); }

@media (max-width: 47rem) {
  .my-favorites .more-tile.fav .label {
    font-size: 1.8rem;
    line-height: 2rem; } }

@media (max-width: 29.99rem) {
  .my-favorites .more-tile.fav .label {
    font-size: 2.3rem;
    line-height: 2.8rem; } }

.animated-quick-info {
  z-index: 1 !important;
  background: transparent;
  left: 0;
  line-height: 0;
  position: relative;
  -webkit-transition: left 340ms ease-in-out, opacity 450ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: left 340ms ease-in-out, opacity 450ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: left 340ms ease-in-out, opacity 450ms ease-in-out, transform 350ms ease-in-out;
  transition: left 340ms ease-in-out, opacity 450ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
  .animated-quick-info .content {
    overflow: hidden;
    -webkit-transform-origin: center;
            transform-origin: center; }
  .swiper-slide.sports .animated-quick-info .content {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform-origin: center;
            transform-origin: center; }
    .swiper-slide.sports .animated-quick-info .content::before {
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      border: transparent 3px solid;
      z-index: 100; }
    .swiper-slide.sports .animated-quick-info .content .Tile-playDuration,
    .swiper-slide.sports .animated-quick-info .content .Tile-badge,
    .swiper-slide.sports .animated-quick-info .content .Progress {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .swiper-slide.sports .animated-quick-info.left .content {
    -webkit-transform-origin: center;
            transform-origin: center; }
  .swiper-slide.sports .animated-quick-info.right .content {
    -webkit-transform-origin: center;
            transform-origin: center; }
  .swiper-slide.sports .animated-quick-info:hover .content {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.8); }
    .swiper-slide.sports .animated-quick-info:hover .content::before {
      border-color: #fff; }
    .swiper-slide.sports .animated-quick-info:hover .content .Progress {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }
    .swiper-slide.sports .animated-quick-info:hover .content .Tile-playDuration,
    .swiper-slide.sports .animated-quick-info:hover .content .Tile-badge {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    .swiper-slide.sports .animated-quick-info:hover .content .Tile-badge.has-progress {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
  .animated-quick-info .default-state .content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #444;
    border-radius: 12px; }
    .animated-quick-info .default-state .content.browse-sport-competition {
      background: linear-gradient(314.67deg, rgba(255, 69, 217, 0.8) -13.48%, rgba(255, 69, 217, 0.224) 31.28%, rgba(255, 69, 217, 0) 54.72%), linear-gradient(41.55deg, #2747f2 -11%, #090f36 61.43%); }
  .animated-quick-info .hovered-state .content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #444;
    border-radius: 6.86px; }
  .animated-quick-info img {
    height: 100%;
    width: 100%; }
  .portrait .animated-quick-info .Tile-image {
    background-color: black; }
    .portrait .animated-quick-info .Tile-image .pgradient {
      position: relative;
      z-index: 1;
      mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(transparent));
      mask-image: linear-gradient(180deg, black 20%, transparent);
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(transparent));
      -webkit-mask-image: linear-gradient(180deg, black 20%, transparent); }
  .portrait .animated-quick-info.hovered img {
    z-index: -1;
    height: auto; }
  .animated-quick-info:hover {
    cursor: pointer; }
  .animated-quick-info.hovered {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    z-index: 999 !important;
    border-radius: 6.86px; }
  .portrait .animated-quick-info.hovered {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }
  .animated-quick-info .default-state {
    opacity: 1;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .animated-quick-info .default-state img {
      border-radius: 12px; }
      .swiper-slide.sports .animated-quick-info .default-state img {
        border-radius: 0; }
    .animated-quick-info .default-state .Tile-badge {
      opacity: 1;
      -webkit-transition: opacity 50ms ease-in-out;
      transition: opacity 50ms ease-in-out;
      border-radius: 4px; }
  .animated-quick-info.hovered .default-state {
    opacity: 0; }
    .animated-quick-info.hovered .default-state .Tile-badge {
      opacity: 0; }
  .animated-quick-info .hovered-state {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
    width: 100%;
    height: 100%; }
    .animated-quick-info .hovered-state .Tile-image {
      -webkit-transition: all 0s;
      transition: all 0s;
      border-radius: 6.86px; }
    .animated-quick-info .hovered-state .QuickInfo-background {
      border-radius: 6.86px;
      background: linear-gradient(360deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(242.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(158.58deg, rgba(255, 69, 217, 0.2) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(37.42deg, rgba(39, 71, 242, 0.5) -8.12%, rgba(9, 15, 54, 0.5) 75.37%), #000000;
      -webkit-box-shadow: 0px 4px 100px #000000;
              box-shadow: 0px 4px 100px #000000;
      position: absolute;
      -webkit-transition: all 0s, border-bottom 350ms ease-in-out;
      transition: all 0s, border-bottom 350ms ease-in-out;
      top: 0;
      z-index: 0; }
    .animated-quick-info .hovered-state .QuickInfo-overview {
      border-radius: 12px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%;
      padding: 5%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 100;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .portrait .animated-quick-info .hovered-state .QuickInfo-overview {
        padding-bottom: 0; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-season-episode-count {
        color: #fff;
        font-size: 0.5rem;
        margin: 0px;
        padding: 3px 0 1px; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title {
        font-size: 0.857rem;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.036rem;
        color: #fff;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.3); }
        .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title {
          font-weight: 700;
          font-size: 1.111rem;
          line-height: 1.343rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title span {
          font-weight: 600; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis {
        color: #fff;
        font-size: 0.5rem;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 0.643rem;
        margin-top: 0.2rem; }
        .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis {
          font-weight: 400;
          font-size: 0.648rem;
          line-height: 0.833rem;
          margin-top: 0.4rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis span {
          display: block;
          font-weight: 400; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre {
        color: #9b9b9b;
        font-size: 0.429rem;
        font-stretch: normal;
        letter-spacing: 0.4px;
        line-height: 0.643rem;
        margin-top: 0.4rem; }
        .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre {
          font-weight: 700;
          font-size: 0.555rem;
          line-height: 0.833rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre span {
          font-weight: bolder;
          letter-spacing: normal;
          text-transform: uppercase; }
      .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0.6rem; }
        .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-top: 1.25rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FullWidthBtn {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            margin-top: 1.25rem;
            margin-bottom: 1.25rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 0.5rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div * {
            font-size: 0.429rem !important;
            line-height: 0.643rem !important;
            height: 0.643rem; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div * {
              font-size: 0.555rem !important;
              line-height: 0.833rem !important;
              height: 0.833rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary {
          font-weight: 700;
          letter-spacing: 0.5px;
          height: auto;
          margin: 0px;
          padding: 0.38rem 0.45rem 0.35rem;
          border-radius: 4.57px; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary {
            width: 100%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            min-height: 33.333px; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .icon-play, .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .ChannelLineup-item-image-playButton, .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .Tile-playButton {
            display: none; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link {
          position: inherit;
          padding: 0;
          margin-left: 0;
          padding-top: 0.1rem;
          padding-right: 0;
          color: #fff;
          opacity: 0.8; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:before {
            position: inherit;
            height: 1rem;
            width: 1rem;
            margin-top: 0rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:hover {
            color: #fff; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link {
            padding-right: 0.5rem; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:before {
              position: inherit;
              height: 1.25rem;
              width: 1.5rem;
              margin-top: 0rem; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton {
          color: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-weight: 800;
          text-transform: uppercase;
          margin-left: 0px; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-star:before {
            font-size: 0.9rem;
            opacity: 0.8; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-check {
            width: 16px; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-check::before {
              font-size: 0.9rem;
              opacity: 0.8; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-plus:before {
            font-size: 0.9rem;
            opacity: 0.8;
            width: 15px; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .word {
            letter-spacing: 0.5px;
            margin-left: 0.1rem;
            opacity: 0.8; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton:hover {
            color: #fff; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-star:before {
            font-size: 1.25rem;
            margin-top: 0;
            line-height: 1.25rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .word {
            margin-top: 0rem;
            opacity: 0.8; }
      @media screen and (max-width: 1380px) {
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title {
          font-size: 0.857rem;
          font-stretch: normal;
          letter-spacing: normal;
          line-height: 1.036rem;
          color: #fff;
          text-shadow: 0px 1px rgba(0, 0, 0, 0.3); }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title {
            font-weight: 700;
            font-size: 1.111rem;
            line-height: 1.343rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-title span {
            font-weight: 600; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis {
          color: #fff;
          font-size: 0.5rem;
          font-stretch: normal;
          letter-spacing: normal;
          line-height: 0.643rem;
          margin-top: 0.2rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis {
            font-weight: 400;
            font-size: 0.648rem;
            line-height: 0.833rem;
            margin-top: 0.4rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-synopsis span {
            display: block;
            font-weight: 400; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre {
          color: #9b9b9b;
          font-size: 0.429rem;
          font-stretch: normal;
          letter-spacing: 0.4px;
          line-height: 0.643rem;
          margin-top: 0.4rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre {
            font-weight: 700;
            font-size: 0.555rem;
            line-height: 0.833rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-genre span {
            font-weight: bolder;
            letter-spacing: normal;
            text-transform: uppercase; }
        .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 0.6rem; }
          .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions {
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin-top: 1.25rem; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FullWidthBtn {
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 100%;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              margin-top: 1.25rem;
              margin-bottom: 1.25rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 0.5rem; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div * {
              font-size: 0.429rem !important;
              line-height: 0.643rem !important;
              height: 0.643rem; }
              .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions > div * {
                font-size: 0.555rem !important;
                line-height: 0.833rem !important;
                height: 0.833rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary {
            font-weight: 700;
            letter-spacing: 0.5px;
            height: auto;
            margin: 0px;
            padding: 0.38rem 0.45rem 0.35rem;
            border-radius: 4.57px; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary {
              width: 100%;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              min-height: 33.333px; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .icon-play, .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .ChannelLineup-item-image-playButton, .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Button--primary .Tile-playButton {
              display: none; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link {
            position: inherit;
            padding: 0;
            margin-left: 0;
            padding-top: 0.1rem;
            padding-right: 0;
            color: #fff;
            opacity: 0.8; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:before {
              position: inherit;
              height: 1rem;
              width: 1rem;
              margin-top: 0rem; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:hover {
              color: #fff; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link {
              padding-right: 0.5rem; }
              .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .Hero-Trailer-Link:before {
                position: inherit;
                height: 1.25rem;
                width: 1.5rem;
                margin-top: 0rem; }
          .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton {
            color: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            font-weight: 800;
            text-transform: uppercase;
            margin-left: 0px; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-star:before {
              font-size: 0.9rem;
              opacity: 0.8; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-check {
              width: 16px; }
              .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-check::before {
                font-size: 0.9rem;
                opacity: 0.8; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-mylist-plus:before {
              font-size: 0.9rem;
              opacity: 0.8;
              width: 15px; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .word {
              letter-spacing: 0.5px;
              margin-left: 0.1rem;
              opacity: 0.8; }
            .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton:hover {
              color: #fff; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .icon-star:before {
              font-size: 1.25rem;
              margin-top: 0;
              line-height: 1.25rem; }
            .portrait .animated-quick-info .hovered-state .QuickInfo-overview .QuickInfo-actions .FavouriteButton .word {
              margin-top: 0rem;
              opacity: 0.8; } }
  .animated-quick-info.hovered .hovered-state {
    opacity: 1; }
    .animated-quick-info.hovered .hovered-state .QuickInfo-background {
      border-radius: 6.86px; }

.portrait .animated-quick-info .default-state::before {
  content: none; }

.portrait .animated-quick-info .content {
  height: auto;
  position: inherit; }

.view-more-button {
  margin-right: 0.75rem !important; }

.Card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e2e2;
  overflow: hidden;
  color: #000;
  border-radius: 12px;
  font-size: 0;
  margin-top: 0.785rem;
  margin-bottom: 1.57rem; }
  .App--featureWebShowPageUIRefresh .Card {
    border: none; }

.Card-content {
  background-color: white !important;
  border-radius: 3px; }
  .Card--facebook .Card-content {
    background-color: transparent !important; }
    .Card--facebook .Card-content > span {
      background-color: white !important; }

.Card--facebook {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: auto; }
  .App--featureWebShowPageUIRefresh .Card--facebook {
    background-color: transparent !important; }

.CardList {
  margin-bottom: 3.14rem !important;
  color: #fff; }
  .App--featureWebShowPageUIRefresh .CardList {
    margin-top: 27px; }
  .CardList .ShareLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.Card .Media,
.Card-text {
  font-size: 16px; }
  .Card .Media > p,
  .Card-text > p {
    margin: 0.52333rem 0; }

.Card-header {
  padding: 0.785rem 0.785rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.Card-text {
  padding: 0.3925rem 0.785rem;
  border-bottom: 1px solid #e2e2e2; }
  .Card-text a {
    color: #0778d6; }
  .Card-text > p {
    margin-top: 0.3925rem;
    margin-bottom: 0.3925rem; }

.Card-title {
  margin-top: 0.785rem; }
  .Card-title a {
    color: #000; }

.Card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #888f94; }
  .Card-footer a {
    text-decoration: none;
    color: #888f94; }
    .Card-footer a.is-active, .Card-footer a:hover {
      color: #0778d6; }

a.Card-actions-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0778d6;
  text-transform: uppercase; }
  a.Card-actions-share .icon::before, a.Card-actions-share .Select::before, a.Card-actions-share .ChannelLineup-item-image-playButton::before, a.Card-actions-share .Tile-playButton::before {
    font-size: 1.5rem ;
    line-height: 1;
    bottom: 2px;
    right: 2px;
    position: relative; }
  a.Card-actions-share .icon-share-arrow {
    display: inline-block; }
  a.Card-actions-share span {
    display: inline-block; }

.Card-date {
  padding: 0.785rem 0.785rem; }

.Card-actions {
  padding: 0.785rem 1.57rem;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
  background-color: #fff;
  -webkit-transition: right .6s ease-in-out;
  transition: right .6s ease-in-out; }

.Card-socialLinks {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  white-space: nowrap;
  padding-left: 0.785rem; }
  .Card-socialLinks li {
    display: inline-block; }
  .Card-socialLinks .icon, .Card-socialLinks .Select::before, .Card-socialLinks .ChannelLineup-item-image-playButton, .Card-socialLinks .Tile-playButton {
    font-size: 1.5rem ; }

@media (min-width: 47rem) {
  .u-lg-width5of12 .Card-actions--expandable {
    right: -110px; } }

@media (min-width: 64.1rem) {
  .u-lg-width5of12 .Card-actions--expandable {
    right: -133px; } }

.Card-actions--expandable {
  right: -133px; }
  @media (max-width: 47rem) {
    .Card-actions--expandable.is-clicked {
      right: 0;
      width: calc(100% + 2px); } }
  @media (min-width: 47rem) {
    .Card-actions--expandable.is-clicked {
      right: 0;
      width: 240px; } }
  @media (min-width: 64.1rem) {
    .Card-actions--expandable {
      width: 240px; } }

@media (min-width: 64.1rem) {
  .Card-actions-open, .Card-actions--expandable.is-active, .Card-actions--expandable:hover {
    right: 0;
    width: 240px; } }

.Card-image a {
  display: block;
  overflow: hidden; }

.Card-image img {
  position: relative;
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  width: 100%;
  height: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: .95; }

.Card-image:hover img {
  opacity: 1; }

.Card-image .Media {
  position: absolute;
  bottom: 0.785rem;
  left: 0;
  right: 0;
  color: #fff; }

.Card-image .Media-body p {
  margin: 0; }

.App--featureWebShowPageUIRefresh .Card-image .Tile-image {
  border-radius: 3px 3px 0 0; }

.Card-badge {
  padding: 0; }
  .Card-badge .icon::before, .Card-badge .Select::before, .Card-badge .ChannelLineup-item-image-playButton::before, .Card-badge .Tile-playButton::before {
    font-size: 2.625rem ; }

.Card--episode .Card-image::before {
  content: '';
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(21, 34, 43, 0)), to(#000));
  background-image: linear-gradient(to bottom, transparent, rgba(21, 34, 43, 0), #000); }

.Card--instagram {
  font-size: 16px;
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
  border: none; }
  .Card--instagram blockquote::before {
    content: ''; }
  .Card--instagram iframe {
    width: 100%; }
  .Card--instagram .instagram-media p {
    visibility: hidden; }
  .Card--instagram .instagram-media img {
    width: 100%; }
  .Card--instagram .Media-object {
    border-radius: 50%; }

.Card--twitter .Card-actions {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.785rem;
  padding-left: 0.785rem; }
  .Card--twitter .Card-actions .icon, .Card--twitter .Card-actions .Select::before, .Card--twitter .Card-actions .ChannelLineup-item-image-playButton, .Card--twitter .Card-actions .Tile-playButton {
    font-size: 1.125rem ;
    margin-left: 0.785rem; }
    .Card--twitter .Card-actions .icon::before, .Card--twitter .Card-actions .Select::before, .Card--twitter .Card-actions .ChannelLineup-item-image-playButton::before, .Card--twitter .Card-actions .Tile-playButton::before {
      line-height: 20px; }

.Card--facebook {
  text-align: center;
  min-height: 200px; }

.Card--fb-post {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 80rem) {
    .Card--fb-post {
      max-width: 500px; } }

.Card .ReadMore .icon, .Card .ReadMore .Select::before, .Card .ReadMore .ChannelLineup-item-image-playButton, .Card .ReadMore .Tile-playButton {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  right: 0.3925rem; }

.Card .ReadMore:hover .icon, .Card .ReadMore:hover .Select::before, .Card .ReadMore:hover .ChannelLineup-item-image-playButton, .Card .ReadMore:hover .Tile-playButton {
  right: -0.3925rem; }

.Card--withBGImage {
  border: 0;
  overflow: visible; }

.__rendered-mobiledoc-card-instagram {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 47rem) {
    .__rendered-mobiledoc-card-instagram {
      max-width: 500px; } }

.__rendered-mobiledoc-card-advert .Advert {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.785rem;
  margin-bottom: 3.14rem; }
  .__rendered-mobiledoc-card-advert .Advert .Advert-wrap {
    height: 250px; }
  @media (min-width: 47rem) {
    .__rendered-mobiledoc-card-advert .Advert {
      position: relative;
      clear: both;
      float: right;
      margin-left: 1.57rem;
      margin-right: 0; } }

.CardList--dark .Card:not(.Card--twitter) {
  background-color: transparent; }

.App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Card {
  border: 1px solid #e2e2e2; }

.App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .CardList {
  margin-top: 0; }

.Category-header-wrap {
  margin-top: 0.785rem; }
  @media (min-width: 47rem) {
    .Category-header-wrap {
      margin-top: 0;
      padding-left: 2.355rem;
      padding-right: 2.355rem; } }

.Category-header {
  padding: 1rem 0 0.3925rem 0; }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .Category-header {
      margin-left: 0.785rem;
      margin-right: 0.785rem; } }
  .Category-header .Breadcrumbs {
    padding-left: 0; }
  .Category-header .Select::before {
    right: -5px; }

.Category-actions {
  font-size: 0.875rem ;
  line-height: 1.42857;
  margin-left: auto; }
  @media (max-width: 47rem) {
    .Category-actions {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.App--featureWebRestOfSiteUIRefresh .Category-header .Breadcrumbs .Breadcrumbs-item {
  color: #fff; }
  .App--featureWebRestOfSiteUIRefresh .Category-header .Breadcrumbs .Breadcrumbs-item::after {
    color: #fff; }

.App--featureWebRestOfSiteUIRefresh .Category-header a {
  color: #fff; }
  .App--featureWebRestOfSiteUIRefresh .Category-header a:hover {
    text-decoration: underline; }

.App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Category-header {
  border-top: none; }
  .App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Category-header .Breadcrumbs .Breadcrumbs-item {
    color: #fff; }
  .App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Category-header a {
    color: #fff;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in; }
    .App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Category-header a:hover {
      color: #0778d6;
      text-decoration: none; }

.ChannelLineup-title {
  padding-bottom: 0.3925rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff; }

.ChannelLineup-item {
  margin: 0.3925rem 0;
  padding: 0.3925rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .ChannelLineup-item, .ChannelLineup-item a {
    color: #fff;
    font-size: initial; }
    .ChannelLineup-item .Player-next-title, .ChannelLineup-item .Epg-item-meta-primary,
    .ChannelLineup-item .Player-meta,
    .ChannelLineup-item .Player-meta-chevron, .ChannelLineup-item a .Player-next-title, .ChannelLineup-item a .Epg-item-meta-primary,
    .ChannelLineup-item a .Player-meta,
    .ChannelLineup-item a .Player-meta-chevron {
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .ChannelLineup-item:hover .Player-next-title, .ChannelLineup-item:hover .Epg-item-meta-primary,
    .ChannelLineup-item:hover .Player-meta,
    .ChannelLineup-item:hover .Player-meta-chevron, .ChannelLineup-item a:hover .Player-next-title, .ChannelLineup-item a:hover .Epg-item-meta-primary,
    .ChannelLineup-item a:hover .Player-meta,
    .ChannelLineup-item a:hover .Player-meta-chevron {
      opacity: .7; }
    .ChannelLineup-item > div:last-child, .ChannelLineup-item a > div:last-child {
      text-align: right;
      margin-top: 0.3925rem; }
  .ChannelLineup-item .Player-next-title, .ChannelLineup-item .Epg-item-meta-primary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ChannelLineup-item .Player-meta-chevron {
    margin-left: auto; }

.ChannelLineup-item-image {
  width: 50px;
  height: 50px; }

.ChannelLineup-item-image-playContainer {
  position: relative; }

.ChannelLineup-item-image-playButton {
  text-decoration: none;
  font-size: 0;
  width: 32px;
  height: 32px;
  margin-right: 0;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  right: 0;
  display: inline-block;
  color: #cc3333; }
  .ChannelLineup-item-image-playButton::before {
    font-size: 1.5rem ;
    line-height: 1.33333;
    position: absolute;
    left: 4px;
    color: #fff;
    z-index: 1; }
  .ChannelLineup-item-image-playButton::after {
    content: '';
    display: block;
    background: currentColor;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .4s, opacity .6s;
    transition: all .4s, opacity .6s; }

.ChannelLineup-title--large {
  font-size: 1.375rem ;
  font-weight: 800; }

.ChannelLineup-item-image--small {
  height: 36px;
  width: 36px; }

.PageHeader {
  padding: 1.256rem 2.355rem 0.785rem;
  position: relative;
  overflow: hidden; }
  .PageHeader,
  .PageHeader a {
    color: #fff; }
  @media (max-width: 47rem) {
    .PageHeader {
      background-position: 50%; } }
  @media (min-width: 47rem) {
    .PageHeader {
      min-height: 170px; } }
  .PageHeader .ShareButton {
    color: #fff;
    border-color: #fff;
    margin-top: 0.785rem;
    margin-bottom: 0.785rem;
    border-radius: 8px; }
    @media (min-width: 47rem) {
      .PageHeader .ShareButton {
        float: right; } }
    .PageHeader .ShareButton:hover {
      border-color: #fff;
      background-color: rgba(255, 255, 255, 0.5); }
    .PageHeader .ShareButton.is-clicked {
      border-color: #0778d6; }
    .App--featureWebRestOfSiteUIRefresh .PageHeader .ShareButton {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  .PageHeader .ReadMore {
    color: #fff; }
  .PageHeader--logo {
    max-width: 300px;
    max-height: 140px; }
    @media (max-width: 500px) {
      .PageHeader--logo {
        max-width: 200px;
        max-height: 80px; } }
    @media (min-width: 47rem) {
      .PageHeader--logo {
        margin-left: 1.04667rem; } }
    @media (min-width: 64rem) {
      .PageHeader--logo {
        margin-left: 0; } }

.PageHeader--wash {
  background-image: url("/assets/images/hero-bg-db16e2ba4c24b686563f8da2e29c3fb0.png");
  background-size: cover; }

.PageHeader-sponsor img {
  max-width: 220px;
  height: auto; }

@media (min-width: 47rem) {
  .PageHeader-sponsor {
    float: right;
    clear: right; } }

.PageHeader-sponsor-label {
  margin-bottom: 0; }
  @media (min-width: 47rem) {
    .PageHeader-sponsor-label {
      text-align: right; } }

.PageHeader--altColor,
.PageHeader--altColor a {
  color: #000; }

.PageHeader--altColor .ShareButton {
  color: #0778d6;
  border-color: #0778d6; }
  .PageHeader--altColor .ShareButton:hover {
    color: #fff; }

.PageHeader--altColor .HeroStatic .Hero-title,
.PageHeader--altColor .HeroStatic .Hero-title a,
.PageHeader--altColor .HeroStatic .Hero-title-synopsis,
.PageHeader--altColor .HeroStatic .Hero-airdate,
.PageHeader--altColor .HeroStatic .Player-title,
.PageHeader--altColor .HeroStatic .Epg-detail-primary,
.PageHeader--altColor .HeroStatic .Player-meta,
.PageHeader--altColor .HeroStatic .Player-synopsis,
.PageHeader--altColor .HeroStatic .Player-next-title,
.PageHeader--altColor .HeroStatic .Epg-item-meta-primary,
.PageHeader--altColor .HeroStatic .Player-meta-chevron,
.PageHeader--altColor .HeroStatic .Player-description-title,
.PageHeader--altColor .HeroStatic .Epg-Belt-title h2,
.PageHeader--altColor .HeroStatic .SocialList .icon::before,
.PageHeader--altColor .HeroStatic .SocialList .Select::before,
.PageHeader--altColor .HeroStatic .SocialList .ChannelLineup-item-image-playButton::before,
.PageHeader--altColor .HeroStatic .SocialList .Tile-playButton::before,
.PageHeader--altColor .HeroStatic .Tile-title,
.PageHeader--altColor .HeroStatic .ReadMore,
.PageHeader--altColor .Hero-tile .Hero-title,
.PageHeader--altColor .Hero-tile .Hero-title a,
.PageHeader--altColor .Hero-tile .Hero-title-synopsis,
.PageHeader--altColor .Hero-tile .Hero-airdate,
.PageHeader--altColor .Hero-tile .Player-title,
.PageHeader--altColor .Hero-tile .Epg-detail-primary,
.PageHeader--altColor .Hero-tile .Player-meta,
.PageHeader--altColor .Hero-tile .Player-synopsis,
.PageHeader--altColor .Hero-tile .Player-next-title,
.PageHeader--altColor .Hero-tile .Epg-item-meta-primary,
.PageHeader--altColor .Hero-tile .Player-meta-chevron,
.PageHeader--altColor .Hero-tile .Player-description-title,
.PageHeader--altColor .Hero-tile .Epg-Belt-title h2,
.PageHeader--altColor .Hero-tile .SocialList .icon::before,
.PageHeader--altColor .Hero-tile .SocialList .Select::before,
.PageHeader--altColor .Hero-tile .SocialList .ChannelLineup-item-image-playButton::before,
.PageHeader--altColor .Hero-tile .SocialList .Tile-playButton::before,
.PageHeader--altColor .Hero-tile .Tile-title,
.PageHeader--altColor .Hero-tile .ReadMore,
.PageHeader--altColor .Slot-Top .Hero-title,
.PageHeader--altColor .Slot-Top .Hero-title a,
.PageHeader--altColor .Slot-Top .Hero-title-synopsis,
.PageHeader--altColor .Slot-Top .Hero-airdate,
.PageHeader--altColor .Slot-Top .Player-title,
.PageHeader--altColor .Slot-Top .Epg-detail-primary,
.PageHeader--altColor .Slot-Top .Player-meta,
.PageHeader--altColor .Slot-Top .Player-synopsis,
.PageHeader--altColor .Slot-Top .Player-next-title,
.PageHeader--altColor .Slot-Top .Epg-item-meta-primary,
.PageHeader--altColor .Slot-Top .Player-meta-chevron,
.PageHeader--altColor .Slot-Top .Player-description-title,
.PageHeader--altColor .Slot-Top .Epg-Belt-title h2,
.PageHeader--altColor .Slot-Top .SocialList .icon::before,
.PageHeader--altColor .Slot-Top .SocialList .Select::before,
.PageHeader--altColor .Slot-Top .SocialList .ChannelLineup-item-image-playButton::before,
.PageHeader--altColor .Slot-Top .SocialList .Tile-playButton::before,
.PageHeader--altColor .Slot-Top .Tile-title,
.PageHeader--altColor .Slot-Top .ReadMore {
  color: #000 !important; }

.PageHeader--altColor .HeroStatic .Button, .PageHeader--altColor .HeroStatic .FavouriteButton--small, .PageHeader--altColor .HeroStatic .FavouriteButton--hoverShow, .PageHeader--altColor .HeroStatic .FavouriteButton--large, .PageHeader--altColor .HeroStatic .scod-FavouriteButton--small, .PageHeader--altColor .HeroStatic .scod-FavouriteButton--hoverShow, .PageHeader--altColor .HeroStatic .scod-FavouriteButton--large,
.PageHeader--altColor .Hero-tile .Button,
.PageHeader--altColor .Hero-tile .FavouriteButton--small,
.PageHeader--altColor .Hero-tile .FavouriteButton--hoverShow,
.PageHeader--altColor .Hero-tile .FavouriteButton--large,
.PageHeader--altColor .Hero-tile .scod-FavouriteButton--small,
.PageHeader--altColor .Hero-tile .scod-FavouriteButton--hoverShow,
.PageHeader--altColor .Hero-tile .scod-FavouriteButton--large,
.PageHeader--altColor .Slot-Top .Button,
.PageHeader--altColor .Slot-Top .FavouriteButton--small,
.PageHeader--altColor .Slot-Top .FavouriteButton--hoverShow,
.PageHeader--altColor .Slot-Top .FavouriteButton--large,
.PageHeader--altColor .Slot-Top .scod-FavouriteButton--small,
.PageHeader--altColor .Slot-Top .scod-FavouriteButton--hoverShow,
.PageHeader--altColor .Slot-Top .scod-FavouriteButton--large {
  color: #fff !important; }

.PageHeader--bandedSlot {
  min-height: 380px;
  padding-top: 3.14rem; }
  .sport-page .PageHeader--bandedSlot,
  .competition-page .PageHeader--bandedSlot {
    padding-bottom: 0;
    padding-top: 3rem; }
    @media (max-width: 47rem) {
      .sport-page .PageHeader--bandedSlot,
      .competition-page .PageHeader--bandedSlot {
        padding-top: 2rem; } }
  .PageHeader--bandedSlot.PageHeader--hasBreadcrumbs {
    padding-top: 0; }
  .PageHeader--bandedSlot .Error-Page {
    margin-bottom: 130px; }

.category .PageHeader--bandedSlot,
.sport-page .PageHeader--bandedSlot,
.competition-page .PageHeader--bandedSlot {
  min-height: 0; }

.PageHeader--bandedSlot.PageHeader--hasMany .Belt:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.57rem;
  margin-bottom: -1.57rem; }

.PageHeader--bandedSlot.PageHeader--homeBandedSlot .Belt:last-child {
  border-bottom: none;
  padding-bottom: initial; }

.PageHeader-synopsis {
  font-size: initial;
  padding-bottom: 56px; }
  .sport-page .PageHeader-synopsis,
  .competition-page .PageHeader-synopsis {
    padding-bottom: 4rem; }
    @media (max-width: 47rem) {
      .sport-page .PageHeader-synopsis,
      .competition-page .PageHeader-synopsis {
        padding-bottom: 3rem; } }
  @media (min-width: 47rem) {
    .PageHeader-synopsis {
      margin-left: 1.04667rem; } }
  @media (min-width: 64rem) {
    .PageHeader-synopsis {
      margin-left: 0; } }

.App--featureWebRestOfSiteUIRefresh .PageHeader-title {
  margin: 0; }

.PageHeader-sponsorHeading {
  margin: 0; }
  @media (min-width: 47rem) {
    .PageHeader-sponsorHeading {
      font-weight: 400; } }

.PageHeader-description {
  margin-bottom: 0; }
  @media (max-width: 47rem) {
    .PageHeader-description {
      margin-top: 0.3925rem; } }

.Cover-image-wrap {
  position: relative; }

.Cover-image img {
  width: 100%;
  height: auto; }

.Cover-image--fade::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(transparent), to(#000));
  background-image: linear-gradient(to bottom, transparent, transparent, transparent, #000); }

.PageHeader-wrap {
  position: relative;
  z-index: 2; }
  @media (min-width: 47rem) {
    .PageHeader-wrap {
      overflow: visible; } }
  .PageHeader-wrap--hasLogo {
    margin-top: 64px !important; }
    @media (min-width: 64rem) {
      .PageHeader-wrap--hasLogo {
        margin-top: 40px !important; } }

.Cover--right .Cover-image img,
.PageHeader--error .Cover-image img {
  opacity: 0.9;
  min-width: 50% !important;
  position: absolute;
  height: auto;
  width: 50%;
  left: auto;
  right: 10%;
  top: 5%; }

.App--featureWebRestOfSiteUIRefresh .Cover-image--fade::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(17, 17, 17, 0.25)), color-stop(rgba(17, 17, 17, 0.75)), to(#111));
  background-image: linear-gradient(to bottom, transparent, rgba(17, 17, 17, 0.25), rgba(17, 17, 17, 0.75), #111); }

.live-tv-page .PageHeader-wrap > div:first-child {
  margin-left: 0.5rem; }

/**************************************
  $CONTAINER
**************************************/
.Container, .Footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.57rem;
  padding-right: 1.57rem;
  /*
  @if $fixed-breakpoints == true {
    @media (min-width: 47rem) { width: 100%; }
    @media (min-width: 64rem) { width: 100%; }
    @media (min-width: 80rem) { width: $breakpoint3; }
    @media (min-width: 100rem) { width: $breakpoint4; }
  }
  */ }

.Container-main, .Header-container {
  padding-left: calc(0.5 * 1.57rem);
  padding-right: calc(0.5 * 1.57rem); }
  @media (min-width: 47rem) {
    .Container-main, .Header-container {
      padding-left: calc(0.5 * 2.355rem);
      padding-right: calc(0.5 * 2.355rem); } }

.channelEpg .Epg-detail {
  margin-top: -10px;
  margin-bottom: 10px;
  z-index: 1; }

.Epg-sticky {
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out;
  -webkit-transform: translateZ(0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  padding-bottom: 0.26167rem; }

.Epg {
  padding-bottom: 1.57rem; }
  .Epg .Epg-detail {
    border-radius: 0 0 12px 12px; }

.Epg-Belt-title h2 {
  margin-bottom: 0;
  color: #fff; }

.Epg-Belt-action a {
  color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .Epg-Belt-action a:hover {
    opacity: 0.7; }

.Epg-list {
  list-style: none;
  padding-left: 0;
  white-space: nowrap;
  position: relative;
  z-index: 3; }
  .Epg-list .slick-slide {
    position: relative;
    display: inline-block;
    width: 236px;
    margin-left: 1px;
    margin-right: 1px;
    outline: none; }
  .Epg-list .slick-track {
    margin-bottom: 10px; }
  .Epg-list.slick-slider .slick-prev,
  .Epg-list.slick-slider .slick-next {
    display: none !important;
    border-radius: 50%;
    background: currentColor;
    color: currentColor;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(0, -50%) rotate(0);
            transform: translate(0, -50%) rotate(0);
    z-index: 4; }
    @media (min-width: 80rem) {
      .Epg-list.slick-slider .slick-prev,
      .Epg-list.slick-slider .slick-next {
        display: inline-block !important; } }
    .Epg-list.slick-slider .slick-prev::before,
    .Epg-list.slick-slider .slick-next::before {
      font-size: 1.625rem ;
      opacity: 1;
      color: #fff; }
  .Epg-list.slick-slider .slick-prev {
    left: -40px; }
    .Epg-list.slick-slider .slick-prev::before {
      position: relative;
      right: 1px; }
  .Epg-list.slick-slider .slick-next {
    right: -40px; }
    .Epg-list.slick-slider .slick-next::before {
      position: relative;
      left: 1px; }
  .Epg-list .slick-disabled {
    visibility: hidden; }

.Epg-item {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  color: #000;
  background-color: #fff;
  padding: 0.785rem 0.3925rem;
  text-align: left;
  width: 100%;
  height: 85px;
  outline: none;
  cursor: pointer; }
  .Epg-item.is-active, .Epg-item:hover {
    background-color: #b8b8b8;
    color: #000; }
  .Epg-item.is-selected .Epg-badge, .Epg-item.is-selected .Episode-badge {
    background-color: #fff !important;
    color: #000; }
  .Epg-item.is-selected .Epg-item-meta-primary,
  .Epg-item.is-selected .Epg-item-meta-secondary,
  .Epg-item.is-selected .Epg-item-meta-tertiary {
    color: #fff; }
  .Epg-item.is-selected::after {
    border-top-color: currentColor !important; }

.Epg-item-meta-primary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.19625rem; }

.Epg-item-meta-secondary {
  font-size: 0.875rem ;
  overflow: hidden; }
  .Epg-item-meta-secondary .icon, .Epg-item-meta-secondary .Select::before, .Epg-item-meta-secondary .ChannelLineup-item-image-playButton, .Epg-item-meta-secondary .Tile-playButton {
    font-size: 1.125rem ;
    color: #4b4b4b;
    margin-left: 0.19625rem; }
  .Epg-item-meta-secondary .icon-ad {
    font-size: 1.375rem ; }
  .Epg-item-meta-secondary abbr {
    text-decoration: none; }

.Epg-item-meta-not-available {
  font-size: 0.8125rem ;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  background-color: #b7b7b7;
  color: #595959;
  margin: 0;
  margin-top: 0.3925rem;
  padding: 3px 5px;
  border-radius: 2px;
  font-weight: 600;
  max-width: 200px;
  width: 100%; }

.Epg-item-meta-tertiary {
  font-size: 0.75rem ; }

.Epg-detail {
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out; }
  @media (min-width: 47rem) {
    .Epg-detail {
      padding: 0 1.57rem; } }

.Epg-detail-wrap {
  padding: 1.57rem 0; }

.Epg-detail-content {
  padding: 0 1.57rem;
  white-space: normal;
  width: 100%; }
  .Epg-detail-content .FavouriteButton {
    color: #fff; }
    .Epg-detail-content .FavouriteButton.FavouriteButton--small .icon-mylist-check {
      color: #0778d6; }
    .Epg-detail-content .FavouriteButton.is-favourited {
      color: #fff; }
      .Epg-detail-content .FavouriteButton.is-favourited .icon-mylist-check {
        width: 37px; }

.Epg-detail-image {
  display: inline-block;
  height: 160px;
  width: 284px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }
  .Epg-detail-image:hover {
    opacity: 0.7; }
  .Epg-detail-image img {
    width: 100%;
    border-radius: 12px; }

.Epg-detail-primary {
  color: #fff; }
  .Epg-detail-primary a {
    color: #fff;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    .Epg-detail-primary a.is-active, .Epg-detail-primary a:hover {
      opacity: 0.7;
      color: #fff; }

.Epg-detail-secondary {
  font-weight: 900;
  line-height: 1.5;
  padding: 0.3925rem 0;
  color: #fff; }
  .Epg-detail-secondary .Episode-meta {
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 0; }

.Epg-detail-tertiary {
  font-size: 0.875rem ; }
  .Epg-detail-tertiary .Player-synopsis {
    color: #fff; }

.Epg-detail-actions .FavouriteButton {
  margin-top: 0.785rem; }

.Epg-detail-actions .Button, .Epg-detail-actions .FavouriteButton--small, .Epg-detail-actions .FavouriteButton--hoverShow, .Epg-detail-actions .FavouriteButton--large, .Epg-detail-actions .scod-FavouriteButton--small, .Epg-detail-actions .scod-FavouriteButton--hoverShow, .Epg-detail-actions .scod-FavouriteButton--large {
  margin-right: 0.785rem; }

.Epg-detail-actions .button-watch-now-epg {
  padding: 10px 19px; }

.Epg-detail-actions .noaction {
  margin-left: -9px; }
  @media (min-width: 752px) {
    .Epg-detail-actions .noaction {
      margin-left: -18px; } }

.Epg-detail-not-available {
  font-size: 0.875rem ;
  font-weight: 600;
  color: #fff;
  margin-top: 14px; }

.Epg-detail-close {
  font-size: 2rem ;
  position: absolute;
  right: 0.785rem;
  top: 0.785rem;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .Epg-detail-close:hover {
    opacity: 0.25; }

.Epg-badge, .Episode-badge {
  color: #fff;
  background-color: #0778d6;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 0.19625rem 0.3925rem;
  margin-right: 0.26167rem; }

.App--featureWebRestOfSiteUIRefresh .Epg {
  padding-bottom: 0.785rem; }

.App--featureWebRestOfSiteUIRefresh .Epg-item {
  color: #fff;
  background-color: #4d4d4d; }
  .App--featureWebRestOfSiteUIRefresh .Epg-item:hover {
    background-color: #595959; }

.App--featureWebRestOfSiteUIRefresh .Epg-item-meta-secondary .icon, .App--featureWebRestOfSiteUIRefresh .Epg-item-meta-secondary .Select::before, .App--featureWebRestOfSiteUIRefresh .Epg-item-meta-secondary .ChannelLineup-item-image-playButton, .App--featureWebRestOfSiteUIRefresh .Epg-item-meta-secondary .Tile-playButton {
  color: #fff; }

.App--featureWebRestOfSiteUIRefresh .Epg-detail {
  background-color: #424242;
  border: 1px solid #111;
  border-left: none;
  border-right: none; }

/**************************************
  $EPISODE
**************************************/
/**
 * Used for Episode items on the episode list page
 **/
.Episode {
  padding: 0 0 17px 1.57rem; }
  @media (min-width: 47rem) {
    .App--featureWebShowPageUIRefresh .Episode {
      padding: 0 0 0 1rem; } }

.Episode-badge {
  padding-right: 0;
  color: #fff;
  background-color: #0778d6;
  border-radius: 4px;
  position: relative;
  bottom: 1px;
  margin-right: 0.52333rem; }

.Episode-badge--live {
  background-color: #cc3333; }

.Episode-title {
  font-size: 1rem ;
  line-height: 0.75;
  font-weight: 800;
  margin-top: 0.785rem; }
  .Episode-title a {
    color: #000; }
  @media (min-width: 47rem) {
    .Episode-title {
      margin-top: 0.3925rem; } }
  .App--featureWebShowPageUIRefresh .Episode-title {
    margin-bottom: 4px;
    font-size: 1.25rem ;
    line-height: 1.6;
    padding-top: 21px; }
    @media (min-width: 47rem) {
      .App--featureWebShowPageUIRefresh .Episode-title {
        padding-top: 0; } }
  .Episode-title .Episode-title-label {
    position: relative;
    top: 1px; }

.Slot--dark .Episode-title {
  margin-top: 0; }
  .Slot--dark .Episode-title a {
    color: #fff; }

.Episode-meta {
  color: #888f94;
  list-style: none;
  padding: 0;
  margin: 0.785rem 0 0.3925rem;
  display: inline; }
  .Episode-meta li {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .Episode-meta li::after {
      font-size: 2rem ;
      line-height: 0;
      content: '\00b7';
      position: relative;
      top: 5px;
      margin-left: 0.26167rem; }
    .Episode-meta li .Episode-CC {
      background-image: url("/assets/images/cc_icon-3ac63788545110dffd608f91677beb19.svg");
      background-position: right;
      background-size: 100%;
      display: inline-block;
      width: 18.5px;
      height: 12px;
      vertical-align: middle;
      margin-bottom: 2px; }
    .Episode-meta li:last-child::after {
      content: none; }
  .App--featureWebShowPageUIRefresh .Episode-meta {
    margin-top: 0;
    color: #bfbfbf; }

.Episode-description p {
  margin-top: 0.3925rem;
  line-height: 22px; }
  .App--featureWebShowPageUIRefresh .Episode-description p {
    color: #bfbfbf; }

@media (max-width: 47rem) {
  .Episode-description {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    overflow: hidden; }
    .Episode-description.is-collapsed {
      max-height: 0; }
    .Episode-description.is-expanded {
      max-height: 500px; } }

.Episode-rating {
  color: #0778d6;
  font-weight: 800; }

.Episode-warning {
  color: #fff;
  font-family: "black_sans_condensed", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px; }

.Episode-expiry {
  color: #888f94;
  font-weight: 400;
  display: block;
  margin-top: 0.3925rem; }

.Episode-accordion-toggle {
  font-size: 0.875rem ;
  line-height: 1.28571;
  margin-bottom: 0.3925rem;
  text-decoration: underline; }
  .Episode-accordion-toggle:focus {
    outline: none; }

.App--featureWebShowPageUIRefresh .Episodes .Tile-image-wrap {
  width: 75%; }
  @media (min-width: 47rem) {
    .App--featureWebShowPageUIRefresh .Episodes .Tile-image-wrap {
      width: 100%; } }

.Episodes-header {
  margin-bottom: 1.57rem; }
  .App--featureWebShowPageUIRefresh .Episodes-header {
    margin-bottom: 0;
    margin-top: 2rem; }

.App--featureWebShowPageUIRefresh .ember-view + .Episodes-actions {
  margin-top: 0; }

.Episodes-actions {
  margin-bottom: 0.785rem; }
  @media (min-width: 47rem) {
    .Episodes-actions {
      border-bottom: 1px solid #e2e2e2; } }
  .App--featureWebShowPageUIRefresh .Episodes-actions {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 12px;
    margin-bottom: 0; }
    .App--featureWebShowPageUIRefresh .Episodes-actions.noTabsFilters {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 40px; }
    @media (max-width: 47rem) {
      .App--featureWebShowPageUIRefresh .Episodes-actions {
        margin-top: 0; } }
  @media (max-width: 47rem) {
    .Episodes-actions--left {
      border-bottom: 1px solid #e2e2e2; } }
  @media (max-width: 47rem) {
    .Episodes-actions--right {
      margin-top: 1.57rem; }
      .App--featureWebShowPageUIRefresh .Episodes-actions--right {
        margin-top: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .App--featureWebShowPageUIRefresh .Episodes-actions--right .Checkbox {
          margin: 24px 0; } }
  @media (min-width: 47rem) {
    .Episodes-actions--right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .Episodes-actions--right--spacedLayout {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .Episodes-actions-title {
    margin-top: 0.785rem; }

@media (max-width: 47rem) {
  .Episodes-group {
    width: 100%; }
    .Episodes-group .Episodes-tabs {
      width: 50%; } }

.Episodes-tabs {
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  line-height: 1;
  letter-spacing: .5px;
  font-weight: 800;
  padding: 0.785rem 1.57rem;
  background-color: #f3f3f3;
  color: #000;
  border-color: #e2e2e2;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-style: solid; }
  @media (min-width: 47rem) {
    .Episodes-tabs {
      padding: 0.3925rem 1.57rem; } }
  .Episodes-tabs.is-selected {
    z-index: 3;
    background-color: #0778d6;
    border-color: #0778d6;
    color: #fff;
    position: relative; }
    .Episodes-tabs.is-selected .icon, .Episodes-tabs.is-selected .Select::before, .Episodes-tabs.is-selected .ChannelLineup-item-image-playButton, .Episodes-tabs.is-selected .Tile-playButton {
      color: #fff; }
    .Episodes-tabs.is-selected::after {
      content: '';
      position: absolute;
      opacity: 1;
      display: block;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0778d6;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .Episodes-tabs:not(.is-selected):hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .Episodes-tabs-noImg {
    font-size: 0.875rem ;
    padding-top: 1.04667rem;
    padding-bottom: 1.04667rem; }
    @media (max-width: 47rem) {
      .Episodes-tabs-noImg {
        padding-left: 0.3925rem;
        padding-right: 0.3925rem; } }

.Episodes-filter {
  color: #0778d6;
  min-width: 75px; }
  .Episodes-filter-label {
    font-size: 1rem ;
    line-height: 1.25;
    padding: 25px 0 25px; }
    .App--featureWebShowPageUIRefresh .Episodes-filter-label {
      padding: 0;
      float: left; }
      @media (min-width: 47rem) {
        .App--featureWebShowPageUIRefresh .Episodes-filter-label {
          float: none; } }
  .Episodes-filter-wrapper {
    margin: 24px 0; }
    @media (min-width: 47rem) {
      .Episodes-filter-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }

.Episodes-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0; }
  .Episodes-list > li {
    margin-top: 0.785rem; }
    @media (min-width: 47rem) {
      .Episodes-list > li {
        margin-top: 0;
        margin-bottom: 1.57rem; } }
  .App--featureWebShowPageUIRefresh .Episodes-list {
    margin: 0; }
    .App--featureWebShowPageUIRefresh .Episodes-list > li {
      margin: 0;
      padding-top: 1.57rem;
      padding-bottom: 1.57rem; }
      @media (min-width: 64rem) {
        .App--featureWebShowPageUIRefresh .Episodes-list > li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

.Episodes--select {
  font-weight: 300;
  color: #0778d6; }
  .Episodes--select select {
    font-size: 1.25rem ;
    background: transparent;
    border: 0;
    padding: 0;
    direction: ltr; }
    @media (min-width: 47rem) {
      .Episodes--select select {
        font-size: 1.875rem ; } }
  .Episodes--select::before {
    font-size: 1.5625rem ;
    color: #0778d6;
    top: 0;
    bottom: 0; }

.Episodes-callToAction-title {
  font-size: 1.375rem ;
  line-height: 1.27273;
  font-weight: 800;
  margin-bottom: 0.3925rem;
  display: block; }
  @media (min-width: 47rem) {
    .Episodes-callToAction-title {
      display: inline;
      margin-right: 0.785rem;
      margin-bottom: 0; } }

.App--featureWebShowPageUIRefresh .Episodes-callToAction {
  font-size: 1.25rem ;
  line-height: 1.2;
  display: block !important;
  font-weight: 800;
  margin-bottom: 0.3925rem;
  padding: 1.57rem 0;
  color: #808080;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .App--featureWebShowPageUIRefresh .Episodes-callToAction a {
    text-decoration: underline;
    color: inherit; }

.Episodes-seasons {
  margin-bottom: 0.785rem;
  border-bottom: 1px solid #e2e2e2;
  position: relative; }
  .App--featureWebShowPageUIRefresh .Episodes-seasons {
    margin-bottom: 0;
    border: none; }
  .Episodes-seasons .js-slick {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .Episodes-seasons .slick-disabled {
    opacity: 0; }
  .Episodes-seasons .slick-prev,
  .Episodes-seasons .slick-next {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, #fff));
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 30%);
    height: 50px;
    width: 50px;
    top: 1.9625rem; }
    .Episodes-seasons .slick-prev::before,
    .Episodes-seasons .slick-next::before {
      content: '';
      display: block;
      position: absolute;
      top: 0.3925rem;
      bottom: 0;
      pointer-events: none;
      z-index: -2;
      width: 32px;
      height: 32px;
      background-image: url("/assets/images/backtop-a837581d574f6a604181851bba92c93e.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  .Episodes-seasons .slick-prev {
    left: -0.3925rem; }
    .Episodes-seasons .slick-prev::before {
      right: 25%; }
  .Episodes-seasons .slick-next {
    right: -0.3925rem; }
    .Episodes-seasons .slick-next::before {
      left: 25%; }

.Episodes-seasons-item {
  margin: 1.57rem 1.57rem 0;
  padding-bottom: 8px;
  color: #000;
  outline: none;
  font-size: 1.125rem ; }
  .Episodes-seasons-item.is-active {
    border-color: #0778d6;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    color: #0778d6; }
  .Episodes-seasons-item:first-child {
    margin-left: 0; }

.Episodes-season-title {
  margin-bottom: 0.44857rem;
  min-height: 1.57rem; }
  .App--featureWebShowPageUIRefresh .Episodes-season-title {
    min-height: 1.57rem;
    display: inline-block;
    margin: 1.57rem 1.57rem 0;
    padding-bottom: 8px;
    outline: none;
    font-size: 1.125rem ;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    margin-top: 32px; }
    .App--featureWebShowPageUIRefresh .Episodes-season-title:first-child {
      margin-left: 0; }

.Episodes-list--sectioned {
  padding-bottom: 1.57rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0.785rem; }
  .Episodes-list--sectioned > div {
    border-bottom: 1px solid #e2e2e2;
    width: 100%; }

.Error-page {
  width: 100%;
  height: 600px;
  padding: 0;
  background-color: #fff;
  position: relative; }

.Error-page--center {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%; }

.Slot--dark .Error-page,
.App--featureWebRestOfSiteUIRefresh .Error-page {
  background-color: #111;
  color: #fff;
  width: 100%; }

.error-page-module {
  width: 100%;
  height: 85vh;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .error-page-module .error-content {
    width: 650px;
    max-width: 80%;
    max-height: 80%;
    margin: auto; }
    .error-page-module .error-content .content-link {
      font-weight: bold; }
    .error-page-module .error-content img {
      height: auto;
      width: 383px;
      max-width: 90%;
      margin-bottom: 35px; }

.error-image {
  visibility: visible !important; }

/**************************************
  $Featured List
**************************************/
/**
 * Used for the ASIDE featured list section
 **/
.FeaturedList {
  margin-left: auto;
  margin-right: auto; }
  .App--featureWebShowPageUIRefresh .Scod-Slot-Aside .FeaturedList {
    padding: 24px 0px 20px; }
  .Slot-Under .FeaturedList {
    color: #fff;
    background-color: #1d1d1d; }

.FeaturedList-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.57rem; }
  @media (min-width: 64rem) {
    .FeaturedList-header {
      margin-top: 0.785rem;
      margin-bottom: 0.785rem; } }

.FeaturedList-readMore {
  display: none; }
  .FeaturedList-readMore a {
    color: #fff; }
  .FeaturedList-readMore .icon::before, .FeaturedList-readMore .Select::before, .FeaturedList-readMore .ChannelLineup-item-image-playButton::before, .FeaturedList-readMore .Tile-playButton::before {
    font-size: 1.375rem ; }
  @media (min-width: 64rem) {
    .FeaturedList-readMore {
      display: block; } }
  @media (min-width: 64rem) {
    .Slot-Under .FeaturedList-readMore,
    .Slot-Top .FeaturedList-readMore {
      display: block; } }

.FeaturedList-title {
  line-height: 1.06364;
  display: table-row;
  margin-left: 0.785rem; }
  .FeaturedList-title > span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.19625rem; }
  @media (min-width: 64rem) {
    .FeaturedList-title {
      margin-left: 0; } }

.FeaturedList-title-text {
  margin-left: 0.3925rem; }

.FeaturedList-title--scod {
  font-size: 1.25rem ;
  position: relative;
  display: block !important;
  margin: 0 !important; }
  .FeaturedList-title--scod span {
    position: relative; }
    .FeaturedList-title--scod span:after {
      content: '\e90e';
      position: absolute;
      right: -16px;
      bottom: 0;
      width: 20px;
      height: 27px;
      background-size: cover;
      font-family: icons !important;
      font-size: 33px;
      font-weight: 100; }

.FeaturedList-item {
  margin: 0.785rem 0 0.785rem 0.785rem;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  vertical-align: top; }
  .FeaturedList-item:last-child {
    margin-right: 0.785rem; }
  @media (min-width: 47rem) {
    .FeaturedList-item {
      width: 25% !important;
      margin-left: 0.785rem;
      margin-right: 0; } }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .FeaturedList-item:last-child {
      margin-right: 2.355rem; } }
  @media (min-width: 64rem) {
    .FeaturedList-item {
      width: 22% !important;
      margin-left: 0; } }
  @media (min-width: 64rem) {
    .App--featureWebShowPageUIRefresh .FeaturedList-item {
      margin: 10px 0;
      padding: initial; } }
  @media (max-width: 47rem) {
    .App--featureWebShowPageUIRefresh .FeaturedList-item {
      margin: 0px;
      padding: 0 3% 3% 0; } }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .App--featureWebShowPageUIRefresh .FeaturedList-item {
      margin: 0px;
      padding: 0 2% 2% 0; } }
  .Slot-Under .FeaturedList-item,
  .Slot-Top .FeaturedList-item {
    margin-left: 0.785rem; }
    @media (min-width: 47rem) {
      .Slot-Under .FeaturedList-item,
      .Slot-Top .FeaturedList-item {
        width: 25% !important; } }
    @media (min-width: 64rem) {
      .Slot-Under .FeaturedList-item:first-child,
      .Slot-Top .FeaturedList-item:first-child {
        margin-left: 0; }
      .Slot-Under .FeaturedList-item:last-child,
      .Slot-Top .FeaturedList-item:last-child {
        margin-right: 0; } }
  .FeaturedList-item img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }

.FeaturedList-items {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  padding-left: 0;
  font-size: 0;
  -webkit-overflow-scrolling: touch; }
  .FeaturedList-items::-webkit-scrollbar {
    display: none; }
  @media (min-width: 47rem) {
    .FeaturedList-items {
      padding: 0 0.785rem 0.785rem;
      white-space: nowrap;
      overflow-x: scroll; } }
  @media (min-width: 64rem) {
    .FeaturedList-items {
      display: block;
      margin-left: 0;
      margin-right: 0;
      white-space: normal;
      overflow-x: hidden;
      padding: 0; } }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .App--featureWebShowPageUIRefresh .FeaturedList-items {
      white-space: initial;
      padding-top: 10px;
      margin-right: -2%; } }
  @media (max-width: 47rem) {
    .App--featureWebShowPageUIRefresh .FeaturedList-items {
      white-space: initial;
      padding-top: 10px;
      margin-right: -3%; } }
  .Slot-Under .FeaturedList-items {
    white-space: nowrap;
    overflow-x: auto; }
  .Slot-Under .FeaturedList-items,
  .Slot-Top .FeaturedList-items {
    display: block;
    padding: 0;
    width: 100%;
    margin-top: 0.785rem; }
    @media (max-width: 47rem) {
      .Slot-Under .FeaturedList-items,
      .Slot-Top .FeaturedList-items {
        padding-left: 0.785rem;
        padding-right: 0.785rem; } }
    @media (min-width: 64rem) {
      .Slot-Under .FeaturedList-items,
      .Slot-Top .FeaturedList-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0; } }

.FeaturedList-more-tile {
  position: relative; }
  .FeaturedList-more-tile a {
    color: #fff; }
  .FeaturedList-more-tile .Tile-thumb {
    background-color: #e2e2e2 !important;
    position: relative;
    opacity: .4; }
    @media (min-width: 64rem) {
      .FeaturedList-more-tile .Tile-thumb .Tile-thumb {
        display: none; } }
  .FeaturedList-more-tile .Tile-thumb::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(21, 34, 43, 0)), to(#000));
    background-image: linear-gradient(to bottom, transparent, rgba(21, 34, 43, 0), #000); }
  .FeaturedList-more-tile .Tile-title {
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 64rem) {
      .FeaturedList-more-tile .Tile-title {
        text-align: right; } }
  .FeaturedList-more-tile .ReadMore {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .FeaturedList-more-tile .ReadMore.ReadMore--right {
      margin-left: 0; }
    @media (min-width: 64rem) {
      .FeaturedList-more-tile .ReadMore {
        position: static;
        -webkit-transform: none;
                transform: none; } }
  .FeaturedList-more-tile .icon, .FeaturedList-more-tile .Select::before, .FeaturedList-more-tile .ChannelLineup-item-image-playButton, .FeaturedList-more-tile .Tile-playButton {
    width: 7px;
    right: 10px; }
  @media (min-width: 64rem) {
    .Slot-Under .FeaturedList-more-tile,
    .Slot-Top .FeaturedList-more-tile {
      display: none; } }

.Slot-Under .FeaturedList-wrap {
  margin-left: auto;
  margin-right: auto;
  font-size: 0; }

.FavouriteButton {
  color: #fff;
  cursor: pointer;
  border-width: 0; }
  .FavouriteButton.not-favourited .icon::before, .FavouriteButton.not-favourited .Select::before, .FavouriteButton.not-favourited .ChannelLineup-item-image-playButton::before, .FavouriteButton.not-favourited .Tile-playButton::before {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s; }
  .FavouriteButton.is-favourited .icon::before, .FavouriteButton.is-favourited .Select::before, .FavouriteButton.is-favourited .ChannelLineup-item-image-playButton::before, .FavouriteButton.is-favourited .Tile-playButton::before {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s; }
  .FavouriteButton > div > span {
    display: inline-block; }
  .FavouriteButton .icon, .FavouriteButton .Select::before, .FavouriteButton .ChannelLineup-item-image-playButton, .FavouriteButton .Tile-playButton {
    margin-right: 0; }
    .FavouriteButton .icon::before, .FavouriteButton .Select::before, .FavouriteButton .ChannelLineup-item-image-playButton::before, .FavouriteButton .Tile-playButton::before {
      font-size: 2.25rem ;
      line-height: 0.44444;
      display: block; }
  .FavouriteButton.is-active, .FavouriteButton:hover {
    color: #fff; }
  .FavouriteButton.not-favourited .icon, .FavouriteButton.not-favourited .Select::before, .FavouriteButton.not-favourited .ChannelLineup-item-image-playButton, .FavouriteButton.not-favourited .Tile-playButton {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s;
    -webkit-animation-name: squeeze-unfavoured;
            animation-name: squeeze-unfavoured; }
  .FavouriteButton.is-favourited {
    color: #fff; }
    .FavouriteButton.is-favourited .icon, .FavouriteButton.is-favourited .Select::before, .FavouriteButton.is-favourited .ChannelLineup-item-image-playButton, .FavouriteButton.is-favourited .Tile-playButton {
      -webkit-animation-duration: 0.6s;
              animation-duration: 0.6s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-delay: 0.01s;
              animation-delay: 0.01s;
      -webkit-animation-name: squeeze-favoured;
              animation-name: squeeze-favoured;
      color: #0778d6; }
    .Hero-secondary-actions .FavouriteButton.is-favourited .icon-mylist-check {
      margin-right: -12px; }
    .QuickInfo-overview .FavouriteButton.is-favourited .icon-mylist-check {
      margin-right: -1px; }

.FavouriteButton--plain .icon::before, .FavouriteButton--plain .Select::before, .FavouriteButton--plain .ChannelLineup-item-image-playButton::before, .FavouriteButton--plain .Tile-playButton::before {
  font-size: 1.5rem ;
  line-height: 0.91667;
  position: relative; }

.FavouriteButton--small {
  width: 40px;
  height: 40px;
  margin: 1.57rem 0 0;
  overflow: visible;
  padding: 0; }
  .FavouriteButton--small.not-favourited .icon::before, .FavouriteButton--small.not-favourited .Select::before, .FavouriteButton--small.not-favourited .ChannelLineup-item-image-playButton::before, .FavouriteButton--small.not-favourited .Tile-playButton::before {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s; }
  .FavouriteButton--small.is-favourited .icon::before, .FavouriteButton--small.is-favourited .Select::before, .FavouriteButton--small.is-favourited .ChannelLineup-item-image-playButton::before, .FavouriteButton--small.is-favourited .Tile-playButton::before {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s; }
  .FavouriteButton--small .icon::before, .FavouriteButton--small .Select::before, .FavouriteButton--small .ChannelLineup-item-image-playButton::before, .FavouriteButton--small .Tile-playButton::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center;
            transform-origin: center;
    position: relative;
    left: 0;
    top: 0; }
  .FavouriteButton--small.is-favourited .icon, .FavouriteButton--small.is-favourited .Select::before, .FavouriteButton--small.is-favourited .ChannelLineup-item-image-playButton, .FavouriteButton--small.is-favourited .Tile-playButton {
    color: #fff; }

.FavouriteButton--hoverShow {
  width: 40px;
  height: 40px;
  margin: 1.57rem 0 0;
  overflow: hidden;
  padding: 0; }
  .FavouriteButton--hoverShow .icon::before, .FavouriteButton--hoverShow .Select::before, .FavouriteButton--hoverShow .ChannelLineup-item-image-playButton::before, .FavouriteButton--hoverShow .Tile-playButton::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center;
            transform-origin: center; }

.FavouriteButton--large {
  margin: 1.57rem 0 0;
  padding-left: 0.5rem; }
  .FavouriteButton--large .icon::before, .FavouriteButton--large .Select::before, .FavouriteButton--large .ChannelLineup-item-image-playButton::before, .FavouriteButton--large .Tile-playButton::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center;
            transform-origin: center;
    position: relative; }

@-webkit-keyframes squeeze-favoured {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes squeeze-favoured {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes squeeze-unfavoured {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes squeeze-unfavoured {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.Flag {
  background-size: contain; }

.Flag--ant {
  background-image: url("/assets/images/flags/ag-b8b828913dc2d38b6afaed59032f2ad9.svg"); }

.Flag--aia {
  background-image: url("/assets/images/flags/ai-7b4552df49750bda95a7fb860851ba60.svg"); }

.Flag--aus {
  background-image: url("/assets/images/flags/au-bb307e7fab6969ba6d3ff7d2ceeb6288.svg"); }

.Flag--bar {
  background-image: url("/assets/images/flags/bb-fe3ac3fea6f1abd9cfce0635cc6d610b.svg"); }

.Flag--ban {
  background-image: url("/assets/images/flags/bd-a7978d3d0cb45d9a6dfae8569f7c9969.svg"); }

.Flag--ber {
  background-image: url("/assets/images/flags/bm-012b04b78dff697d63abb50a1193144c.svg"); }

.Flag--bru {
  background-image: url("/assets/images/flags/bn-f6d5f4005cca9ebb9883e5fb4e3edba9.svg"); }

.Flag--bah {
  background-image: url("/assets/images/flags/bs-cf40c6afb10d012e938c1fc4975301db.svg"); }

.Flag--bot {
  background-image: url("/assets/images/flags/bw-15ed460a57847531507e5ba7201597b5.svg"); }

.Flag--biz {
  background-image: url("/assets/images/flags/bz-2458dd8a8870ea822b25e1cbbd9cb0a9.svg"); }

.Flag--can {
  background-image: url("/assets/images/flags/ca-0efb6bf1f18132e87ea2c57d9580c45c.svg"); }

.Flag--cok {
  background-image: url("/assets/images/flags/ck-fe45a10b7d10b55b741114dcb7e75f48.svg"); }

.Flag--cmr {
  background-image: url("/assets/images/flags/cm-a56034b73ef6d0700c73206a2f72abe0.svg"); }

.Flag--cyp {
  background-image: url("/assets/images/flags/cy-5e40be33df611e7bdecee279ccf3889e.svg"); }

.Flag--dma {
  background-image: url("/assets/images/flags/dm-b1635699ae7bb121d9efce1f2a881320.svg"); }

.Flag--eng {
  background-image: url("/assets/images/flags/gb-eng-e18b270f56f90ad1f19660e70b68fb3a.svg"); }

.Flag--fij {
  background-image: url("/assets/images/flags/fj-caf72f69ced8ffea30cc3a38bcc6011e.svg"); }

.Flag--flk {
  background-image: url("/assets/images/flags/fk-1e53dc26d87dc2ff8cdec524787eb102.svg"); }

.Flag--gam {
  background-image: url("/assets/images/flags/gm-d9e94056f30216802bf3d8b742fc567a.svg"); }

.Flag--grn {
  background-image: url("/assets/images/flags/gd-0e3d254c0cf13bf900b1eed7022fd68f.svg"); }

.Flag--ggy {
  background-image: url("/assets/images/flags/gg-c447047f465ae1303de6e46c43eb0a6a.svg"); }

.Flag--gha {
  background-image: url("/assets/images/flags/gh-bb3bb60464f9de0885206ae68d817026.svg"); }

.Flag--gib {
  background-image: url("/assets/images/flags/gi-71cfe39b19a8cf801dac52745837879d.svg"); }

.Flag--guy {
  background-image: url("/assets/images/flags/gy-cbacc8b88ee72a8dcf56632a2b2b947d.svg"); }

.Flag--iom {
  background-image: url("/assets/images/flags/im-07fac2afc75f3b5d1c234ea32738512f.svg"); }

.Flag--ind {
  background-image: url("/assets/images/flags/in-98c5671706065988ddff35d83a2cadbb.svg"); }

.Flag--jey {
  background-image: url("/assets/images/flags/je-a2bead8f5c6abd826fe5b5e8c52901b4.svg"); }

.Flag--jam {
  background-image: url("/assets/images/flags/jm-c5279e8583934fd4fcc2b95faab316c9.svg"); }

.Flag--ken {
  background-image: url("/assets/images/flags/ke-ac8b7d8174a8767fefb6aa4a648e9024.svg"); }

.Flag--kir {
  background-image: url("/assets/images/flags/ki-db9ce4a8eedd3429844cb999147e4e05.svg"); }

.Flag--skn {
  background-image: url("/assets/images/flags/kn-8d2a2bac0a4bec64f61798ef6c86046b.svg"); }

.Flag--cay {
  background-image: url("/assets/images/flags/ky-bc2f4070b8aede23d93492f15b23af52.svg"); }

.Flag--lca {
  background-image: url("/assets/images/flags/lc-318596539572196c7f62fc47fc2a4e5e.svg"); }

.Flag--sri {
  background-image: url("/assets/images/flags/lk-f8d21a6b463aa47f76f4eaaa36497fca.svg"); }

.Flag--les {
  background-image: url("/assets/images/flags/ls-6497b847f86af3b088814ff131f87ff2.svg"); }

.Flag--msr {
  background-image: url("/assets/images/flags/ms-ec75da93364b2dd68705a2718c551a8f.svg"); }

.Flag--mlt {
  background-image: url("/assets/images/flags/mt-07ddb919be0f617b964ce47a59528c52.svg"); }

.Flag--mri {
  background-image: url("/assets/images/flags/mu-33b7d11749d57a61797d72ab46cc0ed7.svg"); }

.Flag--maw {
  background-image: url("/assets/images/flags/mw-8627c92dc660e33b047a1ae2efe17cf9.svg"); }

.Flag--mas {
  background-image: url("/assets/images/flags/my-789a6ddf349312be499c1b20096b0240.svg"); }

.Flag--moz {
  background-image: url("/assets/images/flags/mz-c8308283028cbd9a0281a61635ed3b20.svg"); }

.Flag--nam {
  background-image: url("/assets/images/flags/na-efac2847fb683491ca06372a63adc4d7.svg"); }

.Flag--nir {
  background-image: url("/assets/images/flags/gb-nir-080d05670e1d7ad2d3b7315edefa3653.svg"); }

.Flag--nfk {
  background-image: url("/assets/images/flags/nf-5e07162fc6710cfed614804deb6d57f2.svg"); }

.Flag--ngr {
  background-image: url("/assets/images/flags/ng-ba3bb51aca71f876f6d55d8ea53f7a73.svg"); }

.Flag--nru {
  background-image: url("/assets/images/flags/nr-66dd15736f1d79053d46cb60eea52e8a.svg"); }

.Flag--niu {
  background-image: url("/assets/images/flags/nu-b9abc38ad5c643027d590c2da736d83d.svg"); }

.Flag--nzl {
  background-image: url("/assets/images/flags/nz-07d3ae50c3576b59ca1cf5ef6eb1cf02.svg"); }

.Flag--png {
  background-image: url("/assets/images/flags/pg-5c17391e78b57ac623cff8401a4e303a.svg"); }

.Flag--pak {
  background-image: url("/assets/images/flags/pk-fbfb5582df374e123a0d4748380f406e.svg"); }

.Flag--rwa {
  background-image: url("/assets/images/flags/rw-dbf846e1d345cbded1f7bed600a96965.svg"); }

.Flag--sco {
  background-image: url("/assets/images/flags/gb-sct-c4361672853bbab112bd4b360e6dd199.svg"); }

.Flag--sol {
  background-image: url("/assets/images/flags/sb-ab93a7990b049074d06db8b0bc7b3ce2.svg"); }

.Flag--sey {
  background-image: url("/assets/images/flags/sc-5d8966f42246b186ca5ef3d2144ba158.svg"); }

.Flag--sgp {
  background-image: url("/assets/images/flags/sg-814c6d6547960991430a1c71871597ed.svg"); }

.Flag--shn {
  background-image: url("/assets/images/flags/sh-e26b4b82312cc681dea395e1de7176e9.svg"); }

.Flag--sle {
  background-image: url("/assets/images/flags/sl-f5cb409d2dfc8009c8d8d5d193068358.svg"); }

.Flag--swz {
  background-image: url("/assets/images/flags/sz-d00ba66465ba75f9a782e9f79944402c.svg"); }

.Flag--tca {
  background-image: url("/assets/images/flags/tc-d01602470bf5b8c2cc51fbb9925f71a9.svg"); }

.Flag--tga {
  background-image: url("/assets/images/flags/to-00aaa22b9af8c670b1dd4fb7855190b2.svg"); }

.Flag--tto {
  background-image: url("/assets/images/flags/tt-333675d63b5100b2ad628b0278de708a.svg"); }

.Flag--tuv {
  background-image: url("/assets/images/flags/tv-eda22a5dfd270426a548e811128409d4.svg"); }

.Flag--tan {
  background-image: url("/assets/images/flags/tz-ed1c43d0c76533c8e19f0e8afd0f604a.svg"); }

.Flag--uga {
  background-image: url("/assets/images/flags/ug-f6dbcb210c928f287afbbbf2a191c724.svg"); }

.Flag--svg {
  background-image: url("/assets/images/flags/vc-fc6aa8fea6b1679f5618d420705c9fdf.svg"); }

.Flag--ivb {
  background-image: url("/assets/images/flags/vg-eef14ab6f09e3eaf612af872df742845.svg"); }

.Flag--van {
  background-image: url("/assets/images/flags/vu-5bc20756ed74f649e3ce3722b2a9c5a1.svg"); }

.Flag--wal {
  background-image: url("/assets/images/flags/gb-wls-344dc57e2bbcc26eea7cb4f8211cb5e7.svg"); }

.Flag--sam {
  background-image: url("/assets/images/flags/ws-c4eb05965d7ed2e7d561e80e18dc1b68.svg"); }

.Flag--rsa {
  background-image: url("/assets/images/flags/za-177080d3e910a20e5b030f916d77760a.svg"); }

.Flag--zam {
  background-image: url("/assets/images/flags/zm-5ac3774ab0e7b84a715c175283127732.svg"); }

.Footer {
  color: #fff;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  background-color: #313131;
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat; }
  @media (min-width: 64rem) {
    .Footer {
      background-image: url("../assets/images/footer-bg-cee1f33fe7430231e7d8f286f3692314.svg");
      background-size: cover;
      background-position: 1rem 3rem; }
      .Footer .Footer-sub {
        background: url("../assets/images/footer-bg-cee1f33fe7430231e7d8f286f3692314.svg");
        background-size: cover; }
      .Footer .Footer-main {
        background: #10111A; }
      .Footer .tvnz-plus-logo {
        margin-top: 22px;
        height: 23px;
        width: 83px;
        position: relative;
        right: 9.5px; } }
  .Footer,
  .Footer a {
    color: #fff;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .Footer a:hover {
    opacity: 0.7; }
  @media (min-width: 64rem) {
    .Footer .Grid--withGutter, .Footer .ArticleRow {
      white-space: nowrap; } }

/* Mobile footer bg */
@media (max-width: 1024px) {
  .Footer {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%);
    background-size: cover; }
  .tvnz-plus-logo {
    margin-top: 22px;
    height: 23px;
    width: 83px; }
  .Footer-copyright {
    border-top: 1px solid #4b4b4b; }
  .SiteNav-tvnz-logo {
    background-image: url("../assets/images/logo-tvnz-a74db14a0d0a7ac62d2e6b2334d5973b.svg");
    height: 23px !important;
    width: 83px !important;
    margin-top: 10px !important; } }

.Footer-title, .SideMenu-title {
  font-size: 0.875rem ;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 64rem) {
    .Footer-title, .SideMenu-title {
      text-align: left; } }

.Footer-main {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.785rem;
  padding-right: 0.785rem; }
  .Footer-main .Footer-title, .Footer-main .SideMenu-title {
    margin-bottom: 0; }

.Footer-main,
.Footer-sub {
  padding-top: 0.3925rem;
  padding-bottom: 0.3925rem; }
  @media (min-width: 64rem) {
    .Footer-main,
    .Footer-sub {
      padding-top: 1.57rem;
      padding-bottom: 1.57rem; } }

@media (min-width: 64rem) {
  .Footer-sub {
    background-color: rgba(29, 29, 29, 0.5); } }

.Footer-list, .SideMenu-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 1.57rem;
  text-align: center; }
  .Footer-list a, .SideMenu-list a {
    padding: 0.3925rem 0;
    display: inline-block; }
  @media (min-width: 64rem) {
    .Footer-list, .SideMenu-list {
      text-align: left; } }

.App-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-top: 0.3925rem;
  margin-bottom: 0.3925rem; }
  .App-list .icon::before, .App-list .Select::before, .App-list .ChannelLineup-item-image-playButton::before, .App-list .Tile-playButton::before {
    font-size: 2rem ;
    color: #fff; }
  .App-list .icon-instagram::before {
    font-size: 1.625rem ;
    line-height: 1.23077; }
  .App-list .icon-playstation::before {
    font-size: 2.25rem ;
    line-height: 0.88889; }
  .App-list li {
    color: #fff;
    margin-right: 0.3925rem; }
  @media (min-width: 64rem) {
    .App-list {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-left: -7px; } }

.Footer-copyright {
  margin-top: 1.57rem;
  padding-top: 1.57rem;
  border-top: 1px solid #4b4b4b;
  text-align: center; }
  @media (min-width: 64rem) {
    .Footer-copyright {
      margin-top: 1.57rem;
      text-align: left;
      border-top: 0; } }

.footer-kids {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 64rem) {
    .footer-kids {
      padding: 16px 0;
      background-image: url("../assets/images/footer-bg-cee1f33fe7430231e7d8f286f3692314.svg");
      background-size: cover; } }
  @media (min-width: 64rem) {
    .footer-kids {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .footer-kids__copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .footer-kids__copyright p {
      margin: 24px 0 0 0; }
    @media (min-width: 64rem) {
      .footer-kids__copyright {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
        .footer-kids__copyright p {
          margin: 0; } }
  .footer-kids__version {
    color: rgba(255, 255, 255, 0.3);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    .footer-kids__version p {
      margin: 24px 0 0 0; }
    @media (min-width: 64rem) {
      .footer-kids__version p {
        margin: 0; } }
  .footer-kids__logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .footer-kids__logo a {
      display: block;
      line-height: 0; }
    @media (min-width: 64rem) {
      .footer-kids__logo {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }

.FullRow {
  background: #e2e2e2;
  font-size: initial;
  padding: 3.14rem 0;
  overflow: hidden;
  margin-left: calc(-0.5 * 1.57rem);
  margin-right: calc(-0.5 * 1.57rem);
  margin-bottom: 0.785rem; }
  @media (min-width: 47rem) {
    .FullRow {
      margin-left: calc(-0.5 * 2.355rem);
      margin-right: calc(-0.5 * 2.355rem);
      margin-bottom: 0; } }

.Slot--dark .FullRow[data-module-name=thirdPartyAdvert] {
  background: none; }
  @media (max-width: 47rem) {
    .Slot--dark .FullRow[data-module-name=thirdPartyAdvert] {
      margin-top: 0;
      padding: 0.785rem 0; }
      .Slot--dark .FullRow[data-module-name=thirdPartyAdvert] .Advert {
        margin-top: 0;
        margin-bottom: 0; } }

.App--featureWebRestOfSiteUIRefresh .FullRow {
  background: #111; }

/**************************************
  $GRID
**************************************/
/**
* Grid container
*/
.Grid, .ArticleRow {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: left; }

/* Modifier: center align all grid cells */
.Grid--alignCenter {
  text-align: center; }

.Grid.Grid--alignCenter.Grid--fullWidthPortrait, .Grid--alignCenter.Grid--fullWidthPortrait.ArticleRow {
  position: relative; }

.ExploreBG {
  top: -130px;
  position: absolute;
  width: 100%;
  height: 524px;
  background: linear-gradient(360deg, rgba(17, 17, 17, 0) 49.8%, #111111 100%), linear-gradient(180deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%);
  opacity: 0.7; }

/* Modifier: right align all grid cells */
.Grid--alignRight {
  text-align: right; }

/* Modifier: middle-align grid cells */
.Grid--alignMiddle > .Grid-cell, .Grid--alignMiddle > .ArticleCard--small, .Grid--alignMiddle > .ArticleCard--medium {
  vertical-align: middle; }

/* Modifier: bottom-align grid cells */
.Grid--alignBottom > .Grid-cell, .Grid--alignBottom > .ArticleCard--small, .Grid--alignBottom > .ArticleCard--medium {
  vertical-align: bottom; }

/* Modifier: gutters */
.Grid--withGutter, .ArticleRow {
  margin-left: calc(-0.5 * 1.57rem);
  margin-right: calc(-0.5 * 1.57rem); }
  @media (min-width: 47rem) {
    .Grid--withGutter, .ArticleRow {
      margin-left: calc(-0.5 * 2.3393rem);
      margin-right: calc(-0.5 * 2.3393rem); } }
  .Grid--withGutter > .Grid-cell, .ArticleRow > .Grid-cell, .Grid--withGutter > .ArticleCard--small, .ArticleRow > .ArticleCard--small, .Grid--withGutter > .ArticleCard--medium, .ArticleRow > .ArticleCard--medium {
    padding-left: calc(0.5 * 1.57rem);
    padding-right: calc(0.5 * 1.57rem); }
    @media (min-width: 47rem) {
      .Grid--withGutter > .Grid-cell, .ArticleRow > .Grid-cell, .Grid--withGutter > .ArticleCard--small, .ArticleRow > .ArticleCard--small, .Grid--withGutter > .ArticleCard--medium, .ArticleRow > .ArticleCard--medium {
        padding-left: calc(0.5 * 2.3393rem);
        padding-right: calc(0.5 * 2.3393rem); } }
    .Grid--withGutter > .Grid-cell.Grid-cell--p0, .ArticleRow > .Grid-cell.Grid-cell--p0, .Grid--withGutter > .Grid-cell--p0.ArticleCard--small, .ArticleRow > .Grid-cell--p0.ArticleCard--small, .Grid--withGutter > .Grid-cell--p0.ArticleCard--medium, .ArticleRow > .Grid-cell--p0.ArticleCard--medium {
      padding-left: 0;
      padding-right: 0; }

.Grid--stretch {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 64rem) {
    .Grid--stretch {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  @media (max-width: 47rem) {
    .Grid--stretch {
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right); } }
  .Grid--stretch > .ember-view {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

/**
* Grid cell
*/
.Grid-cell, .ArticleCard--small, .ArticleCard--medium {
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 100%; }

/* Modifier: horizontally center one unit */
.Grid-cell--center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 47rem) {
  .Belt.Featured-Content-Belt .Belt-item.Grid-cell, .Belt.Featured-Content-Belt .Belt-item.ArticleCard--small, .Belt.Featured-Content-Belt .Belt-item.ArticleCard--medium {
    width: 50% !important; } }

.Hero {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #000;
  font-size: 0;
  margin-top: 60px;
  z-index: 4; }
  @media (min-width: 64rem) {
    .Hero {
      margin-top: 70px; } }
  .App--featureWebRestOfSiteUIRefresh .Hero {
    background-color: #111; }
  .Slot--dark .Hero {
    background-color: #1d1d1d; }

.my-favorites .Hero {
  margin-bottom: -250px; }
  @media (min-width: 64rem) {
    .my-favorites .Hero {
      margin-bottom: -170px; } }

.Hero-channelLogo {
  width: 100px; }
  .Hero-channelLogo img {
    width: 100%;
    height: auto; }

.Hero-airdate {
  color: #fff; }
  @media (min-width: 47rem) {
    .Hero-airdate {
      display: block; } }

.Hero-top {
  position: absolute;
  top: 0;
  margin: 1.57rem auto;
  width: 100%;
  z-index: 1; }

.Hero-topWrap {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.Hero-topRight {
  float: right; }

.Hero-small {
  background-color: #1d1d1d; }
  .Hero-small .Hero-small-wrap {
    padding: 0.785rem 0; }
    @media (min-width: 64rem) {
      .Hero-small .Hero-small-wrap {
        padding-left: 2.355rem;
        padding-right: 2.355rem; } }
    .Hero-small .Hero-small-wrap h2 {
      font-size: 1.5rem ;
      color: #fff;
      margin: 0; }
    .Hero-small .Hero-small-wrap .Button, .Hero-small .Hero-small-wrap .FavouriteButton--small, .Hero-small .Hero-small-wrap .FavouriteButton--hoverShow, .Hero-small .Hero-small-wrap .FavouriteButton--large, .Hero-small .Hero-small-wrap .scod-FavouriteButton--small, .Hero-small .Hero-small-wrap .scod-FavouriteButton--hoverShow, .Hero-small .Hero-small-wrap .scod-FavouriteButton--large {
      color: #fff;
      margin-top: 0.785rem; }
  .Hero-small .Hero-airdate {
    font-size: 1.125rem ;
    margin-bottom: 0; }
    .Hero-small .Hero-airdate .Hero-small-wrap {
      padding-top: 1.57rem;
      padding-bottom: 0; }
  .Hero-small .Hero-actions {
    margin-top: 0; }

.Hero-close-action {
  color: #fff;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out; }
  .Hero-close-action.is-active, .Hero-close-action:hover {
    color: #fff; }
  .Hero-close-action .icon, .Hero-close-action .Select::before, .Hero-close-action .ChannelLineup-item-image-playButton, .Hero-close-action .Tile-playButton {
    font-size: 2rem ; }

.HeroStatic--hidden .Player-placeholder {
  display: block; }

.HeroStatic {
  background-color: rgba(29, 29, 29, 0.8);
  background-image: url("/assets/images/video-bg-ccf1add47d3207456e145167785151d2.png");
  background-size: contain;
  position: relative;
  background-size: cover;
  overflow: hidden; }
  .App--featureWebShowPageUIRefresh .HeroStatic {
    overflow: visible; }

.HeroStatic--dark {
  background: #000; }
  .App--featureWebShowPageUIRefresh .HeroStatic--dark {
    background: #111; }

.PageHeader .HeroStatic {
  background: none; }

.Cover,
.Cover-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat; }

.section .Cover-bg {
  background: linear-gradient(45deg, #111111 -1%, transparent), linear-gradient(180deg, #1c2cab 32%, #871f86) !important; }

.section .Article-iframe {
  background-color: #fff;
  margin-top: 15px; }

.home .Cover-bg {
  background: none !important; }

.category .Cover-bg,
.tv-shows .Cover-bg,
.movies .Cover-bg,
.sport-page .Cover-bg,
.competition-page .Cover-bg {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.5) 4.53%, rgba(255, 69, 217, 0.1) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, rgba(39, 71, 242, 0.5) -8.12%, rgba(9, 15, 54, 0.5) 75.37%) !important;
  height: 900px; }

.Cover-text, .watchNext-image-text, .Wash-title {
  font-size: 5.75rem ;
  line-height: 0.70652;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  bottom: 30%;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2; }
  @media (min-width: 47rem) {
    .Cover-text, .watchNext-image-text, .Wash-title {
      font-size: 12.5rem ;
      line-height: 0.7; } }

.App--featureWebRestOfSiteUIRefresh .Cover-text, .App--featureWebRestOfSiteUIRefresh .watchNext-image-text, .App--featureWebRestOfSiteUIRefresh .Wash-title {
  color: rgba(255, 255, 255, 0.03);
  bottom: 30%; }

.Slot-show-hero .Hero-small .Hero-small-wrap {
  padding: 0.785rem; }

.Hero-image {
  min-height: 80px;
  position: relative; }
  .App--featureWebShowPageUIRefresh .scod-only .Hero-image {
    min-height: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    display: table-cell;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 64rem) {
      .App--featureWebShowPageUIRefresh .scod-only .Hero-image {
        height: auto;
        width: auto;
        left: 0;
        top: 0;
        max-height: 670px; } }
    .App--featureWebShowPageUIRefresh .scod-only .Hero-image::before {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(70%, rgba(17, 17, 17, 0.7)), to(#111));
      background-image: linear-gradient(to bottom, transparent 40%, rgba(17, 17, 17, 0.7) 70%, #111);
      z-index: 1; }
      @media (min-width: 1024px) {
        .App--featureWebShowPageUIRefresh .scod-only .Hero-image::before {
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(54%, transparent), color-stop(80%, rgba(17, 17, 17, 0.8)), to(#111)), -webkit-gradient(linear, left top, right top, from(#111), color-stop(18.75%, rgba(17, 17, 17, 0.95)), color-stop(50%, rgba(17, 17, 17, 0.5)), color-stop(75%, transparent));
          background-image: linear-gradient(to bottom, transparent 54%, rgba(17, 17, 17, 0.8) 80%, #111), linear-gradient(to right, #111, rgba(17, 17, 17, 0.95) 18.75%, rgba(17, 17, 17, 0.5) 50%, transparent 75%); } }
  @media (min-width: 64rem) {
    .Hero-image .Hero-image-inner {
      margin-right: -25%; } }
  .Slot-show-hero .Hero-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#111));
    background-image: linear-gradient(to bottom, transparent 50%, #111); }
    @media (max-width: 47rem) {
      .Slot-show-hero .Hero-image::before {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#111));
        background-image: linear-gradient(to bottom, transparent 50%, #111); } }
  .Slot-banded-hero .Hero-image {
    display: block;
    content: '';
    width: 100%;
    padding-top: 17%; }
    @media screen and (max-width: 1024px) {
      .Slot-banded-hero .Hero-image {
        padding-top: 35%; } }
  @media (min-width: 64rem) {
    .App--featureWebShowPageUIRefresh .scod-only .Hero-image img {
      margin-left: 0;
      height: 115%;
      position: static;
      margin-right: 0; } }
  .Hero-image img,
  .Hero-image video {
    width: 100%;
    height: auto; }

img:not([src]) {
  visibility: hidden; }

.HorizontalSlider {
  width: 100%;
  position: relative;
  overflow-y: hidden; }
  .App--featureWebShowPageUIRefresh .HorizontalSlider {
    overflow: hidden; }

.HorizontalSlider--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; }

.HorizontalSlider--slider {
  overflow-y: visible; }

.HorizontalSlider-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 2.5rem;
  opacity: 0.5;
  z-index: 1;
  cursor: pointer; }
  .App--featureWebShowPageUIRefresh .HorizontalSlider-arrow {
    position: absolute;
    top: 5px;
    height: 78%;
    font-size: 40px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    color: #bfbfbf; }

.HorizontalSlider-arrow--hidden {
  display: none; }

.HorizontalSlider-arrow:hover {
  opacity: 0.75; }
  .App--featureWebShowPageUIRefresh .HorizontalSlider-arrow:hover {
    opacity: 1; }

.HorizontalSlider-arrow--left {
  left: -0.35em; }
  .App--featureWebShowPageUIRefresh .HorizontalSlider-arrow--left {
    background: #111;
    background: -webkit-gradient(linear, left top, right top, from(#111), color-stop(35%, #111), to(rgba(17, 17, 17, 0)));
    background: linear-gradient(to right, #111 0%, #111 35%, rgba(17, 17, 17, 0) 100%); }

.HorizontalSlider-arrow--right {
  right: -0.35em; }
  .App--featureWebShowPageUIRefresh .HorizontalSlider-arrow--right {
    background: rgba(17, 17, 17, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0)), color-stop(15%, rgba(17, 17, 17, 0)), color-stop(65%, #111), to(#111));
    background: linear-gradient(to right, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 15%, #111 65%, #111 100%); }

.HorizontalNav {
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out;
  -webkit-transform: translateZ(0);
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background-color: #111 !important; }
  @media (min-width: 64rem) {
    .App--featureWebShowPageUIRefresh .HorizontalNav {
      background-color: transparent !important;
      z-index: 12; } }

.HorizontalNav-inner {
  position: relative;
  margin-bottom: -1px;
  -webkit-overflow-scrolling: touch; }
  .HorizontalNav-inner::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    top: -1px;
    background-color: #888f94; }
    .App--featureWebShowPageUIRefresh .HorizontalNav-inner::after {
      background-color: rgba(255, 255, 255, 0.2); }
  .HorizontalNav-inner ::-webkit-scrollbar {
    width: 0px;
    background: transparent; }
  .App--featureWebShowPageUIRefresh .scod-only .HorizontalNav-inner {
    background-color: rgba(255, 255, 255, 0.3); }

.HorizontalNav-items {
  position: relative;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
  padding-left: 0;
  overflow: visible;
  white-space: nowrap; }
  .HorizontalNav-items::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }

.HorizontalNav-item {
  display: inline-block;
  margin-right: 2.355rem; }
  .HorizontalNav-item:last-child {
    margin-right: 0.785rem; }
  .App--featureWebShowPageUIRefresh .HorizontalNav-item {
    font-weight: 500; }
  .HorizontalNav-item a {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: relative;
    display: inline-block;
    padding: 0.52333rem 0;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.7;
    z-index: 1; }
    .App--featureWebShowPageUIRefresh .HorizontalNav-item a {
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .HorizontalNav-item a.is-active, .HorizontalNav-item a:hover {
      text-decoration: none;
      opacity: 1; }
  .App--featureWebShowPageUIRefresh .HorizontalNav-item.is-active {
    font-weight: 800; }
  .HorizontalNav-item.is-active a {
    border-bottom-color: #0778d6;
    opacity: 1; }

.HorizontalNav--secondary .HorizontalNav-inner::after {
  background-color: rgba(255, 255, 255, 0.1); }

.HorizontalNav--secondary .HorizontalNav-item {
  font-size: 1.125rem ;
  line-height: 1.33333;
  letter-spacing: 0;
  margin-right: 1.57rem; }
  .HorizontalNav--secondary .HorizontalNav-item a {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    text-transform: none;
    opacity: 0.7;
    z-index: 1; }
    .HorizontalNav--secondary .HorizontalNav-item a.is-active, .HorizontalNav--secondary .HorizontalNav-item a:hover {
      text-decoration: none;
      opacity: 1; }
  .App--featureWebShowPageUIRefresh .HorizontalNav--secondary .HorizontalNav-item.is-active {
    font-weight: 800; }
  .HorizontalNav--secondary .HorizontalNav-item.is-active a {
    border-bottom-color: #fff;
    opacity: 1; }

@media (min-width: 47rem) {
  .ItemGridList {
    padding-left: 2.355rem;
    padding-right: 2.355rem; } }

.App--featureWebShowPageUIRefresh .ItemGridList {
  margin-top: 27px; }

.Slot--category .ItemGridList {
  padding-left: 0;
  padding-right: 0; }

.ItemGridList-title {
  padding-bottom: 0.785rem;
  margin-top: 1.57rem; }
  @media (max-width: 47rem) {
    .ItemGridList-title {
      border-bottom: 1px solid #e2e2e2; } }
  .App--featureWebShowPageUIRefresh .ItemGridList-title {
    margin-top: 34px; }

.ItemGridList-item a {
  color: #000; }

.ItemGrid-image {
  overflow: hidden;
  border-radius: 12px;
  font-size: 0;
  background-color: #f3f3f3; }
  .ItemGrid-image img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    opacity: .95;
    border-radius: 12px; }
  .ItemGrid-image:hover {
    overflow: hidden; }
    .ItemGrid-image:hover img {
      opacity: 1; }

.ItemGrid-title {
  margin-top: 0.3925rem;
  margin-bottom: 1.57rem; }

.ItemGrid-image--disabled {
  opacity: .6; }

.ItemGrid a {
  color: #000;
  font-weight: 500;
  margin-bottom: 1.57rem; }

.Loader {
  position: relative;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  min-height: 400px;
  margin-top: 60px;
  background-color: #111;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 64rem) {
    .Loader {
      margin-top: 70px; } }

.Slot-Main .Loader {
  width: 100%; }

.Loader--center {
  height: 100vh;
  margin: auto; }

.Loader--fullPage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  z-index: 10000002;
  background-color: #111;
  text-align: center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.Loader--overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-top: 0;
  background: none; }
  @media (min-width: 47rem) {
    .Loader--overlay {
      margin-top: -35px; } }

.Loader-wrapper {
  width: 7.85rem;
  height: 4.71rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.Loader-wrapper--wide {
  width: 18.84rem; }

.Loader-text {
  font-size: 0.875rem ;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 0.3925rem;
  text-transform: uppercase;
  color: #bfbfbf; }

.Loader-text--white {
  color: #bfbfbf; }

.Loader-description {
  color: #bfbfbf; }

.Loader-spin {
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.Loader--dark .Loader {
  background-color: #1d1d1d;
  margin-top: 0; }

.Loader--dark .Loader-text {
  color: white; }

.Loader--tall {
  min-height: 100vh; }

.App--featureWebRestOfSiteUIRefresh .Loader {
  background-color: #111; }

.App--featureWebRestOfSiteUIRefresh .Loader--fullPage {
  background-color: #111; }

.App--featureWebRestOfSiteUIRefresh .Loader-text {
  color: #bfbfbf; }

.App--featureWebRestOfSiteUIRefresh .Loader--dark .Loader {
  background-color: #111; }

.App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Loader {
  background-color: #111111; }

.App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Loader-text {
  color: #bfbfbf; }

.App--featureWebShowPageUIRefresh .scod-slot .Loader {
  background-color: #111; }

.App--featureWebShowPageUIRefresh .scod-slot .Loader-text {
  color: #bfbfbf; }

.App--featureWebShowPageUIRefresh .scod-slot .Loader--dark .Loader {
  background-color: #111; }

/**************************************
  $MODAL
**************************************/
/**
 * 1. Chrome bug: translate2D elimnates blurry text in Chrome (witnessed by Reg)
 *    However, there are also reports of translate3D doing the same
 * 2. Ensure long modals are fully viewable (Overlay includes an overflow: hidden method on the <body>)
 */
.Modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  border-radius: 0;
  padding: 0;
  color: #fff; }
  @media (min-width: 47rem) {
    .Modal {
      border-radius: 2px;
      min-height: auto;
      top: 4.71rem; } }
  .Modal a {
    color: #fff;
    text-decoration: underline; }

.Modal-inner {
  margin-bottom: 1.57rem; }

.Modal--width {
  min-width: 20rem;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto; }

.Modal-close {
  font-size: 2rem ;
  color: #fff;
  position: absolute;
  right: 0.785rem;
  top: 0.3925rem;
  cursor: pointer; }

.Modal-body {
  background-color: #111;
  padding: 1.57rem 1.57rem;
  height: 100%; }

.Modal-footer {
  padding: 0.785rem 1.57rem; }
  .Modal-footer p {
    margin: 0.3925rem 0; }

.Modal-title, .Modal-popup h5 {
  font-weight: 800; }

.Modal-back {
  font-size: 0.875rem ;
  line-height: 1.57143;
  color: #fff;
  position: absolute;
  left: 0.785rem;
  top: calc(7px + 0.3925rem);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 800; }
  .Modal-back .Modal-backLabel {
    position: relative;
    right: 0.3925rem;
    letter-spacing: 1px; }
  .Modal-back .icon, .Modal-back .Select::before, .Modal-back .ChannelLineup-item-image-playButton, .Modal-back .Tile-playButton {
    font-size: 2rem ; }

.Medals-titleBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.57rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.Medals-titleBar-moreLink {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase; }

.Medals-titleBar-moreLink > .icon-chevron-right {
  font-size: 1.75rem ;
  position: relative;
  top: 7px; }

.MedalTable {
  margin-bottom: 1.57rem;
  border: #4b4b4b solid 1px;
  border-radius: 12px; }
  .MedalTable thead {
    border: 0; }
  @media (min-width: 64rem) {
    .MedalTable {
      margin-bottom: 0; } }

.MedalTable-header {
  background-color: #4b4b4b; }

.MedalTable-body {
  background-color: #333; }

.MedalRow-col {
  padding: 0.785rem 0.3925rem;
  text-align: center; }
  @media (min-width: 47rem) {
    .MedalRow-col {
      padding: 0.785rem; } }

.MedalRow-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .MedalRow-col-wrapper .Flag {
    height: 18px;
    width: 24px; }

.MedalRow-medal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.MedalRow-medal > img {
  margin-right: 0.3925rem;
  height: 20px;
  width: 20px; }

.MedalTable-body .MedalRow-col {
  border-bottom: #4b4b4b solid 1px; }

.MedalTable-body .MedalRow:last-child .MedalRow-col {
  border-bottom: none; }

.Medal {
  border-radius: 50%;
  height: 19px;
  margin-right: 0.3925rem;
  width: 19px; }

.Medal--gold {
  background-color: #d4af37; }

.Medal--silver {
  background-color: #c0c0c0; }

.Medal--bronze {
  background-color: #cd7f32; }

.MedalRow-col--country {
  text-align: left;
  width: 100%; }
  @media (min-width: 64rem) and (max-width: 99.99rem) {
    .MedalRow-col--country {
      padding-right: 0; } }

.MedalRow--newZealand {
  background: #666; }

@media (min-width: 47rem) {
  .Advert-wrap.MedalTable-advert {
    margin-top: 1.57rem; } }

/**************************************
  $MESSAGES / NOTIFICATIONS
**************************************/
.Message {
  font-size: 0.75rem ;
  line-height: 1.33333;
  border-radius: 12px;
  border-style: solid;
  border-width: 2px;
  padding: 0.785rem 0;
  text-align: center;
  margin: 1.57rem auto; }
  .Message p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.3925rem 0; }
  @media (min-width: 47rem) {
    .Message {
      font-size: 0.875rem ;
      line-height: 1.42857; } }

.Message--notice {
  background-color: #000;
  color: #fff;
  border: 0; }

.Message--alert {
  background-color: #fdf7f7;
  color: #cc3333; }
  .Message--alert path {
    fill: #cc3333; }

.Message--info {
  background-color: #f5f5ff;
  color: blue; }
  .Message--info path {
    fill: blue; }

.Message--success {
  background-color: #f5fff5;
  color: green; }
  .Message--success path {
    fill: green; }

.Message--input {
  font-size: 0.75rem ;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  background-color: transparent;
  text-align: left;
  padding-top: 0.3925rem; }

/**************************************
  $MEDIA OBJECT
**************************************/
.Media {
  width: 100%; }

/**
 * Clear floats
 */
.Media,
.Media-body {
  overflow: hidden; }

.Media-body {
  padding-right: 0.785rem; }

/**
 * Images and video
 */
.Media-object img,
.Media-object svg {
  display: block; }

.Media-object {
  float: left; }

.Media-playButton {
  height: 50px;
  width: 50px;
  background-color: #0778d6;
  border-radius: 50px;
  margin: 0.26167rem 0.785rem 0; }
  .Media-playButton .icon, .Media-playButton .Select::before, .Media-playButton .ChannelLineup-item-image-playButton, .Media-playButton .Tile-playButton {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .Media-playButton .icon::before, .Media-playButton .Select::before, .Media-playButton .ChannelLineup-item-image-playButton::before, .Media-playButton .Tile-playButton::before {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-40%, -50%);
              transform: translate(-40%, -50%); }

.Media--avatar .Media-object {
  height: 50px;
  width: 50px;
  margin: 0 0.785rem 0 0;
  border-radius: 12px;
  overflow: hidden; }
  .Media--avatar .Media-object img {
    width: 100%; }

.Media-name {
  margin: 0.3925rem 0 0 !important; }
  .Media-name a {
    font-weight: 800;
    color: #000; }

.Media-handle {
  margin: 0 !important;
  line-height: 1; }
  .Media-handle a {
    font-size: 0.875rem ;
    line-height: 1.42857;
    color: #888f94; }

.PlayerOverlay--next-show {
  background-color: #252525 !important;
  opacity: 95%; }
  .PlayerOverlay--next-show .PlayerOverlay-close {
    color: #c2c2c2;
    top: 1.35rem !important; }
    .PlayerOverlay--next-show .PlayerOverlay-close .label {
      font-size: 15px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      position: relative;
      top: -9px;
      left: -12px; }
  .PlayerOverlay--next-show a:hover {
    cursor: pointer; }
  .PlayerOverlay--next-show .row {
    max-width: 1040px; }
  .PlayerOverlay--next-show .col.img {
    width: 35%;
    margin-top: 10px; }
    .PlayerOverlay--next-show .col.img img {
      border-radius: 5px;
      position: relative;
      height: 100%;
      width: 100%; }
  .PlayerOverlay--next-show .col.info {
    width: 65%;
    padding-left: 24px; }
    .PlayerOverlay--next-show .col.info .buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .PlayerOverlay--next-show .col.info .buttons .FavouriteButton {
        margin: 0.785rem 0 0; }
        .PlayerOverlay--next-show .col.info .buttons .FavouriteButton.is-favourited .word {
          margin-left: -12px; }
    .PlayerOverlay--next-show .col.info .genres {
      color: grey;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      margin: 10px 0px 16px 0px;
      padding: 0px; }
      .PlayerOverlay--next-show .col.info .genres .genre {
        font-family: inherit;
        font-size: 13px;
        font-weight: 800;
        line-height: 18px;
        text-transform: uppercase; }
  .PlayerOverlay--next-show .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .PlayerOverlay--next-show .title {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; }
    .PlayerOverlay--next-show .title.current-show {
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 85%; }
    .PlayerOverlay--next-show .title.next-show {
      font-weight: bold;
      font-size: 22px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .PlayerOverlay--next-show .synopsis p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0px;
    padding: 0px; }
  @media (max-width: 1094px) {
    .PlayerOverlay--next-show .btn-trailer .text {
      display: none !important; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .PlayerOverlay--next-show .col.info .btn-favourite .icon-star {
      top: -10px !important; }
    .PlayerOverlay--next-show .col.info .btn-favourite .text {
      display: none; }
    .PlayerOverlay--next-show .col.info .btn-trailer {
      margin-left: 35px !important; } }
  @media (min-width: 1280px) and (max-width: 1440px) {
    .PlayerOverlay--next-show .col.img {
      -webkit-box-flex: 4;
      -webkit-flex: 4;
          -ms-flex: 4;
              flex: 4; }
    .PlayerOverlay--next-show .col.info {
      -webkit-box-flex: 7;
      -webkit-flex: 7;
          -ms-flex: 7;
              flex: 7; } }

.OneNews.OneNews--isSummary {
  background-color: #333;
  padding: 1.57rem 1.57rem 0;
  margin-bottom: 1.57rem;
  margin-top: 1.57rem;
  margin-left: calc(-0.5 * 1.57rem);
  margin-right: calc(-0.5 * 1.57rem);
  padding-top: 1.57rem;
  padding-bottom: 0.785rem; }
  @media (min-width: 47rem) {
    .OneNews.OneNews--isSummary {
      margin-left: calc(-0.5 * 2.3393rem);
      margin-right: calc(-0.5 * 2.3393rem);
      padding-top: 2rem;
      padding-bottom: 2.5rem; } }
  @media (min-width: 64rem) {
    .OneNews.OneNews--isSummary {
      padding-left: calc(0.5 * 2.3393rem);
      padding-right: calc(0.5 * 2.3393rem); } }

.OneNews-title {
  margin-bottom: 0.785rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .OneNews-title h2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.OneNews-item {
  margin: 0.5rem 0 !important; }
  @media (min-width: 47rem) {
    .OneNews-item {
      margin: calc(3 * 1.57rem/8) 0 !important; } }

.OneNews-item-grid {
  white-space: nowrap; }

.OneNews-item-img {
  padding-right: 0.25rem !important;
  white-space: normal; }

.OneNews-item-text {
  padding-left: 0.25rem !important;
  white-space: normal; }

@media (min-width: 47rem) {
  .OneNews-item-img {
    padding-right: 0.5rem !important; }
  .OneNews-item-text {
    padding-left: 0.5rem !important; } }

.OneNews-item-title {
  margin-bottom: 0.3925rem;
  line-height: 1.25em; }
  .OneNews-item-title a {
    color: #fff; }
  @media (max-width: 47rem) {
    .OneNews-item-title {
      font-size: 0.875rem ;
      line-height: 1.14286;
      font-weight: 400; } }
  @media (min-width: 47rem) {
    .OneNews-item-title {
      font-size: 1.125rem ;
      line-height: 1.05556;
      font-weight: 800; } }

.OneNews-item-description p {
  font-size: 0.875rem ;
  line-height: 1.28571;
  margin-top: 0; }

.OneNews .ReadMore {
  margin-bottom: 0.3925rem; }

/**************************************
  $OVERLAY
**************************************/
/**
 * Cover background - use with .Modal, or .Spinner &c.
 */
.Overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 10000001;
  padding: 0;
  overflow: auto;
  height: 100%; }
  @media (min-width: 47rem) {
    .Overlay {
      padding: 7.85rem 0; } }
  .Overlay.is-hidden {
    visibility: hidden;
    opacity: 0; }

/**************************************
  $PAGINATION
**************************************/
/**
 * - Article Prev Next links
 **/
.Pagination {
  border-top: 1px solid #e2e2e2; }
  @media (min-width: 47rem) {
    .Pagination {
      padding-top: 1.57rem;
      margin-bottom: 3.14rem; } }
  .App--featureWebShowPageUIRefresh .Pagination {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media (min-width: 47rem) {
      .App--featureWebShowPageUIRefresh .Pagination {
        padding-top: 0;
        margin-bottom: 0; } }
    @media (min-width: 64rem) {
      .App--featureWebShowPageUIRefresh .Pagination {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

.Pagination-item {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e2e2e2; }
  @media (min-width: 47rem) {
    .Pagination-item {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-box-flex: 50%;
      -webkit-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      border-bottom: 0; } }
  .Pagination-item:last-child {
    border-right: 0; }

.Pagination-item:last-child {
  border-bottom: none; }

.Pagination-direction {
  color: #0778d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .App--featureWebShowPageUIRefresh .Pagination-direction {
    color: #fff; }
  .Pagination-direction .icon, .Pagination-direction .Select::before, .Pagination-direction .ChannelLineup-item-image-playButton, .Pagination-direction .Tile-playButton {
    font-size: 1.375rem ;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative; }
    .Pagination-direction .icon::before, .Pagination-direction .Select::before, .Pagination-direction .ChannelLineup-item-image-playButton::before, .Pagination-direction .Tile-playButton::before {
      position: relative;
      bottom: 1px;
      right: 6px;
      width: 15px;
      text-align: center; }

.Pagination-previous .icon, .Pagination-previous .Select::before, .Pagination-previous .ChannelLineup-item-image-playButton, .Pagination-previous .Tile-playButton {
  right: 0; }

.Pagination-next .icon-next {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  left: 0; }
  .Pagination-next .icon-next::before {
    right: 4px; }

.Pagination-wrap {
  padding: 1.57rem 1.57rem; }

a:hover .Pagination-previous .icon, a:hover .Pagination-previous .Select::before, a:hover .Pagination-previous .ChannelLineup-item-image-playButton, a:hover .Pagination-previous .Tile-playButton {
  right: 0.785rem; }

a:hover .Pagination-next .icon, a:hover .Pagination-next .Select::before, a:hover .Pagination-next .ChannelLineup-item-image-playButton, a:hover .Pagination-next .Tile-playButton {
  left: 0.785rem; }

.Pagination-title {
  margin: 0 0 0.785rem;
  color: #fff; }

.Slot--dark .Pagination-title {
  color: #fff; }

.Pagination-date {
  color: #888f94;
  margin: 0.785rem 0 0; }

.Pagination--dark {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.Pagination--dark .Pagination-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media (min-width: 47rem) {
    .Pagination--dark .Pagination-item {
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: 0; } }
  .Pagination--dark .Pagination-item:last-child {
    border-right: 0;
    border-bottom: none; }

.Pagination-item--dark .Pagination-direction {
  color: white; }

.PasswordField {
  position: relative;
  margin-top: 0.785rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.PasswordField-input {
  margin-top: 0;
  padding-right: 40px; }

.PasswordField-icon {
  cursor: pointer;
  width: 24px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 0.52333rem; }

.PasswordField-icon::before {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.Profile-Header .SiteNav-item {
  margin: 20px auto; }
  @media (max-width: 47rem), (min-width: 47rem) and (max-width: 63.99rem) {
    .Profile-Header .SiteNav-item {
      margin-top: 10px; } }
  .Profile-Header .SiteNav-item:not(.SiteNav-mobi-only)::before {
    content: none; }
  @media (max-width: 47rem), (min-width: 47rem) {
    .Profile-Header .SiteNav-item a {
      display: inherit; } }

.choose-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%);
  background-size: cover;
  padding: 0;
  margin: 0; }
  .choose-profile__title {
    -webkit-animation: fade 1s;
            animation: fade 1s;
    font-size: 40px; }
    @media (max-width: 47rem) {
      .choose-profile__title {
        margin-left: 50px;
        margin-right: 50px; } }
    @media (min-width: 47rem) {
      .choose-profile__title {
        margin-bottom: 32px; } }
  .choose-profile__grid {
    text-align: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 47rem) {
      .choose-profile__grid {
        padding-top: 118px;
        padding-bottom: 48px; } }
  .choose-profile__manage {
    -webkit-animation: fade 1s;
            animation: fade 1s;
    margin-top: 48px; }
    @media (min-width: 47rem) {
      .choose-profile__manage {
        margin-top: 80px; } }
    .choose-profile__manage .Button, .choose-profile__manage .FavouriteButton--small, .choose-profile__manage .FavouriteButton--hoverShow, .choose-profile__manage .FavouriteButton--large, .choose-profile__manage .scod-FavouriteButton--small, .choose-profile__manage .scod-FavouriteButton--hoverShow, .choose-profile__manage .scod-FavouriteButton--large {
      margin-top: 0;
      font-size: 18px !important; }
      .choose-profile__manage .Button:hover, .choose-profile__manage .FavouriteButton--small:hover, .choose-profile__manage .FavouriteButton--hoverShow:hover, .choose-profile__manage .FavouriteButton--large:hover, .choose-profile__manage .scod-FavouriteButton--small:hover, .choose-profile__manage .scod-FavouriteButton--hoverShow:hover, .choose-profile__manage .scod-FavouriteButton--large:hover {
        background-color: rgba(243, 243, 243, 0.5); }
  .choose-profile__avatars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-padding-start: 0;
       -moz-padding-start: 0;
            padding-inline-start: 0;
    padding: 0; }
    @media (max-width: 47rem) {
      .choose-profile__avatars {
        width: 284px;
        margin-left: 0; } }
    .choose-profile__avatars h1 {
      margin: 10.5rem 0 5rem; }
      @media (min-width: 47rem) and (max-width: 63.99rem) {
        .choose-profile__avatars h1 {
          margin: 2.5rem 0;
          font-size: 2.5rem; } }
      @media (max-width: 47rem) {
        .choose-profile__avatars h1 {
          margin: 2.5rem 0;
          font-size: 2.5rem; } }
  .choose-profile__avatars-wrapper {
    -webkit-animation: fade 1s;
            animation: fade 1s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .choose-profile__avatars-wrapper button {
      margin-top: 5rem; }
  .choose-profile__add-profile-button button {
    margin-top: 4px;
    height: 120px;
    width: 120px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: url("/assets/images/add-profile-icon-grey-408c46ef13ab338a9066680646dfc0e4.svg"); }
    .choose-profile__add-profile-button button::before {
      content: url("/assets/images/add-profile-icon-white-24e23f4a7ea2d2cfd12eee947fdd7c36.svg");
      position: relative;
      width: 120px;
      height: 120px;
      opacity: 0;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }

.profile-avatar {
  list-style: none; }
  @media (min-width: 47rem) {
    .profile-avatar {
      margin-top: 48px;
      margin-right: 24px; } }
  @media (max-width: 47rem) {
    .profile-avatar {
      margin-top: 48px; }
      .profile-avatar:nth-child(odd) {
        margin-right: 24px; } }
  .profile-avatar:last-child {
    margin-right: 0; }
  .profile-avatar__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    outline: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .profile-avatar__link:hover .profile-avatar__image-container {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      border-radius: 50%;
      border: 4px solid #0778d6; }
    .profile-avatar__link:hover .profile-avatar__add-profile-container {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      border-radius: 50%; }
    .profile-avatar__link:hover .choose-profile__add-profile-button button::before {
      opacity: 1; }
    .profile-avatar__link:hover .profile-avatar__title.add-profile {
      color: #fff;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
  .profile-avatar__image-container {
    width: 130px;
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .profile-avatar__add-profile-container {
    width: 130px;
    height: 130px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .profile-avatar__image {
    width: 120px;
    height: 120px; }
  .profile-avatar__title {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 500;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; }
    .profile-avatar__title.add-profile {
      color: #c2c2c2; }

.profile-root {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%);
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 134px; }
  @media (max-width: 1024px) {
    .profile-root {
      padding-top: 124px; } }
  @media (max-width: 700px) {
    .profile-root {
      padding-top: 60px; }
      .profile-root.delete {
        padding-top: 124px; } }
  .profile-root .delete-card {
    margin: 0 1rem;
    color: #fff;
    text-align: center;
    font-size: 1rem ;
    line-height: 1.5;
    font-weight: 500; }
    @media (max-width: 47rem) {
      .profile-root .delete-card {
        font-weight: 400; } }
    .profile-root .delete-card a {
      color: #fff;
      text-decoration: underline; }
    .profile-root .delete-card p {
      font-family: black_sans_condensed; }

.profile-choose-avatar {
  -webkit-animation: fade 1s;
          animation: fade 1s; }

.profile-card {
  -webkit-animation: fade 1s;
          animation: fade 1s;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  max-width: 656px;
  padding: 40px 48px;
  margin-bottom: 64px; }
  .profile-card p {
    color: #fff; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .profile-card {
      width: 656px; } }
  @media all and (-ms-high-contrast: none) and (max-width: 700px), (-ms-high-contrast: active) {
    .profile-card {
      width: 100%; } }
  @media (max-width: 700px) {
    .profile-card {
      margin: 16px;
      padding: 32px 24px; } }
  @media (max-width: 480px) {
    .profile-card {
      margin: 8px; } }
  .profile-card--centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-align: center; }

.profile-card-title {
  font-size: 1.75rem ;
  line-height: 1.02857;
  font-weight: 600;
  margin: 24px 0;
  color: #fff; }

.profile-card-text {
  font-size: 1rem ;
  line-height: 1.5;
  margin: 0 0 32px;
  width: 100%; }

.profile-card-image-promo {
  width: 100%;
  margin: 24px 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .profile-card-image-promo {
      height: 100%; } }

.profile-card-heading {
  font-size: 1.5rem ;
  line-height: 1.20833;
  margin: 0;
  font-weight: 600;
  min-width: 130px;
  color: #fff; }

.profile-card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.profile-card-subheader {
  font-size: 0.875rem ;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #b1b1b1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 0;
  text-align: right; }

.profile-card-footer,
.profile-card-delete-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }
  .profile-card-footer > button:not(:first-child),
  .profile-card-delete-footer > button:not(:first-child) {
    margin-left: 24px; }
  .profile-card-footer--spread-end,
  .profile-card-delete-footer--spread-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  @media (max-width: 480px) {
    .profile-card-footer,
    .profile-card-delete-footer {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .profile-card-footer > button,
      .profile-card-delete-footer > button {
        width: 100%; }
        .profile-card-footer > button:not(:first-child),
        .profile-card-delete-footer > button:not(:first-child) {
          margin-left: 0; }
        .profile-card-footer > button:not(:last-child),
        .profile-card-delete-footer > button:not(:last-child) {
          margin-bottom: 5px; } }

@media (max-width: 480px) {
  .profile-card-delete-footer > button:not(:last-child) {
    margin-bottom: 24px; } }

.profile-card-delete-footer.confirm-delete {
  margin-top: 40px; }
  @media (max-width: 480px) {
    .profile-card-delete-footer.confirm-delete > button:not(:last-child) {
      margin: 0; }
    .profile-card-delete-footer.confirm-delete > button:not(:first-child) {
      margin-top: 16px; } }

.profile-delete-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 0; }
  .profile-delete-avatar img {
    width: 100px;
    height: 100px;
    margin-right: 16px; }
  .profile-delete-avatar span {
    font-size: 1.25rem ;
    line-height: 1.1;
    font-weight: 600;
    color: #fff; }

.profile-delete-text {
  font-size: 1rem ;
  line-height: 1.5;
  margin: 0;
  color: #fff; }
  .profile-delete-text em {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.15px; }

.profile-delete-confirmation {
  -webkit-animation: fade 1s;
          animation: fade 1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px; }
  .profile-delete-confirmation.account h3 {
    margin-bottom: 24px; }
  .profile-delete-confirmation.account img {
    margin-bottom: 24px; }
  .profile-delete-confirmation img {
    width: 150px;
    height: 150px; }
  .profile-delete-confirmation h3 {
    font-size: 2.5rem ;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 24px; }

.profile-choose-icon-list {
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: -16px;
  padding: 0; }
  .profile-choose-icon-list__item {
    -webkit-animation: fade 0.5s;
            animation: fade 0.5s;
    border-radius: 50%;
    display: inline-block;
    margin-left: -4px;
    text-align: center;
    margin-bottom: 16px; }
    @media screen and (max-width: 428px) {
      .profile-choose-icon-list__item {
        width: 50%; } }
    @media screen and (min-width: 429px) {
      .profile-choose-icon-list__item {
        width: 33%; } }
    @media screen and (min-width: 575px) {
      .profile-choose-icon-list__item {
        width: 25%; } }
    .profile-choose-icon-list__item button:focus {
      outline: none; }
    .profile-choose-icon-list__item img {
      width: 85%;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      border-radius: 50%;
      border: 4px solid transparent; }
      .profile-choose-icon-list__item img:hover {
        -webkit-transition: border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        border: 4px solid #fff; }
    .profile-choose-icon-list__item--selected img {
      border: 4px solid #0778d6 !important;
      border-radius: 50%; }

.profile-manage-text {
  margin: 8px 0;
  color: #fff; }

.profile-manage-kids-watching {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  padding: 22px 24px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .profile-manage-kids-watching:hover {
    background: rgba(194, 194, 194, 0.1); }
  .profile-manage-kids-watching img {
    width: 75px;
    height: 66px;
    margin-right: 24px; }
  .profile-manage-kids-watching__text {
    padding: 4px 0; }
    .profile-manage-kids-watching__text h3 {
      font-size: 1.125rem ;
      line-height: 1.5;
      font-weight: 500;
      margin: 0; }
    .profile-manage-kids-watching__text span {
      font-size: 1rem ;
      line-height: 1.5; }
      .profile-manage-kids-watching__text span em {
        cursor: pointer;
        text-decoration: underline;
        font-style: normal; }

.profile-manage-icon-list {
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: -16px;
  padding: 0; }
  .profile-manage-icon-list__item {
    cursor: pointer;
    -webkit-animation: fade 0.5s;
            animation: fade 0.5s;
    border-radius: 50%;
    display: inline-block;
    margin-left: -4px;
    text-align: center;
    margin-bottom: 16px; }
    @media screen and (max-width: 428px) {
      .profile-manage-icon-list__item {
        width: 50%; } }
    @media screen and (min-width: 429px) {
      .profile-manage-icon-list__item {
        width: 33%; } }
    @media screen and (min-width: 575px) {
      .profile-manage-icon-list__item {
        width: 25%; } }
    .profile-manage-icon-list__item:hover .profile-manage-icon-list__item__icon-image-container .icon, .profile-manage-icon-list__item:hover .profile-manage-icon-list__item__icon-image-container .Select::before, .profile-manage-icon-list__item:hover .profile-manage-icon-list__item__icon-image-container .ChannelLineup-item-image-playButton, .profile-manage-icon-list__item:hover .profile-manage-icon-list__item__icon-image-container .Tile-playButton {
      -webkit-filter: brightness(60%);
              filter: brightness(60%); }
    .profile-manage-icon-list__item:hover .profile-manage-icon-list__item__icon-image-container .edit-icon {
      opacity: 0.75;
      -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      z-index: 99; }
    .profile-manage-icon-list__item img {
      width: 85%;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .profile-manage-icon-list__item span {
      display: block;
      font-size: 1.125rem ;
      line-height: 1.5;
      font-weight: 500;
      margin-top: 4px;
      width: 85%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center; }
    .profile-manage-icon-list__item__icon-image-container {
      position: relative; }
      .profile-manage-icon-list__item__icon-image-container .edit-icon {
        position: absolute;
        width: 40%;
        top: 25%;
        left: 30%;
        opacity: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .profile-manage-icon-list__item__icon-image-container {
          max-height: 160px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .profile-manage-icon-list__item .add-profile-container .add-profile-title {
      -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .profile-manage-icon-list__item .add-profile-container img:nth-of-type(2) {
      -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .profile-manage-icon-list__item .add-profile-container:hover {
      color: #0778d6; }
      .profile-manage-icon-list__item .add-profile-container:hover .add-profile-title {
        color: #0778d6; }
      .profile-manage-icon-list__item .add-profile-container:hover img:nth-of-type(1) {
        visibility: hidden; }
      .profile-manage-icon-list__item .add-profile-container:hover img:nth-of-type(2) {
        opacity: 1; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .profile-manage-icon-list__item .add-profile-container {
        max-height: 160px; } }
    .profile-manage-icon-list__item .add-profile {
      position: relative; }
      .profile-manage-icon-list__item .add-profile img:nth-of-type(1) {
        visibility: visible; }
      .profile-manage-icon-list__item .add-profile img:nth-of-type(2) {
        position: absolute;
        left: 7.5%;
        opacity: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .profile-manage-icon-list__item .add-profile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .profile-manage-icon-list__item .profile-name,
    .profile-manage-icon-list__item .add-profile-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff; }
    .profile-manage-icon-list__item .add-profile-title {
      color: #c2c2c2; }

.profile-global-error {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fade 1s;
          animation: fade 1s;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 40px 24px;
  max-width: 656px; }
  .profile-global-error h1 {
    padding: 32px 0;
    text-align: center; }

.profile-global-error-text {
  font-size: 1.125rem ;
  line-height: 1.5;
  max-width: 512px;
  padding: 40px 0;
  text-align: center; }
  .profile-global-error-text a {
    text-decoration: underline; }

.profile-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.profile-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px; }
  .profile-form-left {
    padding-right: 32px; }
  .profile-form-right {
    width: 100%; }
  .profile-form-right, .profile-form-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .profile-form-right > div, .profile-form-left > div {
      -webkit-transition: all 0.3s ease-in-out, margin 0s;
      transition: all 0.3s ease-in-out, margin 0s; }
    .profile-form-right > div:not(:last-child), .profile-form-left > div:not(:last-child) {
      margin-bottom: 24px; }
  .profile-form--inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .profile-form--inline > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .profile-form--inline > div:not(:first-child) {
      margin-left: 24px; }
    @media (max-width: 700px) {
      .profile-form--inline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .profile-form--inline > div {
          margin-left: 0 !important; }
          .profile-form--inline > div:not(:last-child) {
            margin-bottom: 24px; } }
  .profile-form--spread-out {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 480px) {
    .profile-form {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .profile-form-left {
        padding: 0 0 35px; } }

.deleteProfileHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px !important; }

.scod-info-tooltip {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block; }
  .scod-info-tooltip:hover .scod-info-tooltip__bubble {
    visibility: visible;
    opacity: 1; }
  .scod-info-tooltip__bubble {
    font-size: 1rem ;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
    width: 275px;
    padding: 16px;
    background-color: #353535;
    color: #fff;
    border-radius: 12px;
    position: absolute;
    z-index: 50;
    bottom: calc(100% + 24px);
    right: calc(100% - 56px);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .scod-info-tooltip__bubble::after {
      content: '';
      position: absolute;
      top: 100%;
      right: 22px;
      margin-left: -10px;
      border-width: 20px;
      border-style: solid;
      border-color: #353535 transparent transparent transparent; }
  .scod-info-tooltip__icon {
    -webkit-animation: fade 0.5s;
            animation: fade 0.5s;
    width: 28px;
    height: 28px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: url("/assets/images/ico-info-2a75f1a4fa18eb490e1879f7363fd35a.svg") center no-repeat; }
    .scod-info-tooltip__icon::before {
      content: url("/assets/images/ico-info-hover-88f6cf5ded6dfe886d58a0a9d2ad2b8b.svg");
      position: relative;
      top: 2px;
      left: 2px;
      width: 28px;
      height: 28px;
      opacity: 0;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
  .scod-info-tooltip:hover .scod-info-tooltip__icon::before {
    opacity: 1; }

.profile-avatar-success {
  -webkit-animation: fade 1s;
          animation: fade 1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px; }
  .profile-avatar-success h1 {
    font-size: 2.5rem ;
    font-weight: 600;
    color: #fff;
    text-align: center; }
  .profile-avatar-success__image-container {
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: 5px solid #0778d6; }

.WaysToWatch-root {
  color: #fff;
  overflow: hidden; }

.WaysToWatch-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 49px;
  max-width: 1344px; }

.WaysToWatch-navItem {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }
  @media (max-width: 567px) {
    .WaysToWatch-navItem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .WaysToWatch-navItem img {
    opacity: 0.5;
    height: auto; }
    @media (min-width: 1367px) {
      .WaysToWatch-navItem img {
        width: 94.7px;
        height: 82px; } }
    @media (min-width: 1025px) and (max-width: 1366px) {
      .WaysToWatch-navItem img {
        width: 94.7px;
        height: 82px; } }
    @media (min-width: 568px) and (max-width: 1024px) {
      .WaysToWatch-navItem img {
        width: 87%; } }
    @media (max-width: 567px) {
      .WaysToWatch-navItem img {
        width: 64px;
        height: 56px;
        margin-bottom: 16px; } }
    .WaysToWatch-navItem img:hover {
      opacity: 1;
      cursor: pointer;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }

.WaysToWatch-nav-break {
  display: none; }
  @media (max-width: 567px) {
    .WaysToWatch-nav-break {
      display: block;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      height: 0; } }

.WaysToWatch-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.WaysToWatch-col-1, .WaysToWatch-logos-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1024px) {
    .WaysToWatch-col-1, .WaysToWatch-logos-col-1 {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .WaysToWatch-col-1 {
    width: 100%; } }

.WaysToWatch-col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3; }

.WaysToWatch-col-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
          flex-grow: 5; }

.WaysToWatch-col-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
      -ms-flex-positive: 6;
          flex-grow: 6; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .WaysToWatch-col-6 {
      width: 100%; } }

.WaysToWatch-topheading {
  display: block;
  font-size: 1.625rem ;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 8px; }
  @media (max-width: 567px) {
    .WaysToWatch-topheading {
      font-size: 0.75rem ; } }

.WaysToWatch-heading {
  display: block;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 4px solid #53f0fd;
  line-height: 1.2;
  margin-bottom: 24px; }
  @media (max-width: 1024px) {
    .WaysToWatch-heading {
      font-size: 64px; } }
  @media (max-width: 567px) {
    .WaysToWatch-heading {
      font-size: 32px; } }

.WaysToWatch-subheading {
  display: block;
  font-size: 2rem ;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 60px; }
  @media (min-width: 568px) and (max-width: 1024px) {
    .WaysToWatch-subheading {
      font-size: 1.5rem ; } }
  @media (max-width: 567px) {
    .WaysToWatch-subheading {
      font-size: 1rem ; } }

.WaysToWatch-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px; }
  @media (max-width: 1024px) {
    .WaysToWatch-hero {
      margin-top: 60px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .WaysToWatch-hero {
      width: 100%;
      height: 100%; } }
  .WaysToWatch-hero #waysLogo {
    position: absolute;
    height: 577px;
    top: 0; }

.WaysToWatch-headline {
  width: 533px;
  margin-bottom: 16px;
  margin-top: 180px;
  font-size: 1.25rem ;
  text-align: center; }
  @media (max-width: 567px) {
    .WaysToWatch-headline {
      font-size: 1rem ; } }
  @media (max-width: 567px) {
    .WaysToWatch-headline {
      width: 280px; } }
  @media (max-width: 1025px) {
    .WaysToWatch-headline {
      margin-top: 200px; } }

.WaysToWatch-firstPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  position: relative;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%);
  background-repeat: no-repeat;
  background-size: cover; }

.WaysToWatch-watchTheWayYouWantPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #001639;
  padding: 0 49px; }
  @media (max-width: 567px) {
    .WaysToWatch-watchTheWayYouWantPage {
      padding: 0 24px; } }

.WaysToWatch-heroImage {
  width: 55%; }
  @media (max-width: 1024px) {
    .WaysToWatch-heroImage {
      width: 100%; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .WaysToWatch-heroImage {
      height: 100%; } }

.WaysToWatch-heroArrow {
  margin-top: 24px;
  opacity: 0.5; }
  .WaysToWatch-heroArrow:hover {
    opacity: 1;
    cursor: pointer; }

.WaysToWatch-device {
  width: 100vw;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px; }

.WaysToWatch-deviceContainer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1344px;
  height: 100%; }
  @media (max-width: 1024px) {
    .WaysToWatch-deviceContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.WaysToWatch-deviceHeading {
  display: block;
  font-size: 2rem ;
  font-stretch: condensed;
  text-transform: uppercase;
  font-weight: 800;
  line-height: normal; }
  @media (max-width: 1366px) {
    .WaysToWatch-deviceHeading {
      font-size: 1.5rem ; } }
  @media (max-width: 567px) {
    .WaysToWatch-deviceHeading {
      font-size: 1rem ; } }
  @media (max-width: 1024px) {
    .WaysToWatch-deviceHeading {
      text-align: center; } }

.WaysToWatch-deviceHeadline {
  font-size: 1rem ;
  font-stretch: condensed;
  line-height: 1.38;
  font-weight: 500;
  opacity: 0.8;
  margin-top: 16px;
  margin-bottom: 24px;
  width: 100%; }
  @media (max-width: 1024px) {
    .WaysToWatch-deviceHeadline {
      padding-left: 24px;
      padding-right: 24px;
      text-align: center; } }

.WaysToWatch-link {
  font-size: 0.875rem ;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.29;
  opacity: 0.6; }
  .WaysToWatch-link:hover {
    opacity: 0.8; }

.WaysToWatch-deviceLogosCombo {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .WaysToWatch-deviceLogosCombo img {
    width: 100%; }
    @media (max-width: 1024px) {
      .WaysToWatch-deviceLogosCombo img {
        width: 80%;
        margin-top: 0; } }

.WaysToWatch-deviceLogos {
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1024px) {
    .WaysToWatch-deviceLogos {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (max-width: 1024px) {
  .WaysToWatch-deviceLogos-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.WaysToWatch-deviceLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-right: 16px; }
  .WaysToWatch-deviceLogo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff; }

.WaysToWatch-casting, .WaysToWatch-mobile, .WaysToWatch-freeview {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #050e1b; }

.WaysToWatch-casting {
  padding-bottom: 0; }
  .WaysToWatch-casting:after {
    content: '';
    background-image: url("/assets/images/casting-bg-vg-63d1afef369e3e10d9edab5adf73b1ba.png");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0; }
  @media (max-width: 1024px) {
    .WaysToWatch-casting:after {
      content: '';
      background-image: url("/assets/images/casting-bg-hg-56b8341c5cbcbe83a853207b9e052e1d.png");
      background-size: cover;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: 0; } }

.WaysToWatch-smartTV {
  padding-top: 34px;
  background: #10111a; }

.WaysToWatch-desktop, .WaysToWatch-console, .WaysToWatch-profiles {
  background-color: #050e1b; }

.WaysToWatch-mobile:after {
  content: '';
  background-image: url("/assets/images/mobile-bg-vg-19a79f2ccc104bd4bca8d261d27c7190.png");
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0; }

@media (max-width: 1024px) {
  .WaysToWatch-mobile:after {
    content: '';
    background-image: url("/assets/images/mobile-bg-hg-c72ffc40469f3ae8f70b2e57e5790c63.png");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0; } }

.WaysToWatch-freeview:after {
  content: '';
  background-image: url("/assets/images/freeview-bg-vg-04f5b9fb7040326d7d3fa6df8a1c383e.png");
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0; }

@media (max-width: 1024px) {
  .WaysToWatch-freeview:after {
    content: '';
    background-image: url("/assets/images/freeview-bg-hg-5267c04f2bdf696d40859fbbbe11e6a2.png");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0; } }

.WaysToWatch-castingLogos img {
  margin-right: 16px; }

.WaysToWatch-desktopLogos {
  margin-top: 40px;
  width: 100%; }
  @media (max-width: 1024px) {
    .WaysToWatch-desktopLogos {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .WaysToWatch-desktopLogos img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px; }
    @media (max-width: 1024px) {
      .WaysToWatch-desktopLogos img {
        width: 24px;
        margin-top: 0; } }

.WaysToWatch-freeviewLogos {
  margin-top: 40px;
  width: 100%; }
  .WaysToWatch-freeviewLogos .WaysToWatch-deviceLogos-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .WaysToWatch-freeviewLogos a {
    line-height: 0; }
  .WaysToWatch-freeviewLogos img {
    width: 72px; }
    @media (max-width: 567px) {
      .WaysToWatch-freeviewLogos img {
        width: 48px; } }

.WaysToWatch-mobileLogos .WaysToWatch-deviceLogos-container, .WaysToWatch-consoleLogos .WaysToWatch-deviceLogos-container, .WaysToWatch-desktopLogos .WaysToWatch-deviceLogos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1024px) {
    .WaysToWatch-mobileLogos .WaysToWatch-deviceLogos-container, .WaysToWatch-consoleLogos .WaysToWatch-deviceLogos-container, .WaysToWatch-desktopLogos .WaysToWatch-deviceLogos-container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.WaysToWatch-consoleLogos img {
  height: 24px;
  width: auto; }

.WaysToWatch-smartTVLogos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .WaysToWatch-smartTVLogos img {
    width: auto;
    height: 12px;
    margin-right: 16px;
    margin-bottom: 20px; }
  .WaysToWatch-smartTVLogos .wtw-logo-firetv img {
    height: 18px; }
  .WaysToWatch-smartTVLogos .wtw-logo-skypod img {
    height: 14px; }

.WaysToWatch-deviceHero {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .WaysToWatch-deviceHero {
      height: 100%; } }

@media (max-width: 1024px) {
  .WaysToWatch-deviceContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.WaysToWatch-deviceLeftContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .WaysToWatch-deviceLeftContent {
      display: block; } }
  @media (min-width: 1367px) {
    .WaysToWatch-deviceLeftContent {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 2;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    .WaysToWatch-deviceLeftContent {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 3;
      -webkit-flex: 3;
          -ms-flex: 3;
              flex: 3;
      -webkit-flex-grow: 3;
          -ms-flex-positive: 3;
              flex-grow: 3; } }
  @media (max-width: 1024px) {
    .WaysToWatch-deviceLeftContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      padding: 40px 0; } }

.WaysToWatch-deviceRightContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 1; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .WaysToWatch-deviceRightContent {
      display: block; } }
  @media (min-width: 1367px) {
    .WaysToWatch-deviceRightContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 2;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    .WaysToWatch-deviceRightContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 3;
      -webkit-flex: 3;
          -ms-flex: 3;
              flex: 3;
      -webkit-flex-grow: 3;
          -ms-flex-positive: 3;
              flex-grow: 3; } }
  @media (max-width: 1024px) {
    .WaysToWatch-deviceRightContent {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      padding: 40px 0; } }

.WaysToWatch-deviceRightHero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  @media (min-width: 1367px) {
    .WaysToWatch-deviceRightHero {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 6;
      -webkit-flex: 6;
          -ms-flex: 6;
              flex: 6;
      -webkit-flex-grow: 6;
          -ms-flex-positive: 6;
              flex-grow: 6; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    .WaysToWatch-deviceRightHero {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 5;
      -webkit-flex: 5;
          -ms-flex: 5;
              flex: 5;
      -webkit-flex-grow: 5;
          -ms-flex-positive: 5;
              flex-grow: 5; } }
  @media (max-width: 1024px) {
    .WaysToWatch-deviceRightHero {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 567px) {
    .WaysToWatch-deviceRightHero {
      width: 100%; } }
  @media (min-width: 568px) {
    .WaysToWatch-deviceRightHero {
      margin-left: 24px; } }

.WaysToWatch-deviceLeftHero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 1; }
  @media (min-width: 1367px) {
    .WaysToWatch-deviceLeftHero {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 6;
      -webkit-flex: 6;
          -ms-flex: 6;
              flex: 6;
      -webkit-flex-grow: 6;
          -ms-flex-positive: 6;
              flex-grow: 6; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    .WaysToWatch-deviceLeftHero {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 5;
      -webkit-flex: 5;
          -ms-flex: 5;
              flex: 5;
      -webkit-flex-grow: 5;
          -ms-flex-positive: 5;
              flex-grow: 5; } }
  @media (max-width: 1024px) {
    .WaysToWatch-deviceLeftHero {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 567px) {
    .WaysToWatch-deviceLeftHero {
      width: 100%; } }
  @media (min-width: 568px) {
    .WaysToWatch-deviceLeftHero {
      margin-right: 24px; } }

.WaysToWatch-deviceFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem ;
  opacity: 0.6; }
  @media (min-width: 1025px) {
    .WaysToWatch-deviceFooter {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .WaysToWatch-deviceFooter a {
    font-size: 0.75rem ;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-stretch: condensed;
    line-height: 1.29;
    opacity: 0.6; }
    .WaysToWatch-deviceFooter a:hover {
      opacity: 0.8; }

@media (max-width: 567px) {
  .WaysToWatch-profiles {
    padding: 0; } }

.WaysToWatch-signup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("/assets/images/wtw-bg-bottom-8293b28efa1f26fae2b5655bd0e13255.png");
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px; }
  @media (max-width: 567px) {
    .WaysToWatch-signup {
      padding-top: 0; } }
  .WaysToWatch-signup img {
    height: auto;
    max-width: 188px;
    max-height: 220px; }
    @media (min-width: 568px) and (max-width: 1024px) {
      .WaysToWatch-signup img {
        width: 160px; } }
    @media (max-width: 567px) {
      .WaysToWatch-signup img {
        width: 80px; } }

.WaysToWatch-signup-button {
  margin-top: 60px;
  border-color: #0778d6;
  width: 296px;
  height: 56px;
  background-color: #0778d6;
  border-radius: 12px; }
  .WaysToWatch-signup-button:hover {
    background-color: #054e8c;
    border-color: #054e8c; }

.WaysToWatch-footer {
  position: absolute;
  bottom: 16px;
  font-size: 12px; }

.Promo {
  margin-top: 0.785rem;
  margin-bottom: 0.785rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  background-clip: padding-box; }
  .Promo .Button, .Promo .FavouriteButton--small, .Promo .FavouriteButton--hoverShow, .Promo .FavouriteButton--large, .Promo .scod-FavouriteButton--small, .Promo .scod-FavouriteButton--hoverShow, .Promo .scod-FavouriteButton--large {
    margin-top: 0.785rem;
    margin-bottom: 0; }

.Promo-content {
  position: absolute;
  width: 67%;
  z-index: 2;
  padding: 0.785rem 0.785rem; }
  @media (min-width: 100rem) {
    .Promo-content {
      padding: 1.57rem 1.57rem; } }
  .Promo-content, .Promo-content a {
    color: #fff; }
  .Promo-content h4, .Promo-content .PlayerOverlay-title, .Promo-content p {
    margin: 0.19625rem 0; }
  .Promo-content h4, .Promo-content .PlayerOverlay-title {
    font-size: 1.25rem ;
    line-height: 1.2; }
    @media (min-width: 100rem) {
      .Promo-content h4, .Promo-content .PlayerOverlay-title {
        font-size: 1.875rem ;
        line-height: 1.06667; } }
  .Promo-content p {
    font-size: 0.875rem ;
    line-height: 1.57143; }
    @media (min-width: 100rem) {
      .Promo-content p {
        font-size: 1rem ; } }

.Promo-image {
  position: relative;
  width: 100%;
  font-size: 0; }
  .Promo-image img {
    width: 100%;
    height: 100%; }

.Promo-gradient {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.PromoRow-item, .ArticleRow-Ad {
  padding-left: calc(0.5 * 1.57rem); }
  @media (min-width: 47rem) {
    .PromoRow-item, .ArticleRow-Ad {
      padding-left: calc(0.5 * 2.3393rem); } }

[data-module-row="3"] .Promo .Button, [data-module-row="3"] .Promo .FavouriteButton--small, [data-module-row="3"] .Promo .FavouriteButton--hoverShow, [data-module-row="3"] .Promo .FavouriteButton--large, [data-module-row="3"] .Promo .scod-FavouriteButton--small, [data-module-row="3"] .Promo .scod-FavouriteButton--hoverShow, [data-module-row="3"] .Promo .scod-FavouriteButton--large {
  margin-top: 8px; }
  @media (min-width: 100rem) {
    [data-module-row="3"] .Promo .Button, [data-module-row="3"] .Promo .FavouriteButton--small, [data-module-row="3"] .Promo .FavouriteButton--hoverShow, [data-module-row="3"] .Promo .FavouriteButton--large, [data-module-row="3"] .Promo .scod-FavouriteButton--small, [data-module-row="3"] .Promo .scod-FavouriteButton--hoverShow, [data-module-row="3"] .Promo .scod-FavouriteButton--large {
      margin-top: 1.57rem; } }

[data-module-row="3"] .Promo-content p {
  display: none !important; }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  [data-module-row="3"] .Belt-item.u-md-width12of12 .Promo-content p, [data-module-row="3"] .App--featureWebShowPageUIRefresh .Scod-Slot-Aside .Belt-item.FeaturedList .Promo-content p, .App--featureWebShowPageUIRefresh .Scod-Slot-Aside [data-module-row="3"] .Belt-item.FeaturedList .Promo-content p, [data-module-row="3"] .Slot--dark .Belt-item.FeaturedList .Promo-content p, .Slot--dark [data-module-row="3"] .Belt-item.FeaturedList .Promo-content p, [data-module-row="3"] .Slot--dark .HeroStatic .Belt-item.Hero-container .Promo-content p, .Slot--dark .HeroStatic [data-module-row="3"] .Belt-item.Hero-container .Promo-content p {
    display: block !important; } }

[data-module-row="3"] .Promo-content h4, [data-module-row="3"] .Promo-content .PlayerOverlay-title {
  margin: 0; }

.PromoRow--withAd, .ArticleRow-withAd {
  max-width: 1600px; }
  @media (min-width: 64rem) {
    .PromoRow--withAd .Promo.Promo--full, .ArticleRow-withAd .Promo.Promo--full, .PromoRow--withAd .Promo.ArticleRow-withAd, .ArticleRow-withAd .Promo.ArticleRow-withAd {
      width: calc(100% - 320px);
      margin-left: 0;
      margin-right: 0.785rem; } }

.Promo--full, .ArticleRow-withAd {
  min-height: 261px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }
  .Promo--full .Promo-image, .ArticleRow-withAd .Promo-image {
    float: right;
    min-height: 100%;
    width: 476.44px; }
  .Promo--full .PromoRow-item, .ArticleRow-withAd .PromoRow-item, .Promo--full .ArticleRow-Ad, .ArticleRow-withAd .ArticleRow-Ad {
    margin-top: 0.785rem; }
  @media (min-width: 47rem) {
    .Promo--full .Promo-content p, .ArticleRow-withAd .Promo-content p {
      display: block !important; } }

.Promo-content--top-left {
  top: 0;
  left: 0; }

.Promo-content--bottom-left {
  bottom: 0;
  left: 0; }

.Promo-content--top-right {
  top: 0;
  right: 0;
  text-align: right; }

.Promo-content--bottom-right {
  bottom: 0;
  right: 0;
  text-align: right; }

.Promo--noMargin {
  margin: 0; }

.Player {
  position: relative; }

.player-has-skin .HeroStatic .Player-wrap {
  background-color: rgba(0, 0, 0, 0.85); }

.Player-wrap {
  margin-bottom: 1.57rem;
  padding: 0 0.785rem 0.785rem;
  position: relative; }
  @media (min-width: 47rem) {
    .Player-wrap {
      margin-top: 1.57rem;
      padding: 0.785rem; } }
  .App--featureWebShowPageUIRefresh .Player-wrap {
    padding-left: 0;
    padding-right: 0; }

.PageHeader-wrap .Player-wrap {
  padding: 0; }

.PageHeader-wrap .HeroStatic .Hero-bar {
  padding-left: 0;
  padding-right: 0; }

.Player-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  position: relative; }

.Player-guard-container.video-locked .Player-overlay {
  position: absolute;
  top: 0px;
  width: 100%; }

.Player-guard-container.video-locked .vjs-poster {
  opacity: 0.2; }

.Player-guard-container.video-locked .vjs-big-play-button {
  display: none !important; }

.Player-guard-container.video-locked video {
  opacity: 0; }

.Player-quadOverlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.Player-quadOverlay-item {
  width: 50%;
  height: 50%; }

@media (min-width: 64rem) {
  .Player-sidebar {
    width: 340px;
    padding-left: 1.57rem; } }

.Player-description {
  font-size: 0.875rem ;
  line-height: 1.42857;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0.785rem;
  padding-bottom: 0.785rem; }
  @media (min-width: 47rem) {
    .Player-description {
      width: 50%; } }
  @media (min-width: 64rem) {
    .Player-description {
      width: auto; } }

.Player-description-muted {
  opacity: 0.2; }

.Player-description-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0.785rem; }
  .Player-description-inner > p {
    margin-top: 0; }

.Player-description-title {
  color: #fff;
  font-weight: 800; }

.Player-next {
  position: relative; }
  .Player-next .Tile-image-wrap:hover .Player-body {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.7; }
  .Player-next .Tile-image {
    margin-top: 0;
    background: none; }
  @media (min-width: 47rem) {
    .Player-next {
      width: 100%; } }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .Player-next {
      margin-top: 1.57rem;
      float: left; }
      .App--featureWebShowPageUIRefresh .Player-next {
        width: 50%;
        float: none; } }
  @media (min-width: 64rem) {
    .Player-next {
      width: auto;
      margin-top: auto; } }
  .Player-next .Player-advert {
    position: absolute;
    bottom: 0;
    display: none; }
    @media (min-width: 64rem) {
      .Player-next .Player-advert {
        display: block; } }
  @media (max-width: 47rem) {
    .Player-next .Player-body {
      margin-top: 0.3925rem; } }

.Player-sidebar-header {
  margin-top: 1.57rem;
  margin-bottom: 0.785rem;
  padding-bottom: 0.3925rem;
  border-bottom: 1px solid rgba(75, 75, 75, 0.6); }
  @media (min-width: 64rem) {
    .Player-sidebar-header {
      margin-top: 0; } }

.Player-sponsor {
  display: block;
  height: 30px; }
  .Player-sponsor img {
    height: 100%;
    width: auto; }

.Player-title, .Epg-detail-primary {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff; }

.Player-video {
  position: relative; }
  .Player-video:-webkit-full-screen {
    width: 100%;
    height: 100%; }
  .Player-video:-moz-full-screen {
    width: 100%;
    height: 100%; }
  .Player-video:-ms-fullscreen {
    width: 100%;
    height: 100%; }
  .Player-video:fullscreen {
    width: 100%;
    height: 100%; }
  .Player-video .video-js {
    width: 100%;
    height: 100%;
    color: currentColor;
    background: none; }
  .Player-video .vjs-fullscreen .still-watching-overlay .content {
    top: 40%;
    height: 60%; }
  .Player-video .still-watching-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%; }
    .Player-video .still-watching-overlay h1,
    .Player-video .still-watching-overlay button {
      font-weight: bold; }
    .Player-video .still-watching-overlay .content {
      top: 25%;
      height: 75%;
      padding: 0px calc( 10px + (50 - 10) * ((100vw - 320px) / (1920 - 320)));
      position: relative; }
      @media (max-width: 47rem) {
        .Player-video .still-watching-overlay .content {
          top: 15%;
          height: 85%; } }
      @media screen and (min-width: 425px) {
        .Player-video .still-watching-overlay .content {
          top: 25%;
          height: 75%; } }
      @media screen and (min-width: 768px) {
        .Player-video .still-watching-overlay .content {
          top: 30%;
          height: 70%; } }
      @media screen and (min-width: 1024px) {
        .Player-video .still-watching-overlay .content {
          top: 15%;
          height: 85%; } }
      @media screen and (min-width: 1200px) {
        .Player-video .still-watching-overlay .content {
          top: 20%;
          height: 80%; } }
      @media screen and (min-width: 1400px) {
        .Player-video .still-watching-overlay .content {
          top: 30%;
          height: 70%; } }
      @media screen and (min-width: 2100px) {
        .Player-video .still-watching-overlay .content {
          top: 35%;
          height: 65%; } }
      .Player-video .still-watching-overlay .content h1 {
        line-height: 130%; }
        @media screen and (min-width: 320px) {
          .Player-video .still-watching-overlay .content h1 {
            font-size: calc(16px + 40 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .Player-video .still-watching-overlay .content h1 {
            font-size: 56px; } }
      .Player-video .still-watching-overlay .content .btn-continue-watching {
        background-color: #0778d6;
        border-color: #0778d6;
        border-radius: 48px;
        color: #fff;
        letter-spacing: 1.29px;
        text-transform: uppercase; }
        @media screen and (min-width: 320px) {
          .Player-video .still-watching-overlay .content .btn-continue-watching {
            font-size: calc(14px + 20 * ((100vw - 320px) / 1600));
            margin-top: calc(5px + 30 * ((100vw - 320px) / 1600));
            padding-top: calc(10px + 10 * ((100vw - 320px) / 1600));
            padding-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
            padding-left: calc(15px + 25 * ((100vw - 320px) / 1600));
            padding-right: calc(15px + 25 * ((100vw - 320px) / 1600)); } }
        @media screen and (min-width: 1920px) {
          .Player-video .still-watching-overlay .content .btn-continue-watching {
            font-size: 34px;
            margin-top: 35px;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 40px;
            padding-right: 40px; } }
    .Player-video .still-watching-overlay .overlay-countdown {
      bottom: 3%;
      position: absolute;
      text-align: center;
      width: calc(100% - 20px); }
      @media screen and (min-width: 320px) {
        .Player-video .still-watching-overlay .overlay-countdown {
          font-size: calc(12px + 25 * ((100vw - 320px) / 1600)); } }
      @media screen and (min-width: 1920px) {
        .Player-video .still-watching-overlay .overlay-countdown {
          font-size: 37px; } }
      .Player-video .still-watching-overlay .overlay-countdown strong {
        color: #0778d6; }

.Player-video--controlsDisabled .vjs-control-bar {
  display: none !important; }

.Player-video-clickInterceptor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer; }

.Player-meta {
  list-style: none;
  padding: 0;
  margin: 0.3925rem 0 0.26167rem;
  color: #fff; }

.HeroDynamic .Player-meta {
  margin-top: 0.3925rem; }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  .HeroDynamic .Player-next {
    margin-top: 0; } }

.Player-rating {
  font-weight: 800;
  color: #80b2fe; }

.Player-body {
  padding-left: 0.3925rem;
  color: #fff; }

.Player-label {
  font-size: 0.875rem ;
  font-weight: 800;
  margin-bottom: 0;
  color: #888f94; }

.Player-next-title, .Epg-item-meta-primary {
  font-size: 1rem ;
  line-height: 1.25;
  font-weight: 800; }
  .Player-next-title a, .Epg-item-meta-primary a {
    color: currentColor; }

.Player-next-meta {
  font-size: 0.875rem ; }
  .Player-next-meta .icon::before, .Player-next-meta .Select::before, .Player-next-meta .ChannelLineup-item-image-playButton::before, .Player-next-meta .Tile-playButton::before {
    font-size: 1.25rem ;
    line-height: 0.5;
    position: relative;
    top: 4px; }

.Player-guard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1.57rem;
  height: 100%;
  text-align: center;
  color: #fff; }
  .Player-guard .Player-title, .Player-guard .Epg-detail-primary {
    color: #fff; }

.Player-guard--faded {
  background-color: rgba(0, 0, 0, 0.4); }

.Player-guard-content {
  max-width: 480px;
  margin: 0 auto; }
  .Player-guard-content .Player-title, .Player-guard-content .Epg-detail-primary {
    color: #fff !important;
    font-size: 1.5rem !important; }
    @media (min-width: 64rem) {
      .Player-guard-content .Player-title, .Player-guard-content .Epg-detail-primary {
        line-height: 1.812rem; } }
  .Player-guard-content a#contact-us {
    color: #fff;
    font-weight: bold;
    text-decoration: underline; }
  @media (min-width: 47rem) {
    .Player-guard-content {
      width: 100%; } }
  @media (max-width: 47rem) {
    .Player-guard-content p {
      margin-bottom: 12px; } }
  @media (min-width: 64rem) {
    .Player-guard-content .Player-guard-desc {
      margin-top: 2rem; } }
  @media (max-width: 1023px) {
    .Player-guard-content .Player-guard-desc {
      margin-top: 1rem; } }
  @media (max-width: 752px) {
    .Player-guard-content .Player-guard-desc {
      margin-top: 0rem; } }
  .Player-guard-content .Player-guard-error {
    margin-top: 1rem; }
    @media (max-width: 752px) {
      .Player-guard-content .Player-guard-error {
        margin-top: 0.5rem; } }
  .Player-guard-content .u-sm-hidden, .Player-guard-content .Register-carousel {
    display: initial !important; }
    @media (max-width: 1023px) {
      .Player-guard-content .u-sm-hidden, .Player-guard-content .Register-carousel {
        line-height: 0.875rem; } }
  @media (max-width: 599px) {
    .Player-guard-content .u-sm-hidden, .Player-guard-content .Register-carousel {
      font-size: 14px !important;
      line-height: 0; }
    .Player-guard-content .Player-title, .Player-guard-content .Epg-detail-primary {
      font-size: 16px !important; } }

.Player-guard-buttons {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 64rem) {
    .Player-guard-buttons {
      margin-top: 1rem; } }
  @media (max-width: 1023px) {
    .Player-guard-buttons {
      margin-top: 1rem; } }
  @media (max-width: 752px) {
    .Player-guard-buttons {
      margin-top: 0rem; } }
  .Player-guard-buttons .Button, .Player-guard-buttons .FavouriteButton--small, .Player-guard-buttons .FavouriteButton--hoverShow, .Player-guard-buttons .FavouriteButton--large, .Player-guard-buttons .scod-FavouriteButton--small, .Player-guard-buttons .scod-FavouriteButton--hoverShow, .Player-guard-buttons .scod-FavouriteButton--large {
    width: 6.75rem;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin: 0.3925rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .Player-guard-buttons .Button, .Player-guard-buttons .FavouriteButton--small, .Player-guard-buttons .FavouriteButton--hoverShow, .Player-guard-buttons .FavouriteButton--large, .Player-guard-buttons .scod-FavouriteButton--small, .Player-guard-buttons .scod-FavouriteButton--hoverShow, .Player-guard-buttons .scod-FavouriteButton--large {
        font-size: 1rem !important; } }
    @media (max-width: 1023px) {
      .Player-guard-buttons .Button, .Player-guard-buttons .FavouriteButton--small, .Player-guard-buttons .FavouriteButton--hoverShow, .Player-guard-buttons .FavouriteButton--large, .Player-guard-buttons .scod-FavouriteButton--small, .Player-guard-buttons .scod-FavouriteButton--hoverShow, .Player-guard-buttons .scod-FavouriteButton--large {
        min-width: 0 !important;
        width: 160px; } }
    @media (max-width: 599px) {
      .Player-guard-buttons .Button, .Player-guard-buttons .FavouriteButton--small, .Player-guard-buttons .FavouriteButton--hoverShow, .Player-guard-buttons .FavouriteButton--large, .Player-guard-buttons .scod-FavouriteButton--small, .Player-guard-buttons .scod-FavouriteButton--hoverShow, .Player-guard-buttons .scod-FavouriteButton--large {
        width: auto; } }
    .Player-guard-buttons .Button.Button--primary, .Player-guard-buttons .Button--primary.FavouriteButton--small, .Player-guard-buttons .Button--primary.FavouriteButton--hoverShow, .Player-guard-buttons .Button--primary.FavouriteButton--large, .Player-guard-buttons .Button--primary.scod-FavouriteButton--small, .Player-guard-buttons .Button--primary.scod-FavouriteButton--hoverShow, .Player-guard-buttons .Button--primary.scod-FavouriteButton--large {
      margin-right: 5px; }
    .Player-guard-buttons .Button.Button--secondary, .Player-guard-buttons .Button--secondary.FavouriteButton--small, .Player-guard-buttons .Button--secondary.FavouriteButton--hoverShow, .Player-guard-buttons .Button--secondary.FavouriteButton--large, .Player-guard-buttons .Button--secondary.scod-FavouriteButton--small, .Player-guard-buttons .Button--secondary.scod-FavouriteButton--hoverShow, .Player-guard-buttons .Button--secondary.scod-FavouriteButton--large {
      margin-left: 5px; }
  @media (max-width: 599px) {
    .Player-guard-buttons a.Button, .Player-guard-buttons a.FavouriteButton--small, .Player-guard-buttons a.FavouriteButton--hoverShow, .Player-guard-buttons a.FavouriteButton--large, .Player-guard-buttons a.scod-FavouriteButton--small, .Player-guard-buttons a.scod-FavouriteButton--hoverShow, .Player-guard-buttons a.scod-FavouriteButton--large {
      margin: 9px 0; } }

.Player-guard-label {
  margin-bottom: 0.3925rem; }

.Player-guard-link {
  color: #fff;
  text-decoration: underline; }

.Player-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000; }
  @media (max-width: 47rem) {
    .Player-poster {
      border-radius: 8px; } }
  .sports-video .Player-poster {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%); }

.Player--bar-only {
  top: calc(-60px);
  margin-top: calc(-60px); }
  @media (min-width: 47rem) {
    .Player--bar-only {
      top: calc(-70px);
      margin-top: calc(-70px); } }

.Player-placeholder {
  display: none; }

.is-down .HeroDynamic-Player.is-active .Player-guard-container {
  top: 135px; }
  @media (min-width: 47rem) {
    .is-down .HeroDynamic-Player.is-active .Player-guard-container {
      top: 148px; } }

.HeroDynamic-Player .Player-guard-container {
  opacity: 0;
  position: fixed;
  top: calc(135px - 60px);
  left: 0.785rem;
  width: 170px;
  z-index: 99; }
  @media (min-width: 47rem) {
    .HeroDynamic-Player .Player-guard-container {
      top: calc(148px - 70px);
      left: auto; } }

.HeroDynamic-Player.is-active .Player-guard-content {
  display: none !important; }

.HeroDynamic-Player.is-active .Player-guard-container {
  -webkit-transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
  transition: top 0.2s ease-out, opacity 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  opacity: 1; }
  .HeroDynamic-Player.is-active .Player-guard-container p,
  .HeroDynamic-Player.is-active .Player-guard-container .Player-guard-buttons {
    display: none; }

.HeroDynamic-Player .PlayerOverlay {
  display: none; }

@media (max-width: 47rem) {
  .channelPlayer .HeroDynamic-Player .Player-guard-container {
    top: calc(135px - 60px + 50px); } }

@media (max-width: 47rem) {
  .channelPlayer.is-down .HeroDynamic-Player .Player-guard-container {
    top: calc(135px - 60px + 110px); } }

.channelPlayer.is-collapsed .still-watching-overlay {
  display: none !important; }

.Player--collapsed {
  z-index: 8;
  margin-top: 0; }
  .Player--collapsed .Player-video {
    width: 170px; }
  .Player--collapsed .Player-next {
    width: 340px;
    display: none; }
    @media (min-width: 47rem) {
      .Player--collapsed .Player-next {
        display: block; } }
  .Player--collapsed .Player-container {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial; }
  .Player--collapsed .Player-wrap {
    padding: 0.785rem 0.785rem;
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 47rem) {
      .Player--collapsed .Player-wrap {
        padding-left: 1.16965rem;
        padding-right: 1.16965rem; } }
  .Player--collapsed .Player-sidebar {
    width: 340px;
    padding-left: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .Player--collapsed .Player-video-description {
    display: block;
    text-align: left; }

.Player-video-description {
  display: none;
  padding-left: 0.785rem; }
  @media (min-width: 47rem) {
    .Player-video-description {
      padding-left: 1.04667rem; } }
  @media (min-width: 64rem) {
    .Player-video-description {
      padding-left: 0.3925rem; } }

.Player-skin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }
  .Player-skin iframe {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .Player-skin > div {
    width: 100%;
    height: 100%; }

.Player-meta-chevron {
  font-size: 2rem ; }

.Player-episode {
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.26167rem; }

.Player-synopsis {
  color: #fff; }

.Player-inline {
  color: #0778d6; }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  .Player-sidebar-md {
    width: 50%;
    float: left;
    padding-right: 1.57rem; }
    .App--featureWebShowPageUIRefresh .Player-sidebar-md {
      width: 100%; }
    .Player-sidebar-md .Player-description {
      width: 100%; } }

.channelPlayer {
  margin-bottom: 1.57rem; }
  .channelPlayer .Player-wrap {
    margin-top: 0;
    margin-bottom: 0; }
  .channelPlayer .Player-sidebar-header {
    border-bottom-color: rgba(255, 255, 255, 0.3); }

.Slot--dark .channelPlayer {
  margin-bottom: 0; }
  .Slot--dark .channelPlayer .Player-next {
    min-height: 100%; }
  .Slot--dark .channelPlayer .HeroStatic {
    padding-bottom: 1.57rem; }

.Player--center {
  margin: 0 auto; }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  .Player-cwg-stack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .Player-cwg-stack .SidebarHeader {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .Player-cwg-stack .ChannelLineup-item {
      min-width: 320px; } }

.EpisodeRow--timeRemaining {
  position: static !important;
  font-size: 1rem !important;
  margin-left: 0.785rem;
  padding-left: 0.52333rem !important;
  padding-right: 0.52333rem !important; }

@media (max-width: 47rem) {
  .Player-sidebar-md .Player-description {
    padding-bottom: 0; }
  .Player-sidebar-md .Advert {
    margin-bottom: 1.57rem; } }

.Progress {
  width: 100%;
  height: 5px;
  margin-top: 0.3925rem;
  font-size: 0;
  border-radius: 12px;
  overflow: hidden; }

.Progress-bar {
  width: 100%;
  height: 100%;
  background-color: rgba(243, 243, 243, 0.25); }
  .App--featureWebShowPageUIRefresh .Progress-bar {
    background-color: rgba(255, 255, 255, 0.3); }

.Progress-completed {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-color: currentColor;
  height: 100%;
  display: block;
  color: #0778d6; }

.Register-progress {
  color: #888f94;
  text-transform: uppercase; }

.Register-backLink {
  color: #fff; }

.Register-logo {
  position: relative;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }
  .Register-logo .SiteNav-tvnz-logo {
    display: block; }

.Register-outlet {
  margin: calc(-1.57rem/ 1) auto calc(-1.57rem/ 2); }
  @media (min-width: 47rem) {
    .Register-outlet {
      margin-bottom: calc(1.57rem * 0.5);
      margin-left: auto;
      margin-right: auto;
      max-width: 54rem; } }

.Register-favourite {
  position: relative;
  display: block;
  text-decoration: none !important; }
  .Register-favourite.icon-star::before, .Register-favourite.icon-mylist::before {
    font-size: 2.25rem ;
    font-family: 'icons' !important;
    text-decoration: none;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3;
    opacity: 0;
    border-radius: 12px; }
  .Register-favourite.icon-star::after, .Register-favourite.icon-mylist::after {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0778d6;
    opacity: 0;
    z-index: 2;
    border-radius: 12px; }
  .Register-favourite.icon-star.is-selected::after, .Register-favourite.icon-mylist.is-selected::after {
    opacity: 0.7; }
  .Register-favourite.icon-star::before {
    content: '\e92f'; }
  .Register-favourite.icon-star.is-selected::before {
    content: '\e92e';
    opacity: 1; }
  .Register-favourite.icon-mylist::before {
    content: '\e94c'; }
  .Register-favourite.icon-mylist.is-selected::before {
    content: '\e94b';
    width: 36px;
    opacity: 1; }
  .Register-favourite:hover::before {
    opacity: 1; }
  .Register-favourite:hover::after {
    opacity: 0.7; }
  @media (max-width: 47rem) {
    .Register-favourite:focus::before {
      opacity: 0; }
    .Register-favourite:focus::after {
      opacity: 0; } }

@media (min-width: 47rem) {
  .Register-pages {
    margin-top: 3.14rem;
    margin-bottom: 3.14rem; }
    .Register-pages .slick-items {
      padding-top: 3.14rem;
      padding-bottom: 3.14rem; } }

.Register-pages .Card--withBGImage {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 12px;
  overflow: hidden; }

.Register-hero {
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  color: #fff; }
  .Register-hero img {
    width: 100%; }

.Register-content {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  padding: 1.57rem; }
  .Register-content a {
    text-decoration: underline;
    color: #000; }
  .Register-content h3 {
    font-size: 1.375rem ;
    line-height: 1.27273; }
  @media (min-width: 47rem) {
    .Register-content {
      margin-left: auto;
      margin-right: auto; } }
  .Register-content.keep-me-updated {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 5rem;
    background-color: rgba(255, 255, 255, 0.05); }
    @media (min-width: 64rem) {
      .Register-content.keep-me-updated {
        width: 54rem;
        padding: 2.5rem; } }

@media (min-width: 47rem) {
  .Register-container {
    min-height: 36.11rem; } }

.Card--withBGImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.Register-hero-content {
  padding: 3.14rem 3.5325rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.Register-select select {
  background: transparent; }

button.onboarding-button {
  padding: 0rem 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px !important; }
  @media (max-width: 47rem) {
    button.onboarding-button {
      width: 100%; } }

.favourites-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.75rem; }
  .favourites-flex .favourites-flex-item {
    width: 25%;
    padding-right: 0.75rem;
    margin-bottom: 0.75rem; }
    @media (max-width: 47rem) {
      .favourites-flex .favourites-flex-item {
        width: 50%; } }

.notifications-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75rem; }
  .notifications-flex.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .notifications-flex > .Tile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 47rem) and (max-width: 63.99rem) {
      .notifications-flex > .Tile {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
            -ms-flex-pack: left;
                justify-content: left;
        -webkit-box-flex: 0;
        -webkit-flex: 0 49%;
            -ms-flex: 0 49%;
                flex: 0 49%; } }
    @media (min-width: 64rem) {
      .notifications-flex > .Tile {
        -webkit-box-flex: 0;
        -webkit-flex: 0 187px;
            -ms-flex: 0 187px;
                flex: 0 187px; } }
    .notifications-flex > .Tile img {
      cursor: default; }
  .notifications-flex > button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 47rem) {
      .notifications-flex > button {
        margin: 0; } }

.notifications-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .notifications-buttons button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media (min-width: 64rem) {
    .notifications-buttons {
      display: inline-block; }
      .notifications-buttons button.first {
        margin-right: 1rem; }
      .notifications-buttons button.last {
        margin-left: -0.3rem; } }

.ScheduleCollection-lists {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: -0.785rem;
  margin-right: -0.785rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  white-space: nowrap; }
  @media (min-width: 47rem) {
    .ScheduleCollection-lists {
      overflow-x: inherit;
      white-space: normal;
      margin-left: 0;
      margin-right: 0; } }

.ScheduleCollection-lists-item {
  font-size: 1.75rem ;
  line-height: 1.14286;
  font-weight: 800;
  width: 60px;
  height: 60px;
  padding-top: 0.3925rem;
  border-radius: 0;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }
  .ScheduleCollection-lists-item, .ScheduleCollection-lists-item:hover, .ScheduleCollection-lists-item:focus {
    outline: none; }
  .ScheduleCollection-lists-item:hover {
    background-color: rgba(75, 75, 75, 0.3); }
  .ScheduleCollection-lists-item span {
    font-size: 0.625rem ;
    line-height: 0.6;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .ScheduleCollection-lists-item.is-selected {
    background-color: #0778d6; }

.ScheduleCollection-filters,
.ScheduleCollection-subfilters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.785rem;
  margin-right: -0.785rem; }
  @media (min-width: 47rem) {
    .ScheduleCollection-filters,
    .ScheduleCollection-subfilters {
      margin-left: 0;
      margin-right: 0; } }

.ScheduleCollection-filters-label {
  font-size: 0.75rem ;
  line-height: 2.16667;
  margin-right: 0.785rem;
  margin-left: 1.57rem;
  padding: 0.52333rem 0;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 47rem) {
    .ScheduleCollection-filters-label {
      margin-left: 0; } }

.ScheduleCollection-filters-remove {
  font-size: 0.75rem ;
  line-height: 2.16667;
  margin-right: 0;
  margin-left: auto;
  outline: none;
  padding: 0.52333rem 0;
  text-transform: uppercase;
  white-space: nowrap;
  display: none; }
  .ScheduleCollection-filters-remove .icon, .ScheduleCollection-filters-remove .Select::before, .ScheduleCollection-filters-remove .ChannelLineup-item-image-playButton, .ScheduleCollection-filters-remove .Tile-playButton, .ScheduleCollection-filters-remove .icon::before, .ScheduleCollection-filters-remove .Select::before, .ScheduleCollection-filters-remove .ChannelLineup-item-image-playButton::before, .ScheduleCollection-filters-remove .Tile-playButton::before {
    font-size: 1.625rem ; }
  @media (min-width: 47rem) {
    .ScheduleCollection-filters-remove {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.ScheduleCollection-subfilters-list,
.ScheduleCollection-filters-list {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0; }
  .ScheduleCollection-subfilters-list::-webkit-scrollbar,
  .ScheduleCollection-filters-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }
  @media (min-width: 47rem) {
    .ScheduleCollection-subfilters-list,
    .ScheduleCollection-filters-list {
      overflow-x: visible; } }

.ScheduleCollection-subfilters-item,
.ScheduleCollection-filters-item {
  font-size: 1.125rem ;
  font-weight: 400;
  opacity: .7;
  display: inline-block;
  color: #fff;
  padding: 0.3925rem 0;
  margin: 3px 0.785rem 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  border-bottom: 3px solid rgba(7, 120, 214, 0) !important; }
  .ScheduleCollection-subfilters-item:hover,
  .ScheduleCollection-filters-item:hover {
    opacity: 1; }
  .ScheduleCollection-subfilters-item:first-child,
  .ScheduleCollection-filters-item:first-child {
    margin-left: 0; }
  .ScheduleCollection-subfilters-item.is-active,
  .ScheduleCollection-filters-item.is-active {
    border-radius: 0;
    border-bottom: 3px solid #0778d6 !important;
    opacity: 1; }
    .ScheduleCollection-subfilters-item.is-active:before,
    .ScheduleCollection-filters-item.is-active:before {
      display: none; }
  .ScheduleCollection-subfilters-item, .ScheduleCollection-subfilters-item:hover, .ScheduleCollection-subfilters-item:focus,
  .ScheduleCollection-filters-item,
  .ScheduleCollection-filters-item:hover,
  .ScheduleCollection-filters-item:focus {
    outline: none; }

.ScheduleCollection-subfilters-select {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .ScheduleCollection-subfilters-select select {
    background: transparent;
    border-radius: 0;
    direction: ltr; }
  .ScheduleCollection-subfilters-select option {
    direction: ltr; }
  .ScheduleCollection-subfilters-select::before {
    color: #fff; }

.ScheduleCollection-noResults {
  padding-top: 3.14rem; }
  .ScheduleCollection-noResults p {
    margin-top: 0; }

.ScheduleCollection-noResults-title {
  font-size: 2.5rem ; }

.Schedule-logo {
  width: 70px;
  height: 70px; }
  .Schedule-logo img {
    width: 100%;
    height: auto; }
  @media (max-width: 47rem) {
    .Schedule-logo {
      margin-top: .2em;
      width: 24px;
      height: 24px; } }

.ScheduleCollection-items {
  width: 100%; }
  @media (min-width: 47rem) {
    .ScheduleCollection-items {
      width: calc(100% - 320px); } }

.ScheduleCollection-adverts {
  width: 300px; }
  @media (max-width: 47rem) {
    .ScheduleCollection-adverts {
      margin-left: auto;
      margin-right: auto; } }

.Episodes-list--sectioned .Episode-title {
  line-height: 1.24; }

.Search {
  margin-top: 70px;
  background-color: #fff;
  padding-top: 1.57rem; }

.Search-above {
  display: none;
  position: relative; }

.Search-exit {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #4b4b4b;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer; }
  .Search-exit .icon-close {
    font-size: 32px; }

.Search-exitLabel,
.Search-exitIcon {
  vertical-align: middle; }

.Search-header {
  padding: 0.785rem 0 0.3925rem;
  border-top: 1px solid #e2e2e2; }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .Search-header {
      padding-left: 0.785rem;
      padding-right: 0.785rem; } }

.Search-belt {
  padding-top: 0;
  margin-top: 0; }
  .Search-belt .Belt-body {
    margin-top: 0; }

.SearchForm {
  display: none;
  width: 100%; }

.is-active .SearchForm {
  position: relative;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem; }
  @media (min-width: 64rem) {
    .is-active .SearchForm {
      height: 70px; } }

.Search-highlight {
  color: #0778d6; }

.SearchForm-back {
  margin-right: 0.785rem;
  font-size: 2.5rem;
  color: white;
  cursor: pointer; }

/*
.is-active > .SearchForm-open {
  display: none !important;
}
*/
.SearchForm-field {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  height: 40px;
  color: #fff;
  margin-top: 0;
  width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }
  .SearchForm-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .SearchForm-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .SearchForm-field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .SearchForm-field::placeholder {
    color: rgba(255, 255, 255, 0.6); }
  @media (min-width: 64rem) {
    .SearchForm-field {
      width: 100%; } }
  .SearchForm-field.is-active, .SearchForm-field:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    color: #fff; }

.SearchForm-search {
  background-color: white;
  height: 40px;
  width: 42px;
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
  color: #0778d6;
  font-size: 2.25rem ;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .SearchForm-search span {
    color: #0778d6; }

.SearchForm > *:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.Search-similar {
  border-top: 1px solid #e2e2e2; }

.Search-similarTitle {
  margin: 1.57rem 0; }

.App--featureWebRestOfSiteUIRefresh .Search {
  background-color: #111; }

.App--featureWebRestOfSiteUIRefresh .Search-exit {
  color: #808080; }

.App--featureWebRestOfSiteUIRefresh .Search-header {
  border-top: 1px solid #292929; }

.App--featureWebRestOfSiteUIRefresh [type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  background-image: url("../assets/images/search-exit-8f32eb03b3cda2110b0c57b2d958a3e0.svg");
  cursor: pointer; }

.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse Movies'] .hovered-state img, .Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse Movies'] .hovered-state img, .Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse Movies'] .hovered-state img, .Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse Movies'] .hovered-state img,
.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse TV Shows'] .hovered-state img,
.Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse TV Shows'] .hovered-state img,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse TV Shows'] .hovered-state img,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse TV Shows'] .hovered-state img,
.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse Live Sport, Replays & Highlights'] .hovered-state img,
.Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse Live Sport, Replays & Highlights'] .hovered-state img,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse Live Sport, Replays & Highlights'] .hovered-state img,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse Live Sport, Replays & Highlights'] .hovered-state img {
  opacity: 1;
  -webkit-mask-image: none;
          mask-image: none; }

.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse Movies'] .hovered-state .QuickInfo-background, .Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse Movies'] .hovered-state .QuickInfo-background, .Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse Movies'] .hovered-state .QuickInfo-background, .Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse Movies'] .hovered-state .QuickInfo-background,
.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse TV Shows'] .hovered-state .QuickInfo-background,
.Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse TV Shows'] .hovered-state .QuickInfo-background,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse TV Shows'] .hovered-state .QuickInfo-background,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse TV Shows'] .hovered-state .QuickInfo-background,
.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse Live Sport, Replays & Highlights'] .hovered-state .QuickInfo-background,
.Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse Live Sport, Replays & Highlights'] .hovered-state .QuickInfo-background,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse Live Sport, Replays & Highlights'] .hovered-state .QuickInfo-background,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse Live Sport, Replays & Highlights'] .hovered-state .QuickInfo-background {
  background: none; }

.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse Movies'] .hovered-state .QuickInfo-title, .Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse Movies'] .hovered-state .QuickInfo-title, .Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse Movies'] .hovered-state .QuickInfo-title, .Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse Movies'] .hovered-state .QuickInfo-title,
.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse TV Shows'] .hovered-state .QuickInfo-title,
.Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse TV Shows'] .hovered-state .QuickInfo-title,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse TV Shows'] .hovered-state .QuickInfo-title,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse TV Shows'] .hovered-state .QuickInfo-title,
.Belt-item.Grid-cell.u-md-width6of12.u-lg-width3of12.u-mB-md [id='Browse Live Sport, Replays & Highlights'] .hovered-state .QuickInfo-title,
.Belt-item.u-md-width6of12.u-lg-width3of12.u-mB-md.ArticleCard--small [id='Browse Live Sport, Replays & Highlights'] .hovered-state .QuickInfo-title,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--small.ArticleCard--medium [id='Browse Live Sport, Replays & Highlights'] .hovered-state .QuickInfo-title,
.Belt-item.u-lg-width3of12.u-mB-md.ArticleCard--medium [id='Browse Live Sport, Replays & Highlights'] .hovered-state .QuickInfo-title {
  display: none; }

.SectionBanner {
  min-height: 100px;
  margin-top: 0.785rem;
  margin-bottom: 1.57rem; }

.SectionBanner-content {
  margin-bottom: 0.785rem; }
  @media (min-width: 47rem) {
    .SectionBanner-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 0.3925rem 0.785rem;
      margin-bottom: 0; } }

.SectionBanner-image img {
  width: 100%;
  height: auto; }

.SectionBanner-title {
  font-size: 1.375rem ;
  padding-bottom: 0.3925rem; }

.SectionBanner-sponsor img {
  width: 180px;
  height: auto; }

.ShareButton {
  position: relative;
  color: #fff;
  border-color: #fff;
  overflow: hidden;
  min-width: 160px;
  margin-top: 0;
  -webkit-transition: opacity .2s ease-out, position .2s ease-out;
  transition: opacity .2s ease-out, position .2s ease-out;
  background-clip: padding-box; }
  @media (min-width: 64rem) {
    .ShareButton {
      background-color: transparent; } }
  .ShareButton:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.5); }
  .ShareButton.is-clicked {
    background-color: #0778d6;
    border-color: #0778d6;
    background-clip: initial; }
    .ShareButton.is-clicked .ShareButton-actions {
      display: block;
      opacity: 1; }
    .ShareButton.is-clicked:hover {
      border-color: #0778d6;
      background-color: #0778d6; }
  .Slot--dark .ShareButton {
    color: #fff;
    border-color: #fff; }

.Accordion-content .ShareButton {
  margin-top: 1.57rem; }

.ShareButton-items {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.ShareButton-item {
  display: inline-block;
  margin: 0; }
  .ShareButton-item .icon::before, .ShareButton-item .Select::before, .ShareButton-item .ChannelLineup-item-image-playButton::before, .ShareButton-item .Tile-playButton::before {
    font-size: 1.75rem ;
    line-height: 0.5;
    color: #fff !important; }

.ShareButton-label {
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .ShareButton-label .icon, .ShareButton-label .Select::before, .ShareButton-label .ChannelLineup-item-image-playButton, .ShareButton-label .Tile-playButton {
    margin-right: 0;
    margin-left: 0.26167rem; }
    .ShareButton-label .icon::before, .ShareButton-label .Select::before, .ShareButton-label .ChannelLineup-item-image-playButton::before, .ShareButton-label .Tile-playButton::before {
      font-size: 1.5rem ;
      line-height: 0.83333; }

.ShareButton-Sidebar-label {
  margin-bottom: 0;
  border: 0; }

.ShareButton-actions {
  -webkit-transition: opacity .2s ease-out, position .2s ease-out;
  transition: opacity .2s ease-out, position .2s ease-out;
  background-color: #0778d6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none; }
  .Slot--dark .ShareButton-actions {
    background-color: #111; }

.ShareButton--white {
  color: #fff;
  border-color: #fff; }

.PlayerOverlay {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1.57rem 1.57rem;
  line-height: 1.57;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff; }
  .PlayerOverlay .Tile-image,
  .PlayerOverlay .Tile-thumb {
    background: none; }

.PlayerOverlay--min {
  height: auto;
  padding: 1.1775rem 1.57rem;
  top: auto;
  bottom: 0;
  font-size: 0.875rem ; }
  .PlayerOverlay--min .Tile-title {
    display: none; }
  .PlayerOverlay--min .Episode-title {
    font-size: 1rem ;
    margin-top: 0; }
    .PlayerOverlay--min .Episode-title a {
      color: #fff; }
  .PlayerOverlay--min .Belt {
    padding-top: 0; }
  .PlayerOverlay--min .Belt-title h2 {
    font-size: 1.125rem ;
    margin-top: 0; }
  .PlayerOverlay--min .Belt-items {
    margin-left: calc(-0.5 * 2.3393rem);
    margin-right: calc(-0.5 * 2.3393rem);
    margin-bottom: 0; }
  .PlayerOverlay--min .Belt-action {
    display: none; }
  .PlayerOverlay--min .PlayerOverlay-close {
    font-size: 2rem ;
    right: 1.04667rem;
    top: 1.1775rem; }

.PlayerOverlay-close {
  font-size: 2.875rem ;
  position: absolute;
  line-height: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1; }

.PlayerOverlay-link {
  margin-top: 0.3925rem;
  color: #000;
  line-height: 1; }

.PlayerOverlay .PlayerOverlay-items {
  list-style: none;
  padding: 0;
  margin: 0.785rem 0; }

.PlayerOverlay-item {
  font-size: 3rem ;
  line-height: 0.5;
  display: inline-block; }
  .PlayerOverlay-item a {
    overflow: visible; }
  .PlayerOverlay-item .icon, .PlayerOverlay-item .Select::before, .PlayerOverlay-item .ChannelLineup-item-image-playButton, .PlayerOverlay-item .Tile-playButton {
    left: -12px;
    position: relative; }
  .PlayerOverlay-item .icon::before, .PlayerOverlay-item .Select::before, .PlayerOverlay-item .ChannelLineup-item-image-playButton::before, .PlayerOverlay-item .Tile-playButton::before {
    color: white; }
  .PlayerOverlay-item a.is-active, .PlayerOverlay-item a:hover {
    opacity: .7; }

.PlayerOverlay--min {
  display: none; }

@media (min-width: 64rem) {
  .PlayerOverlay--min {
    display: block; } }

.PlayerOverlay .PlayerOverlay-module:first-child {
  display: none; }

.PlayerOverlay .PlayerOverlay-module:last-child {
  display: inline-block;
  width: 100% !important; }

@media (min-width: 140rem) {
  .PlayerOverlay .PlayerOverlay-module:first-child {
    display: inline-block; }
  .PlayerOverlay .PlayerOverlay-module:last-child {
    width: 50% !important; } }

.PlayerOverlay .PlayerOverlay-module .Featured-Content-Belt {
  padding: 0 !important; }
  .PlayerOverlay .PlayerOverlay-module .Featured-Content-Belt .Belt-body .Belt-items--slightly-tight {
    padding: 0 !important; }
    .PlayerOverlay .PlayerOverlay-module .Featured-Content-Belt .Belt-body .Belt-items--slightly-tight .Belt-item {
      padding-left: 2px !important;
      padding-right: 2px !important;
      width: calc(25% - 4px) !important; }

.ShowListHero {
  margin: 0.3925rem 0;
  padding: 0.785rem 0;
  border-bottom: 1px solid #e2e2e2; }
  .ShowListHero::-webkit-scrollbar {
    display: none; }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .ShowListHero {
      overflow: scroll; } }
  @media (min-width: 47rem) {
    .ShowListHero .Tile-image-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 64rem) {
    .ShowListHero .Tile-image-wrap.preload {
      padding-top: 39%; } }
  .ShowListHero .ShowListHero-hero-img {
    display: none; }
    @media (min-width: 47rem) {
      .ShowListHero .ShowListHero-hero-img {
        display: block;
        height: auto; } }
  .ShowListHero .Tile:not(.Tile--hoverExpand) {
    margin-right: 0.785rem;
    outline: none; }
    @media (min-width: 47rem) {
      .ShowListHero .Tile:not(.Tile--hoverExpand) {
        margin-right: 0;
        margin-left: 1.57rem; } }

.ShowListHero-body::-webkit-scrollbar {
  display: none; }

@media (min-width: 47rem) and (max-width: 63.99rem) {
  .ShowListHero-body {
    width: 79.99rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll; } }

@media (max-width: 47rem) {
  .ShowListHero-items {
    margin: 0 -0.785rem; } }

.ShowListHero-readMore {
  display: none; }
  @media (min-width: 47rem) {
    .ShowListHero-readMore {
      display: block;
      right: 0;
      z-index: 8; } }

.ShowListHero-item-readMore {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff; }
  @media (min-width: 47rem) {
    .ShowListHero-item-readMore {
      display: none; } }

.ShowListHero-item-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  background-clip: border-box; }

.ShowListHero-item {
  margin-right: 0.785rem;
  outline: none; }

.ShowListHero-hero-img {
  width: 100%; }
  @media (min-width: 47rem) {
    .ShowListHero-hero-img {
      display: block;
      border-radius: 12px; } }

.ShowListHero-img-wrap {
  position: relative; }

.ShowListHero-img {
  bottom: 0;
  width: 100%; }
  @media (min-width: 47rem) {
    .ShowListHero-img {
      position: absolute; } }

.ShowListHero-hero-title {
  font-size: 1.25rem ;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0; }
  @media (min-width: 47rem) {
    .ShowListHero-hero-title {
      font-size: 1.375rem ;
      line-height: 1.27273; } }
  .ShowListHero-hero-title .FavouriteButton--plain {
    line-height: 0;
    top: 0.3925rem; }

.ShowListHero-item-title {
  font-weight: 800;
  margin-top: 0.785rem;
  margin-bottom: 0; }

.ShowListHero-item-synopsis,
.ShowListHero-hero-synopsis {
  font-size: 0.875rem ;
  line-height: 1.71429;
  margin-top: 0;
  color: #888f94; }

@media (min-width: 47rem) {
  .ShowListHero-item-synopsis {
    margin-top: 0.3925rem; } }

.ShowListHero--remove {
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border: 0;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: collapse;
          animation-name: collapse; }

@-webkit-keyframes collapse {
  .01% {
    height: 200px;
    opacity: 1; }
  100% {
    height: 1px;
    opacity: 0;
    display: none; } }

@keyframes collapse {
  .01% {
    height: 200px;
    opacity: 1; }
  100% {
    height: 1px;
    opacity: 0;
    display: none; } }

.SponsorList {
  list-style: none;
  background-color: #000; }
  @media (min-width: 64rem) {
    .SponsorList {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .SponsorList > div {
        text-align: center;
        display: inline-block; } }
  .App--featureWebShowPageUIRefresh .SponsorList {
    background-color: transparent;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 64rem) {
      .App--featureWebShowPageUIRefresh .SponsorList {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }

.App--featureWebShowPageUIRefresh .SponsorList--sidebar {
  background-color: transparent;
  padding-top: 40px; }

@media (min-width: 64rem) {
  .SponsorList--sidebar {
    padding-top: 40px; } }

.SponsorList--sidebar .SponsorList-item {
  padding: 0; }

.SponsorList-item {
  display: inline-block;
  padding: 1.57rem 1.57rem;
  color: #fff;
  text-decoration: none; }
  .App--featureWebShowPageUIRefresh .SponsorList-item {
    width: 50%;
    max-width: 240px;
    display: block; }
    @media (min-width: 64rem) {
      .App--featureWebShowPageUIRefresh .SponsorList-item {
        width: 100%; } }
  .SponsorList-item img {
    width: 100%;
    height: auto; }

.SocialList {
  margin-top: 0.785rem;
  padding-top: 0.785rem;
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.SocialList--hero {
  border: none; }
  .SocialList--hero .SocialList-item {
    margin-right: 0.785rem; }
    .SocialList--hero .SocialList-item a {
      padding: 0; }
      .SocialList--hero .SocialList-item a .icon, .SocialList--hero .SocialList-item a .Select::before, .SocialList--hero .SocialList-item a .ChannelLineup-item-image-playButton, .SocialList--hero .SocialList-item a .Tile-playButton {
        left: initial; }
        .SocialList--hero .SocialList-item a .icon::before, .SocialList--hero .SocialList-item a .Select::before, .SocialList--hero .SocialList-item a .ChannelLineup-item-image-playButton::before, .SocialList--hero .SocialList-item a .Tile-playButton::before {
          font-size: 2rem ;
          color: #bfbfbf; }
        .SocialList--hero .SocialList-item a .icon.icon-instagram::before, .SocialList--hero .SocialList-item a .icon-instagram.Select::before, .SocialList--hero .SocialList-item a .icon-instagram.ChannelLineup-item-image-playButton::before, .SocialList--hero .SocialList-item a .icon-instagram.Tile-playButton::before, .SocialList--hero .SocialList-item a .icon.icon-pinterest::before, .SocialList--hero .SocialList-item a .icon-pinterest.Select::before, .SocialList--hero .SocialList-item a .icon-pinterest.ChannelLineup-item-image-playButton::before, .SocialList--hero .SocialList-item a .icon-pinterest.Tile-playButton::before {
          font-size: 1.375rem ; }

.SocialList-tag {
  color: white;
  font-size: 1rem ;
  font-weight: bold;
  margin-right: 14px;
  text-transform: uppercase; }

.SocialList-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.SocialList-item {
  margin-right: 0.3925rem; }
  .SocialList-item a {
    font-size: 1.125rem ;
    line-height: 0.88889;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding: 0.52333rem 0; }
    .SocialList-item a.is-active, .SocialList-item a:hover {
      text-decoration: none; }
      .SocialList-item a.is-active .icon-facebook::before, .SocialList-item a:hover .icon-facebook::before {
        color: #3d5c99; }
      .SocialList-item a.is-active .icon-twitter::before, .SocialList-item a:hover .icon-twitter::before {
        color: #49b5ff; }
      .SocialList-item a.is-active .icon-mail::before, .SocialList-item a:hover .icon-mail::before {
        color: #0778d6; }
      .SocialList-item a.is-active .icon-pinterest::before, .SocialList-item a:hover .icon-pinterest::before {
        color: #bd081c; }
      .SocialList-item a.is-active .icon-instagram::before, .SocialList-item a:hover .icon-instagram::before {
        color: #d93175; }
    .SocialList-item a .icon, .SocialList-item a .Select::before, .SocialList-item a .ChannelLineup-item-image-playButton, .SocialList-item a .Tile-playButton {
      left: -12px;
      position: relative; }
    .SocialList-item a .icon::before, .SocialList-item a .Select::before, .SocialList-item a .ChannelLineup-item-image-playButton::before, .SocialList-item a .Tile-playButton::before {
      font-size: 3rem ;
      line-height: 0.5;
      -webkit-transition: color .2s;
      transition: color .2s;
      color: #000; }
    .SocialList-item a .icon-pinterest::before {
      font-size: 1.875rem ;
      line-height: 0.8; }
    .SocialList-item a .icon-instagram::before {
      font-size: 1.875rem ;
      line-height: 0.8; }

@media (max-width: 47rem) {
  .Slot--dark .Hero-bar-socialList {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.Sidebar {
  color: #000;
  padding: 0 !important; }

.Sidebar-label {
  border-color: #e2e2e2;
  margin-top: 1.57rem;
  margin-bottom: 0.785rem;
  padding-bottom: 0.785rem;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.Sidebar-label--plain {
  margin-bottom: 0;
  border: 0; }

.Sidebar-description {
  border-color: #e2e2e2;
  padding-bottom: 1.57rem; }
  @media (min-width: 64rem) {
    .Sidebar-description {
      margin-bottom: 1.57rem;
      border-bottom-width: 1px;
      border-bottom-style: solid; } }

.Sidebar-watchButton {
  margin-bottom: 1.57rem; }

.Sidebar-favourites {
  font-size: 0.75rem ;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch; }
  .Sidebar-favourites .icon, .Sidebar-favourites .Select::before, .Sidebar-favourites .ChannelLineup-item-image-playButton, .Sidebar-favourites .Tile-playButton {
    font-size: 1.25rem ;
    line-height: 0.8;
    color: #0778d6;
    margin-right: 0.3925rem;
    margin-bottom: 0.26167rem;
    font-weight: 400; }

.Sidebar-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.Sidebar-Menu {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #f3f3f3; }
  @media (max-width: 47rem) {
    .Sidebar-Menu {
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right); } }

.Sidebar-Sponsor {
  margin-top: 0.785rem;
  padding-top: 0.785rem;
  border-top: 1px solid #e2e2e2; }

.Sidebar-Sponsor-image {
  max-width: 220px; }
  @media (min-width: 64rem) {
    .Sidebar-Sponsor-image {
      max-width: 325px;
      width: 100%; } }

.Sidebar-link {
  color: #1d1d1d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out; }
  .Sidebar-link.is-active, .Sidebar-link:hover {
    color: #0778d6;
    border-color: #0778d6; }
  .Sidebar-link .icon::before, .Sidebar-link .Select::before, .Sidebar-link .ChannelLineup-item-image-playButton::before, .Sidebar-link .Tile-playButton::before {
    font-size: 1.625rem ;
    width: 20px;
    text-decoration: none; }

.Sidebar-link-copy {
  text-decoration: underline; }

.SidebarHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%; }

.SidebarHeader .Hero-channelLogo {
  margin-right: 0.785rem;
  width: 57px !important; }

.SidebarHeader img {
  height: auto;
  width: 57px; }

.SidebarHeader-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.SidebarHeader-badge {
  color: #fff;
  background-color: #cc3333;
  border-radius: 12px;
  padding: 0.19625rem 0.3925rem;
  text-transform: uppercase;
  z-index: 2; }

.SidebarHeader-title {
  padding-bottom: 0.3925rem;
  color: #fff;
  font-size: 1.375rem ;
  font-weight: 800; }

.Header {
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out;
  -webkit-transform: translateZ(0);
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000001;
  height: 60px;
  will-change: top; }
  @media (min-width: 64rem) {
    .Header {
      height: 70px; } }

.Header-container {
  overflow-x: visible;
  padding-left: 1.563rem; }
  @media (max-width: 47rem) {
    .Header-container {
      padding: 0 !important; } }
  @media (min-width: 47rem) {
    .Header-container {
      padding-right: 0; } }

.SiteNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px; }
  @media (max-width: 47rem) {
    .SiteNav {
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right); } }
  @media (min-width: 64rem) {
    .SiteNav {
      height: 70px; } }

.SiteNav-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .SiteNav-center a {
    margin-right: 0; }
  @media (min-width: 64rem) {
    .SiteNav-center {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      text-align: left; }
      .SiteNav-center a {
        margin-right: 1.25rem; } }

.SiteNav-items {
  list-style: none;
  padding-left: 0;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0; }
  @media (min-width: 64rem) {
    .SiteNav-items {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.SiteNav-items--left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

.SiteNav-items--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .SiteNav-items--right > li {
    margin-right: 0; }
    .SiteNav-items--right > li > a {
      margin: 0; }
      @media (min-width: 64rem) {
        .SiteNav-items--right > li > a {
          border-left: 1px solid #4b4b4b; } }
  .SiteNav-items--right.Enable-Profiles li a {
    border-left: none; }
  .SiteNav-items--right.Enable-Profiles .User-dropdown-section a {
    color: #fff; }

.SiteNav-item {
  line-height: 0;
  position: relative; }
  .SiteNav-item--title {
    height: 100%; }
  .SiteNav-item--title-link {
    font-size: 1.125rem ;
    display: none;
    text-decoration: none;
    font-weight: 500;
    height: 100%;
    padding: 0 1.25rem;
    color: #fff; }
    @media (min-width: 64rem) {
      .SiteNav-item--title-link {
        padding: 0 calc(12px + (((416px - (1440px - 100vw)) / 416)) * 12); } }
    @media only screen and (min-width: 1440px) {
      .SiteNav-item--title-link {
        padding: 0 1.5rem; } }
    .SiteNav-item--title-link > span.icon, .SiteNav-item--title-link > span.Select::before, .SiteNav-item--title-link > span.ChannelLineup-item-image-playButton, .SiteNav-item--title-link > span.Tile-playButton {
      font-size: 1.3125rem; }
  .SiteNav-item .SiteNav-one-news {
    background-image: url("../assets/images/logo-onenews-e2b28784ce2334125747dc6cccdb9ea7.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 110px;
    height: 22px;
    -webkit-transform: translateY(-21px);
            transform: translateY(-21px);
    padding: 0; }
    @media (min-width: 64rem) {
      .SiteNav-item .SiteNav-one-news {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0.785rem; } }
  .SiteNav-item.SiteNav-hasSub {
    position: static; }
  .SiteNav-item.SiteNav-item--hover .SiteNav-sub {
    display: block; }
  .SiteNav-item.SiteNav-mobi a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .SiteNav-item:not(.SiteNav-mobi-only)::before {
    background-color: #0778d6;
    border-radius: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: ' ';
    height: 3px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%; }
  .SiteNav-item.is-active::before {
    left: 50% !important;
    width: 0 !important; }
  .SiteNav-item.is-active:hover::before {
    left: 0 !important;
    width: 100% !important; }
  @media (min-width: 47rem) {
    .SiteNav-item {
      line-height: 1.35; } }
  @media (min-width: 64rem) {
    .SiteNav-item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .SiteNav-item.SiteNav-mobi-only a,
    .SiteNav-item.SiteNav-mobi-only span,
    .SiteNav-item.SiteNav-mobi-only div {
      display: none; } }
  @media (min-width: 64rem) {
    .SiteNav-item.is-active:not(.SiteNav-mobi.SiteNav-center)::before, .SiteNav-item:hover:not(.SiteNav-mobi.SiteNav-center)::before, .SiteNav-item.is-active.is-active:not(.SiteNav-mobi.SiteNav-center)::before, .SiteNav-item.is-active:hover:not(.SiteNav-mobi.SiteNav-center)::before {
      width: 100%;
      background-color: #0778d6;
      left: 0;
      z-index: 1; } }

.SiteNav-item--one-news:not(.SiteNav-mobi-only)::before {
  background-color: #cf1818; }

@media (min-width: 64rem) {
  .SiteNav-item--one-news.is-active::before, .SiteNav-item--one-news:hover::before, .SiteNav-item--one-news.is-active.is-active::before, .SiteNav-item--one-news.is-active:hover::before {
    background-color: #cf1818; } }

.SiteNav-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .SiteNav-search-wrapper.open {
    display: block; }

li.SiteNav-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: none;
  transition: none;
  width: 64px; }
  li.SiteNav-search > a {
    margin-right: -1.57rem;
    padding: 0.785rem; }
    li.SiteNav-search > a .icon::before, li.SiteNav-search > a .Select::before, li.SiteNav-search > a .ChannelLineup-item-image-playButton::before, li.SiteNav-search > a .Tile-playButton::before {
      font-size: 2.375rem ;
      line-height: 1; }
  li.SiteNav-search.is-active {
    -webkit-transition: width 0.1s ease-in;
    transition: width 0.1s ease-in;
    background-color: #0778d6;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0; }
    @media (max-width: 47rem) {
      li.SiteNav-search.is-active {
        padding-left: env(safe-area-inset-left); } }
    @media (min-width: 64rem) {
      li.SiteNav-search.is-active {
        width: 450px; } }
    li.SiteNav-search.is-active a {
      display: inline-block;
      background-color: #0778d6;
      margin-right: 0;
      padding-bottom: 0;
      border: 0;
      position: absolute;
      right: calc(1px);
      top: -3px;
      z-index: 2; }
      @media (min-width: 64rem) {
        li.SiteNav-search.is-active a {
          top: 3px;
          right: 0; } }

.SiteNav-tvnz-logo {
  background-image: url("/assets/images/logo-tvnz-a74db14a0d0a7ac62d2e6b2334d5973b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 27px;
  width: 99px;
  outline: none; }
  @media (min-width: 64rem) {
    .SiteNav-tvnz-logo {
      margin-top: 0;
      margin-left: 0; } }

.SiteNav-tvnz-logo-profiles {
  padding: 0 !important;
  margin-right: 12px; }
  .SiteNav-tvnz-logo-profiles .SiteNav-tvnz-logo-img {
    width: 83px;
    height: 23px;
    margin-bottom: 2px; }
    @media (max-width: 379px) {
      .SiteNav-tvnz-logo-profiles .SiteNav-tvnz-logo-img {
        height: 35px; } }
  .SiteNav-tvnz-logo-profiles .SiteNav-tvnz-kids-logo-img {
    height: 22px !important;
    margin-left: 4px;
    margin-bottom: 2px; }
    @media (min-width: 64rem) {
      .SiteNav-tvnz-logo-profiles .SiteNav-tvnz-kids-logo-img {
        height: 28px; } }
    @media (max-width: 379px) {
      .SiteNav-tvnz-logo-profiles .SiteNav-tvnz-kids-logo-img {
        height: 22px; } }

.SiteNav-item--icon {
  font-size: 1.5rem ;
  line-height: 0.75; }

.SiteNav-item-image {
  height: 21px;
  width: 21px;
  margin-right: 10px; }

.SiteNav-item .SiteNav-hamburger {
  padding-left: 0;
  position: relative;
  width: 64px;
  padding: 0; }
  .SiteNav-item .SiteNav-hamburger .icon, .SiteNav-item .SiteNav-hamburger .Select::before, .SiteNav-item .SiteNav-hamburger .ChannelLineup-item-image-playButton, .SiteNav-item .SiteNav-hamburger .Tile-playButton {
    font-size: 2.5rem ; }
  .SiteNav-item .SiteNav-hamburger:hover {
    background-color: none; }
  @media (min-width: 47rem) {
    .SiteNav-item .SiteNav-hamburger {
      left: -0.785rem; } }

.SiteNav--pinned {
  top: -50px; }
  @media (min-width: 64rem) {
    .SiteNav--pinned {
      top: 0; } }

.SiteNav--pushed {
  top: 0; }

.SiteNav-profile {
  display: none;
  position: relative; }
  .SiteNav-profile .icon, .SiteNav-profile .Select::before, .SiteNav-profile .ChannelLineup-item-image-playButton, .SiteNav-profile .Tile-playButton {
    font-size: 1.5rem ; }
  .SiteNav-profile.is-open::before {
    -webkit-transition: none;
    transition: none;
    width: 100%;
    left: 0; }
  @media (min-width: 64rem) {
    .SiteNav-profile {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.SiteNav-user {
  display: none; }
  .SiteNav-user a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .SiteNav-user .icon, .SiteNav-user .Select::before, .SiteNav-user .ChannelLineup-item-image-playButton, .SiteNav-user .Tile-playButton {
    font-size: 1.5rem ;
    line-height: 0;
    margin-left: 0.3925rem; }
  .SiteNav-user .User-dropdown {
    position: absolute;
    right: 0.785rem;
    top: 70px;
    z-index: 1001;
    margin-top: -0.52333rem; }
  @media (min-width: 64rem) {
    .SiteNav-user {
      display: block; } }

.User-dropdown-profile-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute !important;
  right: 0;
  position: relative; }
  .User-dropdown-profile-button::before {
    background-color: #0778d6;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: ' ';
    height: 3px;
    width: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 67px;
    z-index: 1002; }
  .User-dropdown-profile-button:hover::before {
    width: 280px;
    left: calc(-280px + 100%); }

.User-current-profile {
  font-size: 1.1875rem ;
  text-decoration: none;
  font-weight: 500;
  height: 70px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
  cursor: pointer; }
  .User-current-profile .User-current-profile-name {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 12px;
    margin-right: 8px; }
    @media (min-width: 1280px) {
      .User-current-profile .User-current-profile-name {
        margin-right: 24px; } }
    .User-current-profile .User-current-profile-name .User-current-profile-name-ellipsis {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 280px; }
      @media (min-width: 1280px) and (max-width: 1439px) {
        .User-current-profile .User-current-profile-name .User-current-profile-name-ellipsis {
          max-width: 200px; } }
      @media (min-width: 1200px) and (max-width: 1279px) {
        .User-current-profile .User-current-profile-name .User-current-profile-name-ellipsis {
          max-width: 80px; } }
    @media (max-width: 1199px) {
      .User-current-profile .User-current-profile-name {
        display: none;
        position: absolute; } }

.User-dropdown {
  display: none;
  z-index: 1001;
  background: #fff;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 8px 0; }
  .User-dropdown.is-open {
    display: block;
    position: absolute;
    right: 0;
    top: 70px;
    padding-top: 0; }
  .User-dropdown.User-dropdown-profiles {
    font-size: 1rem ;
    font-weight: 500;
    background: #000;
    border: none;
    width: 280px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .User-dropdown.User-dropdown-profiles::after, .User-dropdown.User-dropdown-profiles::before {
      border: none; }
    .User-dropdown.User-dropdown-profiles .User-dropdown-section {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 1rem ;
      font-weight: 500; }
      .User-dropdown.User-dropdown-profiles .User-dropdown-section span {
        display: inline-block; }
      .User-dropdown.User-dropdown-profiles .User-dropdown-section a:hover {
        text-decoration: none; }
    .User-dropdown.User-dropdown-profiles .User-dropdown-item {
      width: 100%; }
      .User-dropdown.User-dropdown-profiles .User-dropdown-item a {
        color: #9b9b9b;
        padding: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 24px; }
    .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section {
      position: relative; }
      .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .icon, .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .Select::before, .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .ChannelLineup-item-image-playButton, .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .Tile-playButton {
        font-size: 24px;
        padding-right: 8px;
        padding-left: 8px; }
        .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .icon-mylist-plus, .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .icon-mylist-check {
          color: #fff; }
        .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .icon-mylist-check {
          padding-right: 0; }
      .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .User-dropdown-item {
        margin-top: 0; }
        .User-dropdown.User-dropdown-profiles .User-dropdown-favourites-section .User-dropdown-item .User-dropdown-profiles-item-title {
          position: relative;
          color: #fff;
          font-size: 1rem;
          font-weight: 500; }
    .User-dropdown.User-dropdown-profiles .User-dropdown-profile-section a {
      color: #fff;
      font-size: 1rem ;
      font-weight: 500; }
    .User-dropdown.User-dropdown-profiles .User-dropdown-kids-profile-section {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 8px;
      padding-bottom: 16px; }
      .User-dropdown.User-dropdown-profiles .User-dropdown-kids-profile-section a {
        color: #fff;
        font-size: 1.25rem ;
        line-height: 24px;
        font-weight: 500; }
    .User-dropdown.User-dropdown-profiles .User-dropdown-option-section {
      margin-bottom: 4px; }
      .User-dropdown.User-dropdown-profiles .User-dropdown-option-section a {
        font-size: 1rem ;
        font-weight: 500; }
    .User-dropdown.User-dropdown-profiles .User-dropdown-item {
      margin-top: 4px; }
  .User-dropdown::after, .User-dropdown::before {
    bottom: 100%;
    right: 0.785rem;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .User-dropdown::after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px; }
  .User-dropdown::before {
    border-color: transparent;
    border-bottom-color: #e2e2e2;
    border-width: 8px;
    margin-left: -8px; }

.User-dropdown-list {
  list-style: none;
  -webkit-padding-start: 0;
     -moz-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px; }
  .User-dropdown-list.non-profile {
    padding-top: 0; }

.User-dropdown-item a {
  font-size: 0.875rem ;
  color: #000;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px; }

.User-dropdown-item.Profile {
  margin-top: 0 !important; }
  .User-dropdown-item.Profile:hover {
    background-color: #1d1d1d; }
  .User-dropdown-item.Profile.Avatar-item a {
    padding-top: 8px;
    padding-bottom: 8px; }

.User-dropdown-item.non-profile a {
  padding: 4px 16px; }

.User-dropdown-item-title,
.User-dropdown-profiles-item-title {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.User-dropdown-item-title {
  margin-left: 8px; }

.User-dropdown-profiles-item-title {
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.User-dropdown-profiles-item-title-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px; }

.User-dropdown-profiles-item-title-subtitle {
  font-size: 0.75rem ;
  letter-spacing: 1.12px;
  line-height: 16px;
  color: #9b9b9b;
  width: 180px; }

.User-dropdown-item-myshow {
  margin-left: 12px;
  margin-right: 16px; }
  .User-dropdown-item-myshow .icon, .User-dropdown-item-myshow .Select::before, .User-dropdown-item-myshow .ChannelLineup-item-image-playButton, .User-dropdown-item-myshow .Tile-playButton {
    color: #0778d6;
    font-size: 1.4rem;
    margin-left: 0;
    margin-right: 0.26167rem; }
  .User-dropdown-item-myshow a {
    padding: 8px 0; }
  .User-dropdown-item-myshow .badge {
    padding-top: 5px;
    min-width: 26px;
    margin-left: 16px; }
  .User-dropdown-item-myshow .User-dropdown-item-title {
    margin-left: 0; }

.Header--unpinned {
  top: -60px; }
  @media (min-width: 64rem) {
    .Header--unpinned {
      top: -70px; } }

.Header--pinned {
  top: 0; }

.SiteNav-sub {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #000;
  padding: 1.57rem 1.57rem; }

.SiteNav-sub-list {
  list-style: none;
  white-space: normal; }

.SiteNav-sub-list-item {
  display: inline-block;
  margin: 0.3925rem 0.3925rem 0.3925rem 0; }
  .SiteNav-sub-list-item a {
    position: relative;
    color: #fff;
    background: #1d1d1d;
    padding: 0.52333rem 1.57rem;
    font-weight: normal;
    border-radius: 8px; }
    .SiteNav-sub-list-item a.has-image {
      padding-left: 42px;
      border-radius: 25px 8px 8px 25px; }
    .SiteNav-sub-list-item a > span.icon-mylist-check {
      -webkit-transform: scale(1.4);
              transform: scale(1.4);
      margin-right: 4px !important; }
    .SiteNav-sub-list-item a > span.icon-mylist-plus,
    .SiteNav-sub-list-item a span.icon-star-active,
    .SiteNav-sub-list-item a .is-favourited span.icon-star:before,
    .is-favourited .SiteNav-sub-list-item a span.icon-star:before {
      -webkit-transform: scale(1.4);
              transform: scale(1.4);
      margin-right: 8px !important; }
  .SiteNav-sub-list-item:hover a, .SiteNav-sub-list-item.is-active a {
    background: #0778d6; }
    .SiteNav-sub-list-item:hover a .icon::before, .SiteNav-sub-list-item:hover a .Select::before, .SiteNav-sub-list-item:hover a .ChannelLineup-item-image-playButton::before, .SiteNav-sub-list-item:hover a .Tile-playButton::before, .SiteNav-sub-list-item.is-active a .icon::before, .SiteNav-sub-list-item.is-active a .Select::before, .SiteNav-sub-list-item.is-active a .ChannelLineup-item-image-playButton::before, .SiteNav-sub-list-item.is-active a .Tile-playButton::before {
      color: #fff; }
  .SiteNav-sub-list-item:hover .has-image, .SiteNav-sub-list-item.is-active .has-image {
    background: rgba(255, 255, 255, 0.3); }

.SiteNav-REPLACEMENT {
  line-height: 0.8; }

.SiteNav-sub-list-item-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
  width: 38px; }

[id='1 News Now'] {
  opacity: 0.85; }
  [id='1 News Now']:hover {
    opacity: 1; }

.SiteNav-item--title-link {
  color: #ccc; }
  .SiteNav-item--title-link:hover {
    color: #fff; }
    .SiteNav-item--title-link:hover img {
      opacity: 1; }
  .SiteNav-item--title-link img {
    opacity: 0.85; }

.siteNav-span {
  text-align: center; }
  .siteNav-span::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0px;
    color: white;
    overflow: hidden;
    visibility: hidden; }

.category #Categories .SiteNav-item--title-link img {
  opacity: 1; }

.category #Categories .siteNav-span {
  font-weight: bold;
  color: #fff; }

.heihei #HEIHEI .SiteNav-item--title-link img {
  opacity: 1; }

.heihei #HEIHEI .siteNav-span {
  font-weight: bold;
  color: #fff; }

.my-list [id='My List'] .SiteNav-item--title-link img,
.my-list [id='My List'] .SiteNav-item--title-link .icon,
.my-list [id='My List'] .SiteNav-item--title-link .Select::before,
.my-list [id='My List'] .SiteNav-item--title-link .ChannelLineup-item-image-playButton,
.my-list [id='My List'] .SiteNav-item--title-link .Tile-playButton {
  opacity: 1;
  color: white; }

.my-list [id='My List'] .siteNav-span {
  font-weight: bold;
  color: #fff; }

.live-tv-page [id='Live TV & Guide'] .siteNav-span {
  font-weight: bold;
  color: #fff; }

.home #Home .SiteNav-item--title-link img {
  opacity: 1; }

.home #Home .siteNav-span {
  font-weight: bold;
  color: #fff; }
  .home #Home .siteNav-span::after {
    font-weight: 500 !important; }

.tv-shows [id='TV Shows'] .siteNav-span {
  font-weight: bold;
  color: #fff; }

.movies #Movies .siteNav-span {
  font-weight: bold;
  color: #fff; }

.sports #Sport .siteNav-span {
  font-weight: bold;
  color: #fff; }

/**************************************
  $SIDEMENU - Used for Small and Medium-Small Devices
**************************************/
.SideMenu {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background-color: rgba(75, 75, 75, 0.8);
  top: -80px;
  bottom: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
  left: -100%;
  width: 100%;
  overflow: auto;
  z-index: 10000002;
  will-change: transform;
  -webkit-overflow-scrolling: touch; }
  .SideMenu.is-active, .SideMenu:hover {
    color: #fff; }
  .SideMenu,
  .SideMenu a {
    color: #fff; }
  .SideMenu.is-open {
    opacity: 1;
    left: 0; }
  .SideMenu .icon-star-active, .SideMenu .is-favourited .icon-star:before, .is-favourited .SideMenu .icon-star:before {
    font-size: 1.25rem ; }

.SideMenu-wrap {
  width: calc(100% - 50px);
  position: relative;
  min-height: 100%;
  list-style: none; }
  @media (max-width: 47rem) {
    .SideMenu-wrap {
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right); } }

.SideMenu-close {
  font-size: 2.25rem ;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  font-weight: 300; }
  .SideMenu-close .icon, .SideMenu-close .Select::before, .SideMenu-close .ChannelLineup-item-image-playButton, .SideMenu-close .Tile-playButton {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 80px;
    display: block;
    background-color: #000; }
  .SideMenu-close .icon::before, .SideMenu-close .Select::before, .SideMenu-close .ChannelLineup-item-image-playButton::before, .SideMenu-close .Tile-playButton::before {
    font-size: 3rem ;
    line-height: 1; }

.SideMenu-main {
  padding: 0;
  background: #000; }

.SideMenu-main-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .SideMenu-main-avatar .SideMenu-avatar-title {
    padding: 0 0.785rem;
    font-size: 1.25rem ;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px; }

.SideMenu-secondary-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .SideMenu-secondary-avatar .SideMenu-avatar-title {
    padding: 0 0.785rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px; }

.SideMenu-toggle {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.785rem;
  width: 100%; }
  .SideMenu-toggle .icon, .SideMenu-toggle .Select::before, .SideMenu-toggle .ChannelLineup-item-image-playButton, .SideMenu-toggle .Tile-playButton {
    font-size: 2.375rem ;
    line-height: 0.60526; }

.SideMenu-sub-wrap {
  padding-bottom: 0 !important;
  height: 50px; }
  .SideMenu-sub-wrap ul {
    background: #1d1d1d; }

.SideMenu-sub {
  background: #1d1d1d; }
  .SideMenu-sub::before {
    content: '';
    background: #000;
    background-size: 100%;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 1; }

.SideMenu-sub-list {
  list-style: none;
  display: none;
  padding-left: 0px; }

.SideMenu-sub-list-item a {
  position: relative; }
  .SideMenu-sub-list-item a.has-image {
    padding-left: 42px; }
  .SideMenu-sub-list-item a .SiteNav-sub-list-item-image {
    width: 35px;
    height: 35px;
    top: -6px; }

.SideMenu-borderBottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.SideMenu-borderTop {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.SideMenu-my-favourites {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .SideMenu-my-favourites .icon, .SideMenu-my-favourites .Select::before, .SideMenu-my-favourites .ChannelLineup-item-image-playButton, .SideMenu-my-favourites .Tile-playButton {
    font-size: 1.75rem ; }
  .SideMenu-my-favourites a {
    margin: 0;
    padding: 0 0.52333rem; }

.SideMenu-primary-list {
  list-style: none;
  padding: 0.785rem 0;
  margin: 0; }
  .SideMenu-primary-list li {
    padding: 0.785rem 1.57rem;
    font-weight: 500; }
    .SideMenu-primary-list li.is-active a,
    .SideMenu-primary-list li.is-active span {
      color: #fff;
      font-weight: bold; }
    .SideMenu-primary-list li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .SideMenu-primary-list li a span.icon-mylist-check {
        -webkit-transform: scale(1.4);
                transform: scale(1.4);
        padding-left: 3px; }
      .SideMenu-primary-list li a span.icon-mylist-plus {
        -webkit-transform: scale(1.4);
                transform: scale(1.4);
        padding-left: 3px;
        padding-right: 6px; }
  .SideMenu-primary-list .SideMenu-in {
    padding-top: 1.57rem;
    margin-bottom: 0.785rem;
    border-bottom: 1px solid #000; }
  .SideMenu-primary-list .icon-profile {
    font-size: 1.125rem ; }

.SideMenu-item-image {
  height: 21px;
  width: 21px;
  margin-right: 10px; }

.SideMenu-change-avatar a {
  margin: 0;
  padding: 0 0.52333rem; }

.SideMenu-change-avatar img {
  width: 21px;
  height: 21px; }

.SideMenu-login {
  padding: 0; }

.SideMenu-user-options li {
  color: #9b9b9b; }
  .SideMenu-user-options li a {
    color: #9b9b9b; }
    .SideMenu-user-options li a:hover {
      color: #fff; }
  .SideMenu-user-options li:hover {
    color: #fff; }

.SideMenu-one-news {
  background-image: url("../assets/images/logo-onenews-e2b28784ce2334125747dc6cccdb9ea7.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  padding: 0; }

.SideMenu-list {
  padding-bottom: 0.785rem; }

.disable-scroll {
  overflow-y: hidden; }
  @media (max-width: 47rem) {
    .disable-scroll {
      position: fixed;
      height: 100%;
      width: 100%; } }

.SideMenu-primary-list .News.Now img {
  opacity: 0.85; }
  .SideMenu-primary-list .News.Now img:hover {
    opacity: 1; }

.SideMenu-primary-list .parentArrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .SideMenu-primary-list .parentArrow:hover .siteNav-span,
  .SideMenu-primary-list .parentArrow:hover .icon-dropdown {
    color: #fff; }

.SideMenu-primary-list .siteNav-span,
.SideMenu-primary-list .icon-dropdown {
  color: #ccc; }
  .SideMenu-primary-list .siteNav-span:hover,
  .SideMenu-primary-list .icon-dropdown:hover {
    color: #fff; }

.SideMenu-primary-list .SideMenu-sub a {
  color: #ccc; }
  .SideMenu-primary-list .SideMenu-sub a:hover {
    color: #fff; }

.home .SideMenu-primary-list .Home {
  font-weight: bold; }
  .home .SideMenu-primary-list .Home .siteNav-span,
  .home .SideMenu-primary-list .Home .icon-dropdown {
    color: #fff; }
  .home .SideMenu-primary-list .Home img {
    opacity: 1; }

.category .SideMenu-primary-list .Categories {
  font-weight: bold; }
  .category .SideMenu-primary-list .Categories .siteNav-span,
  .category .SideMenu-primary-list .Categories .icon-dropdown {
    color: #fff; }
  .category .SideMenu-primary-list .Categories img {
    opacity: 1; }

.heihei .SideMenu-primary-list .HEIHEI {
  font-weight: bold; }
  .heihei .SideMenu-primary-list .HEIHEI .siteNav-span,
  .heihei .SideMenu-primary-list .HEIHEI .icon-dropdown {
    color: #fff; }
  .heihei .SideMenu-primary-list .HEIHEI img {
    opacity: 1; }

.my-list .SideMenu-primary-list .My.List span {
  font-weight: bold;
  color: #fff; }

.my-list .SideMenu-primary-list .My.List .siteNav-span,
.my-list .SideMenu-primary-list .My.List .icon-dropdown {
  color: #fff; }

.my-list .SideMenu-primary-list .My.List img {
  opacity: 1; }

.live-tv-page .SideMenu-primary-list .Live.TV,
.channel-page .SideMenu-primary-list .Live.TV {
  font-weight: bold; }
  .live-tv-page .SideMenu-primary-list .Live.TV .siteNav-span,
  .live-tv-page .SideMenu-primary-list .Live.TV .icon-dropdown,
  .channel-page .SideMenu-primary-list .Live.TV .siteNav-span,
  .channel-page .SideMenu-primary-list .Live.TV .icon-dropdown {
    color: #fff; }

.tv-shows .SideMenu-primary-list .TV.Shows {
  font-weight: bold; }
  .tv-shows .SideMenu-primary-list .TV.Shows .siteNav-span,
  .tv-shows .SideMenu-primary-list .TV.Shows .icon-dropdown {
    color: #fff; }

.movies .SideMenu-primary-list .Movies {
  font-weight: bold; }
  .movies .SideMenu-primary-list .Movies .siteNav-span,
  .movies .SideMenu-primary-list .Movies .icon-dropdown {
    color: #fff; }

.SideMenu-my-favourites a,
.SideMenu-my-favourites span {
  color: #eee; }

.secondaryAccounts .SideMenu-avatar-title {
  color: #eee; }

.secondaryAccounts a {
  color: #eee; }

.sideMenuOptions .My.List span {
  margin-right: 0.625rem !important;
  color: #ccc; }

.sideMenuOptions .sideMenuContainer .icon-mylist-plus-bold {
  font-size: 20px;
  margin-left: 0.5px; }

.sideMenuOptions .sideMenuContainer:hover img {
  opacity: 1; }

.sideMenuOptions .sideMenuContainer:hover span {
  color: #fff; }

.sideMenuOptions .sideMenuContainer img {
  opacity: 0.85; }

.changePicture:hover a {
  color: #fff; }

.changePicture:hover img {
  opacity: 1; }

.changePicture a {
  color: #eee; }

.changePicture img {
  opacity: 0.85; }

.icon-burger,
.icon-search {
  color: #fff; }

.SubNav {
  background: #303030;
  border-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  overflow: hidden;
  height: 51px;
  max-width: 100%;
  margin-bottom: -1px; }
  @media (min-width: 64rem) {
    .SubNav {
      border: 0;
      margin: 0;
      margin-bottom: -1px;
      height: auto;
      overflow: visible; } }

.SubNav-items {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  list-style: none;
  position: relative;
  margin: 0;
  height: 100px;
  padding-left: 0.785rem; }
  .SubNav-items::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }
  @media (min-width: 64rem) {
    .SubNav-items {
      overflow-x: visible;
      height: auto;
      padding-left: 0; } }

.SubNav-item {
  display: inline-block;
  padding-left: 1.57rem;
  padding-right: 1.57rem; }
  .SubNav-item a {
    position: relative;
    bottom: -1px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    padding: 0.785rem 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%; }
    .SubNav-item a.is-active, .SubNav-item a:hover {
      color: #0778d6;
      text-decoration: none; }
    @media (min-width: 64rem) {
      .SubNav-item a {
        white-space: normal; } }
  .SubNav-item.is-active {
    border-color: #0778d6;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
    .SubNav-item.is-active a {
      color: #0778d6; }
    @media (min-width: 64rem) {
      .SubNav-item.is-active {
        border-bottom: 0;
        position: relative; }
        .SubNav-item.is-active::before {
          content: '';
          width: 3px;
          height: 100%;
          background-color: #0778d6;
          position: absolute;
          left: 0; } }
  @media (min-width: 64rem) {
    .SubNav-item {
      display: block;
      margin-left: -1.57rem;
      padding-left: 1.57rem; }
      .SubNav-item a {
        font-size: 1.125rem ;
        line-height: 1.33333; } }

.Slot--dark .SubNav-item {
  font-weight: 400;
  margin-left: -1.57rem; }
  .Slot--dark .SubNav-item a {
    font-size: 1.125rem ; }
  .Slot--dark .SubNav-item.is-active {
    border-bottom-width: 0; }
    .Slot--dark .SubNav-item.is-active a {
      border-bottom: 3px; }

.Sidebar-Menu--cwg {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: calc(0.5 * 1.57rem);
  padding-right: calc(0.5 * 1.57rem);
  overflow: visible;
  position: relative; }
  @media (min-width: 64rem) {
    .Sidebar-Menu--cwg {
      border-top: none; }
      .Sidebar-Menu--cwg .SubNav {
        border-top: 1px solid rgba(255, 255, 255, 0.3); } }
  .Sidebar-Menu--cwg, .Sidebar-Menu--cwg .SubNav {
    background: transparent; }
  .Sidebar-Menu--cwg .SubNav-items {
    overflow: visible;
    height: 50px;
    padding-left: 0; }
  .Sidebar-Menu--cwg .SubNav-item {
    display: inline-block; }
    .Sidebar-Menu--cwg .SubNav-item a {
      border-bottom: 4px solid rgba(0, 0, 0, 0);
      color: #fff;
      opacity: .7;
      font-weight: 500;
      line-height: 20px; }
    .Sidebar-Menu--cwg .SubNav-item.is-active a {
      border-bottom: 4px solid #0778d6;
      opacity: 1; }
    .Sidebar-Menu--cwg .SubNav-item.is-active::before {
      display: none; }

.Tile {
  position: relative;
  z-index: 1;
  display: block; }
  .Tile.is-active .Tile-unavailable {
    background-color: rgba(0, 0, 0, 0.8); }
  .Tile.is-active .Tile-unavailable-description {
    display: block; }
    .Tile.is-active .Tile-unavailable-description a {
      color: #fff;
      text-decoration: underline; }

.Tile-thumb {
  overflow: hidden;
  border-radius: 12px;
  background-color: #e2e2e2;
  background-clip: padding-box;
  background-size: cover;
  font-size: 0; }
  .Tile-thumb .async-image {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0; }
  .Tile-thumb .is-loaded {
    opacity: 1; }

.Tile-thumb-image {
  width: 100%;
  opacity: 0.95;
  border-radius: 12px;
  background-clip: padding-box; }

.Tile--hoverExpand {
  border-radius: 12px;
  overflow: hidden; }

.Tile-title {
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  white-space: normal;
  padding: 0 3px; }
  .Tile-title > span {
    display: inline-block;
    max-width: 100%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    font-size: 14px;
    line-height: 18px;
    color: #fff; }
  .Tile-title > .Tile-icon {
    font-size: 22px;
    width: 10%;
    min-width: 22px;
    color: #888f94; }
  .Tile-title > .icon-mylist-active {
    color: #0778d6;
    padding-left: 2px; }

.sports-data {
  font-family: 'black_sans_condensed'; }
  .sports-data .Tile-title {
    padding: 0; }

@media (max-width: 47rem) {
  .swiper-slide .Tile-title {
    margin-bottom: 28px; } }

.sports-metadata {
  display: block;
  margin-bottom: 0px; }
  .sports-metadata .sports-metadata {
    font-size: 12px;
    font-weight: 700;
    color: #999999;
    letter-spacing: 0.02em; }
    .sports-metadata .sports-metadata .publish-date,
    .sports-metadata .sports-metadata .video-type {
      letter-spacing: 0.04em; }
  .sports-metadata .title {
    font-weight: 700;
    white-space: initial;
    font-size: 16px;
    line-height: 1.187rem;
    margin-bottom: 2px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
    @media (max-width: 1023px) {
      .sports-metadata .title {
        font-size: 14px; } }
  .sports-metadata .competition {
    white-space: initial;
    color: #999999;
    font-weight: 500; }

.sports-data {
  margin-right: 16px;
  cursor: pointer; }

.Tile-playTitle {
  font-size: 1rem ;
  line-height: 1.125;
  font-weight: 800;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1rem;
  min-width: 0;
  margin-right: 0.785rem; }

.Tile-playDuration {
  font-size: 0.75rem ;
  color: #fff;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 0.19625rem 0.19625rem;
  margin-top: 0.19625rem; }
  .App--featureWebShowPageUIRefresh .Tile-playDuration {
    padding: 5px 10px; }
  .Tile-playDuration.sports {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2px 8px 2px 2px;
    right: 8px;
    position: absolute;
    font-size: 12px;
    line-height: 1.25rem;
    font-weight: 700;
    bottom: 0.5rem; }
    .Tile-playDuration.sports .icon, .Tile-playDuration.sports .Select::before, .Tile-playDuration.sports .ChannelLineup-item-image-playButton, .Tile-playDuration.sports .Tile-playButton {
      font-size: 1.2rem;
      line-height: 1.25rem; }

.Tile-icon {
  font-size: 1.5rem ;
  line-height: 0.83333;
  float: right;
  color: #888f94;
  cursor: pointer; }
  .Tile-icon.icon-star-active:hover::before, .Tile-icon.icon-star-inactive:hover::before {
    color: #0778d6; }
  .Tile-icon.icon-star-inactive:hover::before {
    color: #888f94; }

.Tile-image-wrap {
  position: relative;
  display: block;
  font-size: 0;
  bottom: 0;
  width: 100%; }
  .Tile-image-wrap:hover .Tile-playButton {
    color: #0778d6;
    background-color: #fff; }
    .Tile-image-wrap:hover .Tile-playButton::before {
      color: #0778d6;
      z-index: 9; }
    .Tile-image-wrap:hover .Tile-playButton::after {
      background-color: #fff;
      opacity: 0;
      -webkit-transform: scale(1.4);
              transform: scale(1.4); }

.Tile-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .App--featureWebShowPageUIRefresh .Tile-play {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.Tile-playButton {
  text-decoration: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  margin: 0rem 0.785rem 0.125rem 0.125rem;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #0778d6; }
  .App--featureWebShowPageUIRefresh .Tile-playButton {
    width: 32px;
    height: 32px;
    background: none; }
  .Tile-playButton::before {
    font-size: 1.5rem ;
    line-height: 1.33333;
    position: absolute;
    left: 4px;
    color: #fff;
    z-index: 1; }
    .App--featureWebShowPageUIRefresh .Tile-playButton::before {
      font-size: 1.6875rem ;
      line-height: 1.25926; }
  .Tile-playButton::after {
    content: '';
    display: block;
    background: currentColor;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s, opacity 0.6s;
    transition: all 0.4s, opacity 0.6s; }
    .App--featureWebShowPageUIRefresh .Tile-playButton::after {
      width: 32px;
      height: 32px;
      background-color: currentColor; }

.Tile-image-tile {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0.3925rem 0.3925rem;
  font-size: initial;
  z-index: 1; }
  .swiper-slide.sports .Tile-image-tile {
    padding: 0; }

.Tile-badge {
  color: #fff;
  border-radius: 4px;
  left: 0.3925rem;
  bottom: 0.3925rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  overflow: hidden; }
  .Tile-badge.sports {
    left: 8px;
    bottom: 8px;
    margin: 0; }
    .Tile-badge.sports.has-progress {
      bottom: 12px; }
  .Tile-badge span {
    background-color: #0778d6;
    padding: 0.19625rem 0.3925rem;
    text-align: center; }
    .Tile-badge span.Tile-badge--white {
      color: #0778d6;
      background-color: #fff; }

.Landscape-image img {
  position: relative;
  z-index: 1;
  mask-image: linear-gradient(222deg, black, rgba(0, 0, 0, 0.6) 20%, transparent);
  -webkit-mask-image: linear-gradient(222deg, black, rgba(0, 0, 0, 0.6) 20%, transparent);
  opacity: 0.6; }

.Tile-image {
  font-size: 0;
  border-radius: 12px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .Tile-image img {
    width: 100%; }
  .Tile-image::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(21, 34, 43, 0)), to(#000));
    background-image: linear-gradient(to bottom, transparent, rgba(21, 34, 43, 0), #000);
    padding: 0 1.57rem 0.785rem; }
    .App--featureWebShowPageUIRefresh .Tile-image::after {
      opacity: 0.5; }
  .Tile-image.Tile-image--channel {
    background-color: transparent; }

.Tile-image--unavailable::before {
  background-image: none; }

.Tile-generic-meta {
  font-size: 0.875rem ;
  line-height: 1;
  padding-left: 0;
  list-style: none; }
  .Tile-generic-meta li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .Tile-generic-meta li::before {
      font-size: 3.25rem ;
      line-height: 0.30769;
      content: '\00b7';
      position: relative;
      bottom: 3px;
      margin-right: 0.26167rem; }

.Tile-meta {
  color: #888f94;
  list-style: none;
  padding: 0;
  margin: 0.785rem 0 0.3925rem; }
  .Tile-meta li {
    display: inline-block;
    position: relative; }
    .Tile-meta li::before {
      font-size: 2rem ;
      line-height: 0;
      content: '\00b7';
      position: relative;
      top: 5px;
      margin-right: 0.26167rem; }
    .Tile-meta li:first-child::before {
      content: none; }

.Tile-logo {
  margin-top: 0.52333rem;
  width: 40px;
  min-width: 40px;
  height: auto; }

.Tile-unavailable {
  font-size: 1rem ;
  line-height: 1.125;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
  cursor: pointer; }
  .Tile-unavailable button {
    text-decoration: underline; }
  .Tile-unavailable p {
    margin-top: 0;
    margin-bottom: 0.19625rem; }

.Tile-unavailable-text {
  padding: 0.785rem 1.57rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }

.Tile-unavailable-description {
  display: none; }
  .Tile-unavailable-description .icon, .Tile-unavailable-description .Select::before, .Tile-unavailable-description .ChannelLineup-item-image-playButton, .Tile-unavailable-description .Tile-playButton {
    font-size: 1rem ;
    position: relative;
    top: 3px;
    right: 6px; }

.Tile--md .Tile-playDuration {
  font-size: 1rem ; }

.Tile--md .Tile-playButton,
.Tile--md .App--featureWebShowPageUIRefresh .Tile-playButton {
  width: 48px;
  height: 48px; }
  .Tile--md .Tile-playButton:before,
  .Tile--md .App--featureWebShowPageUIRefresh .Tile-playButton:before {
    font-size: 2.5rem ;
    line-height: 1.25;
    padding-left: 2px; }
  .Tile--md .Tile-playButton:after,
  .Tile--md .App--featureWebShowPageUIRefresh .Tile-playButton:after {
    width: 48px;
    height: 48px; }

.Tile--md .Tile-image-tile {
  padding: 0 0.5rem 0.5rem; }

.Tile--md .Progress {
  height: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.5rem; }

.Tile--lg {
  cursor: pointer; }
  .Tile--lg .Tile-image-tile {
    padding: 0 0.785rem 0.785rem; }
  .Tile--lg .Tile-playTitle-title {
    font-size: 1.125rem ;
    line-height: 1.22222;
    display: block;
    margin-bottom: 0.3925rem; }
  .Tile--lg .Tile-playTitle-description {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%; }
  .Tile--lg .Tile-playButton, .Tile--lg .Tile-playButton::after {
    width: 64px;
    height: 64px; }
  .Tile--lg .Tile-playButton::before {
    font-size: 3rem ;
    line-height: 1.33333;
    left: 8px; }

.ChannelTile {
  margin-bottom: 0.09813rem !important;
  margin-top: 0.09813rem !important; }

.Slot-Top .Tile-thumb,
.Slot-Top .Tile-image,
.Slot-Under .Tile-thumb,
.Slot-Under .Tile-image,
.Slot-Aside-wrap .Tile-thumb,
.Slot-Aside-wrap .Tile-image {
  background: transparent; }

.Slot-Top .Tile-title,
.Slot-Under .Tile-title,
.Slot-Aside-wrap .Tile-title {
  color: #fff; }

.Slot-Top .Tile-image:not(.Tile-image--channel) .Tile-playButton,
.Slot-Under .Tile-image:not(.Tile-image--channel) .Tile-playButton,
.Slot-Aside-wrap .Tile-image:not(.Tile-image--channel) .Tile-playButton {
  color: #0778d6; }

.Tile-playButton--red {
  color: #cc3333; }

.Tile-text--truncate {
  overflow: hidden; }

.Tile-title--truncate {
  height: 100%; }
  .Tile-title--truncate > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.Tile-badge--expiring_episode span,
.Tile-badge--red span,
.Tile-badge--live span {
  background-color: #cc3333; }
  .Tile-badge--expiring_episode span.Tile-badge--white,
  .Tile-badge--red span.Tile-badge--white,
  .Tile-badge--live span.Tile-badge--white {
    color: #cc3333;
    background-color: #fff; }

.Tile-badge--expiring_episode.sports,
.Tile-badge--red.sports,
.Tile-badge--live.sports {
  padding: 1px 6px;
  letter-spacing: 0.04em;
  font-family: "black_sans_condensed", "Helvetica Neue", Helvetica, sans-serif; }
  .Tile-badge--expiring_episode.sports.LIVE,
  .Tile-badge--red.sports.LIVE,
  .Tile-badge--live.sports.LIVE {
    background-color: #e42121; }
  .Tile-badge--expiring_episode.sports.UPCOMING,
  .Tile-badge--red.sports.UPCOMING,
  .Tile-badge--live.sports.UPCOMING {
    background-color: #098890; }

.Tile-badge--inline {
  position: relative;
  top: -1px !important;
  margin-left: 8px;
  left: 0;
  top: 0; }

.ChannelTile.ChannelTile--boxed {
  border: 1px solid #4b4b4b; }

.App--featureWebRestOfSiteUIRefresh .Tile-thumb {
  background-color: #111; }

.Epg-item, .TVGuide-days-item, .TVGuide-cell {
  position: relative; }
  .Epg-item:not(.TVGuide-cell):hover .icon, .TVGuide-days-item:not(.TVGuide-cell):hover .icon, .TVGuide-cell:not(.TVGuide-cell):hover .icon, .Epg-item:not(.TVGuide-cell):hover .Select::before, .TVGuide-days-item:not(.TVGuide-cell):hover .Select::before, .TVGuide-cell:not(.TVGuide-cell):hover .Select::before, .Epg-item:not(.TVGuide-cell):hover .ChannelLineup-item-image-playButton, .TVGuide-days-item:not(.TVGuide-cell):hover .ChannelLineup-item-image-playButton, .TVGuide-cell:not(.TVGuide-cell):hover .ChannelLineup-item-image-playButton, .Epg-item:not(.TVGuide-cell):hover .Tile-playButton, .TVGuide-days-item:not(.TVGuide-cell):hover .Tile-playButton, .TVGuide-cell:not(.TVGuide-cell):hover .Tile-playButton {
    color: #fff; }
  .is-selected.Epg-item, .is-selected.TVGuide-days-item, .is-selected.TVGuide-cell {
    z-index: 3;
    background-color: #0778d6;
    border-color: #0778d6;
    color: #fff; }
    .is-selected.Epg-item .icon, .is-selected.TVGuide-days-item .icon, .is-selected.TVGuide-cell .icon, .is-selected.Epg-item .Select::before, .is-selected.TVGuide-days-item .Select::before, .is-selected.TVGuide-cell .Select::before, .is-selected.Epg-item .ChannelLineup-item-image-playButton, .is-selected.TVGuide-days-item .ChannelLineup-item-image-playButton, .is-selected.TVGuide-cell .ChannelLineup-item-image-playButton, .is-selected.Epg-item .Tile-playButton, .is-selected.TVGuide-days-item .Tile-playButton, .is-selected.TVGuide-cell .Tile-playButton {
      color: #fff; }
    .is-selected.Epg-item::after, .is-selected.TVGuide-days-item::after, .is-selected.TVGuide-cell::after {
      content: '';
      position: absolute;
      opacity: 1;
      display: block;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0778d6;
      top: 100%;
      left: 0.785rem; }

.TVGuide-days {
  padding: 0;
  position: relative;
  overflow: visible; }
  .TVGuide-days .slick-list {
    height: 70px;
    margin-top: 0;
    overflow-y: visible;
    overflow-x: hidden; }
  .TVGuide-days .slick-arrow {
    width: 25px;
    height: 25px; }
  @media (min-width: 64rem) {
    .TVGuide-days .slick-track {
      width: 100% !important; }
    .TVGuide-days .TVGuide-days-item {
      width: 12.5% !important; } }

.TVGuide-days-btn {
  outline: none;
  width: 100%; }

.TVGuide-days-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 128px;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #e2e2e2;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .TVGuide-days-item:last-child {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px; }
  .TVGuide-days-item:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; }
  .TVGuide-days-item::after {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    content: '';
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50% !important; }
  .TVGuide-days-item:not(.is-selected):hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .TVGuide-days-item p {
    margin: 0.3925rem 0;
    font-weight: 500;
    line-height: 1.2; }
    .TVGuide-days-item p small {
      font-weight: 400; }

.TVGuide-line--channels {
  position: absolute;
  font-size: 0;
  left: 0;
  z-index: 1;
  background: #fff; }

.TVGuide-line.TVGuide-line--timeline {
  font-size: 0.75rem ;
  height: auto; }
  .TVGuide-line.TVGuide-line--timeline .TVGuide-cell {
    background-color: transparent;
    border-right: 1px solid #e2e2e2;
    width: 178px;
    height: auto; }
    .TVGuide-line.TVGuide-line--timeline .TVGuide-cell.TVGuide-cell--stick {
      border-left: 0;
      border-top: 0;
      border-bottom: 0; }

.TVGuide-channelLogo {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.TVGuide-schedule {
  position: relative;
  overflow: hidden;
  padding-top: 0.785rem;
  margin-bottom: 0.785rem;
  border-radius: 12px; }
  .TVGuide-schedule .Epg-detail {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2; }

.TVGuide-schedule-scrollable {
  left: 0;
  right: 0;
  margin-left: 86px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-right: -2px;
  padding-bottom: 20px;
  margin-bottom: -20px; }
  @media (min-width: 64rem) {
    .TVGuide-schedule-scrollable {
      margin-right: -4px; } }
  .TVGuide-schedule-scrollable::-webkit-scrollbar {
    display: none; }

.TVGuide-line {
  height: 89px;
  white-space: nowrap;
  margin-bottom: 1px;
  margin-top: 1px;
  position: relative;
  -webkit-transition: margin-bottom 0.4s ease-in-out;
  transition: margin-bottom 0.4s ease-in-out; }

.TVGuide-cell {
  -webkit-transition: margin-bottom 0.4s ease-in-out;
  transition: margin-bottom 0.4s ease-in-out;
  display: inline-block;
  outline: none;
  position: relative;
  text-align: left;
  background-color: #e2e2e2;
  padding: 0 0.19625rem;
  height: 89px;
  margin-left: 1px;
  margin-right: 1px;
  border-bottom: 1px solid transparent;
  /*
  * after node-sass upgrade to 4.12.0, :not pseudo no longer accept list of classes as an argument
  * https://github.com/sass/node-sass/issues/2330
  */ }
  .TVGuide-cell.is-unavailable {
    color: #999; }
    .TVGuide-cell.is-unavailable .icon, .TVGuide-cell.is-unavailable .Select::before, .TVGuide-cell.is-unavailable .ChannelLineup-item-image-playButton, .TVGuide-cell.is-unavailable .Tile-playButton {
      color: #999; }
  .TVGuide-cell.TVGuide-cell--stick {
    background-color: transparent;
    text-align: center;
    width: 86px;
    border: 1px solid #e2e2e2;
    display: block;
    margin-bottom: 1px;
    position: relative;
    margin-left: 0; }
    .TVGuide-cell.TVGuide-cell--stick:hover {
      background: initial; }
  .TVGuide-cell.TVGuide-cell--legend {
    font-size: 0.75rem ;
    height: auto;
    background-color: transparent;
    margin: 1px; }
    .TVGuide-cell.TVGuide-cell--legend:hover {
      background: initial; }
  .TVGuide-cell.EPG-item {
    padding: 0.785rem 0.3925rem; }
  .TVGuide-cell:not(.TVGuide-cell--stick):not(.TVGuide-cell--time):not(.TVGuide-cell--placeholder):not(.is-selected):hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .TVGuide-cell .is-selected {
    background-color: #0778d6; }

.TVGuide-scrubber {
  margin: 1.57rem 0; }

.TVGuide-scrubber-bar {
  height: 4px;
  border-radius: 2px;
  background-color: #0778d6;
  position: relative; }

.TVGuide-cell--placeholder {
  cursor: initial; }

.TVGuide-scrubber-locationContainer {
  margin-right: 82px;
  position: relative; }

.TVGuide-scrubber-location {
  font-size: 1rem ;
  display: inline-block;
  position: absolute;
  width: 82px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background-color: #0778d6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.19625rem 0.3925rem;
  border-radius: 4px;
  left: 50%;
  -ms-touch-action: none;
      touch-action: none;
  cursor: pointer; }

.Epg-item-meta {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.3925rem; }

.TVGuide-channel {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .TVGuide-channel:hover {
    opacity: 0.7; }

.App--featureWebRestOfSiteUIRefresh .TVGuide-days-item {
  border-color: #333; }
  .App--featureWebRestOfSiteUIRefresh .TVGuide-days-item.is-selected {
    background-color: #0778d6; }

.App--featureWebRestOfSiteUIRefresh .TVGuide-cell {
  background-color: #4d4d4d;
  /*
    * after node-sass upgrade to 4.12.0, :not pseudo no longer accept list of classes as an argument
    * https://github.com/sass/node-sass/issues/2330
    */ }
  .App--featureWebRestOfSiteUIRefresh .TVGuide-cell.TVGuide-cell--time {
    background-color: #333;
    border-color: transparent; }
  .App--featureWebRestOfSiteUIRefresh .TVGuide-cell.TVGuide-cell--stick {
    border: 1px solid #333;
    background-color: #333;
    margin-top: 0; }
  .App--featureWebRestOfSiteUIRefresh .TVGuide-cell.is-selected {
    background-color: #0778d6;
    color: #fff;
    border-bottom: 1px solid #111; }
    .App--featureWebRestOfSiteUIRefresh .TVGuide-cell.is-selected .icon, .App--featureWebRestOfSiteUIRefresh .TVGuide-cell.is-selected .Select::before, .App--featureWebRestOfSiteUIRefresh .TVGuide-cell.is-selected .ChannelLineup-item-image-playButton, .App--featureWebRestOfSiteUIRefresh .TVGuide-cell.is-selected .Tile-playButton {
      color: #fff; }
  .App--featureWebRestOfSiteUIRefresh .TVGuide-cell.is-selected.is-unavailable .Epg-item-meta-not-available {
    background-color: rgba(255, 255, 255, 0.8);
    color: #0778d6; }
  .App--featureWebRestOfSiteUIRefresh .TVGuide-cell:not(.TVGuide-cell--stick):not(.TVGuide-cell--time):not(.TVGuide-cell--placeholder):not(.is-selected):hover {
    background-color: #595959; }

.App--featureWebRestOfSiteUIRefresh .TVGuide-line--channels {
  background: #333;
  margin-top: 1px; }

.Avatar {
  border-radius: 50%; }

.Avatar-Title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.Avatar-Lge {
  width: 140px;
  height: 140px; }
  .Avatar-Lge + .Avatar-Title {
    display: block;
    text-align: center;
    margin-top: 0.5rem; }

.Avatar-MdLge {
  width: 48px;
  height: 48px; }
  .Avatar-MdLge + .Avatar-Title {
    padding: 0.5rem 1rem; }

.Avatar-Md {
  width: 40px;
  height: 40px; }
  .Avatar-Md + .Avatar-Title {
    padding: 0.5rem 1rem; }

.Avatar-Sm {
  width: 32px;
  height: 32px; }
  .Avatar-Sm + .Avatar-Title {
    padding: 0.5rem 1rem; }

.Add-Avatar {
  font-size: 3rem;
  width: 140px;
  height: 140px;
  border: solid 4px #c2c2c2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.scod-select-avatar {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px; }
  .scod-select-avatar div {
    width: 120px;
    height: 120px;
    padding: 0;
    margin: 0;
    margin-bottom: 4px; }
    .scod-select-avatar div::after {
      content: url("/assets/images/ic-edit-1d2aa9cebb965f3a3142514a864ce804.svg");
      position: relative;
      opacity: 0;
      z-index: 2;
      top: -95px;
      height: 52.5px;
      width: 52.5px;
      visibility: hidden;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      padding: 0 33.75px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .scod-select-avatar div::after {
          content: url("/assets/images/ic-edit-ie-113cd55beef083e3c4684efbfcc97801.png");
          top: -100px; } }
    .scod-select-avatar div img {
      width: 100%;
      height: 100%;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
  .scod-select-avatar:hover div img {
    -webkit-filter: brightness(60%);
            filter: brightness(60%); }
  .scod-select-avatar:hover div::after {
    visibility: visible;
    opacity: 0.75; }
  .scod-select-avatar span {
    font-size: 0.875rem ;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }

.ItemStrip {
  color: #fff;
  padding-bottom: 1.57rem;
  position: relative;
  width: 100%;
  overflow-x: hidden; }

.ItemStrip::before,
.ItemStrip::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  z-index: 8;
  width: 30%; }
  @media (min-width: 47rem) {
    .ItemStrip::before,
    .ItemStrip::after {
      width: 200px; } }

.ItemStrip::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1d1d1d), to(rgba(29, 29, 29, 0)));
  background: linear-gradient(to right, #1d1d1d 0%, rgba(29, 29, 29, 0) 100%); }

.ItemStrip::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
  background: linear-gradient(to right, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%); }

.ItemStrip-header {
  padding: 1.57rem 1.57rem 0.785rem;
  position: relative;
  z-index: 9; }
  @media (max-width: 47rem) {
    .ItemStrip-header {
      text-align: center; } }

.ItemStrip-items {
  list-style: none;
  padding: 0; }
  .ItemStrip-items .slick-list {
    overflow: visible; }
  .ItemStrip-items .slick-slide {
    margin: 0 0.3925rem; }
    .ItemStrip-items .slick-slide:hover {
      position: relative;
      z-index: 3; }

.ItemStrip-item {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none; }
  .ItemStrip-item img {
    width: 100%; }
  .ItemStrip-item.is-active .ItemStrip-item-image, .ItemStrip-item:hover .ItemStrip-item-image {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-clip: padding-box;
    cursor: pointer;
    z-index: 1; }
    @media (min-width: 47rem) {
      .ItemStrip-item.is-active .ItemStrip-item-image, .ItemStrip-item:hover .ItemStrip-item-image {
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
        outline: none;
        -webkit-animation: expand .5s ease-in-out both;
                animation: expand .5s ease-in-out both; }
        .ItemStrip-item.is-active .ItemStrip-item-image img, .ItemStrip-item:hover .ItemStrip-item-image img {
          opacity: 1; } }

.ItemStrip-item-image {
  position: absolute;
  top: 0; }
  .ItemStrip-item-image::before {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1; }
  .ItemStrip-item-image img {
    overflow: hidden;
    border-radius: 12px;
    background-clip: padding-box; }

.ItemStrip-item-title {
  font-size: 1.375rem ;
  font-weight: 800;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 2; }

.Slot {
  max-width: 100%;
  margin: 0; }

@media (max-width: 47rem) {
  .Slot-Top {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right); } }

.Slot-Main {
  padding: 0 !important;
  background-color: #111111; }
  .Slot-Main > .ember-view {
    width: 100%; }

.Slot-top .Advert {
  margin-top: 0.785rem; }

@media (min-width: 64rem) {
  .Slot-Content,
  .Slot-Aside,
  .Slot-Left {
    padding-top: 0.785rem; } }

.Slot-Content {
  position: relative;
  background-color: #fff; }
  @media (max-width: 47rem) {
    .Slot-Content div > .FullRow {
      margin-top: 1.57rem; } }

.section .Grid.Grid--withGutter.Grid--stretch, .section .Grid--stretch.ArticleRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.section .Slot-Content.Slot--category.Grid-cell.u-pB-lg, .section .Slot-Content.Slot--category.u-pB-lg.ArticleCard--small, .section .Slot-Content.Slot--category.u-pB-lg.ArticleCard--medium {
  width: calc(100% * 3 / 4); }

.Slot-Aside {
  color: #fff; }
  .Slot-Aside a {
    color: #fff; }
  .App--featureWebShowPageUIRefresh .Slot-Aside {
    padding-top: 15px !important;
    padding: 0 !important; }

.Slot-Under {
  color: #fff;
  background-color: #1d1d1d;
  margin-top: 3.14rem;
  margin-left: calc(-0.5 * 1.57rem);
  margin-right: calc(-0.5 * 1.57rem);
  padding-top: 0.785rem;
  padding-left: calc(0.5 * 1.57rem);
  padding-right: calc(0.5 * 1.57rem); }
  .Slot-Under:not(.a-class-that-does-not-exist) {
    margin-left: calc(calc(-0.5 * 1.57rem) - env(safe-area-inset-left));
    margin-right: calc(calc(-0.5 * 1.57rem) - env(safe-area-inset-right)); }
    @media (max-width: 47rem) {
      .Slot-Under:not(.a-class-that-does-not-exist) {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right); } }
  @media (min-width: 47rem) {
    .Slot-Under {
      margin-left: calc(-0.25 * 2.3393rem);
      margin-right: calc(-0.25 * 2.3393rem);
      padding-top: 0.3925rem;
      padding-bottom: 0.785rem; }
      .Slot-Under:not(.a-class-that-does-not-exist) {
        margin-left: calc(calc(-0.5 * 1.57rem) - env(safe-area-inset-left));
        margin-right: calc(calc(-0.5 * 1.57rem) - env(safe-area-inset-right)); } }
    @media (min-width: 47rem) and (max-width: 47rem) {
      .Slot-Under:not(.a-class-that-does-not-exist) {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right); } }
  .Slot-Under .ReadMore {
    color: #fff; }
  @media (max-width: 47rem) {
    .Slot-Under .FeaturedList-wrap {
      overflow-x: hidden; } }

.Slot-Left {
  background: #303030;
  padding-left: env(safe-area-inset-left) !important;
  padding-right: env(safe-area-inset-right) !important; }

.Slot-Bottom {
  color: #fff;
  background-color: #1d1d1d;
  position: relative;
  z-index: 0; }
  @media (max-width: 47rem) {
    .Slot-Bottom {
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right); } }

@media (min-width: 47rem) {
  .Slot-Aside-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 1.57rem;
    padding-bottom: 1.57rem; } }

@media (min-width: 64rem) {
  .Slot-Aside-wrap {
    -webkit-transition: top .2s ease-out;
    transition: top .2s ease-out;
    -webkit-transform: translateZ(0);
    padding-left: calc(0.5 * 2.3393rem) !important;
    padding-right: calc(0.5 * 2.3393rem) !important; } }

.SlotWrap-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media (min-width: 47rem) {
  .Slot-Content-hasUnder > div:last-child {
    margin-left: calc(-2.3393rem / 4);
    margin-right: calc(-2.3393rem / 4); } }

.Slot--dark,
.Slot--dark .Slot-Content {
  background-color: #000;
  color: #fff;
  padding-top: 0; }

@media (min-width: 64rem) {
  .Slot--dark .Slot-Content {
    padding-bottom: 1.57rem; } }

.Slot--dark .Breadcrumbs-item,
.Slot--dark .Breadcrumbs-item a, .Slot--dark .Breadcrumbs-item::after {
  color: #888f94;
  font-size: 0.75rem ; }

.Slot--dark .Category-header-wrap {
  padding-left: 0;
  padding-right: 0; }

.Slot--dark .Article,
.Slot--dark .ItemGridList {
  padding-left: 0;
  padding-right: 0; }

.Slot--dark .Tile-title,
.Slot--dark .ReadMore {
  color: #fff; }

.Slot--dark .Tile-image,
.Slot--dark .Tile-thumb {
  background-color: transparent; }

.Slot--dark [data-slot-id='top'] [data-module-name='thirdPartyAdvert'] {
  margin-top: 0.785rem; }

.Slot--dark .Article {
  margin-top: 0;
  padding-top: 0; }
  .App--featureWebShowPageUIRefresh .Slot--dark .Article {
    margin-top: 33px; }

.Slot--dark .Article-title {
  margin-top: 0;
  padding-top: 0; }

.Slot--dark .Article-content p:first-child {
  margin-top: 0; }

.Slot--dark .HeroStatic .Hero-container {
  padding: 0 0.785rem;
  margin: auto; }

.Slot--dark .Channel .Hero-actions {
  position: relative;
  top: 2px; }

.App--featureWebShowPageUIRefresh .Scod-Slot-Aside {
  padding: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (min-width: 64rem) {
    .App--featureWebShowPageUIRefresh .Scod-Slot-Aside {
      padding-left: 5% !important;
      margin-bottom: 30px;
      border-top: none; } }

.App--featureWebShowPageUIRefresh .scod-slot {
  background-color: transparent;
  z-index: 1; }
  .App--featureWebShowPageUIRefresh .scod-slot .Slot-Content {
    background-color: transparent; }

.App--featureWebRestOfSiteUIRefresh .Banded-slot-layout {
  background-color: #111111; }

.App--featureWebRestOfSiteUIRefresh .Slot-Content {
  background-color: #111111;
  color: #fff; }
  .App--featureWebRestOfSiteUIRefresh .Slot-Content .u-contentWithSeparator {
    border-color: #292929; }

.App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Slot-Content {
  background-color: #111111;
  color: #fff; }
  .App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .Slot-Content .u-contentWithSeparator {
    border-color: #e2e2e2; }

.App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .ReadMore {
  color: #0778d6; }
  .App--featureWebRestOfSiteUIRefresh .Sectioned-Layout-Slot-Grid .ReadMore:hover {
    text-decoration: none; }

.App--featureWebRestOfSiteUIRefresh .Slot--category {
  background-color: transparent; }

.App--featureWebRestOfSiteUIRefresh .ReadMore {
  color: #fff; }
  .App--featureWebRestOfSiteUIRefresh .ReadMore .ReadMore-label:hover {
    text-decoration: underline; }

.hub-section-title {
  position: absolute;
  top: -24px;
  z-index: 2;
  padding-left: 0.785rem; }
  @media screen and (min-width: 1024px) {
    .hub-section-title {
      padding-left: 0;
      top: -12px; } }
  @media screen and (max-width: 751px) {
    .hub-section-title {
      padding-left: 0; } }
  .hub-section-title:before {
    content: '';
    height: 100%;
    width: 4px;
    border-radius: 1px;
    background: #0778d6;
    position: absolute; }
  .hub-section-title > h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 0 20px; }
    @media screen and (min-width: 480px) {
      .hub-section-title > h1 {
        font-size: 30px;
        line-height: 32px; } }

.hub-gradient {
  position: absolute;
  width: 40%;
  height: 250px;
  z-index: 1;
  background: radial-gradient(100% 100% at 0% 0%, rgba(0, 0, 0, 0.5) 0%, transparent 100%); }

.ShowAll {
  padding: 0.785rem 0; }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .ShowAll {
      padding-left: 0.785rem;
      padding-right: 0.785rem; } }

.ShowAll-items {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: scroll;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%; }
  .ShowAll-items::-webkit-scrollbar {
    display: none; }
  @media (min-width: 47rem) {
    .ShowAll-items {
      overflow: visible;
      padding-left: 0;
      padding-right: 0; } }

.ShowAll-item {
  font-size: 1.125rem ;
  position: relative;
  white-space: nowrap;
  padding: 0.3925rem 0.52333rem; }
  @media (min-width: 47rem) {
    .ShowAll-item {
      overflow: visible;
      padding-left: 0;
      padding-right: 0; } }
  .ShowAll-item a {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    -webkit-transform-origin: center;
            transform-origin: center;
    text-align: center;
    -webkit-transition: all .05s;
    transition: all .05s; }
    .ShowAll-item a:hover {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-transform-origin: center;
              transform-origin: center; }

.vjs-ima3-ad-container > div:first-child,
.vjs-ima3-ad-container iframe {
  width: 100% !important;
  height: 100% !important; }

.vjs-marker {
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #fff;
  opacity: 0.5; }

.vjs-ssai .vjs-ssai-ad-marker {
  display: none; }

.video-js {
  font-family: inherit;
  font-weight: inherit; }

.video-js .vjs-dock-text {
  display: none; }

.video-js .vjs-control-bar {
  height: 42px;
  background-color: rgba(0, 0, 0, 0.8);
  color: inherit; }

.Player-video--has-ad-on-pause .video-js .vjs-control-bar {
  z-index: 8; }

.video-js .vjs-control,
.video-js .vjs-big-play-button {
  outline: none; }

.video-js.not-hover.vjs-has-started.vjs-paused:not(.vjs-ad-playing) .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-ima3-paused .vjs-control-bar {
  -webkit-transform: none;
          transform: none; }

.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-ad-playing:not(.vjs-ima3-paused) .vjs-control-bar {
  -webkit-transform: translateY(47px);
          transform: translateY(47px); }

.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .PlayerOverlay--min,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .PlayerOverlay--min,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .PlayerOverlay--min,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-ad-playing:not(.vjs-ima3-paused) .PlayerOverlay--min {
  transition: bottom 1s ease 0s, -webkit-transform 1s ease 0s;
  bottom: 0; }

.video-js .vjs-control-bar .vjs-control::before,
.video-js .vjs-control-bar .vjs-control .vjs-icon-placeholder::before,
.video-js .vjs-control-bar .vjs-time-control,
.video-js .vjs-control-bar .vjs-ad-message-text {
  line-height: 42px; }

.video-js .vjs-control-bar .vjs-control::before,
.video-js .vjs-control-bar .vjs-control .vjs-icon-placeholder::before {
  font-size: 18px; }

.video-js .vjs-menu-button-inline:hover {
  width: 10em; }

.vjs-volume-bar.vjs-slider-horizontal {
  height: 3px;
  margin-top: 20px; }

.video-js .vjs-control-bar .vjs-button::before,
.video-js .vjs-control-bar .vjs-button .vjs-icon-placeholder,
.video-js .vjs-control-bar .vjs-menu-button::before {
  color: #fff; }
  @media (max-width: 47rem) {
    .video-js .vjs-control-bar .vjs-button::before,
    .video-js .vjs-control-bar .vjs-button .vjs-icon-placeholder,
    .video-js .vjs-control-bar .vjs-menu-button::before {
      width: 3em; } }

.Player-video:-webkit-full-screen .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: '\f109'; }

.Player-video:-moz-full-screen .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: '\f109'; }

.Player-video:-ms-fullscreen .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: '\f109'; }

.Player-video:fullscreen .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: '\f109'; }

.Player-video:-webkit-full-screen .video-js.vjs-user-inactive {
  cursor: none; }

.Player-video:-moz-full-screen .video-js.vjs-user-inactive {
  cursor: none; }

.Player-video:-ms-fullscreen .video-js.vjs-user-inactive {
  cursor: none; }

.Player-video:fullscreen .video-js.vjs-user-inactive {
  cursor: none; }

.vjs-ad-controls.vjs-ad-playing.vjs-vpaid-playing .vjs-control-bar.vjs-ad-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 47rem) {
  .video-js .vjs-menu-button-inline::before {
    width: 1.5em; } }

.video-js .vjs-volume-menu-button {
  display: block !important; }

.video-js .vjs-big-play-button {
  background: #0778d6;
  width: calc(1.9em + 6px);
  height: calc(1.9em + 6px);
  line-height: 2em; }
  .video-js .vjs-big-play-button::before,
  .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
    color: #fff;
    z-index: 7; }
  .video-js .vjs-big-play-button::after {
    content: '';
    display: block;
    background: #0778d6;
    width: calc(1.9em + 6px);
    height: calc(1.9em + 6px);
    position: relative;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s, opacity 0.6s;
    transition: all 0.4s, opacity 0.6s; }
  @media (min-width: 47rem) {
    .video-js .vjs-big-play-button {
      width: calc(2em + 6px);
      height: calc(2em + 6px);
      line-height: 2.2em; }
      .video-js .vjs-big-play-button::after {
        width: calc(2em + 6px);
        height: calc(2em + 6px); } }

.Player-video--has-ad-on-pause:hover .video-js .vjs-big-play-button {
  z-index: 8;
  opacity: 1; }

.Player-video--has-ad-on-pause .video-js.vjs-user-inactive .vjs-big-play-button,
.Player-video--has-ad-on-pause .video-js .vjs-big-play-button {
  z-index: 8;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.Player-video:hover .vjs-big-play-button {
  color: #0778d6;
  background-color: #fff; }
  .Player-video:hover .vjs-big-play-button::before,
  .Player-video:hover .vjs-big-play-button .vjs-icon-placeholder::before {
    color: #0778d6;
    z-index: 7; }
  .Player-video:hover .vjs-big-play-button::after {
    background: #fff;
    opacity: 0;
    top: 1px;
    left: 3px;
    width: 1.9em;
    height: 1.9em;
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }

.vjs-paused:not(.vjs-ad-playing) .vjs-big-play-button {
  display: block; }

.vjs-controls-enabled.vjs-has-started:not(.vjs-mouse):not(.vjs-fullscreen) .vjs-big-play-button {
  margin-top: calc(-0.95em - 21px); }
  @media (min-width: 47rem) {
    .vjs-controls-enabled.vjs-has-started:not(.vjs-mouse):not(.vjs-fullscreen) .vjs-big-play-button {
      margin-top: calc(-0.95em - 31.5px); } }

.HeroDynamic-Player .vjs-controls-enabled.vjs-has-started:not(.vjs-mouse):not(.vjs-fullscreen) .vjs-big-play-button {
  margin-top: 0; }

.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  color: inherit;
  background-color: #0778d6; }

.video-js .vjs-big-play-button {
  color: inherit;
  background-color: #0778d6; }

.video-js .vjs-time-control {
  color: #fff; }
  @media (max-width: 47rem) {
    .video-js .vjs-time-control {
      padding: 0; } }

.vjs-ad-message-text {
  color: #fff; }
  @media (min-width: 47rem) {
    .vjs-ad-message-text {
      margin-left: 0.785rem; } }

@media (max-width: 47rem) {
  .video-js .vjs-time-control,
  .vjs-ad-message-text {
    font-size: 0.75rem; } }

.vjs-ad-playing .vjs-ssai-overlay-countdown {
  display: none; }

.HeroDynamic-Player .video-js .vjs-big-play-button, .HeroDynamic-Player .video-js .vjs-big-play-button::after {
  margin: 0;
  width: calc(2rem + 6px);
  height: calc(2rem + 6px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute; }

.HeroDynamic-Player .video-js .vjs-big-play-button:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3); }

.HeroDynamic-Player .video-js .vjs-big-play-button::before,
.HeroDynamic-Player .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  font-size: 1.5rem ;
  line-height: 1.66667; }

.HeroDynamic-Player .video-js .vjs-control-bar {
  height: 0;
  -webkit-transform: none !important;
          transform: none !important; }
  .HeroDynamic-Player .video-js .vjs-control-bar .vjs-button {
    display: none; }

.HeroDynamic-Player .vjs-marker {
  width: 2px; }

.HeroDynamic-Player .vjs-progress-control {
  height: 0 !important;
  top: -11px !important;
  padding: 0 0.3925rem; }

.HeroDynamic-Player .vjs-play-progress {
  border-radius: 0; }

.HeroDynamic-Player .vjs-progress-holder {
  height: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5); }
  .HeroDynamic-Player .vjs-progress-holder .vjs-load-progress {
    background: none; }
    .HeroDynamic-Player .vjs-progress-holder .vjs-load-progress div {
      height: 100%;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 0.5); }

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: url("/assets/images/cc_icon_white-8e43b38a40f5ff647635ced0b2ea6e3b.svg") !important;
  margin-top: -1.5px; }

.video-js .vjs-subs-caps-button.cc-active .vjs-icon-placeholder:before {
  -webkit-filter: invert(41%) sepia(58%) saturate(4873%) hue-rotate(190deg) brightness(89%) contrast(94%);
          filter: invert(41%) sepia(58%) saturate(4873%) hue-rotate(190deg) brightness(89%) contrast(94%); }

.vjs-live .vjs-progress-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-live-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0 0.5rem; }

.video-js .vjs-live-button {
  font-size: 0.75rem ;
  white-space: nowrap;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.3rem 0.5rem;
  border-radius: 3px;
  background: rgba(255, 0, 0, 0.5);
  color: #fff; }
  .video-js .vjs-live-button:focus {
    background: rgba(255, 0, 0, 0.5); }

.video-js.vjs-live-behind .vjs-live-button {
  background: #1d1d1d; }
  .video-js.vjs-live-behind .vjs-live-button:focus {
    background: #1d1d1d; }

.video-js .vjs-stop-button.vjs-playing::before {
  content: '';
  position: relative;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 auto;
  background: #0778d6;
  border-radius: 1px; }

.video-js .vjs-stop-button.vjs-playing:hover::before {
  -webkit-box-shadow: 0 0 1em #0778d6, 0 0 1em #0778d6;
          box-shadow: 0 0 1em #0778d6, 0 0 1em #0778d6; }

.vjs-errors-ok-button-container,
.vjs-errors-dialog .vjs-close-button {
  display: none; }

.vjs-modal-dialog,
.vjs-contextmenu-ui-menu {
  color: #fff; }

.video-js video::-webkit-media-text-track-container {
  height: 100%; }

.video-js video::-webkit-media-text-track-display {
  top: 100%;
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
  margin-top: -20px; }

.video-js .vjs-menu-item-text {
  color: #fff; }

.vjs-track-settings-controls .vjs-default-button {
  width: 88px;
  height: 40px;
  border-radius: 8px;
  border: solid 2px #fff;
  color: #fff;
  background-color: transparent;
  background-image: none; }

.vjs-track-settings-controls .vjs-done-button {
  width: 84px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  background-color: #0778d6;
  background-image: none; }

.vjs-control:focus:before,
.vjs-control:hover:before {
  text-shadow: none; }

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:hover {
  color: #fff;
  background-image: none; }

.video-js .vjs-loading-spinner {
  width: 80px;
  height: 80px;
  opacity: 1;
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .video-js .vjs-loading-spinner:before {
    margin: 0;
    border: none;
    -webkit-animation: spin 0.8s linear infinite;
            animation: spin 0.8s linear infinite;
    content: url("/assets/images/loading-spinner-4d7508999c60949d4b8a4ea3bd6a8f44.png"); }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.YoutubeEmbed-iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.scod-FavouriteButton {
  color: #fff;
  position: relative;
  cursor: pointer; }
  .scod-FavouriteButton > div > span {
    display: inline-block; }
  .scod-FavouriteButton .icon, .scod-FavouriteButton .Select::before, .scod-FavouriteButton .ChannelLineup-item-image-playButton, .scod-FavouriteButton .Tile-playButton {
    margin-right: 0; }
    .scod-FavouriteButton .icon::before, .scod-FavouriteButton .Select::before, .scod-FavouriteButton .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton .Tile-playButton::before {
      font-size: 2.25rem ;
      line-height: 0.44444;
      display: block; }

.scod-FavouriteButton--plain .icon::before, .scod-FavouriteButton--plain .Select::before, .scod-FavouriteButton--plain .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--plain .Tile-playButton::before {
  font-size: 1.5rem ;
  line-height: 0.91667;
  color: #888f94;
  position: relative; }

.scod-FavouriteButton--plain.is-favourited .icon::before, .scod-FavouriteButton--plain.is-favourited .Select::before, .scod-FavouriteButton--plain.is-favourited .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--plain.is-favourited .Tile-playButton::before {
  color: #0778d6; }

.scod-FavouriteButton--small {
  width: 40px;
  height: 40px;
  margin: 1.57rem 0 0;
  overflow: visible;
  padding: 0;
  border-radius: 9001px; }
  .scod-FavouriteButton--small.not-favourited .icon::before, .scod-FavouriteButton--small.not-favourited .Select::before, .scod-FavouriteButton--small.not-favourited .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--small.not-favourited .Tile-playButton::before {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s;
    -webkit-animation-name: pulse1;
            animation-name: pulse1; }
  .scod-FavouriteButton--small.is-favourited {
    background-color: #0778d6;
    border-color: #0778d6; }
    .scod-FavouriteButton--small.is-favourited .icon::before, .scod-FavouriteButton--small.is-favourited .Select::before, .scod-FavouriteButton--small.is-favourited .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--small.is-favourited .Tile-playButton::before {
      -webkit-animation-duration: 0.6s;
              animation-duration: 0.6s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-delay: 0.01s;
              animation-delay: 0.01s;
      color: #fff;
      -webkit-animation-name: pulse2;
              animation-name: pulse2; }
  .scod-FavouriteButton--small .word {
    display: none; }
  .scod-FavouriteButton--small .icon::before, .scod-FavouriteButton--small .Select::before, .scod-FavouriteButton--small .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--small .Tile-playButton::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center;
            transform-origin: center;
    position: relative;
    left: 0;
    top: 0; }
  .scod-FavouriteButton--small.is-favourited {
    background-color: #0778d6;
    border-color: #0778d6; }
    .scod-FavouriteButton--small.is-favourited .icon, .scod-FavouriteButton--small.is-favourited .Select::before, .scod-FavouriteButton--small.is-favourited .ChannelLineup-item-image-playButton, .scod-FavouriteButton--small.is-favourited .Tile-playButton {
      color: #fff; }
  .scod-FavouriteButton--small .icon-mylist-check::before {
    margin-left: -1px; }

.scod-FavouriteButton--hoverShow {
  width: 40px;
  height: 40px;
  margin: 1.57rem 0 0;
  overflow: hidden;
  padding: 0; }
  .scod-FavouriteButton--hoverShow.not-favourited .icon::before, .scod-FavouriteButton--hoverShow.not-favourited .Select::before, .scod-FavouriteButton--hoverShow.not-favourited .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--hoverShow.not-favourited .Tile-playButton::before {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s;
    -webkit-animation-name: pulse1;
            animation-name: pulse1; }
  .scod-FavouriteButton--hoverShow.is-favourited {
    background-color: #0778d6;
    border-color: #0778d6; }
    .scod-FavouriteButton--hoverShow.is-favourited .icon::before, .scod-FavouriteButton--hoverShow.is-favourited .Select::before, .scod-FavouriteButton--hoverShow.is-favourited .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--hoverShow.is-favourited .Tile-playButton::before {
      -webkit-animation-duration: 0.6s;
              animation-duration: 0.6s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-delay: 0.01s;
              animation-delay: 0.01s;
      color: #fff;
      -webkit-animation-name: pulse2;
              animation-name: pulse2; }
  .scod-FavouriteButton--hoverShow .icon::before, .scod-FavouriteButton--hoverShow .Select::before, .scod-FavouriteButton--hoverShow .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--hoverShow .Tile-playButton::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .scod-FavouriteButton--hoverShow.is-favourited {
    background-color: #0778d6;
    border-color: #0778d6; }
    .scod-FavouriteButton--hoverShow.is-favourited .icon, .scod-FavouriteButton--hoverShow.is-favourited .Select::before, .scod-FavouriteButton--hoverShow.is-favourited .ChannelLineup-item-image-playButton, .scod-FavouriteButton--hoverShow.is-favourited .Tile-playButton {
      color: #fff; }
  @media (min-width: 47rem) {
    .scod-FavouriteButton--hoverShow:hover {
      -webkit-animation-duration: 0.6s;
              animation-duration: 0.6s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-delay: 0.01s;
              animation-delay: 0.01s;
      width: 130px;
      -webkit-animation-name: grow;
              animation-name: grow; } }

.scod-FavouriteButton--large {
  margin: 0.19625rem 0.785rem 0 0 !important;
  padding-left: 0.325rem;
  padding-right: 0.785rem; }
  .scod-FavouriteButton--large.not-favourited .icon::before, .scod-FavouriteButton--large.not-favourited .Select::before, .scod-FavouriteButton--large.not-favourited .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--large.not-favourited .Tile-playButton::before {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.01s;
            animation-delay: 0.01s;
    -webkit-animation-name: pulse1;
            animation-name: pulse1; }
  .scod-FavouriteButton--large.is-favourited {
    background-color: #0778d6;
    border-color: #0778d6; }
    .scod-FavouriteButton--large.is-favourited .icon::before, .scod-FavouriteButton--large.is-favourited .Select::before, .scod-FavouriteButton--large.is-favourited .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--large.is-favourited .Tile-playButton::before {
      -webkit-animation-duration: 0.6s;
              animation-duration: 0.6s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-delay: 0.01s;
              animation-delay: 0.01s;
      color: #fff;
      -webkit-animation-name: pulse2;
              animation-name: pulse2; }
  .scod-FavouriteButton--large.mylist {
    padding: 1rem 1.5rem 1rem 1.25rem; }
  .scod-FavouriteButton--large .icon::before, .scod-FavouriteButton--large .Select::before, .scod-FavouriteButton--large .ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--large .Tile-playButton::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center;
            transform-origin: center;
    position: relative; }
  .scod-FavouriteButton--large .icon.icon-mylist-plus::before, .scod-FavouriteButton--large .icon-mylist-plus.Select::before, .scod-FavouriteButton--large .icon-mylist-plus.ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--large .icon-mylist-plus.Tile-playButton::before, .scod-FavouriteButton--large .icon.icon-mylist-check::before, .scod-FavouriteButton--large .icon-mylist-check.Select::before, .scod-FavouriteButton--large .icon-mylist-check.ChannelLineup-item-image-playButton::before, .scod-FavouriteButton--large .icon-mylist-check.Tile-playButton::before {
    font-size: 2rem ;
    line-height: 1;
    width: 33px;
    margin-left: -4px; }
  .scod-FavouriteButton--large.is-favourited {
    background-color: #0778d6;
    border-color: #0778d6; }
    .scod-FavouriteButton--large.is-favourited.is-active, .scod-FavouriteButton--large.is-favourited:hover {
      background: #054e8c;
      border-color: #054e8c; }
  .scod-FavouriteButton--large.is-active, .scod-FavouriteButton--large:hover {
    background: rgba(255, 255, 255, 0.5);
    border-color: #fff; }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
    -webkit-transform-origin: center;
            transform-origin: center; }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center; } }

@keyframes pulse1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
    -webkit-transform-origin: center;
            transform-origin: center; }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center; } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
    -webkit-transform-origin: center;
            transform-origin: center; }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center; } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
    -webkit-transform-origin: center;
            transform-origin: center; }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center; } }

@-webkit-keyframes shrink {
  0% {
    width: 150px; }
  100% {
    width: 40px;
    padding-left: 0.19625rem; } }

@keyframes shrink {
  0% {
    width: 150px; }
  100% {
    width: 40px;
    padding-left: 0.19625rem; } }

@-webkit-keyframes grow {
  0% {
    width: 40px; }
  100% {
    width: 150px; } }

@keyframes grow {
  0% {
    width: 40px; }
  100% {
    width: 150px; } }

.SmartWatch {
  background: #252525;
  -webkit-box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.75);
  border-radius: 12px;
  margin-top: 40px; }
  @media (min-width: 47rem) {
    .SmartWatch {
      padding: 25px; } }
  .SmartWatch-details {
    padding: 1.57rem 1rem 1rem; }
    @media (min-width: 47rem) {
      .SmartWatch-details {
        padding-left: 1.57rem;
        padding-top: 0; } }
  .SmartWatch-title {
    letter-spacing: 1px;
    color: #808080;
    font-weight: 800;
    font-size: 1rem ;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0; }
  .SmartWatch-episodeTitle {
    font-size: 1.5rem ;
    line-height: 1.25;
    display: inline-block;
    margin-top: 0.785rem;
    margin-bottom: 0.3925rem;
    font-weight: 800;
    color: #fff; }
    @media (min-width: 47rem) {
      .SmartWatch-episodeTitle {
        margin-top: 0.3925rem; } }
    .SmartWatch-episodeTitle .Episode-badge {
      vertical-align: middle;
      margin-right: 0.52333rem; }

.SmartWatch .Tile-image {
  border-radius: 12px; }

.Hero-title {
  color: #fff;
  z-index: 1; }
  @media (max-width: 752px) {
    .Hero-title--withLogo {
      margin-top: 0 !important; } }
  .App--featureWebShowPageUIRefresh .scod-only .Hero-title {
    position: relative;
    padding-right: 40px;
    margin-bottom: 16px;
    margin-top: 15px;
    font-size: 1.875rem ; }
    @media (min-width: 47rem) {
      .App--featureWebShowPageUIRefresh .scod-only .Hero-title {
        font-size: 2.8125rem ;
        line-height: 54px; } }
  .Hero-container .Hero-title {
    margin-top: 0;
    margin-bottom: 0.3925rem; }
    .Hero-container .Hero-title a {
      color: #fff; }
    @media (min-width: 64rem) {
      .Hero-container .Hero-title {
        width: 60%; } }
    @media (max-width: 47rem) {
      .Hero-container .Hero-title {
        display: none; }
        .App--featureWebShowPageUIRefresh .scod-only .Hero-container .Hero-title {
          display: block; } }

.Hero-season-episode {
  font-weight: 500;
  font-size: 1.125rem;
  margin: 0 0 16px; }

.Hero-title-img {
  max-width: 340px;
  height: auto; }

.Hero-title-synopsis {
  font-size: 0.875rem ; }
  @media (min-width: 47rem) {
    .Hero-title-synopsis {
      font-size: 1rem ;
      width: 70%; } }

.Hero-subtitle {
  font-size: 1.125rem ;
  line-height: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 8px; }

.Hero-description {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 22px; }
  @media (min-width: 64rem) {
    .Hero-description {
      width: 50%; } }

.Hero-secondaryDescription {
  font-size: 0.875rem ;
  line-height: 18px;
  margin-top: 0;
  color: #808080;
  margin-bottom: 2px; }
  @media (min-width: 64rem) {
    .Hero-secondaryDescription {
      width: 50%; } }

.Hero-labels {
  font-size: 0.875rem ;
  line-height: 18px;
  list-style: none;
  padding: 0;
  color: #808080;
  margin: 8px 0 16px; }
  .Hero-labels.hub-pages {
    letter-spacing: 0.875px; }
  .Hero-labels li.separator::after {
    content: ',';
    float: left; }
  .Hero-labels li.genre-separator::after {
    content: '\2022';
    float: left;
    margin: auto 0rem auto 0.35rem; }
  @media (min-width: 64rem) {
    .Hero-labels {
      width: 50%; } }

.Hero-labelsItem {
  font-weight: 800;
  text-transform: uppercase; }
  .Hero-labelsItem a:hover {
    text-decoration: underline; }

.Hero-moodsItem {
  font-weight: bold;
  text-transform: uppercase; }
  .Hero-moodsItem a:hover {
    text-decoration: none; }
  .Hero-moodsItem.bullet::before {
    content: ',';
    float: left;
    right: 4px;
    position: relative; }

.Hero-labelsItem,
.Hero-moodsItem {
  display: inline-block;
  height: 18px; }
  .Hero-labelsItem a,
  .Hero-moodsItem a {
    color: inherit;
    float: left; }

.Hero-logo {
  margin-left: auto;
  max-width: 180px;
  max-height: 70px; }
  @media (max-width: 752px) {
    .Hero-logo {
      max-width: 76px;
      max-height: 24px; } }
  @media (min-width: 47rem) {
    .Hero-logo {
      max-width: 128px; } }
  @media (min-width: 64rem) {
    .Hero-logo {
      max-width: 178px; } }
  .Hero-logo--floatRight {
    position: absolute;
    right: 0;
    top: -30px; }

.App--featureWebShowPageUIRefresh .scod-only .scod-Hero-Breadcrumbs {
  background-color: #111; }
  @media (min-width: 64rem) {
    .App--featureWebShowPageUIRefresh .scod-only .scod-Hero-Breadcrumbs {
      background-color: transparent; } }

.Hero-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 0.875rem;
  font-size: 0.875rem;
  font-family: "black_sans_condensed", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 0.375rem 0.5rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.04em; }
  @media (max-width: 47rem) {
    .Hero-badge {
      position: absolute;
      bottom: 0.785rem;
      left: 0; } }
  .App--featureWebShowPageUIRefresh .scod-only .Hero-badge {
    left: 0;
    top: 0.785rem; }
    @media (max-width: 47rem) {
      .App--featureWebShowPageUIRefresh .scod-only .Hero-badge {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto; } }
  .Slot-show-hero .Hero-badge {
    left: 0.785rem; }
  .Hero-badge.LIVE {
    background-color: #e42121;
    border: unset; }
  .Hero-badge.UPCOMING {
    background-color: #33777f;
    border: unset; }

.Hero-badge--live {
  background-color: #cc3333;
  border: 1px solid rgba(204, 51, 51, 0.8); }

.App--featureWebShowPageUIRefresh .scod-only .scod-HeroBadge {
  position: absolute;
  left: 0;
  top: -32px;
  width: 100%; }
  .App--featureWebShowPageUIRefresh .scod-only .scod-HeroBadge + .Hero-title {
    margin-top: 57px; }

.Hero-Share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0; }
  @media (min-width: 64rem) {
    .Hero-Share {
      left: auto;
      bottom: auto;
      position: relative; } }
  .Hero-Share-Social {
    margin: 0;
    padding: 0 0 0 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none; }
  .Hero-Share-SocialItem {
    position: relative;
    width: 35px;
    height: 40px; }
  .Hero-Share-SocialLink {
    width: 100%;
    height: 100%;
    display: block; }
    .Hero-Share-SocialLink:hover .icon::before, .Hero-Share-SocialLink:hover .Select::before, .Hero-Share-SocialLink:hover .ChannelLineup-item-image-playButton::before, .Hero-Share-SocialLink:hover .Tile-playButton::before {
      color: #fff; }
    .Hero-Share-SocialLink .icon::before, .Hero-Share-SocialLink .Select::before, .Hero-Share-SocialLink .ChannelLineup-item-image-playButton::before, .Hero-Share-SocialLink .Tile-playButton::before {
      color: #bfbfbf;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
    .Hero-Share-SocialLink .icon-facebook {
      font-size: 30px; }
      .Hero-Share-SocialLink .icon-facebook::before {
        margin-top: -15px;
        margin-left: -15px; }
    .Hero-Share-SocialLink .icon-instagram {
      font-size: 20px; }
      .Hero-Share-SocialLink .icon-instagram::before {
        margin-top: -10px;
        margin-left: -10px; }

.Hero-Trailer + .Hero-Share {
  position: absolute;
  bottom: -40px; }
  @media (min-width: 64rem) {
    .Hero-Trailer + .Hero-Share {
      left: auto;
      bottom: auto;
      position: relative; } }

.Hero-Trailer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .Hero-Trailer-Link {
    padding: 10px 10px 10px 31px;
    margin-left: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem ;
    line-height: 1.25;
    font-weight: 800;
    cursor: pointer;
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    position: relative; }
    .Hero-Trailer-Link:hover {
      color: #fff; }
      .Hero-Trailer-Link:hover::before {
        opacity: 1; }
    .Hero-Trailer-Link::before {
      background: url("../assets/images/ic-watch-trailer-cinema-white-6076c0b6f2c931895e303ab90393c53c.svg") no-repeat 50%;
      background-size: cover;
      content: '';
      width: 30px;
      height: 30px;
      opacity: 0.8;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      position: absolute;
      left: -0;
      top: 50%;
      margin-top: -18px; }

.Hero-sponsor {
  position: absolute;
  bottom: 0;
  right: 0.785rem; }
  @media (min-width: 47rem) {
    .Hero-sponsor {
      right: 1.57rem; } }
  .Hero-sponsor img {
    max-width: 100%;
    width: 250px;
    height: auto; }
  .Hero-sponsor--nopos {
    position: static; }

.Hero-sponsorLogo-Tagline {
  font-size: 0.75rem ;
  line-height: 1.33333;
  color: #bfbfbf;
  margin-top: 0;
  margin-bottom: 4px;
  display: block; }

.Hero-sponsorLogo-image img {
  max-width: 120px;
  height: auto; }
  @media (min-width: 64rem) {
    .Hero-sponsorLogo-image img {
      max-width: 200px; } }

.Show-Hero-sponsor {
  position: absolute;
  bottom: 0;
  right: 0.785rem; }
  @media (min-width: 47rem) {
    .Show-Hero-sponsor {
      right: 1.57rem; } }
  .Show-Hero-sponsor img {
    max-width: 100%;
    width: 250px;
    height: auto; }
  .Show-Hero-sponsor--nopos {
    position: static; }

.Show-Hero-sponsorLogo {
  padding-bottom: 9px; }
  .Show-Hero-sponsorLogo-Tagline {
    font-size: 0.75rem ;
    line-height: 1.33333;
    color: #bfbfbf;
    margin-top: 0;
    margin-bottom: 4px;
    display: block; }
  .Show-Hero-sponsorLogo-image img {
    max-width: 120px;
    height: auto; }
    @media (min-width: 64rem) {
      .Show-Hero-sponsorLogo-image img {
        max-width: 200px; } }

.hero-metadata-progress {
  max-width: 70%; }
  @media (max-width: 1023px) {
    .hero-metadata-progress {
      max-width: 90%; } }
  @media (max-width: 599px) {
    .hero-metadata-progress {
      max-width: 100%; } }
  .hero-metadata-progress .labels {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.125rem;
    font-weight: 700 !important; }
  .hero-metadata-progress .labels,
  .hero-metadata-progress .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.375rem;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    color: white;
    font-weight: 500; }
  .hero-metadata-progress .labels,
  .hero-metadata-progress .description,
  .hero-metadata-progress .Progress {
    margin-bottom: 1rem; }
    @media (max-width: 599px) {
      .hero-metadata-progress .labels,
      .hero-metadata-progress .description,
      .hero-metadata-progress .Progress {
        margin-bottom: 0.75rem; } }
  .hero-metadata-progress .Progress-completed {
    color: #e42121; }
  .hero-metadata-progress .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1rem; }
    @media (max-width: 1023px) {
      .hero-metadata-progress .description {
        display: none; } }
  .hero-metadata-progress .Progress {
    max-width: 80%; }

.labels,
.s-hero-time {
  font-family: "black_sans_condensed", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.5px; }

.s-hero-time {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #999999;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media (max-width: 1023px) {
    .s-hero-time {
      font-size: 0.875rem;
      line-height: 1.0625rem; } }
  @media (max-width: 599px) {
    .s-hero-time {
      margin-bottom: 1rem; } }
  .s-hero-time #durationStreamTime {
    text-transform: none; }

.Hero-Carousel .Hero-title-group {
  margin-top: 1rem !important; }
  @media (max-width: 599px) {
    .Hero-Carousel .Hero-title-group {
      margin-top: 0.75rem !important; } }

.Hero-Carousel .Hero-title {
  margin-bottom: 1rem; }
  @media (max-width: 599px) {
    .Hero-Carousel .Hero-title {
      margin-bottom: 0.75rem; } }

.Hero-Carousel .Hero-actions .Button, .Hero-Carousel .Hero-actions .FavouriteButton--small, .Hero-Carousel .Hero-actions .FavouriteButton--hoverShow, .Hero-Carousel .Hero-actions .FavouriteButton--large, .Hero-Carousel .Hero-actions .scod-FavouriteButton--small, .Hero-Carousel .Hero-actions .scod-FavouriteButton--hoverShow, .Hero-Carousel .Hero-actions .scod-FavouriteButton--large {
  margin: 0; }
  .Hero-Carousel .Hero-actions .Button.live, .Hero-Carousel .Hero-actions .live.FavouriteButton--small, .Hero-Carousel .Hero-actions .live.FavouriteButton--hoverShow, .Hero-Carousel .Hero-actions .live.FavouriteButton--large, .Hero-Carousel .Hero-actions .live.scod-FavouriteButton--small, .Hero-Carousel .Hero-actions .live.scod-FavouriteButton--hoverShow, .Hero-Carousel .Hero-actions .live.scod-FavouriteButton--large {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

.Hero-container {
  font-size: initial;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .App--featureWebShowPageUIRefresh .scod-only .Hero-container {
    padding-left: calc(0.5 * 1.57rem);
    padding-right: calc(0.5 * 1.57rem);
    position: relative;
    bottom: 0;
    z-index: 11;
    color: #fff; }
  @media (min-width: 47rem) {
    .Hero-container {
      padding-left: 0.785rem;
      padding-right: 0.785rem; }
      .App--featureWebShowPageUIRefresh .scod-only .Hero-container {
        padding-left: calc(0.5 * 2.3393rem);
        padding-right: calc(0.5 * 2.3393rem); } }
  .Slot-show-hero .Hero-container {
    padding-left: 1.57rem;
    padding-right: 1.57rem; }
    @media (max-width: 47rem) {
      .Slot-show-hero .Hero-container {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right); } }
    @media (min-width: 47rem) {
      .Slot-show-hero .Hero-container {
        bottom: 2.355rem; } }
  @media (min-width: 64rem) {
    .Slot-banded-hero .Hero-container {
      padding-left: 0;
      padding-right: 0; } }

.Slot-banded-hero-breadcrumbs {
  position: relative;
  background-color: #111;
  z-index: 99;
  margin-left: 0;
  background-color: transparent; }
  .Slot-banded-hero-breadcrumbs.bvod-mobile {
    margin-left: calc(0.5 * 1.57rem); }
    @media (min-width: 47rem) {
      .Slot-banded-hero-breadcrumbs.bvod-mobile {
        margin-left: calc(2.3393rem); } }
  .Slot-banded-hero-breadcrumbs.all-categories-mobile {
    padding: 10px 0; }
    @media (min-width: 47rem) {
      .Slot-banded-hero-breadcrumbs.all-categories-mobile {
        margin-left: 1.04667rem; } }
  .Slot-banded-hero-breadcrumbs .Breadcrumbs {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem ;
    line-height: 1.21429; }
    @media (max-width: 64rem) {
      .Slot-banded-hero-breadcrumbs .Breadcrumbs {
        margin-top: 0;
        margin-bottom: 0; } }
  .Slot-banded-hero-breadcrumbs .Breadcrumbs-item {
    color: #f5f5f5; }
    .Slot-banded-hero-breadcrumbs .Breadcrumbs-item:after {
      color: #f5f5f5; }
    .Slot-banded-hero-breadcrumbs .Breadcrumbs-item a {
      color: #f5f5f5; }
      .Slot-banded-hero-breadcrumbs .Breadcrumbs-item a:hover {
        color: #fff; }

.Hero-container-content-wrapper {
  padding-top: 32%;
  padding-bottom: 68px;
  position: relative; }
  @media (max-width: 47rem) {
    .Hero-container-content-wrapper {
      padding-bottom: 40px; } }
  @media (min-width: 64rem) {
    .Hero-container-content-wrapper {
      padding-top: 0; } }
  .Hero-container-content-wrapper:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(1%, rgba(17, 17, 17, 0.03)), color-stop(32%, #111111), color-stop(61%, #111111), to(#111111));
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.03) 1%, #111111 32%, #111111 61%, #111111 100%);
    content: '';
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 64rem) {
      .Hero-container-content-wrapper:before {
        display: none; } }
  @media (max-width: 47rem) {
    .Hero-container-content-wrapper--extend {
      padding-bottom: 53px; } }

.Hero-container-content-inner {
  position: relative;
  z-index: 1; }

.Hero-container-wrapper {
  position: initial;
  bottom: 0;
  left: 0;
  right: 0; }
  .Hero-container-wrapper .Hero-badge-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 47rem) and (max-width: 63.99rem) {
      .Hero-container-wrapper .Hero-badge-container {
        margin-left: 0.785rem; } }
    .Hero-container-wrapper .Hero-badge-container .Hero-badge {
      position: static;
      margin-right: 0.785rem; }
    @media (max-width: 29.99rem) {
      .Hero-container-wrapper .Hero-badge-container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .Hero-container-wrapper .Hero-badge-container .Hero-badge {
          margin-top: 0.5rem;
          margin-bottom: 0.5rem; } }
  .Hero-container-wrapper .Hero-subheading {
    display: inline-block;
    font-weight: 500;
    line-height: 1.37rem; }
  @media (min-width: 47rem) {
    .Hero-container-wrapper .Hero-container-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .Hero-container-wrapper .Hero-container-flex .Hero-airdate {
    font-size: 1rem;
    font-weight: 500; }
  .Hero-container-wrapper .Hero-title-group {
    margin-top: 0.5rem; }

.HeroDynamic {
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out;
  -webkit-transform: translateZ(0);
  background-color: rgba(29, 29, 29, 0.8);
  background-image: url("/assets/images/video-bg-ccf1add47d3207456e145167785151d2.png");
  background-size: contain;
  background-size: cover;
  will-change: top;
  position: fixed;
  top: calc(60px);
  left: 0;
  width: 100%;
  z-index: 12; }
  .App--featureWebShowPageUIRefresh .HeroDynamic {
    background-image: none;
    background-color: #111; }
  @media (min-width: 64rem) {
    .HeroDynamic {
      min-height: calc(60px - 2px); } }
  @media (min-width: 64rem) {
    .HeroDynamic {
      top: 70px; } }
  .HeroDynamic .Hero-title,
  .HeroDynamic .Player-next-title,
  .HeroDynamic .Epg-item-meta-primary {
    color: #fff; }
  .HeroDynamic .Hero-title-synopsis {
    display: none; }
  .HeroDynamic .Hero-channelLogo {
    width: 40px; }
  @media (min-width: 47rem) {
    .HeroDynamic .Hero-bar {
      padding-left: 1.57rem;
      padding-right: 1.57rem; } }
  @media (min-width: 47rem) and (max-width: 47rem) {
    .HeroDynamic .Hero-bar {
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right); } }
  @media (min-width: 47rem) {
    .HeroDynamic .Hero-bar--border {
      border-bottom: 1px solid rgba(75, 75, 75, 0.6); } }
  @media (min-width: 47rem) {
    .HeroDynamic .Hero-title {
      font-size: 1.875rem ; } }

.is-up .HeroDynamic {
  top: 0; }

.App--featureWebShowPageUIRefresh .show-video-player .Hero-bar-wrap {
  padding-top: 50px;
  width: 100%; }

.App--featureWebShowPageUIRefresh .show-video-player.is-up .Hero-bar-wrap {
  padding-top: 0.785rem; }

.Hero-bar {
  font-size: initial;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
  z-index: 8;
  will-change: top;
  padding-left: 0.785rem;
  padding-right: 0.785rem;
  color: #fff; }
  @media (max-width: 47rem) {
    .Hero-bar {
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right); } }
  .App--featureWebShowPageUIRefresh .Hero-bar,
  .App--featureWebShowPageUIRefresh .HeroDynamic .Hero-bar {
    padding-left: 0.785rem;
    padding-right: 0.785rem;
    position: relative; }
    @media (min-width: 47rem) {
      .App--featureWebShowPageUIRefresh .Hero-bar,
      .App--featureWebShowPageUIRefresh .HeroDynamic .Hero-bar {
        display: block; } }
    @media (min-width: 47rem) {
      .App--featureWebShowPageUIRefresh .Hero-bar,
      .App--featureWebShowPageUIRefresh .HeroDynamic .Hero-bar {
        padding-left: 1.16965rem;
        padding-right: 1.16965rem; } }
  .Hero-bar .Hero-title a {
    color: #fff;
    font-size: 2.8125rem ; }
    @media (min-width: 47rem) {
      .Hero-bar .Hero-title a {
        font-size: 1.875rem ; } }
  .Hero-bar .Hero-title.Hero-title-noAction {
    line-height: 1.6; }
  .Hero-bar .Hero-channelLogo {
    margin-right: 0.785rem;
    width: 80px; }
  .Hero-bar .Hero-actions {
    margin-top: 0;
    margin-right: 0.785rem; }
  .Hero-bar .FavouriteButton {
    margin-top: 0;
    margin-right: 0; }
    .App--featureWebShowPageUIRefresh .Hero-bar .FavouriteButton {
      margin-top: 0 !important; }

.Hero-bar-wrap {
  padding: 0.785rem 0;
  z-index: 8; }

.Hero-bar-right {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.channelPlayer .Hero-bar-right {
  min-width: 120px; }

.Hero-bar-socialList.SocialList {
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }
  .Hero-bar-socialList.SocialList a .icon, .Hero-bar-socialList.SocialList a .Select::before, .Hero-bar-socialList.SocialList a .ChannelLineup-item-image-playButton, .Hero-bar-socialList.SocialList a .Tile-playButton {
    left: -0.3925rem; }
    .Hero-bar-socialList.SocialList a .icon::before, .Hero-bar-socialList.SocialList a .Select::before, .Hero-bar-socialList.SocialList a .ChannelLineup-item-image-playButton::before, .Hero-bar-socialList.SocialList a .Tile-playButton::before {
      font-size: 2rem ;
      color: #bfbfbf; }
    .Hero-bar-socialList.SocialList a .icon.icon-instagram::before, .Hero-bar-socialList.SocialList a .icon-instagram.Select::before, .Hero-bar-socialList.SocialList a .icon-instagram.ChannelLineup-item-image-playButton::before, .Hero-bar-socialList.SocialList a .icon-instagram.Tile-playButton::before, .Hero-bar-socialList.SocialList a .icon.icon-pinterest::before, .Hero-bar-socialList.SocialList a .icon-pinterest.Select::before, .Hero-bar-socialList.SocialList a .icon-pinterest.ChannelLineup-item-image-playButton::before, .Hero-bar-socialList.SocialList a .icon-pinterest.Tile-playButton::before {
      font-size: 1.375rem ; }

.show-video-player .Hero-bar,
.Hero-bar-wrap {
  opacity: 1; }
  .show-video-player .Hero-bar .Hero-title,
  .Hero-bar-wrap .Hero-title {
    font-size: 1.875rem ;
    margin-bottom: 0.3925rem; }
    @media (min-width: 47rem) {
      .show-video-player .Hero-bar .Hero-title,
      .Hero-bar-wrap .Hero-title {
        margin-bottom: 0;
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

.show-video-player .Hero-bar-wrap {
  width: 100%; }

.channelPlayer .HeroDynamic h1 {
  margin-top: 0;
  line-height: 0; }

.Hero-distributor {
  position: absolute;
  bottom: 0;
  right: 0.785rem; }
  .App--featureWebShowPageUIRefresh .scod-only .Hero-distributor {
    display: block;
    right: 0;
    bottom: 5px; }
    @media (min-width: 64rem) {
      .App--featureWebShowPageUIRefresh .scod-only .Hero-distributor {
        display: block;
        bottom: 3px; } }
  @media (min-width: 47rem) {
    .Hero-distributor {
      right: 1.57rem; } }
  .Hero-distributor img {
    width: 30px;
    max-width: 100%;
    height: auto; }
    .App--featureWebShowPageUIRefresh .scod-only .Hero-distributor img {
      width: auto;
      height: 23px; }

.App--featureWebShowPageUIRefresh .scod-only .Hero-Trailer ~ .Hero-distributor {
  bottom: -37px; }
  @media (min-width: 64rem) {
    .App--featureWebShowPageUIRefresh .scod-only .Hero-Trailer ~ .Hero-distributor {
      bottom: auto; } }

.Hero-tile {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 1;
  overflow: hidden;
  cursor: pointer; }
  .App--featureWebShowPageUIRefresh .scod-only .Hero-tile {
    cursor: initial;
    overflow: visible;
    display: block;
    width: 100%; }
    @media (min-width: 47rem) {
      .App--featureWebShowPageUIRefresh .scod-only .Hero-tile {
        display: table; } }
  .Hero-tile .Hero-title-group {
    width: 100%; }
  .Hero-tile .Hero-subheading {
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 29.99rem) {
      .Hero-tile .Hero-subheading {
        font-size: 0.75rem; } }
    @media (min-width: 63.99rem) {
      .Hero-tile .Hero-subheading {
        width: 50%; } }
  .Hero-tile .Hero-sponsorLogo {
    margin-top: auto;
    margin-left: auto; }
    @media (min-width: 47rem) {
      .Hero-tile .Hero-sponsorLogo {
        float: right;
        position: absolute;
        bottom: 0px;
        right: 0.785rem; } }
  .Hero-tile .Hero-sponsorLogo-image img {
    display: block; }
  @media (min-width: 47rem) and (max-width: 63.99rem) {
    .Hero-tile .Hero-title-sponsor-visible {
      padding-right: 136px;
      max-width: 92%; } }
  .Hero-tile .Hero-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    font-size: 2.8125rem ; }
    @media (min-width: 79.99rem) {
      .Hero-tile .Hero-title {
        width: 50%; } }
    @media (max-width: 47rem) {
      .Hero-tile .Hero-title {
        word-break: break-word;
        line-height: 1.1; } }
    @media (max-width: 29.99rem) {
      .Hero-tile .Hero-title {
        font-size: 1.875rem ; } }
  .Hero-tile .Hero-airdate {
    max-width: 50%; }
  .Hero-tile .Hero-Trailer-Link {
    margin-left: 1rem;
    padding-left: 2.188rem; }
    @media (max-width: 47rem) {
      .Hero-tile .Hero-Trailer-Link {
        margin-left: 0; } }
    .Hero-tile .Hero-Trailer-Link:before {
      margin-top: -1rem; }

.Hero-tile-wrap {
  padding-bottom: 2rem; }

.Hero-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  .App--featureWebShowPageUIRefresh .scod-only .Hero-actions {
    position: relative; }
  .Hero-actions > .ember-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .Hero-actions .Hero-secondary-actions {
    margin-top: 0.785rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .Hero-actions .Hero-secondary-actions .FavouriteButton {
      margin-top: 0; }
    .Hero-actions .Hero-secondary-actions.only .Hero-Trailer-Link {
      margin-left: 5px; }
  .Hero-actions .Button, .Hero-actions .FavouriteButton--small, .Hero-actions .FavouriteButton--hoverShow, .Hero-actions .FavouriteButton--large, .Hero-actions .scod-FavouriteButton--small, .Hero-actions .scod-FavouriteButton--hoverShow, .Hero-actions .scod-FavouriteButton--large {
    margin-top: 0.785rem;
    margin-right: 0.785rem; }
    @media (max-width: 47rem) {
      .Hero-actions .Button, .Hero-actions .FavouriteButton--small, .Hero-actions .FavouriteButton--hoverShow, .Hero-actions .FavouriteButton--large, .Hero-actions .scod-FavouriteButton--small, .Hero-actions .scod-FavouriteButton--hoverShow, .Hero-actions .scod-FavouriteButton--large {
        margin-right: 0.314rem; } }
    .Hero-actions .Button.Button--primary, .Hero-actions .Button--primary.FavouriteButton--small, .Hero-actions .Button--primary.FavouriteButton--hoverShow, .Hero-actions .Button--primary.FavouriteButton--large, .Hero-actions .Button--primary.scod-FavouriteButton--small, .Hero-actions .Button--primary.scod-FavouriteButton--hoverShow, .Hero-actions .Button--primary.scod-FavouriteButton--large {
      margin-right: 16px;
      border-radius: 8px; }
  .Hero-actions .Hero-channelLogo {
    width: 40px;
    margin-top: 0.785rem;
    margin-left: auto; }
  .Hero-actions .Hero-Trailer a {
    color: #bfbfbf;
    overflow: hidden;
    white-space: nowrap; }
    .Hero-actions .Hero-Trailer a:hover {
      color: #fff; }

.tvnz-plus-background .Cover-bg {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%) !important; }

.tvnz-plus-background-dark .Cover-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%) !important; }

.tvnz-plus-background-faded .Cover-bg {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.9) 4.53%, rgba(255, 69, 217, 0.252) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, #2747f2 -8.12%, #090f36 75.37%) !important;
  opacity: 0.7 !important; }

.tvnz-plus-background-dark-faded .Cover-bg {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 39%, #111111 100%), linear-gradient(62.24deg, #111111 0%, rgba(9, 15, 54, 0) 99.98%), linear-gradient(338.58deg, rgba(255, 69, 217, 0.5) 4.53%, rgba(255, 69, 217, 0.1) 35.14%, rgba(255, 69, 217, 0) 51.18%), linear-gradient(217.42deg, rgba(39, 71, 242, 0.5) -8.12%, rgba(9, 15, 54, 0.5) 75.37%), linear-gradient(180deg, rgba(17, 17, 17, 0.5) 0%, rgba(17, 17, 17, 0.5) 100%) !important; }

.movies .PageHeader--bandedSlot,
.tv-shows .PageHeader--bandedSlot {
  min-height: 0; }

.movies main [data-slot-id='main'] > :last-child [data-module-name='contentGrid'],
.tv-shows main [data-slot-id='main'] > :last-child [data-module-name='contentGrid'] {
  margin-top: 2.75rem; }
  .movies main [data-slot-id='main'] > :last-child [data-module-name='contentGrid'] > :first-child,
  .tv-shows main [data-slot-id='main'] > :last-child [data-module-name='contentGrid'] > :first-child {
    padding-top: 3.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .movies main [data-slot-id='main'] > :last-child [data-module-name='contentGrid'] .Belt-header,
  .tv-shows main [data-slot-id='main'] > :last-child [data-module-name='contentGrid'] .Belt-header {
    margin-bottom: 0.4rem; }
    .movies main [data-slot-id='main'] > :last-child [data-module-name='contentGrid'] .Belt-header h2,
    .tv-shows main [data-slot-id='main'] > :last-child [data-module-name='contentGrid'] .Belt-header h2 {
      font-size: 1.875rem; }

.sports-video-component {
  margin: 6rem 5rem;
  color: white;
  padding-top: 1.375rem; }
  @media (max-width: 1023px) {
    .sports-video-component {
      margin-top: 5.25rem;
      margin-left: 0.75rem;
      margin-right: 0.75rem;
      padding: 0; } }
  .sports-video-component h1 {
    font-size: 1.875rem;
    margin: 0rem; }
    @media (max-width: 1023px) {
      .sports-video-component h1 {
        display: none; } }
  .sports-video-component .player-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 1.125rem;
    background-color: black;
    width: 100%; }
    @media (max-width: 1023px) {
      .sports-video-component .player-container {
        display: block;
        background: none; } }
    .sports-video-component .player-container .player-placeholder {
      aspect-ratio: 16/9;
      width: calc(100% - 340px); }
      @media (max-width: 1023px) {
        .sports-video-component .player-container .player-placeholder {
          width: 100%; } }
    .sports-video-component .player-container .sidebar {
      width: 340px;
      padding: 0.625rem 1rem 0.625rem 1.5rem; }
      @media (max-width: 1023px) {
        .sports-video-component .player-container .sidebar {
          width: 100%;
          padding-bottom: 4rem;
          padding-left: 0;
          padding-right: 0; } }
      .sports-video-component .player-container .sidebar h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 0.8rem; }
      .sports-video-component .player-container .sidebar h3,
      .sports-video-component .player-container .sidebar .type-date {
        margin-bottom: 0.8rem; }
      .sports-video-component .player-container .sidebar h3,
      .sports-video-component .player-container .sidebar .type-date,
      .sports-video-component .player-container .sidebar .description {
        font-size: 0.9rem;
        line-height: 1.063rem; }
        .sports-video-component .player-container .sidebar h3 .rating,
        .sports-video-component .player-container .sidebar .type-date .rating,
        .sports-video-component .player-container .sidebar .description .rating {
          color: #0778d6;
          font-weight: 700; }
      .sports-video-component .player-container .sidebar .video-type {
        text-transform: uppercase; }
  .sports-video-component #title-closeBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1023px) {
      .sports-video-component #title-closeBtn {
        -webkit-box-pack: end;
        -webkit-justify-content: end;
            -ms-flex-pack: end;
                justify-content: end; }
        .sports-video-component #title-closeBtn h1 {
          display: none; } }
  .sports-video-component .genre-separator {
    margin-right: 1px; }

/**************************************
  $WIP WORKING FILE
  NOTE: move chunks to /components if they become sufficiently large
**************************************/
/* Generic layout chunks
========================== */
html {
  width: 100%;
  height: 100%; }

body.App--featureWebShowPageUIRefresh {
  background-color: #111; }

.application-container {
  overflow-x: hidden; }

/* Text highlight color
========================== */
.fb-placeholder {
  display: none;
  font-size: 0.875rem ;
  line-height: 1.35714;
  padding: 8px; }

/* @TODO Tuck under top level flag, e.g. u-preview-debug */
.Module-Not-Found {
  color: red;
  border: 1px dashed red;
  padding: 5px; }

.ShowLegals {
  margin-top: 1.57rem; }
  .ShowLegals,
  .ShowLegals a {
    color: #888f94; }
  .ShowLegals a {
    text-decoration: underline; }

.scod-legal-notice {
  color: #bfbfbf;
  text-align: center;
  background-color: #111111;
  padding: 6px 10px; }
  .scod-legal-notice p {
    margin: 0; }
  .scod-legal-notice a {
    color: #bfbfbf;
    text-decoration: underline; }

.Backtotop {
  position: fixed;
  right: 1.57rem;
  bottom: 1.57rem;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 9; }
  @media (min-width: 47rem) {
    .Backtotop {
      bottom: 0.785rem; } }
  .Backtotop.is-visible {
    display: block;
    opacity: 0.7; }
  .Backtotop:hover {
    opacity: 1; }

.ExtraContent {
  width: 300px;
  height: 250px; }

.ExtraContent--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.Error {
  width: 100%; }

.AppVersion {
  color: rgba(255, 255, 255, 0.3); }

.u-16x9 {
  position: relative; }
  .u-16x9:before {
    display: block;
    content: "";
    width: 100%;
    padding: 56.25% 0 0; }
  .u-16x9 > .content,
  .u-16x9 > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 47rem) {
  .u-16x9.Tile-thumb, .u-16x9.default-state {
    position: relative; }
    .u-16x9.Tile-thumb:before, .u-16x9.default-state:before {
      display: block;
      content: "";
      width: 100%;
      padding: 67.5% 0 0; }
    .u-16x9.Tile-thumb > .content,
    .u-16x9.Tile-thumb > img, .u-16x9.default-state > .content,
    .u-16x9.default-state > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.u-3x1 {
  position: relative; }
  .u-3x1:before {
    display: block;
    content: "";
    width: 100%;
    padding: 33.33333% 0 0; }
  .u-3x1 > .content,
  .u-3x1 > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.Wrap {
  background-color: #fff;
  padding-bottom: 3.14rem; }

.ReadMore {
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap; }
  .ReadMore.ReadMore--right {
    font-size: 0.8125rem ;
    line-height: 1.69231;
    position: relative;
    left: 10px; }
    @media (max-width: 47rem) {
      .ReadMore.ReadMore--right {
        line-height: 1;
        white-space: normal;
        margin-bottom: 0.19625rem; } }
  .ReadMore .icon, .ReadMore .Select::before, .ReadMore .ChannelLineup-item-image-playButton, .ReadMore .Tile-playButton {
    font-size: 1.75rem ;
    position: relative;
    top: 7px; }

.is-expiring {
  color: #cc3333; }

.emoji {
  border: 0;
  width: 1.4rem;
  margin-right: 0.26167rem; }

.u-hiddenHeight {
  border: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important; }

.Slot-Content .u-contentWithSeparator {
  border-color: #e2e2e2;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 0.785rem; }

.Slot-Content .Grid:first-child .u-contentWithSeparator, .Slot-Content .ArticleRow:first-child .u-contentWithSeparator,
.Category-header + .Grid .u-contentWithSeparator,
.Category-header + .ArticleRow .u-contentWithSeparator {
  border-top: none;
  margin-top: 0; }

.badge {
  font-size: 0.75rem ;
  display: inline-block;
  min-width: 10px;
  padding: 1px 7px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #0778d6;
  border-radius: 13px; }

.watchNext-image-text {
  font-size: 2rem; }

.preventAnimation,
.preventAnimation > *,
.preventAnimation > *::before {
  -webkit-animation-name: none !important;
          animation-name: none !important; }

.Separator {
  border-bottom: 1px solid #888f94; }

.Wash-alt-color {
  color: #fff;
  position: relative; }

.Wash-title {
  z-index: 0; }

.FullRow {
  position: relative; }

.StickeySiteNav--positioned {
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }
  .StickeySiteNav--positioned.is-down {
    top: 60px; }

.Blank-Layout {
  min-height: 47.1rem; }

.Unsubscribe {
  margin-top: 70px; }

.Page--minHeight {
  min-height: 39.25rem; }

.is-red {
  color: #cc3333; }

.is-blue {
  color: #0778d6; }

.Badge--white {
  background-color: #fff;
  color: inherit; }

img.async-image.is-loading,
img.async-image:not(.is-loaded),
img.async-image[src=''] {
  visibility: hidden; }

.Tile--hoverExpand .Tile-thumb,
.Tile--hoverExpand .Tile-image, .ItemStrip-item-image {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-clip: padding-box;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 47rem) {
    .Tile--hoverExpand .is-active.Tile-thumb,
    .Tile--hoverExpand .is-active.Tile-image, .is-active.ItemStrip-item-image, .Tile--hoverExpand .Tile-thumb:hover,
    .Tile--hoverExpand .Tile-image:hover, .ItemStrip-item-image:hover {
      -webkit-animation: expand .5s ease-in-out both;
              animation: expand .5s ease-in-out both;
      outline: none; }
      .Tile--hoverExpand .is-active.Tile-thumb img, .Tile--hoverExpand .is-active.Tile-image img, .is-active.ItemStrip-item-image img, .Tile--hoverExpand .Tile-thumb:hover img, .Tile--hoverExpand .Tile-image:hover img, .ItemStrip-item-image:hover img {
        opacity: 1; } }

@-webkit-keyframes expand {
  0% { }
  20% {
    opacity: .8; }
  50% {
    opacity: .8; }
  70% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: .8; }
  100% {
    -webkit-transform: scale(1.07) translateZ(0);
            transform: scale(1.07) translateZ(0);
    opacity: 1; } }

@keyframes expand {
  0% { }
  20% {
    opacity: .8; }
  50% {
    opacity: .8; }
  70% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    opacity: .8; }
  100% {
    -webkit-transform: scale(1.07) translateZ(0);
            transform: scale(1.07) translateZ(0);
    opacity: 1; } }

/**************************************
  $ALIGN
**************************************/
.u-alignBaseline {
  vertical-align: baseline !important; }

.u-alignBottom {
  vertical-align: bottom !important; }

.u-alignMiddle {
  vertical-align: middle !important; }

.u-alignTop {
  vertical-align: top !important; }

/**************************************
  $CLEARFIX
**************************************/
.Header::before, .u-cf::before, .Modal-body::before,
.Header::after,
.u-cf::after,
.Modal-body::after {
  content: " ";
  display: table; }


.Header::after,
.u-cf::after,
.Modal-body::after {
  clear: both; }

/**************************************
  $DISPLAY
**************************************/
.u-hidden {
  display: none !important; }

.u-inlineBlock {
  display: inline-block !important; }

.u-block, .ArticleCard--centre {
  display: block !important; }

@media (max-width: 47rem) {
  .u-sm-hidden, .Register-carousel {
    display: none !important; }
  .u-sm-inlineBlock {
    display: inline-block !important; }
  .u-sm-block {
    display: block !important; } }

@media (min-width: 47rem) {
  .u-md-hidden {
    display: none !important; }
  .u-md-inlineBlock {
    display: inline-block !important; }
  .u-md-block {
    display: block !important; } }

@media (min-width: 64rem) {
  .u-lg-hidden {
    display: none !important; }
  .u-lg-inlineBlock {
    display: inline-block !important; }
  .u-lg-block {
    display: block !important; } }

@media (min-width: 80rem) {
  .u-xl-hidden {
    display: none !important; }
  .u-xl-inlineBlock {
    display: inline-block !important; }
  .u-xl-block {
    display: block !important; } }

@media (min-width: 100rem) {
  .u-xx-hidden {
    display: none !important; }
  .u-xx-inlineBlock {
    display: inline-block !important; }
  .u-xx-block {
    display: block !important; } }

/**
 * Display table
 */
.u-table {
  display: table !important; }

.u-tableCell {
  display: table-cell !important; }

.u-tableRow {
  display: table-row !important; }

/**
* Remove from flow, but available to screen readers
*/
.u-hiddenVisually, .SiteNav-item .SiteNav-one-news span, .SiteNav-tvnz-logo span, .SideMenu-one-news span {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/**
* Collapses vertically and visually hides, but maintains width
*/
.u-verticallyCollapsed {
  visibility: hidden;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

/**************************************
  $FLEX
**************************************/
/**
  * Applies to flex container
  */
.u-flex, .Login-backLink, .Register-link, .Authentication-actions, .Article-sharing, .Belt-header, .Belt-title h2, .Epg-item-meta-secondary, .Episodes-actions--left, .Episodes-group, .Modal-back, .Register-pages .Card--withBGImage, .is-active .SearchForm, .ShowListHero-body, .ShowListHero-items, .ShowListHero-hero-title, .User-dropdown-item-myshow, .Slot-Content-hasUnder, .ShowAll-items, .show-video-player .Hero-bar .Hero-title,
.Hero-bar-wrap .Hero-title {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-flexInline, .Button, .FavouriteButton--small, .FavouriteButton--hoverShow, .FavouriteButton--large, .scod-FavouriteButton--small, .scod-FavouriteButton--hoverShow, .scod-FavouriteButton--large {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.u-flexRow {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.u-flexRowReverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.u-flexCol, .ShowListHero-body, .ShowListHero-items, .Slot-Content-hasUnder {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.u-flexColReverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.u-flexWrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

.u-flexNoWrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; }

.u-flexWrapReverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important; }

.u-flexJustifyStart {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.u-flexJustifyEnd, .Register-link {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.u-flexJustifyCenter, .Login-backLink {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.u-flexJustifyBetween, .Belt-header, .Episodes-actions--left, .ShowListHero-hero-title, .ShowAll-items {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.u-flexJustifyAround {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.u-flexAlignItemsStart {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.u-flexAlignItemsEnd, .Belt-header {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.u-flexAlignItemsCenter, .Login-backLink, .Register-link, .Authentication-actions, .Article-sharing, .Belt-title h2, .Epg-item-meta-secondary, .Modal-back, .is-active .SearchForm, .show-video-player .Hero-bar .Hero-title,
.Hero-bar-wrap .Hero-title {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.u-flexAlignItemsStretch, .Register-pages .Card--withBGImage {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.u-flexAlignItemsBaseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.u-flexAlignContentStart {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.u-flexAlignContentEnd {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.u-flexAlignContentCenter {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.u-flexAlignContentStretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.u-flexAlignContentBetween {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.u-flexAlignContentAround {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.u-flex > *, .Login-backLink > *, .Register-link > *, .Authentication-actions > *, .Article-sharing > *, .Belt-header > *, .Belt-title h2 > *, .Epg-item-meta-secondary > *, .Episodes-actions--left > *, .Episodes-group > *, .Modal-back > *, .Register-pages .Card--withBGImage > *, .is-active .SearchForm > *, .ShowListHero-body > *, .ShowListHero-items > *, .ShowListHero-hero-title > *, .User-dropdown-item-myshow > *, .Slot-Content-hasUnder > *, .ShowAll-items > *, .show-video-player .Hero-bar .Hero-title > *, .Hero-bar-wrap .Hero-title > *, -flexInline > * {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }

/**
  * Applies to flex items
  */
.u-flexAlignSelfStart {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important; }

.u-flexAlignSelfEnd {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important; }

.u-flexAlignSelfCenter {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.u-flexAlignSelfStretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

.u-flexAlignSelfBaseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.u-flexAlignSelfAuto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

.u-flexOrderFirst {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.u-flexOrderLast {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.u-flexOrderNone {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

@media (max-width: 47rem) {
  /**
  * Applies to flex container
  */
  .u-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .u-sm-flexInline {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .u-sm-flexRow {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .u-sm-flexRowReverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .u-sm-flexCol, .Authentication-actions {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .u-sm-flexColReverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .u-sm-flexWrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .u-sm-flexNoWrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .u-sm-flexWrapReverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .u-sm-flexJustifyStart {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .u-sm-flexJustifyEnd {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .u-sm-flexJustifyCenter {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .u-sm-flexJustifyBetween, .Article-sharing {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .u-sm-flexJustifyAround {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .u-sm-flexAlignItemsStart {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .u-sm-flexAlignItemsEnd {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .u-sm-flexAlignItemsCenter {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .u-sm-flexAlignItemsStretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .u-sm-flexAlignItemsBaseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .u-sm-flexAlignContentStart {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .u-sm-flexAlignContentEnd {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .u-sm-flexAlignContentCenter {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .u-sm-flexAlignContentStretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .u-sm-flexAlignContentBetween {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .u-sm-flexAlignContentAround {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .u-sm-flex > *, -sm-flexInline > * {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  /**
  * Applies to flex items
  */
  .u-sm-flexAlignSelfStart {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .u-sm-flexAlignSelfEnd {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .u-sm-flexAlignSelfCenter {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .u-sm-flexAlignSelfStretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .u-sm-flexAlignSelfBaseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .u-sm-flexAlignSelfAuto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .u-sm-flexOrderFirst {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .u-sm-flexOrderLast {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .u-sm-flexOrderNone {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; } }

@media (min-width: 47rem) {
  /**
  * Applies to flex container
  */
  .u-md-flex, .Slot--dark .Article-body, .Episodes-actions, .Episodes-callToAction, .Player--collapsed .Player-wrap, .ScheduleCollection-lists, .ScheduleCollection-results, .show-video-player .Hero-bar,
  .Hero-bar-wrap {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .u-md-flexInline {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .u-md-flexRow, .Authentication-actions, .Slot--dark .Article-body, .Player--collapsed .Player-wrap, .ShowListHero-body {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .u-md-flexRowReverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .u-md-flexCol {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .u-md-flexColReverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .u-md-flexWrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .u-md-flexNoWrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .u-md-flexWrapReverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .u-md-flexJustifyStart {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .u-md-flexJustifyEnd {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .u-md-flexJustifyCenter, .Episodes-callToAction {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .u-md-flexJustifyBetween, .Slot--dark .Article-body, .Episodes-actions, .ScheduleCollection-results {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .u-md-flexJustifyAround, .Authentication-actions {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .u-md-flexAlignItemsStart {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .u-md-flexAlignItemsEnd {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .u-md-flexAlignItemsCenter, .Episodes-callToAction, .show-video-player .Hero-bar,
  .Hero-bar-wrap {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .u-md-flexAlignItemsStretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .u-md-flexAlignItemsBaseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .u-md-flexAlignContentStart {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .u-md-flexAlignContentEnd {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .u-md-flexAlignContentCenter {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .u-md-flexAlignContentStretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .u-md-flexAlignContentBetween, .Player--collapsed .Player-wrap {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .u-md-flexAlignContentAround {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .u-md-flex > *, .Slot--dark .Article-body > *, .Episodes-actions > *, .Episodes-callToAction > *, .Player--collapsed .Player-wrap > *, .ScheduleCollection-lists > *, .ScheduleCollection-results > *, .show-video-player .Hero-bar > *, .Hero-bar-wrap > *, -md-flexInline > * {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  /**
  * Applies to flex items
  */
  .u-md-flexAlignSelfStart {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .u-md-flexAlignSelfEnd {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .u-md-flexAlignSelfCenter {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .u-md-flexAlignSelfStretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .u-md-flexAlignSelfBaseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .u-md-flexAlignSelfAuto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .u-md-flexOrderFirst {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .u-md-flexOrderLast {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .u-md-flexOrderNone {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; } }

@media (min-width: 64rem) {
  /**
  * Applies to flex container
  */
  .u-lg-flex, .Grid--stretch > .ember-view, .PromoRow--withAd, .ArticleRow-withAd, .Player-wrap, .Player-sidebar, .SponsorList, .Slot, .Slot-Main, .Slot-Main > .ember-view {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .u-lg-flexInline {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .u-lg-flexRow {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .u-lg-flexRowReverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .u-lg-flexCol, .Player-sidebar {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .u-lg-flexColReverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .u-lg-flexWrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .u-lg-flexNoWrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .u-lg-flexWrapReverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .u-lg-flexJustifyStart {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .u-lg-flexJustifyEnd {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .u-lg-flexJustifyCenter {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .u-lg-flexJustifyBetween {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .u-lg-flexJustifyAround {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .u-lg-flexAlignItemsStart {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .u-lg-flexAlignItemsEnd {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .u-lg-flexAlignItemsCenter {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .u-lg-flexAlignItemsStretch, .Player-wrap {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .u-lg-flexAlignItemsBaseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .u-lg-flexAlignContentStart {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .u-lg-flexAlignContentEnd {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .u-lg-flexAlignContentCenter {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .u-lg-flexAlignContentStretch, .Slot {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .u-lg-flexAlignContentBetween {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .u-lg-flexAlignContentAround {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .u-lg-flex > *, .Grid--stretch > .ember-view > *, .PromoRow--withAd > *, .ArticleRow-withAd > *, .Player-wrap > *, .Player-sidebar > *, .SponsorList > *, .Slot > *, .Slot-Main > *, .Slot-Main > .ember-view > *, -lg-flexInline > * {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  /**
  * Applies to flex items
  */
  .u-lg-flexAlignSelfStart {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .u-lg-flexAlignSelfEnd {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .u-lg-flexAlignSelfCenter {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .u-lg-flexAlignSelfStretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .u-lg-flexAlignSelfBaseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .u-lg-flexAlignSelfAuto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .u-lg-flexOrderFirst {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .u-lg-flexOrderLast, .Slot-Aside {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .u-lg-flexOrderNone {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; } }

/**************************************
  $FLOAT
**************************************/
.u-floatNone {
  float: none !important; }

.u-floatLeft, .ArticleCard--left {
  float: left !important; }

.u-floatRight, .ArticleCard--right {
  float: right !important; }

/**************************************
  $LINK
**************************************/
/**
 * Clean link
 */
.u-linkClean,
.u-linkClean:hover,
.u-linkClean:focus,
.u-linkClean:active {
  text-decoration: none !important; }

/**
 * Link complex
 */
.u-linkComplex,
.u-linkComplex:hover,
.u-linkComplex:focus,
.u-linkComplex:active {
  text-decoration: none !important; }

.u-linkComplex:hover .u-linkComplexTarget,
.u-linkComplex:focus .u-linkComplexTarget,
.u-linkComplex:active .u-linkComplexTarget {
  text-decoration: underline !important; }

/**
 * Block-level link
 */
.u-linkBlock,
.u-linkBlock:hover,
.u-linkBlock:focus,
.u-linkBlock:active {
  display: block !important;
  text-decoration: none !important; }

.u-linkDecorated {
  color: #0778d6 !important;
  text-decoration: underline !important;
  display: inline; }

/**************************************
  $MARGIN
**************************************/
.u-marginCenter, .ArticleCard--centre {
  margin-left: auto;
  margin-right: auto; }

.u-mT-0 {
  margin-top: 0 !important; }

.u-mT-xs {
  margin-top: 0.3925rem !important; }

.u-mT-sm, .ScheduleCollection-subfilters-select {
  margin-top: 0.785rem !important; }

.u-mT-md {
  margin-top: 1.57rem !important; }

.u-mT-lg {
  margin-top: 3.14rem !important; }

.u-mT-xl {
  margin-top: 6.28rem !important; }

.u-mT-xxl {
  margin-top: 9.42rem !important; }

.u-mB-0 {
  margin-bottom: 0 !important; }

.u-mB-sm, .ChannelTile.ChannelTile--boxed {
  margin-bottom: 0.785rem !important; }

.u-mB-md {
  margin-bottom: 1.57rem !important; }

.u-mR-0 {
  margin-right: 0 !important; }

.u-mR-sm {
  margin-right: 0.3925rem !important; }

.u-mR-md {
  margin-right: 1.57rem !important; }

.u-mL-0 {
  margin-left: 0 !important; }

.u-mL-sm {
  margin-left: 0.3925rem !important; }

.u-mL-md {
  margin-left: 1.57rem !important; }

.u-mL-lg {
  margin-left: 3.14rem !important; }

.u-mL-xl {
  margin-left: 6.28rem !important; }

/**************************************
  $PADDING
**************************************/
/**
 * Offset: breakpoint 2 (medium)
 *
 * Specify the proportional offset before an element.
 * Intentional redundancy build into each set of unit classes.
 * Supports: 2, 3, 4, 6, 12 section
 */
.u-beforeNone {
  margin-left: 0 !important; }

.u-before1of2, .u-before2of4, .u-before3of6, .u-before6of12 {
  margin-left: calc(100% * 1 / 2) !important; }

.u-before1of3, .u-before2of6, .u-before4of12 {
  margin-left: calc(100% * 1 / 3) !important; }

.u-before2of3, .u-before4of6, .u-before8of12 {
  margin-left: calc(100% * 2 / 3) !important; }

.u-before1of4, .u-before3of12 {
  margin-left: calc(100% * 1 / 4) !important; }

.u-before3of4, .u-before9of12 {
  margin-left: calc(100% * 3 / 4) !important; }

.u-before1of6, .u-before2of12 {
  margin-left: calc(100% * 1 / 6) !important; }

.u-before5of6, .u-before10of12 {
  margin-left: calc(100% * 5 / 6) !important; }

.u-before1of12 {
  margin-left: calc(100% * 1 / 12) !important; }

.u-before5of12 {
  margin-left: calc(100% * 5 / 12) !important; }

.u-before7of12 {
  margin-left: calc(100% * 7 / 12) !important; }

.u-before11of12 {
  margin-left: calc(100% * 11 / 12) !important; }

@media (min-width: 47rem) {
  .u-md-beforeNone {
    margin-left: 0 !important; }
  .u-md-before1of2, .u-md-before2of4, .u-md-before3of6, .u-md-before6of12 {
    margin-left: calc(100% * 1 / 2) !important; }
  .u-md-before1of3, .u-md-before2of6, .u-md-before4of12 {
    margin-left: calc(100% * 1 / 3) !important; }
  .u-md-before2of3, .u-md-before4of6, .u-md-before8of12 {
    margin-left: calc(100% * 2 / 3) !important; }
  .u-md-before1of4, .u-md-before3of12 {
    margin-left: calc(100% * 1 / 4) !important; }
  .u-md-before3of4, .u-md-before9of12 {
    margin-left: calc(100% * 3 / 4) !important; }
  .u-md-before1of6, .u-md-before2of12 {
    margin-left: calc(100% * 1 / 6) !important; }
  .u-md-before5of6, .u-md-before10of12 {
    margin-left: calc(100% * 5 / 6) !important; }
  .u-md-before1of12 {
    margin-left: calc(100% * 1 / 12) !important; }
  .u-md-before5of12 {
    margin-left: calc(100% * 5 / 12) !important; }
  .u-md-before7of12 {
    margin-left: calc(100% * 7 / 12) !important; }
  .u-md-before11of12 {
    margin-left: calc(100% * 11 / 12) !important; } }

/**************************************
  $PADDING
**************************************/
.u-pT-0 {
  padding-top: 0 !important; }

.u-pT-sm {
  padding-top: 0.785rem !important; }

.u-pT-md {
  padding-top: 1.57rem !important; }

.u-pR-0 {
  padding-right: 0 !important; }

.u-pR-sm, .ChannelTile.ChannelTile--boxed {
  padding-right: 0.785rem !important; }

.u-pR-md {
  padding-right: 1.57rem !important; }

.u-pB-0 {
  padding-bottom: 0 !important; }

.u-pB-sm {
  padding-bottom: 0.785rem !important; }

.u-pB-md {
  padding-bottom: 1.57rem !important; }

.u-pB-lg {
  padding-bottom: 3.14rem !important; }

.u-pL-0 {
  padding-left: 0 !important; }

.u-pL-sm, .ChannelTile.ChannelTile--boxed {
  padding-left: 0.785rem !important; }

.u-pL-md {
  padding-left: 1.57rem !important; }

@media (max-width: 47rem) {
  .u-sm-pT-0 {
    padding-top: 0 !important; }
  .u-sm-pT-sm {
    padding-top: 0.785rem !important; }
  .u-sm-pT-md {
    padding-top: 1.57rem !important; }
  .u-sm-pR-0 {
    padding-right: 0 !important; }
  .u-sm-pR-sm {
    padding-right: 0.785rem !important; }
  .u-sm-pR-md {
    padding-right: 1.57rem !important; }
  .u-sm-pB-0 {
    padding-bottom: 0 !important; }
  .u-sm-pB-sm {
    padding-bottom: 0.785rem !important; }
  .u-sm-pB-md {
    padding-bottom: 1.57rem !important; }
  .u-sm-pB-lg {
    padding-bottom: 3.14rem !important; }
  .u-sm-pL-0 {
    padding-left: 0 !important; }
  .u-sm-pL-sm {
    padding-left: 0.785rem !important; }
  .u-sm-pL-md {
    padding-left: 1.57rem !important; } }

/**************************************
  $POSITION
**************************************/
.u-positionAbsolute {
  position: absolute !important; }

.u-positionAbsoluteCenter, .Card--episode .Card-image::before, .Loader-wrapper {
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important; }

.u-positionFixed {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed !important; }

.u-positionRelative, .ShowListHero-items, .Hero-tile {
  position: relative !important; }

.u-positionStatic {
  position: static !important; }

/**************************************
  $TEXT
**************************************/
/**
 * Word breaking
 */
.u-textBreak {
  word-wrap: break-word !important; }

.u-textUpperCase {
  text-transform: uppercase !important; }

/**
 * Horizontal text alignment
 */
.u-textCenter, .Episodes-callToAction {
  text-align: center !important; }

.u-textLeft, .SideMenu-title, .SideMenu-list {
  text-align: left !important; }

.u-textRight {
  text-align: right !important; }

@media (min-width: 47rem) {
  .u-md-textRight {
    text-align: right !important; } }

/**
 * Inherit the ancestor's text color.
 */
.u-textInheritColor {
  color: inherit !important; }

/**
 * Prevent whitespace wrapping
 */
.u-textNoWrap {
  white-space: nowrap !important; }

/**
 * Overflow ellipsis...
 */
.u-textEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/**
 * Text truncation
 */
.u-textTruncate, .Epg-item-meta-tertiary {
  max-width: 100%;
  /* 1 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  /* 2 */ }

.u-fontZero {
  font-size: 0; }

/**************************************
  $WIDTHS
**************************************/
.u-width1of1, .u-width2of2, .u-width3of3, .u-width12of12 {
  width: 100% !important; }

.u-width1of2 {
  width: calc(100% * 1 / 2) !important; }

.u-width1of3, .u-width4of12 {
  width: 33.333333333% !important; }

.u-width2of3, .u-width8of12 {
  width: calc(100% * 2 / 3) !important; }

.u-width1of5 {
  width: 20% !important; }

.u-width1of12 {
  width: calc(100% * 1 / 12) !important; }

.u-width2of12 {
  width: 16.666666667% !important; }

.u-width3of12 {
  width: 25% !important; }

.u-width5of12 {
  width: calc(100% * 5 / 12) !important; }

.u-width6of12 {
  width: 50% !important; }

.u-width7of12 {
  width: calc(100% * 7 / 12) !important; }

.u-width9of12 {
  width: calc(100% * 3 / 4) !important; }

.u-width10of12 {
  width: calc(100% * 5 / 6) !important; }

.u-width11of12 {
  width: calc(100% * 11 / 12) !important; }

.u-width1of16 {
  width: calc(100% * 1 / 16) !important; }

.u-width2of16 {
  width: calc(100% * 2 / 16) !important; }

.u-width3of16 {
  width: calc(100% * 3 / 16) !important; }

.u-width4of16 {
  width: calc(100% * 4 / 16) !important; }

.u-width5of16 {
  width: calc(100% * 5 / 16) !important; }

.u-width6of16 {
  width: calc(100% * 6 / 16) !important; }

.u-width7of16 {
  width: calc(100% * 7 / 16) !important; }

.u-width8of16 {
  width: calc(100% * 8 / 16) !important; }

.u-width9of16 {
  width: calc(100% * 9 / 16) !important; }

.u-width10of16 {
  width: calc(100% * 10 / 16) !important; }

.u-width11of16 {
  width: calc(100% * 11 / 16) !important; }

.u-width12of16 {
  width: calc(100% * 12 / 16) !important; }

.u-width13of16 {
  width: calc(100% * 13 / 16) !important; }

.u-width14of16 {
  width: calc(100% * 14 / 16) !important; }

.u-width15of16 {
  width: calc(100% * 15 / 16) !important; }

.u-width16of16 {
  width: calc(100% * 16 / 16) !important; }

@media (max-width: 47rem) {
  .u-sm-width1of1, .u-sm-width2of2, .u-sm-width3of3, .u-sm-width12of12, .ArticleRow-Card, .ArticleCard--small, .ArticleCard--medium {
    width: 100% !important; }
  .u-sm-width1of2 {
    width: calc(100% * 1 / 2) !important; }
  .u-sm-width1of3, .u-sm-width4of12, .Accordion-toggle::before, .Accordion-toggle::after, .Accordion-toggle .Button, .Accordion-toggle .FavouriteButton--small, .Accordion-toggle .FavouriteButton--hoverShow, .Accordion-toggle .FavouriteButton--large, .Accordion-toggle .scod-FavouriteButton--small, .Accordion-toggle .scod-FavouriteButton--hoverShow, .Accordion-toggle .scod-FavouriteButton--large {
    width: 33.333333333% !important; }
  .u-sm-width2of3, .u-sm-width8of12 {
    width: calc(100% * 2 / 3) !important; }
  .u-sm-width1of5 {
    width: 20% !important; }
  .u-sm-width1of12 {
    width: calc(100% * 1 / 12) !important; }
  .u-sm-width2of12 {
    width: 16.666666667% !important; }
  .u-sm-width3of12 {
    width: 25% !important; }
  .u-sm-width5of12 {
    width: calc(100% * 5 / 12) !important; }
  .u-sm-width6of12 {
    width: 50% !important; }
  .u-sm-width7of12 {
    width: calc(100% * 7 / 12) !important; }
  .u-sm-width9of12 {
    width: calc(100% * 3 / 4) !important; }
  .u-sm-width10of12 {
    width: calc(100% * 5 / 6) !important; }
  .u-sm-width11of12 {
    width: calc(100% * 11 / 12) !important; }
  .u-sm-width1of16 {
    width: calc(100% * 1 / 16) !important; }
  .u-sm-width2of16 {
    width: calc(100% * 2 / 16) !important; }
  .u-sm-width3of16 {
    width: calc(100% * 3 / 16) !important; }
  .u-sm-width4of16 {
    width: calc(100% * 4 / 16) !important; }
  .u-sm-width5of16 {
    width: calc(100% * 5 / 16) !important; }
  .u-sm-width6of16 {
    width: calc(100% * 6 / 16) !important; }
  .u-sm-width7of16 {
    width: calc(100% * 7 / 16) !important; }
  .u-sm-width8of16 {
    width: calc(100% * 8 / 16) !important; }
  .u-sm-width9of16 {
    width: calc(100% * 9 / 16) !important; }
  .u-sm-width10of16 {
    width: calc(100% * 10 / 16) !important; }
  .u-sm-width11of16 {
    width: calc(100% * 11 / 16) !important; }
  .u-sm-width12of16 {
    width: calc(100% * 12 / 16) !important; }
  .u-sm-width13of16 {
    width: calc(100% * 13 / 16) !important; }
  .u-sm-width14of16 {
    width: calc(100% * 14 / 16) !important; }
  .u-sm-width15of16 {
    width: calc(100% * 15 / 16) !important; }
  .u-sm-width16of16 {
    width: calc(100% * 16 / 16) !important; } }

@media (max-width: 29.99rem) {
  .u-xs-width1of1, .u-xs-width2of2, .u-xs-width3of3, .u-xs-width12of12 {
    width: 100% !important; }
  .u-xs-width1of2 {
    width: calc(100% * 1 / 2) !important; }
  .u-xs-width1of3, .u-xs-width4of12 {
    width: 33.333333333% !important; }
  .u-xs-width2of3, .u-xs-width8of12 {
    width: calc(100% * 2 / 3) !important; }
  .u-xs-width1of5 {
    width: 20% !important; }
  .u-xs-width1of12 {
    width: calc(100% * 1 / 12) !important; }
  .u-xs-width2of12 {
    width: 16.666666667% !important; }
  .u-xs-width3of12 {
    width: 25% !important; }
  .u-xs-width5of12 {
    width: calc(100% * 5 / 12) !important; }
  .u-xs-width6of12 {
    width: 50% !important; }
  .u-xs-width7of12 {
    width: calc(100% * 7 / 12) !important; }
  .u-xs-width9of12 {
    width: calc(100% * 3 / 4) !important; }
  .u-xs-width10of12 {
    width: calc(100% * 5 / 6) !important; }
  .u-xs-width11of12 {
    width: calc(100% * 11 / 12) !important; }
  .u-xs-width1of16 {
    width: calc(100% * 1 / 16) !important; }
  .u-xs-width2of16 {
    width: calc(100% * 2 / 16) !important; }
  .u-xs-width3of16 {
    width: calc(100% * 3 / 16) !important; }
  .u-xs-width4of16 {
    width: calc(100% * 4 / 16) !important; }
  .u-xs-width5of16 {
    width: calc(100% * 5 / 16) !important; }
  .u-xs-width6of16 {
    width: calc(100% * 6 / 16) !important; }
  .u-xs-width7of16 {
    width: calc(100% * 7 / 16) !important; }
  .u-xs-width8of16 {
    width: calc(100% * 8 / 16) !important; }
  .u-xs-width9of16 {
    width: calc(100% * 9 / 16) !important; }
  .u-xs-width10of16 {
    width: calc(100% * 10 / 16) !important; }
  .u-xs-width11of16 {
    width: calc(100% * 11 / 16) !important; }
  .u-xs-width12of16 {
    width: calc(100% * 12 / 16) !important; }
  .u-xs-width13of16 {
    width: calc(100% * 13 / 16) !important; }
  .u-xs-width14of16 {
    width: calc(100% * 14 / 16) !important; }
  .u-xs-width15of16 {
    width: calc(100% * 15 / 16) !important; }
  .u-xs-width16of16 {
    width: calc(100% * 16 / 16) !important; } }

@media (min-width: 47rem) {
  .u-md-width1of1, .u-md-width2of2, .u-md-width3of3, .u-md-width12of12, .App--featureWebShowPageUIRefresh .Scod-Slot-Aside .FeaturedList, .Slot--dark .FeaturedList, .Slot--dark .HeroStatic .Hero-container {
    width: 100% !important; }
  .u-md-width1of2 {
    width: calc(100% * 1 / 2) !important; }
  .u-md-width1of3, .ArticleCard--small, .u-md-width4of12 {
    width: 33.333333333% !important; }
  .u-md-width2of3, .u-md-width8of12 {
    width: calc(100% * 2 / 3) !important; }
  .u-md-width1of5 {
    width: 20% !important; }
  .u-md-width1of12 {
    width: calc(100% * 1 / 12) !important; }
  .u-md-width2of12, .Accordion-toggle .Button, .Accordion-toggle .FavouriteButton--small, .Accordion-toggle .FavouriteButton--hoverShow, .Accordion-toggle .FavouriteButton--large, .Accordion-toggle .scod-FavouriteButton--small, .Accordion-toggle .scod-FavouriteButton--hoverShow, .Accordion-toggle .scod-FavouriteButton--large {
    width: 16.666666667% !important; }
  .u-md-width3of12 {
    width: 25% !important; }
  .u-md-width5of12, .Accordion-toggle::before, .Accordion-toggle::after {
    width: calc(100% * 5 / 12) !important; }
  .u-md-width6of12, .ArticleCard--medium {
    width: 50% !important; }
  .u-md-width7of12 {
    width: calc(100% * 7 / 12) !important; }
  .u-md-width9of12 {
    width: calc(100% * 3 / 4) !important; }
  .u-md-width10of12 {
    width: calc(100% * 5 / 6) !important; }
  .u-md-width11of12, .FeaturedList {
    width: calc(100% * 11 / 12) !important; }
  .u-md-width1of16 {
    width: calc(100% * 1 / 16) !important; }
  .u-md-width2of16 {
    width: calc(100% * 2 / 16) !important; }
  .u-md-width3of16 {
    width: calc(100% * 3 / 16) !important; }
  .u-md-width4of16 {
    width: calc(100% * 4 / 16) !important; }
  .u-md-width5of16 {
    width: calc(100% * 5 / 16) !important; }
  .u-md-width6of16 {
    width: calc(100% * 6 / 16) !important; }
  .u-md-width7of16 {
    width: calc(100% * 7 / 16) !important; }
  .u-md-width8of16 {
    width: calc(100% * 8 / 16) !important; }
  .u-md-width9of16 {
    width: calc(100% * 9 / 16) !important; }
  .u-md-width10of16 {
    width: calc(100% * 10 / 16) !important; }
  .u-md-width11of16 {
    width: calc(100% * 11 / 16) !important; }
  .u-md-width12of16 {
    width: calc(100% * 12 / 16) !important; }
  .u-md-width13of16 {
    width: calc(100% * 13 / 16) !important; }
  .u-md-width14of16 {
    width: calc(100% * 14 / 16) !important; }
  .u-md-width15of16 {
    width: calc(100% * 15 / 16) !important; }
  .u-md-width16of16 {
    width: calc(100% * 16 / 16) !important; } }

@media (min-width: 64rem) {
  .u-lg-width1of1, .FeaturedList-item, .u-lg-width2of2, .u-lg-width3of3, .u-lg-width12of12, .FeaturedList, .App--featureWebShowPageUIRefresh .Scod-Slot-Aside .FeaturedList {
    width: 100% !important; }
  .u-lg-width1of2 {
    width: calc(100% * 1 / 2) !important; }
  .u-lg-width1of3, .u-lg-width4of12 {
    width: 33.333333333% !important; }
  .u-lg-width2of3, .u-lg-width8of12, .ArticleRow-Card {
    width: calc(100% * 2 / 3) !important; }
  .u-lg-width1of5 {
    width: 20% !important; }
  .u-lg-width1of12 {
    width: calc(100% * 1 / 12) !important; }
  .u-lg-width2of12 {
    width: 16.666666667% !important; }
  .u-lg-width3of12 {
    width: 25% !important; }
  .u-lg-width5of12 {
    width: calc(100% * 5 / 12) !important; }
  .u-lg-width6of12 {
    width: 50% !important; }
  .u-lg-width7of12 {
    width: calc(100% * 7 / 12) !important; }
  .u-lg-width9of12 {
    width: calc(100% * 3 / 4) !important; }
  .u-lg-width10of12, .Slot--dark .HeroStatic .Hero-container {
    width: calc(100% * 5 / 6) !important; }
  .u-lg-width11of12, .Slot--dark .FeaturedList, .Slot-Under .FeaturedList-wrap {
    width: calc(100% * 11 / 12) !important; }
  .u-lg-width1of16 {
    width: calc(100% * 1 / 16) !important; }
  .u-lg-width2of16 {
    width: calc(100% * 2 / 16) !important; }
  .u-lg-width3of16 {
    width: calc(100% * 3 / 16) !important; }
  .u-lg-width4of16 {
    width: calc(100% * 4 / 16) !important; }
  .u-lg-width5of16 {
    width: calc(100% * 5 / 16) !important; }
  .u-lg-width6of16 {
    width: calc(100% * 6 / 16) !important; }
  .u-lg-width7of16 {
    width: calc(100% * 7 / 16) !important; }
  .u-lg-width8of16 {
    width: calc(100% * 8 / 16) !important; }
  .u-lg-width9of16 {
    width: calc(100% * 9 / 16) !important; }
  .u-lg-width10of16 {
    width: calc(100% * 10 / 16) !important; }
  .u-lg-width11of16 {
    width: calc(100% * 11 / 16) !important; }
  .u-lg-width12of16 {
    width: calc(100% * 12 / 16) !important; }
  .u-lg-width13of16 {
    width: calc(100% * 13 / 16) !important; }
  .u-lg-width14of16 {
    width: calc(100% * 14 / 16) !important; }
  .u-lg-width15of16 {
    width: calc(100% * 15 / 16) !important; }
  .u-lg-width16of16 {
    width: calc(100% * 16 / 16) !important; } }

@media (min-width: 80rem) {
  .u-xl-width1of1, .u-xl-width2of2, .u-xl-width3of3, .u-xl-width12of12 {
    width: 100% !important; }
  .u-xl-width1of2 {
    width: calc(100% * 1 / 2) !important; }
  .u-xl-width1of3, .u-xl-width4of12 {
    width: 33.333333333% !important; }
  .u-xl-width2of3, .u-xl-width8of12 {
    width: calc(100% * 2 / 3) !important; }
  .u-xl-width1of5 {
    width: 20% !important; }
  .u-xl-width1of12 {
    width: calc(100% * 1 / 12) !important; }
  .u-xl-width2of12 {
    width: 16.666666667% !important; }
  .u-xl-width3of12 {
    width: 25% !important; }
  .u-xl-width5of12 {
    width: calc(100% * 5 / 12) !important; }
  .u-xl-width6of12 {
    width: 50% !important; }
  .u-xl-width7of12 {
    width: calc(100% * 7 / 12) !important; }
  .u-xl-width9of12 {
    width: calc(100% * 3 / 4) !important; }
  .u-xl-width10of12 {
    width: calc(100% * 5 / 6) !important; }
  .u-xl-width11of12 {
    width: calc(100% * 11 / 12) !important; }
  .u-xl-width1of16 {
    width: calc(100% * 1 / 16) !important; }
  .u-xl-width2of16 {
    width: calc(100% * 2 / 16) !important; }
  .u-xl-width3of16 {
    width: calc(100% * 3 / 16) !important; }
  .u-xl-width4of16 {
    width: calc(100% * 4 / 16) !important; }
  .u-xl-width5of16 {
    width: calc(100% * 5 / 16) !important; }
  .u-xl-width6of16 {
    width: calc(100% * 6 / 16) !important; }
  .u-xl-width7of16 {
    width: calc(100% * 7 / 16) !important; }
  .u-xl-width8of16 {
    width: calc(100% * 8 / 16) !important; }
  .u-xl-width9of16 {
    width: calc(100% * 9 / 16) !important; }
  .u-xl-width10of16 {
    width: calc(100% * 10 / 16) !important; }
  .u-xl-width11of16 {
    width: calc(100% * 11 / 16) !important; }
  .u-xl-width12of16 {
    width: calc(100% * 12 / 16) !important; }
  .u-xl-width13of16 {
    width: calc(100% * 13 / 16) !important; }
  .u-xl-width14of16 {
    width: calc(100% * 14 / 16) !important; }
  .u-xl-width15of16 {
    width: calc(100% * 15 / 16) !important; }
  .u-xl-width16of16 {
    width: calc(100% * 16 / 16) !important; } }

@media (min-width: 100rem) {
  .u-xx-width1of1, .u-xx-width2of2, .u-xx-width3of3, .u-xx-width12of12 {
    width: 100% !important; }
  .u-xx-width1of2 {
    width: calc(100% * 1 / 2) !important; }
  .u-xx-width1of3, .u-xx-width4of12 {
    width: 33.333333333% !important; }
  .u-xx-width2of3, .u-xx-width8of12 {
    width: calc(100% * 2 / 3) !important; }
  .u-xx-width1of5 {
    width: 20% !important; }
  .u-xx-width1of12 {
    width: calc(100% * 1 / 12) !important; }
  .u-xx-width2of12 {
    width: 16.666666667% !important; }
  .u-xx-width3of12 {
    width: 25% !important; }
  .u-xx-width5of12 {
    width: calc(100% * 5 / 12) !important; }
  .u-xx-width6of12 {
    width: 50% !important; }
  .u-xx-width7of12 {
    width: calc(100% * 7 / 12) !important; }
  .u-xx-width9of12 {
    width: calc(100% * 3 / 4) !important; }
  .u-xx-width10of12 {
    width: calc(100% * 5 / 6) !important; }
  .u-xx-width11of12 {
    width: calc(100% * 11 / 12) !important; }
  .u-xx-width1of16 {
    width: calc(100% * 1 / 16) !important; }
  .u-xx-width2of16 {
    width: calc(100% * 2 / 16) !important; }
  .u-xx-width3of16 {
    width: calc(100% * 3 / 16) !important; }
  .u-xx-width4of16 {
    width: calc(100% * 4 / 16) !important; }
  .u-xx-width5of16 {
    width: calc(100% * 5 / 16) !important; }
  .u-xx-width6of16 {
    width: calc(100% * 6 / 16) !important; }
  .u-xx-width7of16 {
    width: calc(100% * 7 / 16) !important; }
  .u-xx-width8of16 {
    width: calc(100% * 8 / 16) !important; }
  .u-xx-width9of16 {
    width: calc(100% * 9 / 16) !important; }
  .u-xx-width10of16 {
    width: calc(100% * 10 / 16) !important; }
  .u-xx-width11of16 {
    width: calc(100% * 11 / 16) !important; }
  .u-xx-width12of16 {
    width: calc(100% * 12 / 16) !important; }
  .u-xx-width13of16 {
    width: calc(100% * 13 / 16) !important; }
  .u-xx-width14of16 {
    width: calc(100% * 14 / 16) !important; }
  .u-xx-width15of16 {
    width: calc(100% * 15 / 16) !important; }
  .u-xx-width16of16 {
    width: calc(100% * 16 / 16) !important; } }

@media (min-width: 115rem) {
  .u-mx-width1of1, .u-mx-width2of2, .u-mx-width3of3, .u-mx-width12of12 {
    width: 100% !important; }
  .u-mx-width1of2 {
    width: calc(100% * 1 / 2) !important; }
  .u-mx-width1of3, .u-mx-width4of12 {
    width: 33.333333333% !important; }
  .u-mx-width2of3, .u-mx-width8of12 {
    width: calc(100% * 2 / 3) !important; }
  .u-mx-width1of5 {
    width: 20% !important; }
  .u-mx-width1of12 {
    width: calc(100% * 1 / 12) !important; }
  .u-mx-width2of12 {
    width: 16.666666667% !important; }
  .u-mx-width3of12 {
    width: 25% !important; }
  .u-mx-width5of12 {
    width: calc(100% * 5 / 12) !important; }
  .u-mx-width6of12 {
    width: 50% !important; }
  .u-mx-width7of12 {
    width: calc(100% * 7 / 12) !important; }
  .u-mx-width9of12 {
    width: calc(100% * 3 / 4) !important; }
  .u-mx-width10of12 {
    width: calc(100% * 5 / 6) !important; }
  .u-mx-width11of12 {
    width: calc(100% * 11 / 12) !important; }
  .u-mx-width1of16 {
    width: calc(100% * 1 / 16) !important; }
  .u-mx-width2of16 {
    width: calc(100% * 2 / 16) !important; }
  .u-mx-width3of16 {
    width: calc(100% * 3 / 16) !important; }
  .u-mx-width4of16 {
    width: calc(100% * 4 / 16) !important; }
  .u-mx-width5of16 {
    width: calc(100% * 5 / 16) !important; }
  .u-mx-width6of16 {
    width: calc(100% * 6 / 16) !important; }
  .u-mx-width7of16 {
    width: calc(100% * 7 / 16) !important; }
  .u-mx-width8of16 {
    width: calc(100% * 8 / 16) !important; }
  .u-mx-width9of16 {
    width: calc(100% * 9 / 16) !important; }
  .u-mx-width10of16 {
    width: calc(100% * 10 / 16) !important; }
  .u-mx-width11of16 {
    width: calc(100% * 11 / 16) !important; }
  .u-mx-width12of16 {
    width: calc(100% * 12 / 16) !important; }
  .u-mx-width13of16 {
    width: calc(100% * 13 / 16) !important; }
  .u-mx-width14of16 {
    width: calc(100% * 14 / 16) !important; }
  .u-mx-width15of16 {
    width: calc(100% * 15 / 16) !important; }
  .u-mx-width16of16 {
    width: calc(100% * 16 / 16) !important; } }

@media (min-width: 47rem) {
  .u-md-widthAuto {
    width: auto !important; } }

/**************************************
  $PRINT
**************************************/
/**
 * NOT @media print styles
 */
/**
 * @media print styles
 */
@media print {
  /**
   * Helpers
   */
  * {
    background: transparent !important;
    border-color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /**
   * Global
   */
  html {
    font-size: 0.75rem ; }
  /**
   * Local / site specific
   */
  .Container {
    max-width: none !important; }
  /**
  * SVGs and Icons
  */
  svg path {
    fill: #000 !important; } }
