/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.DottyLoader-module__dotty .DottyLoader-module__dot1,
.DottyLoader-module__dotty .DottyLoader-module__dot2,
.DottyLoader-module__dotty .DottyLoader-module__dot3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 10px;
  background-color: #ffffff;
  animation: DottyLoader-module__bounce infinite linear;
  animation-duration: 1.6s;
}
.DottyLoader-module__dotty .DottyLoader-module__dot2 {
  animation-delay: 0.2s;
}
.DottyLoader-module__dotty .DottyLoader-module__dot3 {
  animation-delay: 0.4s;
  margin-right: 0;
}
.DottyLoader-module__dotty.DottyLoader-module__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.DottyLoader-module__dotty.DottyLoader-module__viewport {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.DottyLoader-module__dotty.DottyLoader-module__md .DottyLoader-module__dot1,
.DottyLoader-module__dotty.DottyLoader-module__md .DottyLoader-module__dot2,
.DottyLoader-module__dotty.DottyLoader-module__md .DottyLoader-module__dot3 {
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  margin-right: 9px;
}
.DottyLoader-module__dotty.DottyLoader-module__sm .DottyLoader-module__dot1,
.DottyLoader-module__dotty.DottyLoader-module__sm .DottyLoader-module__dot2,
.DottyLoader-module__dotty.DottyLoader-module__sm .DottyLoader-module__dot3 {
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  margin-right: 7px;
  animation-name: DottyLoader-module__bounceLittle;
}

@keyframes DottyLoader-module__bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px) scale(1.7);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes DottyLoader-module__bounceLittle {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px) scale(1.7);
  }
  60% {
    transform: translateY(-8px);
  }
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.BTLoading-module__btLoading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.BTLoading-module__btLoading .BTLoading-module__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 199px;
  height: 120px;
  fill: #EBEB3B;
}
.BTLoading-module__btLoading .BTLoading-module__dottyLoader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.Icon-module__icon {
  color: #ebebeb;
  display: inline-block;
  font: normal normal normal 14px/1 BT_Font_Icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon-module__icon.Icon-module__chevron-big-down::before {
  content: "\f016";
}
.Icon-module__icon.Icon-module__chevron-big-up::before {
  content: "\f015";
}
.Icon-module__icon.Icon-module__chevron-big-left::before {
  content: "\f017";
}
.Icon-module__icon.Icon-module__chevron-big-right::before {
  content: "\f018";
}
.Icon-module__icon.Icon-module__close::before {
  content: "\f02c";
}
.Icon-module__icon.Icon-module__close-circle::before {
  content: "\f049";
}
.Icon-module__icon.Icon-module__lock::before {
  content: "\f057";
}
.Icon-module__icon.Icon-module__uni813::before {
  content: "\e813";
}
.Icon-module__icon.Icon-module__circle-plus::before {
  content: "\ef30";
}
.Icon-module__icon.Icon-module__search::before {
  content: "\e815";
}
.Icon-module__icon.Icon-module__settings::before {
  content: "\e816";
}
.Icon-module__icon.Icon-module__ticket::before {
  content: "\f00f";
}
.Icon-module__icon.Icon-module__user::before {
  content: "\e818";
}
.Icon-module__icon.Icon-module__home::before {
  content: "\e820";
}
.Icon-module__icon.Icon-module__warning-triangle::before {
  content: "\f038";
}
.Icon-module__icon.Icon-module__audio-described::before {
  content: "\f011";
}
.Icon-module__icon.Icon-module__subtitle::before {
  content: "\f013";
}
.Icon-module__icon.Icon-module__heart-stroke::before {
  content: "\f003";
}
.Icon-module__icon.Icon-module__heart-filled::before {
  content: "\f002";
}
.Icon-module__icon.Icon-module__info-circle::before {
  content: "\f001";
}
.Icon-module__icon.Icon-module__messages::before {
  content: "\e842";
}
.Icon-module__icon.Icon-module__dot::before {
  content: "\f058";
}
.Icon-module__icon.Icon-module__rewind-10-sec::before {
  content: "\e848";
}
.Icon-module__icon.Icon-module__delete::before {
  content: "\f073";
}
.Icon-module__icon.Icon-module__redo::before {
  content: "\e852";
}
.Icon-module__icon.Icon-module__undo::before {
  content: "\e860";
}
.Icon-module__icon.Icon-module__pen::before {
  content: "\f072";
}
.Icon-module__icon.Icon-module__play::before {
  content: "\f004";
}
.Icon-module__icon.Icon-module__pause::before {
  content: "\f005";
}
.Icon-module__icon.Icon-module__previous-track::before {
  content: "\f006";
}
.Icon-module__icon.Icon-module__next-track::before {
  content: "\f007";
}
.Icon-module__icon.Icon-module__skip-backward::before {
  content: "\f036";
}
.Icon-module__icon.Icon-module__stop::before {
  content: "\f009";
}
.Icon-module__icon.Icon-module__skip-forward::before {
  content: "\f037";
}
.Icon-module__icon.Icon-module__rewind::before {
  content: "\f008";
}
.Icon-module__icon.Icon-module__fast-forward::before {
  content: "\f00a";
}
.Icon-module__icon.Icon-module__pc::before {
  content: "\ef37";
}
.Icon-module__icon.Icon-module__connectivity::before {
  content: "\ef36";
}
.Icon-module__icon.Icon-module__four-k::before {
  content: "\f032";
}
.Icon-module__icon.Icon-module__five-dot-1::before {
  content: "\e878";
}
.Icon-module__icon.Icon-module__atmos::before {
  content: "\e879";
}
.Icon-module__icon.Icon-module__browser::before {
  content: "\e864";
}
.Icon-module__icon.Icon-module__calendar::before {
  content: "\e861";
}
.Icon-module__icon.Icon-module__arrow-down::before {
  content: "\e850";
}
.Icon-module__icon.Icon-module__arrow-left::before {
  content: "\e849";
}
.Icon-module__icon.Icon-module__arrow-right::before {
  content: "\e847";
}
.Icon-module__icon.Icon-module__arrow-up::before {
  content: "\e845";
}
.Icon-module__icon.Icon-module__chromecast-active::before {
  content: "\e853";
}
.Icon-module__icon.Icon-module__chromecast::before {
  content: "\e854";
}
.Icon-module__icon.Icon-module__circle::before {
  content: "\ef09";
}
.Icon-module__icon.Icon-module__clock::before {
  content: "\e870";
}
.Icon-module__icon.Icon-module__cloud::before {
  content: "\e839";
}
.Icon-module__icon.Icon-module__volume::before {
  content: "\e855";
}
.Icon-module__icon.Icon-module__download::before {
  content: "\f083";
}
.Icon-module__icon.Icon-module__hd::before {
  content: "\f02e";
}
.Icon-module__icon.Icon-module__help::before {
  content: "\e841";
}
.Icon-module__icon.Icon-module__logout::before {
  content: "\e811";
}
.Icon-module__icon.Icon-module__chromecast::before {
  content: "\e854";
}
.Icon-module__icon.Icon-module__maximise::before {
  content: "\e856";
}
.Icon-module__icon.Icon-module__menu::before {
  content: "\f080";
}
.Icon-module__icon.Icon-module__mute::before {
  content: "\ef35";
}
.Icon-module__icon.Icon-module__minimise::before {
  content: "\e857";
}
.Icon-module__icon.Icon-module__stack-window-3::before {
  content: "\e858";
}
.Icon-module__icon.Icon-module__ok::before {
  content: "\e833";
}
.Icon-module__icon.Icon-module__pc-flag::before {
  content: "\e830";
}
.Icon-module__icon.Icon-module__pc-play-fill::before {
  content: "\e828";
}
.Icon-module__icon.Icon-module__pc-play-stroke::before {
  content: "\e829";
}
.Icon-module__icon.Icon-module__mobile::before {
  content: "\ef32";
}
.Icon-module__icon.Icon-module__play-fill::before {
  content: "\e809";
}
.Icon-module__icon.Icon-module__play-stroke::before {
  content: "\f097";
}
.Icon-module__icon.Icon-module__plus::before {
  content: "\e814";
}
.Icon-module__icon.Icon-module__record-circle::before {
  content: "\e869";
}
.Icon-module__icon.Icon-module__record-dotted::before {
  content: "\e868";
}
.Icon-module__icon.Icon-module__record-fill::before {
  content: "\ef31";
}
.Icon-module__icon.Icon-module__record-half-dot::before {
  content: "\e872";
}
.Icon-module__icon.Icon-module__record-signal::before {
  content: "\e873";
}
.Icon-module__icon.Icon-module__sd::before {
  content: "\f02d";
}
.Icon-module__icon.Icon-module__tablet::before {
  content: "\ef33";
}
.Icon-module__icon.Icon-module__tick-circle::before {
  content: "\f00d";
}
.Icon-module__icon.Icon-module__stack-window-2::before {
  content: "\e874";
}
.Icon-module__icon.Icon-module__tv-box::before {
  content: "\ef34";
}
.Icon-module__icon.Icon-module__warning-circle-fill::before {
  content: "\e827";
}
.Icon-module__icon.Icon-module__chevron-small-down::before {
  content: "\ef04";
}
.Icon-module__icon.Icon-module__chevron-small-up::before {
  content: "\ef05";
}
.Icon-module__icon.Icon-module__chevron-small-left::before {
  content: "\ef06";
}
.Icon-module__icon.Icon-module__chevron-small-right::before {
  content: "\ef07";
}
.Icon-module__icon.Icon-module__apple-tablet::before {
  content: "\f066";
}
.Icon-module__icon.Icon-module__android-tablet::before {
  content: "\f063";
}
.Icon-module__icon.Icon-module__amazon-tablet::before {
  content: "\f059";
}
.Icon-module__icon.Icon-module__apple-phone::before {
  content: "\f067";
}
.Icon-module__icon.Icon-module__android-phone::before {
  content: "\f062";
}
.Icon-module__icon.Icon-module__amazon-phone::before {
  content: "\f061";
}
.Icon-module__icon.Icon-module__amazon-tv::before {
  content: "\f060";
}
.Icon-module__icon.Icon-module__samsung-tv::before {
  content: "\f068";
}
.Icon-module__icon.Icon-module__apple-tv::before {
  content: "\f065";
}
.Icon-module__icon.Icon-module__amazon-back::before {
  content: "\ef23";
}
.Icon-module__icon.Icon-module__amazon-play-pause::before {
  content: "\ef24";
}
.Icon-module__icon.Icon-module__amazon-rewind::before {
  content: "\ef25";
}
.Icon-module__icon.Icon-module__amazon-fast-forward::before {
  content: "\ef26";
}
.Icon-module__icon.Icon-module__amazon-menu::before {
  content: "\ef27";
}
.Icon-module__icon.Icon-module__chromecast-tv::before {
  content: "\f071";
}
.Icon-module__icon.Icon-module__shift::before {
  content: "\ef29";
}
.Icon-module__icon.Icon-module__laptop::before {
  content: "\f084";
}
.Icon-module__icon.Icon-module__tick::before {
  content: "\f02b";
}
.Icon-module__icon.Icon-module__more-apps::before {
  content: "\f079";
}
.Icon-module__icon.Icon-module__question-mark::before {
  content: "\e834";
}
.Icon-module__icon.Icon-module__menu-list::before {
  content: "\e812";
}
.Icon-module__icon.Icon-module__stacked-tabs::before {
  content: "\e859";
}
.Icon-module__icon.Icon-module__windows-laptop::before {
  content: "\ef38";
}
.Icon-module__icon.Icon-module__apple-laptop::before {
  content: "\f064";
}
.Icon-module__icon.Icon-module__windows::before {
  content: "\ef40";
}
.Icon-module__icon.Icon-module__circle-empty::before {
  content: "\e866";
}
.Icon-module__icon.Icon-module__alphabet::before {
  content: "\e862";
}
.Icon-module__icon.Icon-module__rentals::before {
  content: "\f010";
}
.Icon-module__icon.Icon-module__ticket-centred::before {
  content: "\e880";
}
.Icon-module__icon.Icon-module__rating-12::before {
  content: "\f01d";
}
.Icon-module__icon.Icon-module__rating-15::before {
  content: "\f021";
}
.Icon-module__icon.Icon-module__rating-18::before {
  content: "\f023";
}
.Icon-module__icon.Icon-module__rating-pg::before {
  content: "\f01b";
}
.Icon-module__icon.Icon-module__rating-u::before {
  content: "\f019";
}
.Icon-module__icon.Icon-module__p-in-p::before {
  content: "\e882";
}
.Icon-module__icon.Icon-module__subs-off::before {
  content: "\e883";
}
.Icon-module__icon.Icon-module__subs-on::before {
  content: "\e884";
}
.Icon-module__icon.Icon-module__fwd-10s::before {
  content: "\e885";
}
.Icon-module__icon.Icon-module__lock-lg::before {
  content: "\e886";
}
.Icon-module__icon.Icon-module__retry::before {
  content: "\e887";
}
.Icon-module__icon.Icon-module__shift-selected::before {
  content: "\e888";
}
.Icon-module__icon.Icon-module__uhd::before {
  content: "\e889";
}
.Icon-module__icon.Icon-module__hdr::before {
  content: "\e890";
}
.Icon-module__icon.Icon-module__phd::before {
  content: "\e891";
}
.Icon-module__icon.Icon-module__sport-speed::before {
  content: "\e892";
}
.Icon-module__icon.Icon-module__sport-tv::before {
  content: "\e893";
}
.Icon-module__icon.Icon-module__sport-acc::before {
  content: "\e894";
}
.Icon-module__icon.Icon-module__acc::before {
  content: "\e895";
}
.Icon-module__icon.Icon-module__wide-monitor::before {
  content: "\e896";
}
.Icon-module__icon.Icon-module__buy::before {
  content: "\e897";
}
.Icon-module__icon.Icon-module__buy-rent::before {
  content: "\e898";
}
.Icon-module__icon.Icon-module__rent::before {
  content: "\e899";
}
.Icon-module__icon.Icon-module__thumbs-up::before {
  content: "\f085";
}
.Icon-module__icon.Icon-module__pin-dots::before {
  content: "\e901";
}
.Icon-module__icon.Icon-module__show-all::before {
  content: "\f081";
}
.Icon-module__icon.Icon-module__show-all-focussed::before {
  content: "\f082";
}
.Icon-module__icon.Icon-module__enter-fullscreen::before {
  content: "\f086";
}
.Icon-module__icon.Icon-module__exit-fullscreen::before {
  content: "\f087";
}
.Icon-module__icon.Icon-module__episode-switcher::before {
  content: "\f088";
}
.Icon-module__icon.Icon-module__skip-back-10::before {
  content: "\f089";
}
.Icon-module__icon.Icon-module__skip-forward-10::before {
  content: "\f090";
}
.Icon-module__icon.Icon-module__volume-full::before {
  content: "\f091";
}
.Icon-module__icon.Icon-module__volume-half::before {
  content: "\f092";
}
.Icon-module__icon.Icon-module__volume-mute::before {
  content: "\f093";
}
.Icon-module__icon.Icon-module__chevron-down-circle::before {
  content: "\f094";
}
.Icon-module__icon.Icon-module__chevron-down-circle-active::before {
  content: "\f095";
}
.Icon-module__icon.Icon-module__how-to-watch::before {
  content: "\f100";
}
.Icon-module__icon.Icon-module__bt-logo::before {
  content: "\f101";
}
.Icon-module__icon.Icon-module__ee-logo::before {
  content: "\f102";
}
.Icon-module__icon.Icon-module__icon-lg {
  font-size: 1.78em;
}
.Icon-module__icon.Icon-module__icon-xs {
  font-size: 0.75em;
}
.Icon-module__icon.Icon-module__icon-sm {
  font-size: 0.875em;
}
.Icon-module__icon.Icon-module__icon-fw {
  text-align: center;
  width: 1.25em;
}
.Icon-module__icon.Icon-module__icon-1x {
  font-size: 1em;
}
.Icon-module__icon.Icon-module__icon-2x {
  font-size: 2em;
}
.Icon-module__icon.Icon-module__icon-3x {
  font-size: 3em;
}
.Icon-module__icon.Icon-module__icon-4x {
  font-size: 4em;
}
.Icon-module__icon.Icon-module__icon-5x {
  font-size: 5em;
}
.Icon-module__icon.Icon-module__icon-6x {
  font-size: 6em;
}
.Icon-module__icon.Icon-module__icon-7x {
  font-size: 7em;
}
.Icon-module__icon.Icon-module__icon-8x {
  font-size: 8em;
}
.Icon-module__icon.Icon-module__icon-9x {
  font-size: 9em;
}
.Icon-module__icon.Icon-module__icon-10x {
  font-size: 10em;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.Button-module__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ebebeb;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  outline: 0;
  vertical-align: baseline;
  padding: 10px 30px;
  text-transform: none;
  text-shadow: none;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.Button-module__button.Button-module__dark {
  background-color: #001318;
}
.Button-module__button .Button-module__icon {
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.Button-module__button .Button-module__icon.Button-module__iconRight {
  margin-left: 10px;
}
.Button-module__button:hover:not(.Button-module__noHover) {
  background-color: #ffffff;
  color: #001318;
}
.Button-module__button:hover:not(.Button-module__noHover) .Button-module__icon {
  color: #001318;
}
.Button-module__button.Button-module__invert {
  background-color: #ffffff;
  color: #001318;
  border-color: #001318;
}
.Button-module__button.Button-module__invert .Button-module__icon {
  color: #001318;
}
.Button-module__button.Button-module__invert:hover:not(.Button-module__noHover) {
  background: transparent;
  color: #ebebeb;
}
.Button-module__button.Button-module__invert:hover:not(.Button-module__noHover) .Button-module__icon {
  color: #ebebeb;
}
.Button-module__button.Button-module__noBorder {
  border: 0;
}
.Button-module__button.Button-module__link {
  border: 0;
  padding: 0;
  border-radius: 0;
  font-weight: normal;
}
.Button-module__button.Button-module__link:hover:not(.Button-module__noHover) {
  color: #ffffff;
  background: transparent;
}
.Button-module__button.Button-module__link:hover:not(.Button-module__noHover) .Button-module__icon {
  color: #ffffff;
}
.Button-module__button.Button-module__lg {
  font-size: 30px;
  border-radius: 7px;
}
.Button-module__button.Button-module__sm {
  font-size: 14px;
}
.Button-module__button[disabled], .Button-module__button.Button-module__disabled {
  background: #cccccc;
  cursor: pointer;
  pointer-events: none;
}
.Button-module__button.Button-module__block {
  width: 100%;
}

.Button-module__rounded {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 0;
}
.Button-module__rounded .Button-module__icon {
  padding-top: 0.1em;
}

.Button-module__content {
  margin-left: 12px;
}
.Button-module__content.Button-module__iconRight {
  margin-left: 0;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.Modal-module__overlay {
  background: rgba(16, 19, 24, 0.95);
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

.Modal-module__modal {
  max-width: 800px;
  position: relative;
  background: rgba(28, 31, 36, 0.9);
  color: #ffffff;
  background-clip: padding-box;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  max-height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 18px;
}
.Modal-module__modal.Modal-module__center {
  margin: auto;
}
.Modal-module__modal .Modal-module__closeButton {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}
.Modal-module__modal .Modal-module__content {
  transition: all 0.3s ease;
  max-height: 100vh;
  overflow: auto;
  -ms-overflow-style: none;
}
.Modal-module__modal .Modal-module__content::-webkit-scrollbar, .Modal-module__modal .Modal-module__content::-webkit-scrollbar-thumb {
  display: none;
}
@supports (scrollbar-width: none) {
  .Modal-module__modal .Modal-module__content {
    scrollbar-width: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Modal-module__modal,
  .Modal-module__modal .Modal-module__content {
    width: 100%;
    height: 100%;
  }
  .Modal-module__modal .Modal-module__closeButton {
    top: 15px;
    right: 15px;
  }
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.info-module__info {
  padding: 40px;
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.info-module__info .info-module__icon {
  opacity: 0.65;
}
.info-module__info h1,
.info-module__info h2 {
  font-size: 48px;
  font-family: BT_NonDotted_Lt;
  line-height: 1.07;
  margin-bottom: 20px;
}
.info-module__info h2 {
  font-size: 34px;
}
.info-module__info p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.33;
  margin-bottom: 40px;
}
.info-module__info .info-module__actionBtn {
  margin-right: 20px;
}
.info-module__info .info-module__actionBtn:last-child {
  margin-right: 0;
}
.info-module__info.info-module__confirm {
  text-align: left;
  width: 650px;
  max-width: 650px;
}
.info-module__info.info-module__epgSummary {
  padding: 30px;
  text-align: unset;
  width: 650px;
  max-width: 650px;
  min-height: 60vh;
  max-height: 80vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.info-module__yellowBanner {
  background-color: #e1b813;
  position: relative;
  text-align: center;
}
.info-module__yellowBanner .info-module__bannerMessage {
  max-width: 95%;
  margin: 0 auto;
  color: #001318;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.info-module__yellowBanner .info-module__bannerClose {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #001318;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.epg-module__epg,
.epg-module__timeline,
.epg-module__dateNav,
.epg-module__timeNav,
.epg-module__schedules,
.epg-module__genreFilter {
  width: 100%;
  height: 100%;
}

.epg-module__epg {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.epg-module__epgNav {
  z-index: 1;
}
.epg-module__epgNav.epg-module__fixed {
  position: fixed;
  top: 98px;
  width: 100%;
  max-width: 1200px;
}

.epg-module__dateNav {
  background-color: #101318;
  display: table;
  height: 65px;
}
.epg-module__dateNav .epg-module__dateItem {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.epg-module__dateNav .epg-module__dateItem .epg-module__weekday,
.epg-module__dateNav .epg-module__dateItem .epg-module__date {
  color: #ffffff;
  font-family: BT_NonDotted_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
}
.epg-module__dateNav .epg-module__dateItem .epg-module__date {
  color: #bcbcbc;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.epg-module__dateNav .epg-module__dateItem.epg-module__selected {
  background-color: #01404C;
}
.epg-module__dateNav .epg-module__dateItem.epg-module__selected .epg-module__weekday,
.epg-module__dateNav .epg-module__dateItem.epg-module__selected .epg-module__date {
  padding: 10px 0 0;
  color: #ffffff;
  font-size: 20px;
}
.epg-module__dateNav .epg-module__dateItem.epg-module__selected .epg-module__date {
  font-size: 16px;
}

.epg-module__timeNav {
  background-color: #1C1F24;
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
}
.epg-module__timeNav .epg-module__leftNav {
  display: flex;
  width: 85px;
  padding: 10px 0 10px 10px;
}
.epg-module__timeNav .epg-module__nowBtn {
  background-color: #009BA5;
  padding: 5px 10px;
  font-size: 14px;
  color: #ffffff;
}
.epg-module__timeNav .epg-module__scrollBtn {
  padding: 0 10px;
}
.epg-module__timeNav .epg-module__scrollBtn.epg-module__rightScrollBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.epg-module__timeNav .epg-module__timeSlot {
  display: flex;
  width: calc(100% - 85px);
  flex-shrink: 0;
  justify-content: space-around;
  padding: 10px 0;
  position: relative;
}
.epg-module__timeNav .epg-module__timeSlot .epg-module__time {
  flex: 1;
  text-align: center;
  font-family: BT_NonDotted_Rg;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #bcbcbc;
}
.epg-module__timeNav .epg-module__timeSlot .epg-module__time.epg-module__highlight {
  color: #ffffff;
}
.epg-module__timeNav .epg-module__timeSlot .epg-module__nowIndicator {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 20px;
  height: 100vh;
  transition: left 0.3s, height 0.3s;
  transform: translateX(-10px);
}
.epg-module__timeNav .epg-module__timeSlot .epg-module__nowIndicator.epg-module__hide {
  display: none;
}
.epg-module__timeNav .epg-module__timeSlot .epg-module__nowIndicator::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #009BA5;
}
.epg-module__timeNav .epg-module__timeSlot .epg-module__nowIndicator::after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-color: #009BA5;
}

.epg-module__schedules {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
.epg-module__schedules .epg-module__channelRow {
  display: flex;
  height: 75px;
  border-bottom: 1px solid #4e4953;
}
.epg-module__schedules .epg-module__channel {
  display: flex;
  flex-direction: column;
}
.epg-module__schedules .epg-module__channel {
  border-right: 1px solid #4e4953;
  width: 85px;
  justify-content: space-around;
  text-align: center;
  flex-shrink: 0;
  position: relative;
}
.epg-module__schedules .epg-module__channel.epg-module__isWatchable {
  cursor: pointer;
}
.epg-module__schedules .epg-module__channelLogo {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
.epg-module__schedules .epg-module__channelNumber {
  color: rgba(255, 255, 255, 0.25);
  font-family: BT_NonDotted_Rg;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.epg-module__schedules .epg-module__ticketIcon {
  position: absolute;
  top: -13px;
  left: 72px;
  z-index: inherit;
}
.epg-module__schedules .epg-module__channelPrograms {
  display: flex;
  width: calc(100% - 85px);
  background-color: #000000;
}
.epg-module__schedules .epg-module__channelPrograms.epg-module__loading, .epg-module__schedules .epg-module__channelPrograms.epg-module__noPrograms {
  justify-content: center;
  align-items: center;
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program {
  display: flex;
  border-right: 1px solid #4e4953;
  cursor: pointer;
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program .epg-module__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program .epg-module__info.epg-module__dummy {
  justify-content: center;
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program .epg-module__title,
.epg-module__schedules .epg-module__channelPrograms .epg-module__program .epg-module__scheduleTime {
  width: 100%;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program .epg-module__title {
  font-family: BT_NonDotted_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program .epg-module__scheduleTime {
  color: rgba(255, 255, 255, 0.5);
  font-family: BT_NonDotted_Rg;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program .epg-module__scheduleTime .epg-module__playIcon {
  width: 17px;
  height: 17px;
  padding: 4px;
  font-size: 0.65em !important;
  background-color: #ffffff;
  color: #101318;
  border-radius: 100%;
  margin-right: 7px;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .epg-module__schedules .epg-module__channelPrograms .epg-module__program .epg-module__scheduleTime .epg-module__playIcon {
    width: 16px;
    height: 16px;
  }
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program:hover {
  background-color: #ffffff;
}
.epg-module__schedules .epg-module__channelPrograms .epg-module__program:hover,
.epg-module__schedules .epg-module__channelPrograms .epg-module__program:hover .epg-module__title .epg-module__playIcon,
.epg-module__schedules .epg-module__channelPrograms .epg-module__program:hover .epg-module__scheduleTime {
  color: #101318;
}

.epg-module__epgSearchInput {
  display: flex;
  align-items: center;
  padding-left: 15px;
  height: 100%;
  align-self: center;
  transition: width 0.3s;
  cursor: pointer;
}
.epg-module__epgSearchInput input {
  border: none;
  background: transparent;
  font-family: BT_NonDotted_Rg;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-left: 10px;
  outline: 0;
  color: rgba(255, 255, 255, 0.75);
  width: 75px;
  height: 53px;
  margin-top: -19px;
  cursor: pointer;
}
.epg-module__epgSearchInput input::placeholder {
  color: #ffffff;
  white-space: pre-wrap;
  align-items: center;
}
@-moz-document url-prefix() {
  .epg-module__epgSearchInput input {
    width: 10px;
  }
}
.epg-module__epgSearchInput .epg-module__reset {
  padding: 15px 18px;
  display: none;
}
.epg-module__epgSearchInput.epg-module__active {
  width: 100%;
  position: absolute;
  padding-top: 0;
  z-index: 5;
  background-color: #01232A;
  cursor: default;
}
.epg-module__epgSearchInput.epg-module__active input {
  cursor: text;
  margin-top: 0;
  width: 100%;
}
.epg-module__epgSearchInput.epg-module__active input::placeholder {
  color: rgba(235, 235, 235, 0.5);
}
.epg-module__epgSearchInput.epg-module__active .epg-module__reset {
  display: block;
}
.epg-module__epgSearchInput.epg-module__active .epg-module__icon,
.epg-module__epgSearchInput.epg-module__active input {
  color: #ffffff;
}

.tablet .epg-module__epgSearchInput input {
  display: none;
}

.tablet .epg-module__epgSearchInput.epg-module__active input {
  display: block;
}

.epg-module__genreFilter {
  display: flex;
  height: auto;
  bottom: 0;
  max-width: 1200px;
  z-index: 4;
  position: relative;
  background-color: #01232A;
}
.epg-module__genreFilter.epg-module__fixed {
  position: fixed;
}
.epg-module__genreFilter .epg-module__genre {
  font-family: BT_NonDotted_Rg;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.2);
  color: #9D9D9D;
  padding: 12px 10px;
  text-transform: capitalize;
}
.epg-module__genreFilter .epg-module__genre.epg-module__selected {
  color: #ffffff;
}

.epg-module__mobileNavFilter {
  display: flex;
  width: 100%;
}
.epg-module__mobileNavFilter > * {
  width: 50%;
}
.epg-module__mobileNavFilter > *:first-child {
  border-right: 1px solid #101318;
}

.epg-module__listSelector {
  position: relative;
  text-align: center;
}
.epg-module__listSelector .epg-module__mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 19, 24, 0.3);
  z-index: 1;
}
.epg-module__listSelector .epg-module__listWrapper {
  width: 100%;
}
.epg-module__listSelector .epg-module__listWrapper .epg-module__list {
  width: 100%;
  position: absolute;
  bottom: 100%;
  transition: all 0.3s;
  height: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 2;
}
.epg-module__listSelector .epg-module__listWrapper .epg-module__list .epg-module__listItem {
  background-color: #1C1F24;
  border-bottom: 1px solid #2D2D2D;
  width: 100%;
  padding: 10px 0;
  text-transform: capitalize;
}
.epg-module__listSelector .epg-module__selectedItem {
  width: 100%;
  text-transform: capitalize;
  padding: 10px 0;
}
.epg-module__listSelector.epg-module__open .epg-module__mask {
  display: block;
}
.epg-module__listSelector.epg-module__open .epg-module__listWrapper .epg-module__list {
  overflow: auto;
  max-height: 70vh;
}
.epg-module__listSelector.epg-module__open .epg-module__selectedItem {
  position: relative;
  z-index: 2;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.Image-module__wrapper {
  width: 100%;
  height: 100%;
}

.Image-module__image {
  width: 100%;
  height: 100%;
}
.Image-module__image:not(.Image-module__placeholder) {
  opacity: 0;
}
.Image-module__image.Image-module__loaded {
  animation-name: fadeInFrames;
}
.Image-module__image.Image-module__loaded {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.Image-module__image.Image-module__loading:not(.Image-module__placeholder) {
  width: 0;
  height: 0;
  display: none;
}

svg.Image-module__image {
  z-index: 3;
}

.Image-module__placeholder {
  background-color: #101318;
  position: relative;
}
.Image-module__placeholder.Image-module__rounded {
  border-radius: 50% !important;
}
.Image-module__placeholder svg {
  fill: rgb(103.5, 96.8653846154, 110.1346153846);
  width: 50%;
  max-width: 150px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.ProgressBar-module__progressBar {
  background: hsla(0, 0%, 100%, 0.2);
  height: 4px;
  width: 85%;
  margin: 0 auto;
  opacity: 0;
}
.ProgressBar-module__progressBar {
  animation-name: fadeInFrames;
}
.ProgressBar-module__progressBar {
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  overflow: hidden;
}
.ProgressBar-module__progressBar > div {
  height: 4px;
  background-color: #ffffff;
  width: 0;
  transition: width 0.3s ease;
}
.ProgressBar-module__progressBar.ProgressBar-module__rounded, .ProgressBar-module__progressBar.ProgressBar-module__rounded > div {
  border-radius: 2px;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.EntitlementTicket-module__ticketIcon {
  border-radius: 100%;
  width: 26px;
  height: 26px;
  padding: 4px;
  background-color: #e60050;
  z-index: 10;
  line-height: 0.75em;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.IconButton-module__iconButton {
  align-self: center;
  display: flex;
  flex-direction: column;
}
.IconButton-module__iconButton.IconButton-module__textRight {
  flex-direction: row;
}
.IconButton-module__iconButton.IconButton-module__textRight .IconButton-module__content {
  margin-left: 15px;
  margin-top: 0;
}
.IconButton-module__iconButton.IconButton-module__active .IconButton-module__iconButtonIcon {
  background-color: #00a0d6;
}
.IconButton-module__iconButton:hover .IconButton-module__iconButtonIcon {
  background-color: rgba(0, 160, 214, 0.5);
}

.IconButton-module__iconButtonIcon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.IconButton-module__iconButtonIcon::before {
  margin-top: 5%;
}

.IconButton-module__content {
  font-size: 16px;
  margin-top: 6px;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.Packshot-module__packshot {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  line-height: 0;
  flex-shrink: 0;
  padding: 7px;
  border: 3px solid transparent;
}
.Packshot-module__packshot.Packshot-module__clickable {
  cursor: pointer;
}
.Packshot-module__packshot .Packshot-module__packshotImage {
  width: 100%;
  height: 100%;
}
.Packshot-module__packshot .Packshot-module__packshotImage .Packshot-module__imgTop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.Packshot-module__packshot .Packshot-module__packshotImage:hover .Packshot-module__imgTop {
  display: inline;
}
.Packshot-module__packshot .Packshot-module__playBtn,
.Packshot-module__packshot .Packshot-module__logo,
.Packshot-module__packshot .Packshot-module__progressBar,
.Packshot-module__packshot .Packshot-module__favorite,
.Packshot-module__packshot .Packshot-module__favoritesmall,
.Packshot-module__packshot .Packshot-module__favoritemedium,
.Packshot-module__packshot .Packshot-module__favoriteviewall,
.Packshot-module__packshot .Packshot-module__icon,
.Packshot-module__packshot .Packshot-module__progressBarLive {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.Packshot-module__packshot .Packshot-module__logo {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background-color: rgba(16, 19, 24, 0.35);
  margin: 7px;
}
.Packshot-module__packshot .Packshot-module__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 53%;
  max-height: 30%;
}
.Packshot-module__packshot .Packshot-module__playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.Packshot-module__packshot .Packshot-module__playBtn .Packshot-module__playIcon {
  width: 22px;
  height: 22px;
  font-size: 0.75em !important;
  background-color: #EDF23B;
  padding-left: 4px;
  color: #101318;
}
.Packshot-module__packshot .Packshot-module__playBtnSml {
  transition: all 0.3s;
  position: absolute;
  cursor: pointer;
  margin-left: 5%;
  bottom: 17%;
}
@media (max-width: 767px) {
  .Packshot-module__packshot .Packshot-module__playBtnSml {
    bottom: 18%;
  }
}
.Packshot-module__packshot .Packshot-module__playBtnSml .Packshot-module__playIconSml {
  width: 22px;
  height: 22px;
  font-size: 0.7em !important;
  background-color: #EBEB3B;
  color: #101318;
}
.Packshot-module__packshot .Packshot-module__favorite, .Packshot-module__packshot .Packshot-module__favoritesmall, .Packshot-module__packshot .Packshot-module__favoritemedium, .Packshot-module__packshot .Packshot-module__favoriteviewall {
  position: absolute;
  text-align: right;
  border-radius: 0px 0px 18px 18px;
  padding-top: 48px;
  padding-right: 7px;
  left: 7px;
  bottom: 7px;
  height: 72px;
  background-image: linear-gradient(to bottom, transparent, rgba(28, 31, 36, 0.6));
}
.Packshot-module__packshot .Packshot-module__favoriteviewall {
  width: 95%;
}
.Packshot-module__packshot .Packshot-module__favoritemedium {
  width: 300px;
}
.Packshot-module__packshot .Packshot-module__favoritesmall {
  width: 277px;
}
.Packshot-module__packshot .Packshot-module__progressBar {
  bottom: 10%;
  z-index: 1;
  border-radius: 15px;
  position: absolute;
  width: 81%;
  margin-left: 5%;
}
.Packshot-module__packshot .Packshot-module__progressBarLive {
  bottom: 10%;
  z-index: 1;
  border-radius: 15px;
  position: absolute;
}
.Packshot-module__packshot .Packshot-module__dow {
  position: absolute;
  bottom: 7px;
  left: 7px;
  background-color: rgba(93, 235, 205, 0.8);
  text-align: center;
  border-radius: 0px 12px;
  font-family: BT_NonDotted_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #101318;
  padding: 3px 12px;
  z-index: 1;
}
.Packshot-module__packshot .Packshot-module__comingSoon {
  position: absolute;
  bottom: 7px;
  left: 7px;
  background-color: rgba(93, 235, 205, 0.8);
  text-align: center;
  border-radius: 0px 12px;
  font-family: BT_NonDotted_Bd;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #101318;
  padding: 3px 12px;
  z-index: 1;
}
.Packshot-module__packshot .Packshot-module__roundedCorner {
  border-radius: 18px;
}
@media (max-width: 1023px) {
  .Packshot-module__packshot .Packshot-module__favoriteviewall {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .Packshot-module__packshot.Packshot-module__large, .Packshot-module__packshot.Packshot-module__medium {
    width: calc(375px + 21px);
    height: calc(213px + 21px);
  }
  .Packshot-module__packshot.Packshot-module__small {
    width: calc(276px + 21px);
    height: calc(157px + 21px);
  }
  .Packshot-module__packshot.Packshot-module__smaller {
    width: calc(218px + 21px);
    height: calc(123px + 21px);
  }
  .Packshot-module__packshot .Packshot-module__favoritemedium {
    width: 376px;
    padding-top: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .Packshot-module__packshot.Packshot-module__large, .Packshot-module__packshot.Packshot-module__medium {
    width: calc(320px + 21px);
    height: calc(181px + 21px);
  }
  .Packshot-module__packshot.Packshot-module__small {
    width: calc(237px + 21px);
    height: calc(134px + 21px);
  }
  .Packshot-module__packshot.Packshot-module__smaller {
    width: calc(218px + 21px);
    height: calc(120px + 21px);
  }
  .Packshot-module__packshot .Packshot-module__favoritemedium {
    width: 321px;
    padding-top: 45px;
  }
  .Packshot-module__packshot .Packshot-module__favoritesmall {
    width: 238px;
    padding-top: 51px;
  }
  .Packshot-module__packshot .Packshot-module__progressBar {
    bottom: 12%;
    width: 77%;
    margin-left: 6%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Packshot-module__packshot.Packshot-module__large, .Packshot-module__packshot.Packshot-module__medium {
    width: calc(298px + 21px);
    height: calc(168px + 21px);
  }
  .Packshot-module__packshot.Packshot-module__small {
    width: calc(236px + 21px);
    height: calc(133px + 21px);
  }
  .Packshot-module__packshot.Packshot-module__smaller {
    width: calc(176px + 21px);
    height: calc(98px + 21px);
  }
  .Packshot-module__packshot .Packshot-module__favoritemedium {
    width: 299px;
    padding-top: 50px;
  }
  .Packshot-module__packshot .Packshot-module__favoritesmall {
    width: 237px;
    padding-top: 53px;
  }
  .Packshot-module__packshot .Packshot-module__progressBar {
    width: 80%;
    margin-left: 5%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .Packshot-module__packshot.Packshot-module__large, .Packshot-module__packshot.Packshot-module__medium {
    width: calc(190px + 21px);
    height: calc(107px + 21px);
  }
  .Packshot-module__packshot.Packshot-module__small {
    width: calc(168px + 21px);
    height: calc(99px + 21px);
  }
  .Packshot-module__packshot.Packshot-module__smaller {
    width: calc(140px + 21px);
    height: calc(79px + 21px);
  }
  .Packshot-module__packshot .Packshot-module__favoritemedium {
    border-radius: 0px 0px 16px 16px;
    width: 191px;
    padding-top: 53px;
  }
  .Packshot-module__packshot .Packshot-module__favoritesmall {
    width: 169px;
    padding-top: 53px;
  }
  .Packshot-module__packshot .Packshot-module__dow {
    font-size: 14px;
    padding: 3px 12px;
  }
  .Packshot-module__packshot .Packshot-module__progressBar {
    bottom: 11%;
    width: 73%;
    margin-left: 8%;
  }
}
@media (min-width: 767px) {
  .Packshot-module__packshot.Packshot-module__hover:hover, .Packshot-module__packshot.Packshot-module__hover.Packshot-module__showHover {
    border: 3px solid #EBEB3B;
    border-radius: 27px;
  }
  .Packshot-module__packshot.Packshot-module__hover:hover .Packshot-module__dow, .Packshot-module__packshot.Packshot-module__hover:hover .Packshot-module__comingSoon, .Packshot-module__packshot.Packshot-module__hover.Packshot-module__showHover .Packshot-module__dow, .Packshot-module__packshot.Packshot-module__hover.Packshot-module__showHover .Packshot-module__comingSoon {
    background-color: #EBEB3B;
  }
}
.Packshot-module__packshot .Packshot-module__dummy,
.Packshot-module__packshot .Packshot-module__justText {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.Packshot-module__packshot .Packshot-module__justText {
  background-color: #01232A;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: transform 0.3s ease-out;
  font-size: 25px;
  padding-bottom: 10px;
  padding-top: 15px;
  font-family: BT_NonDotted_Bd;
}
.Packshot-module__packshot .Packshot-module__justText > span {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.Packshot-module__packshot .Packshot-module__justText > span .Packshot-module__justTextIcon {
  margin-bottom: 15px;
  background-color: #01232A;
}
.Packshot-module__packshot.Packshot-module__hover:hover .Packshot-module__justTextIcon, .Packshot-module__packshot.Packshot-module__hover.Packshot-module__showHover .Packshot-module__justTextIcon {
  color: #EBEB3B;
  fill: #EBEB3B;
}
.Packshot-module__packshot .Packshot-module__justTextIconShow {
  display: block;
}
.Packshot-module__packshot .Packshot-module__justTextIconHide {
  display: none;
}
.Packshot-module__packshot.Packshot-module__hover:hover .Packshot-module__justTextIconShow, .Packshot-module__packshot.Packshot-module__hover.Packshot-module__showHover .Packshot-module__justTextIconShow {
  display: none;
}
.Packshot-module__packshot.Packshot-module__hover:hover .Packshot-module__justTextIconHide, .Packshot-module__packshot.Packshot-module__hover.Packshot-module__showHover .Packshot-module__justTextIconHide {
  display: block;
}
.Packshot-module__packshot.Packshot-module__hover:hover .Packshot-module__justText, .Packshot-module__packshot.Packshot-module__hover.Packshot-module__showHover .Packshot-module__justText {
  transform: scale(1.02);
  transition: transform 0.3s ease-in;
  color: #EBEB3B;
  fill: #EBEB3B;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(16, 19, 24, 0.5);
}

@media (min-width: 320px) and (max-width: 767px) {
  .Packshot-module__comingSoon {
    font-size: 13px;
    line-height: 15.2px;
    padding: 2px 10px;
  }
}
.mobile .Packshot-module__justText {
  font-size: 17px;
  padding-top: 0px;
  padding-bottom: 10px;
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.assetInfo-module__vodSynopsis,
.assetInfo-module__liveSynopsis {
  min-width: 650px;
  min-height: 200px;
  transition: all 0.5s ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  .assetInfo-module__vodSynopsis,
  .assetInfo-module__liveSynopsis {
    min-width: 100%;
    min-height: 100%;
  }
}

.assetInfo-module__vodSynopsis {
  padding: 84px 114px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .assetInfo-module__vodSynopsis {
    padding: 96px 35px;
  }
}

.assetInfo-module__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.assetInfo-module__bg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 31, 36, 0.9);
}
.assetInfo-module__bg img {
  position: absolute;
  object-fit: cover;
  transition: all 0.5s ease;
}

.assetInfo-module__content {
  position: relative;
  transition: all 0.5s ease;
}
.assetInfo-module__content section {
  margin-top: 20px;
  font-family: BT_NonDotted_Rg;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.assetInfo-module__content .assetInfo-module__wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.assetInfo-module__content .assetInfo-module__wrapper .assetInfo-module__ratingInfo {
  height: 40px;
  width: 40px;
}
.assetInfo-module__content .assetInfo-module__wrapper .assetInfo-module__flashImage {
  width: 40px;
  height: 40px;
  margin-top: 2px;
}
.assetInfo-module__content .assetInfo-module__strapline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #9D9D9D;
  width: calc(100% - 320px);
}
.assetInfo-module__content * + .assetInfo-module__strapline {
  margin-left: 20px;
}
.assetInfo-module__content h2 {
  color: #ffffff;
  font-family: BT_NonDotted_Bd;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
.assetInfo-module__content .assetInfo-module__caption,
.assetInfo-module__content .assetInfo-module__genre {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  max-width: 90%;
}
.assetInfo-module__content.assetInfo-module__epgContent h2 {
  font-size: 36px;
}
.assetInfo-module__content.assetInfo-module__epgContent h2,
.assetInfo-module__content.assetInfo-module__epgContent .assetInfo-module__caption {
  margin-bottom: 5px;
}
.assetInfo-module__content.assetInfo-module__epgContent .assetInfo-module__description {
  color: rgba(255, 255, 255, 0.75);
}
.assetInfo-module__content.assetInfo-module__epgContent:not(:last-child) {
  padding-bottom: 20px;
}
.assetInfo-module__content.assetInfo-module__epgContent:not(:last-child)::before {
  content: " ";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 90%;
  transform: translateX(-50%);
}
@media (min-width: 320px) and (max-width: 767px) {
  .assetInfo-module__content.assetInfo-module__epgContent:last-child {
    padding-bottom: 20px;
  }
  .assetInfo-module__content.assetInfo-module__epgContent .assetInfo-module__wrapper {
    flex-direction: column;
  }
  .assetInfo-module__content.assetInfo-module__epgContent .assetInfo-module__packshot {
    width: 100%;
    height: auto;
  }
  .assetInfo-module__content.assetInfo-module__epgContent .assetInfo-module__strapline {
    margin: 20px 15px 10px 15px;
  }
  .assetInfo-module__content.assetInfo-module__epgContent .assetInfo-module__strapline h2 {
    font-size: 34px;
    line-height: 1.18;
  }
  .assetInfo-module__content.assetInfo-module__epgContent .assetInfo-module__strapline.assetInfo-module__summaryStrapline {
    align-self: baseline;
    width: 100%;
  }
  .assetInfo-module__content.assetInfo-module__epgContent .assetInfo-module__description {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.assetInfo-module__label {
  color: #9D9D9D;
}

.assetInfo-module__info {
  margin-top: 5px;
}

.assetInfo-module__liveSynopsis {
  padding: 84px 114px;
}
.assetInfo-module__liveSynopsis .assetInfo-module__logoWrapper {
  height: 72px;
}
.assetInfo-module__liveSynopsis .assetInfo-module__logo {
  width: auto;
  height: auto;
  max-width: 30%;
  max-height: 100%;
}
.assetInfo-module__liveSynopsis .assetInfo-module__wrapper {
  align-items: unset;
}
.assetInfo-module__liveSynopsis .assetInfo-module__strapline {
  justify-content: unset;
}
.assetInfo-module__liveSynopsis .assetInfo-module__strapline > * {
  margin-bottom: 15px;
  margin-right: 10px;
}
.assetInfo-module__liveSynopsis .assetInfo-module__strapline > h2 {
  font-size: 30px;
  line-height: 36px;
}
.assetInfo-module__liveSynopsis .assetInfo-module__synopsisWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.assetInfo-module__liveSynopsis .assetInfo-module__prefooter {
  color: #9D9D9D;
}
.assetInfo-module__liveSynopsis .assetInfo-module__footer {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.assetInfo-module__liveSynopsis .assetInfo-module__footer span:first-child {
  margin-right: 10px;
}
.assetInfo-module__liveSynopsis .assetInfo-module__showRunner {
  padding: 20px 30px;
  background-color: rgba(16, 19, 24, 0.3);
  display: flex;
  align-items: center;
}
.assetInfo-module__liveSynopsis .assetInfo-module__showRunner .assetInfo-module__showRunnerText {
  margin-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .assetInfo-module__liveSynopsis {
    padding: 0;
  }
  .assetInfo-module__liveSynopsis .assetInfo-module__logoWrapper {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    height: 40px;
  }
  .assetInfo-module__liveSynopsis .assetInfo-module__content {
    padding: 0;
  }
  .assetInfo-module__liveSynopsis .assetInfo-module__wrapper {
    display: block;
    margin: 0;
  }
  .assetInfo-module__liveSynopsis .assetInfo-module__channelPackshot {
    width: 100%;
    height: auto;
  }
  .assetInfo-module__liveSynopsis .assetInfo-module__channelPackshot img {
    border-radius: 0;
  }
  .assetInfo-module__liveSynopsis .assetInfo-module__strapline,
  .assetInfo-module__liveSynopsis .assetInfo-module__description,
  .assetInfo-module__liveSynopsis .assetInfo-module__prefooter,
  .assetInfo-module__liveSynopsis .assetInfo-module__footer {
    padding: 0 15px;
  }
  .assetInfo-module__liveSynopsis .assetInfo-module__strapline {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .assetInfo-module__liveSynopsis .assetInfo-module__showRunner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: flex;
    align-items: center;
  }
}/* Colors */
/* Font Family */
/* Header heights */

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.containers-module__mainLoading {
  padding-top: 98px;
}

.containers-module__mainLoading + .containers-module__carouselContainer {
  visibility: hidden;
}

.containers-module__liveMenu {
  display: flex;
  margin: 20px auto 0 auto;
  border: 2px solid #ffffff;
  border-radius: 5px;
  width: 50%;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .containers-module__liveMenu {
    width: 95%;
  }
}
.containers-module__liveMenu .containers-module__liveMenuLink {
  color: #ffffff;
  background-color: #001318;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.28px;
  line-height: 1.43;
  padding: 6px 0;
  width: 50%;
}
.containers-module__liveMenu .containers-module__liveMenuLink.containers-module__active {
  color: #001318;
  background-color: #ffffff;
}

.containers-module__details {
  width: 774px;
  background-color: #001318;
  transition: all 0.3s linear;
  max-height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .containers-module__details {
    width: 608px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .containers-module__details {
    width: 100%;
  }
}
.containers-module__details .containers-module__detailsClose {
  z-index: 6;
  top: 15px;
  right: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .containers-module__details .containers-module__detailsClose {
    left: 20px;
    right: unset;
  }
}
.containers-module__details.containers-module__loading {
  height: 100vh;
  background-color: rgba(34, 28, 40, 0.5);
}
.containers-module__details.containers-module__error {
  display: none;
}

.containers-module__errorInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.containers-module__container {
  background-color: #001318;
  width: 100%;
  height: 100%;
}@font-face {
  font-display: auto;
  font-family: BT_NonDotted_Rg;
  src: url("./TV-Player-NonDottee-Regular.eot");
  src: url("./TV-Player-NonDottee-Regular.eot?#iefix") format("embedded-opentype"), url("./TV-Player-NonDottee-Regular.woff") format("woff"), url("./TV-Player-NonDottee-Regular.ttf") format("truetype"), url("./TV-Player-NonDottee-Regular.svg#BT_NonDotted_Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: auto;
  font-family: BT_NonDotted_Lt;
  src: url("./TV-Player-NonDottee-Light.eot");
  src: url("./TV-Player-NonDottee-Light.eot?#iefix") format("embedded-opentype"), url("./TV-Player-NonDottee-Light.woff") format("woff"), url("./TV-Player-NonDottee-Light.ttf") format("truetype"), url("./TV-Player-NonDottee-Light.svg#BT_NonDotted_Lt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: auto;
  font-family: BT_NonDotted_Bd;
  src: url("./TV-Player-NonDottee-Bold.eot");
  src: url("./TV-Player-NonDottee-Bold.eot?#iefix") format("embedded-opentype"), url("./TV-Player-NonDottee-Bold.woff") format("woff"), url("./TV-Player-NonDottee-Bold.ttf") format("truetype"), url("./TV-Player-NonDottee-Bold.svg#BT_NonDotted_Bd") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: auto;
  font-family: BT_Dotted_Rg;
  src: url("./TV-Player-Dottee-Regular.eot");
  src: url("./TV-Player-Dottee-Regular.eot?#iefix") format("embedded-opentype"), url("./TV-Player-Dottee-Regular.woff") format("woff"), url("./TV-Player-Dottee-Regular.ttf") format("truetype"), url("./TV-Player-Dottee-Regular.svg#BT_Dotted_Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: auto;
  font-family: BT_Dotted_ExRg;
  src: url("./TV-Player-Dottee-ExtendedRegular.eot");
  src: url("./TV-Player-Dottee-ExtendedRegular.eot?#iefix") format("embedded-opentype"), url("./TV-Player-Dottee-ExtendedRegular.woff") format("woff"), url("./TV-Player-Dottee-ExtendedRegular.ttf") format("truetype"), url("./TV-Player-Dottee-ExtendedRegular.svg#BT_Dotted_ExRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: auto;
  font-family: BT_Font_Icons;
  src: url("./BT_Font_Icons.woff") format("woff"), url("./BT_Font_Icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.bttv-epg-widget {
  /* Document
    ========================================================================== */
  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
}
.bttv-epg-widget html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.bttv-epg-widget {
  /* Sections
    ========================================================================== */
  /**
  * Remove the margin in all browsers.
  */
}
.bttv-epg-widget body {
  margin: 0;
}
.bttv-epg-widget {
  /**
  * Render the `main` element consistently in IE.
  */
}
.bttv-epg-widget main {
  display: block;
}
.bttv-epg-widget {
  /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
}
.bttv-epg-widget h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bttv-epg-widget {
  /* Grouping content
    ========================================================================== */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
}
.bttv-epg-widget hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
.bttv-epg-widget {
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
}
.bttv-epg-widget pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.bttv-epg-widget {
  /* Text-level semantics
    ========================================================================== */
  /**
  * Remove the gray background on active links in IE 10.
  */
}
.bttv-epg-widget a {
  background-color: transparent;
}
.bttv-epg-widget {
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
}
.bttv-epg-widget abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
.bttv-epg-widget {
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
}
.bttv-epg-widget b,
.bttv-epg-widget strong {
  font-weight: bolder;
}
.bttv-epg-widget {
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
}
.bttv-epg-widget code,
.bttv-epg-widget kbd,
.bttv-epg-widget samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.bttv-epg-widget {
  /**
  * Add the correct font size in all browsers.
  */
}
.bttv-epg-widget small {
  font-size: 80%;
}
.bttv-epg-widget {
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
}
.bttv-epg-widget sub,
.bttv-epg-widget sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bttv-epg-widget sub {
  bottom: -0.25em;
}
.bttv-epg-widget sup {
  top: -0.5em;
}
.bttv-epg-widget {
  /* Embedded content
    ========================================================================== */
  /**
  * Remove the border on images inside links in IE 10.
  */
}
.bttv-epg-widget img {
  border-style: none;
}
.bttv-epg-widget {
  /* Forms
    ========================================================================== */
  /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
}
.bttv-epg-widget button,
.bttv-epg-widget input,
.bttv-epg-widget optgroup,
.bttv-epg-widget select,
.bttv-epg-widget textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}
.bttv-epg-widget {
  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
}
.bttv-epg-widget button,
.bttv-epg-widget input { /* 1 */
  overflow: visible;
}
.bttv-epg-widget {
  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
}
.bttv-epg-widget button,
.bttv-epg-widget select { /* 1 */
  text-transform: none;
}
.bttv-epg-widget {
  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
}
.bttv-epg-widget button,
.bttv-epg-widget [type=button],
.bttv-epg-widget [type=reset],
.bttv-epg-widget [type=submit] {
  -webkit-appearance: button;
}
.bttv-epg-widget {
  /**
  * Remove the inner border and padding in Firefox.
  */
}
.bttv-epg-widget button::-moz-focus-inner,
.bttv-epg-widget [type=button]::-moz-focus-inner,
.bttv-epg-widget [type=reset]::-moz-focus-inner,
.bttv-epg-widget [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.bttv-epg-widget {
  /**
  * Restore the focus styles unset by the previous rule.
  */
}
.bttv-epg-widget button:-moz-focusring,
.bttv-epg-widget [type=button]:-moz-focusring,
.bttv-epg-widget [type=reset]:-moz-focusring,
.bttv-epg-widget [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.bttv-epg-widget {
  /**
  * Correct the padding in Firefox.
  */
}
.bttv-epg-widget fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.bttv-epg-widget {
  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
}
.bttv-epg-widget legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.bttv-epg-widget {
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
}
.bttv-epg-widget progress {
  vertical-align: baseline;
}
.bttv-epg-widget {
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
}
.bttv-epg-widget textarea {
  overflow: auto;
}
.bttv-epg-widget {
  /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
}
.bttv-epg-widget [type=checkbox],
.bttv-epg-widget [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
.bttv-epg-widget {
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
}
.bttv-epg-widget [type=number]::-webkit-inner-spin-button,
.bttv-epg-widget [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bttv-epg-widget {
  /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
}
.bttv-epg-widget [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
.bttv-epg-widget {
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
}
.bttv-epg-widget [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bttv-epg-widget {
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
}
.bttv-epg-widget ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.bttv-epg-widget {
  /* Interactive
    ========================================================================== */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
}
.bttv-epg-widget details {
  display: block;
}
.bttv-epg-widget {
  /*
  * Add the correct display in all browsers.
  */
}
.bttv-epg-widget summary {
  display: list-item;
}
.bttv-epg-widget {
  /* Misc
    ========================================================================== */
  /**
  * Add the correct display in IE 10+.
  */
}
.bttv-epg-widget template {
  display: none;
}
.bttv-epg-widget {
  /**
  * Add the correct display in IE 10.
  */
}
.bttv-epg-widget [hidden] {
  display: none;
}

.bttv-epg-widget *,
.bttv-epg-widget *::before,
.bttv-epg-widget *::after {
  box-sizing: border-box;
}
.bttv-epg-widget a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.bttv-epg-widget button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
.bttv-epg-widget figure {
  margin: 0;
}
.bttv-epg-widget input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.bttv-epg-widget ul, .bttv-epg-widget ol, .bttv-epg-widget dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bttv-epg-widget h1, .bttv-epg-widget h2, .bttv-epg-widget h3, .bttv-epg-widget h4, .bttv-epg-widget h5, .bttv-epg-widget h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.bttv-epg-widget p {
  margin: 0;
}
.bttv-epg-widget cite {
  font-style: normal;
}
.bttv-epg-widget fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/* Colors */
/* Font Family */
/* Header heights */
:export {
  desktopHeader: 98px;
  mobileHeader: 105px;
  charcoal: #001318;
  darkaqua: #101318;
}

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
body {
  font-family: BT_NonDotted_Rg, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes fadeInFrames {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 30%, 0);
  }
  10% {
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.fadeInTransition-appear,
.fadeInTransition-enter {
  opacity: 0.01;
}

.fadeInTransition-appear-active,
.fadeInTransition-enter-active {
  opacity: 1;
  transition: opacity 0.3s, transform 300ms;
}

.fadeInTransition-exit {
  opacity: 1;
}

.fadeInTransition-exit-active {
  opacity: 0.01;
  transition: opacity 0.3s, transform 300ms;
}

@keyframes placeholder {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(150%);
  }
}
/* Colors */
/* Font Family */
/* Header heights */
:export {
  desktopHeader: 98px;
  mobileHeader: 105px;
  charcoal: #001318;
  darkaqua: #101318;
}

/* Offcanvas menu widths */
/* Details widths */
/* Packshot dimens */
.bttv-epg-widget {
  background-color: #001318;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1200px;
  min-height: 60vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #ffffff;
}

.emptyMessage {
  color: rgba(255, 255, 255, 0.75);
  margin: auto;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.emptyMessage > * {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.emptyMessage strong {
  font-size: 20px;
  color: #ffffff;
  font-family: BT_NonDotted_Bd;
  font-weight: 700;
  line-height: 1.2;
}
.emptyMessage.search strong {
  font-size: 23.7px;
  letter-spacing: 2.4px;
}
.emptyMessage.search p {
  font-size: 13px;
  line-height: 1.42;
  letter-spacing: 1.3px;
}
.emptyMessage.epg {
  width: 50%;
}

.mobile .emptyMessage {
  width: 100%;
}