@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-linear {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin-linear {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-ease {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes spin-ease {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes spin-left {
  0%,
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes spin-left {
  0%,
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes spin-right {
  0%,
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes spin-right {
  0%,
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes noise-animation {
  0% {
    background-position: 0 0;
  }
  0.1% {
    background-position: -7px -7px;
  }
  25% {
    background-position: -7px -7px;
  }
  25.1% {
    background-position: 7px -1px;
  }
  50% {
    background-position: 7px -7px;
  }
  50.1% {
    background-position: 5px 5px;
  }
  75% {
    background-position: 3px 2px;
  }
  75.1% {
    background-position: -3px 4px;
  }
  100% {
    background-position: -3px 3px;
  }
}
@keyframes noise-animation {
  0% {
    background-position: 0 0;
  }
  0.1% {
    background-position: -7px -7px;
  }
  25% {
    background-position: -7px -7px;
  }
  25.1% {
    background-position: 7px -1px;
  }
  50% {
    background-position: 7px -7px;
  }
  50.1% {
    background-position: 5px 5px;
  }
  75% {
    background-position: 3px 2px;
  }
  75.1% {
    background-position: -3px 4px;
  }
  100% {
    background-position: -3px 3px;
  }
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-rotate-90 {
  transition: all 0.3s ease;
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-rotate-90:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-rotate-180 {
  transition: all 0.3s ease;
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-rotate-180:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-scale {
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-scale:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-scale-svg svg {
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-scale-svg:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.tv2p-ad-countdown {
  position: absolute;
  line-height: 1;
  top: 3vh;
  z-index: 10;
  right: 50px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tv2p-mobile.tv2p-x-small .tv2p-ad-countdown,
.tv2p-mobile.tv2p-small .tv2p-ad-countdown {
  top: 5vh;
}
.tv2p-ad-visual-countdown {
  position: absolute;
  top: -2px;
  right: -30px;
}
.theoplayer-ad-nonlinear {
  position: absolute;
  text-align: left !important;
  bottom: initial !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  margin: 0 auto;
}
.tv2p-ads-playing .theoplayer-ad-nonlinear {
  visibility: hidden !important;
  opacity: 0 !important;
}
.theoplayer-ad-nonlinear .theoplayer-ad-nonlinear-content {
  display: block !important;
  width: 100%;
  padding: 0 5px;
}
.theoplayer-ad-nonlinear img {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.tv2p-x-small .theoplayer-ad-nonlinear img {
  max-width: 50%;
  margin: 0;
}
.tv2p-small .theoplayer-ad-nonlinear img {
  max-width: 40%;
}
.theoplayer-ad-nonlinear span {
  display: inline-block;
  vertical-align: middle;
  color: black;
}
.tv2p-x-small .theoplayer-ad-nonlinear span {
  font-size: 10px;
}
.tv2p-small .theoplayer-ad-nonlinear span {
  font-size: 11px;
}
.tv2p-medium .theoplayer-ad-nonlinear span {
  font-size: 12px;
}
.tv2p-large .theoplayer-ad-nonlinear span {
  font-size: 13px;
}
.tv2p-x-large .theoplayer-ad-nonlinear span {
  font-size: 14px;
}
.tv2p-2K .theoplayer-ad-nonlinear span {
  font-size: 24px;
}
.tv2p-4K .theoplayer-ad-nonlinear span {
  font-size: 26px;
}
.theoplayer-ad-nonlinear.top-left {
  top: 10px !important;
  left: 10px !important;
}
.theoplayer-ad-nonlinear.top-right {
  top: 10px !important;
  right: 10px !important;
}
.theoplayer-ad-nonlinear.top-center {
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
}
.theoplayer-ad-nonlinear.bottom-left {
  bottom: 10px !important;
  left: 10px !important;
}
.theoplayer-ad-nonlinear.bottom-right {
  bottom: 10px !important;
  right: 10px !important;
}
.theoplayer-ad-nonlinear.bottom-center {
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
}
.theoplayer-ad-nonlinear.align-left {
  text-align: left !important;
}
.theoplayer-ad-nonlinear.align-right {
  text-align: right !important;
}
.theoplayer-ad-nonlinear.align-center {
  text-align: center !important;
}
.theoplayer-ad-nonlinear.visible {
  visibility: visible;
  opacity: 1;
}
.tv2p-casting-overlay {
  position: absolute;
  left: 15px;
  bottom: 125px;
  text-align: left;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 3s;
}
.tv2p-casting-overlay.visible {
  opacity: 1;
  visibility: visible;
}
.tv2p-epg-active .tv2p-casting-overlay.visible {
  opacity: 0;
  visibility: hidden;
}
.tv2p-casting-overlay div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-transform: uppercase;
  line-height: 23px;
}
.tv2p-casting-overlay svg {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 75px;
}
.tv2p-x-small .tv2p-casting-overlay,
.tv2p-mobile .tv2p-casting-overlay {
  left: 10px;
  bottom: 175%;
}
.tv2p-x-small .tv2p-casting-overlay div,
.tv2p-mobile .tv2p-casting-overlay div {
  line-height: 15px;
  font-size: 11px;
}
.tv2p-x-small .tv2p-casting-overlay svg,
.tv2p-mobile .tv2p-casting-overlay svg {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: 45px;
}
.tv2p-debugger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 400px;
  min-height: 50px;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  z-index: 10;
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
}
.tv2p-debugger .tv2p-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 15px;
}
.tv2p-debugger .tv2p-row div:first-of-type {
  font-weight: bold;
}
.tv2p-debugger .tv2p-row .tv2p-col {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}
.tv2p-debugger .tv2p-debugger-version {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 12px;
  opacity: 0.5;
}
.tv2p-button-epg {
  transition: all 0.2s;
}
.tv2p-ads-playing .tv2p-button-epg {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-mobile.tv2p-x-small .tv2p-button-epg,
.tv2p-mobile.tv2p-small .tv2p-button-epg {
  display: none;
}
.tv2p-x-small .tv2p-button-epg {
  display: none;
}
.tv2p-small .tv2p-button-epg {
  display: none;
}
.tv2p-epg-overlay {
  transition: opacity 0.2s, visibility 0s linear 0.2s, all 0.2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.tv2p-epg-overlay .tv2p-epg-gradient {
  height: 180px;
  transition: 0.4s;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, #000);
}
.tv2p-epg-overlay.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s linear 0;
}
.tv2p-epg-overlay.visible .tv2p-epg-gradient {
  height: 480px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7), #000);
}
.tv2p-epg {
  position: absolute;
  bottom: 100px;
  height: 320px;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  transition: opacity 0.2s, visibility 0s linear 0.2s, all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.tv2p-x-small .tv2p-epg {
  display: none;
}
.tv2p-small .tv2p-epg {
  display: none;
}
.tv2p-epg.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s linear 0;
}
.tv2p-epg.visible .tv2p-epg-selected {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--scrollLeft,
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--scrollRight {
  opacity: 1;
  transition-delay: 0.8s;
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button {
  transition-duration: 0.2s;
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-timeline--header {
  transition-delay: 0.2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-timeline--marker {
  transition-delay: 0.3s;
  opacity: 1;
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-channel-headers-anim {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-programs--scrollarea {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-programs--leftGradient {
  opacity: 1;
  transition-delay: 0.2s;
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-programs--cursorScrollArea {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition-delay: 0.1s;
}
.tv2p-epg .tv2p-epg-selected {
  -webkit-flex: 1;
          flex: 1;
  min-width: 200px;
  max-width: 640px;
  margin-right: 4px;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-direction: column;
          flex-direction: column;
  transition-duration: 0.2s;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}
.tv2p-epg .tv2p-epg-selected ::-webkit-scrollbar {
  height: 0;
  width: 20px;
  background-color: rgba(255, 255, 255, 0);
}
.tv2p-epg .tv2p-epg-selected ::-webkit-scrollbar-track,
.tv2p-epg .tv2p-epg-selected ::-webkit-scrollbar-thumb {
  border: 11px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.tv2p-epg .tv2p-epg-selected ::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.5);
}
.tv2p-epg .tv2p-epg-selected ::-webkit-scrollbar-thumb {
  background-color: white;
}
.tv2p-epg .tv2p-epg-selected .tv2p-epg-selected--title {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px;
  word-wrap: break-word;
}
.tv2p-epg .tv2p-epg-selected .tv2p-epg-selected--metadata {
  margin-bottom: 10px;
  font-size: 18px;
}
.tv2p-epg .tv2p-epg-selected .tv2p-epg-selected--time {
  display: inline-block;
  margin-right: 15px;
}
.tv2p-epg .tv2p-epg-selected .tv2p-epg-selected--description {
  margin-bottom: 10px;
  overflow: auto;
  padding-right: 5px;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
.tv2p-epg .tv2p-epg-selected .tv2p-epg-selected--progress {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.tv2p-epg .tv2p-epg-selected .tv2p-epg-selected--progress .tv2p-epg-selected--progressBar {
  width: 100%;
  height: 2px;
  background-color: #555;
  position: relative;
}
.tv2p-epg .tv2p-epg-selected .tv2p-epg-selected--progress .tv2p-epg-selected--progressBarValue {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ff7e00;
}
.tv2p-epg .tv2p-epg-listing {
  width: 500px;
  -webkit-flex: 2;
          flex: 2;
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding-top: 54px;
  z-index: 1;
}
.tv2p-epg .tv2p-epg-listing ::-webkit-scrollbar {
  height: 0;
  width: 20px;
  background-color: rgba(255, 255, 255, 0);
}
.tv2p-epg .tv2p-epg-listing ::-webkit-scrollbar-track,
.tv2p-epg .tv2p-epg-listing ::-webkit-scrollbar-thumb {
  border: 11px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.tv2p-epg .tv2p-epg-listing ::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.5);
}
.tv2p-epg .tv2p-epg-listing ::-webkit-scrollbar-thumb {
  background-color: white;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg--loader {
  opacity: 0;
  transition: opacity 0.5s ease 0.2s;
  z-index: 1;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg--loader.show {
  opacity: 1;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg--loader img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  max-height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 18px;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--scrollLeft,
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--scrollRight {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--scrollLeft {
  left: 0;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--scrollRight {
  right: 0;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button svg {
  transition: all 0.2s ease;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button:hover,
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button:focus {
  outline: none;
}
.tv2p-theme-tv2 .tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button:hover svg,
.tv2p-theme-tv2 .tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button:focus svg {
  stroke: #eb000f;
}
.tv2p-theme-sumo .tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button:hover svg,
.tv2p-theme-sumo .tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button:focus svg {
  stroke: #f38181;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-timeline--header {
  position: absolute;
  top: 0;
  left: 54px;
  right: 54px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  transition-duration: 0.8s;
  transition-delay: 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-timeline--marker {
  position: absolute;
  padding-left: 2px;
  font-size: 200%;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 0;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-channel-headers-anim {
  width: 50px;
  margin-right: 4px;
  position: relative;
  transition-duration: 0.2s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 2;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-channel-headers {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-channel--header .tv2p-epg-channel--logo {
  width: 100%;
  height: 50px;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  display: block;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-channel--header .tv2p-epg-channel--logo img {
  height: 100%;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-channel--header .tv2p-epg-channel--logo:focus {
  outline: none;
  opacity: 0.8;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-channel--header .tv2p-epg-channel--hoverBlend {
  transition-duration: 0.1s;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-channel--header:hover .tv2p-epg-channel--hoverBlend {
  background-color: rgba(255, 255, 255, 0.5);
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--scrollarea {
  overflow: auto;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  width: 10px;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  transition-duration: 0.4s;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--scrollarea .tv2p-epg-programs--row {
  -ms-scroll-snap-coordinate: 0 0;
  scroll-snap-coordinate: 0 0;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--leftGradient {
  pointer-events: none;
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 50px;
  width: 50px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent);
  opacity: 0;
  transition-duration: 0.2s;
  transition-delay: 0s;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--cursorScrollArea {
  pointer-events: none;
  left: 54px;
  top: -20px;
  bottom: 0;
  position: absolute;
  right: 0;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition-delay: 0s;
  opacity: 0;
  z-index: 3;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--cursorPositionArea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--cursorPositionArea .tv2p-epg-programs--cursor {
  position: absolute;
  border-left: 2px solid rgba(255, 255, 255, 0.8);
  height: 100%;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--cursorPositionArea .tv2p-epg-programs--cursor .tv2p-epg-programs--cursorTime {
  position: absolute;
  padding: 2px 0 2px 2px;
  right: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--row {
  height: 50px;
  margin-bottom: 4px;
  width: 100%;
  position: relative;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--row .tv2p-epg-program {
  position: absolute;
  height: 100%;
  cursor: pointer;
  font-size: 15px;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--row .tv2p-epg-program--content {
  transition: background-color 0.2s;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  right: 4px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  color: #fff;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--row .tv2p-epg-program--content:hover {
  background-color: rgba(128, 128, 128, 0.8);
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--row .tv2p-epg-program--content.active {
  background-color: #fff;
  color: #000;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--row .tv2p-epg-program--content .tv2p-epg-program--visibilityOffset {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5px;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--row .tv2p-epg-program--content .tv2p-epg-program--title {
  line-height: 1.1em;
  overflow: hidden;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--row .tv2p-epg-program--content .tv2p-epg-program--time {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
}
.popup-list-selector.episode-selector .header {
  text-align: center;
}
.popup-list-selector.episode-selector .header .title {
  max-width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup-list-selector.episode-selector .header .seasons-selector {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  border: 2px solid rgba(89, 89, 89, 0.7);
  cursor: pointer;
  color: white;
  float: right;
  font-size: 15px;
  margin-right: 28px;
  margin-top: 19px;
  padding: 2px;
}
.popup-list-selector.episode-selector .events {
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
  z-index: 2;
}
.popup-list-selector.episode-selector .events.show {
  opacity: 1;
}
.popup-list-selector.episode-selector .event {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  line-height: normal;
}
.popup-list-selector.episode-selector .event:hover,
.popup-list-selector.episode-selector .event:focus {
  cursor: pointer;
}
.popup-list-selector.episode-selector .event.started {
  background-color: rgba(89, 89, 89, 0.7);
  outline: none;
}
.popup-list-selector.episode-selector .event.started:hover,
.popup-list-selector.episode-selector .event.started:focus {
  cursor: auto;
}
.popup-list-selector.episode-selector .event.future {
  outline: none;
}
.popup-list-selector.episode-selector .event.future:hover,
.popup-list-selector.episode-selector .event.future:focus {
  background-color: transparent;
  cursor: auto;
}
.popup-list-selector.episode-selector .event.future .img-container img {
  -webkit-filter: brightness(45%);
  filter: brightness(45%);
}
.popup-list-selector.episode-selector .event.future .img-container .img-future-asset {
  left: 75px;
  position: absolute;
  top: 35px;
}
.popup-list-selector.episode-selector .event.future .img-container .img-future-asset svg {
  width: 28px;
  height: 28px;
}
.popup-list-selector.episode-selector .event.future .img-container .img-future-asset svg path {
  stroke: white;
}
.popup-list-selector.episode-selector .event.future .img-container .start-time {
  bottom: 15px;
  left: 0;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  text-align: center;
}
.popup-list-selector.episode-selector .event.blocked {
  outline: none;
}
.popup-list-selector.episode-selector .event.blocked:hover,
.popup-list-selector.episode-selector .event.blocked:focus {
  background-color: transparent;
  cursor: auto;
}
.popup-list-selector.episode-selector .event.blocked .img-container img {
  -webkit-filter: brightness(35%);
  filter: brightness(35%);
}
.popup-list-selector.episode-selector .event.blocked .img-container .blocked-asset {
  left: 0;
  font-size: 16px;
  position: absolute;
  text-align: center;
  top: 35px;
}
.popup-list-selector.episode-selector .event .title {
  font-size: 20px;
  padding-bottom: 8px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup-list-selector.episode-selector .event .description {
  font-size: 13px;
  height: 45px;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: left;
  margin-right: -1em;
  padding-right: 1em;
}
.popup-list-selector.episode-selector .event .description:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.popup-list-selector.episode-selector .event .description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: "transparent";
}
.popup-list-selector.episode-selector .event .duration {
  color: #888;
  font-size: 14px;
  padding-top: 8px;
}
.popup-list-selector.episode-selector .event .img-container {
  margin-right: 16px;
  position: relative;
}
.popup-list-selector.episode-selector .event .img-container img {
  border-radius: 5px;
  height: 100px;
  max-width: none;
  width: 178px;
}
.popup-list-selector.episode-selector .episode-selector-loader {
  height: 0;
  opacity: 0;
  transition: opacity 0.1s ease 0.1s;
  z-index: 1;
}
.popup-list-selector.episode-selector .episode-selector-loader.show {
  opacity: 1;
}
.popup-list-selector.episode-selector .episode-selector-loader img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  max-height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.tv2p-error-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAACXBIWXMAAAsTAAALEwEAmpwYAAADG2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjaY2BgnuDo4uTKJMDAUFBUUuQe5BgZERmlwH6egY2BmYGBgYGBITG5uMAxIMCHgYGBIS8/L5UBFTAyMHy7xsDIwMDAcFnX0cXJlYE0wJpcUFTCwMBwgIGBwSgltTiZgYHhCwMDQ3p5SUEJAwNjDAMDg0hSdkEJAwNjAQMDg0h2SJAzAwNjCwMDE09JakUJAwMDg3N+QWVRZnpGiYKhpaWlgmNKflKqQnBlcUlqbrGCZ15yflFBflFiSWoKAwMD1A4GBgYGXpf8EgX3xMw8BUNTVQYqg4jIKAUICxE+CDEESC4tKoMHJQODAIMWgx9DJcMqhgeM0oxRjPMYnzIZMjUwXWLWYG5kvstiwzKPlZk1m/UqmxPbJnYV9pkcAhydnKyczVzMXG3c3NwTeaR4lvIa8x7iC+Z7xl8tICSwWtBN8JFQo7Ci8GGRdFFe0a1iceKc4lslUiSFJY9KVUjrSj+RmSMbKicod1a+R8FHkVfxgtIU5SgVJZXXqlvVGtX9NGQ13mru05qonapjrSuk+0rviP58gxrDKCNLY0nj3yb3TA+brTDvt6iwTLTysbawUbUVsWOx+2r/3OG24wWnY857Xba6rndb6b7UY5HnQq8F3gt9Fvsu81vlvz5ga+DeoGPB50NuhT4L+xLBFCkYpRRtHOMWGxWXF9+SMDtxc9LZ5OepTGly6TYZUZlVWbOy9+Tcy2PKVy/wKSwuml18uORtmUS5S0Vh5byqs9V/a/Xq4usnNRxr/N1s0JLeOq/teodgp3dXe/fhXoY++/66Cfsm/p/sOKV16onpvDOCZ86a9WiO1tySefsWcC0MW7R48celDssmLH+40nhV6+qba3XXNa2/udFgU8fmB1uttk3d/mGn765Vezj2pu87fkD9YOeh10f8jm4+Ln6i9uST095ntpyTPd9+4dOluMunrlpcW3ZD9Gbrra930u/evO/z4MAj08ernyo+m/lC8GXXa+Y3dW9/vi/98OlTwed3X/O+vfuR//PD7+I/3/5V/f8PAC4MHYugPAkxAAA6L2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMDgtMDRUMTY6MTA6MTYrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE2LTA4LTA0VDE2OjEwOjE2KzAyOjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wOC0wNFQxNjoxMDoxNiswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6MDQ2NTM1NjctOWJkNy03YTRhLWJiZWYtZWUzNGFkMmExZDRmPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MWQ1ZTdlMjQtNWE0ZC0xMWU2LWI1NjItZDZkNTk2NDhiNmUyPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjkyYjdkODktNDgxNC03MjQ1LTgwZjktNTZlM2YyZWFjYjRiPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY5MmI3ZDg5LTQ4MTQtNzI0NS04MGY5LTU2ZTNmMmVhY2I0Yjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wNFQxNjoxMDoxNiswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowNDY1MzU2Ny05YmQ3LTdhNGEtYmJlZi1lZTM0YWQyYTFkNGY8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDgtMDRUMTY6MTA6MTYrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4xPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8cGhvdG9zaG9wOklDQ1Byb2ZpbGU+RG90IEdhaW4gMTUlPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjUwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz7EkfbeAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAmsSURBVHjahNhLdxtJcobhh5VgFaqIO0BQoEQNpW66Ty99vPSGW/8r/8tZdKvFISXeBBD3AqqAAr1onvaMN97nyROR8cUbX+TRf/13bqVho2Np4M6lqdJCXSp4MfIstvGL36XOfJFa++zeVgsdS8HcUKZQ8yQo0bCR4lSUqCmtnKmwMHSvpePKhcSLGJdKB7dSHYWDps/GhiJB04mpTGXii4l7pQqpSqXmxa1o6tFPzu09yszlgieVsRszQ1uJXNtn52JMnJgJgtxB07PfnVj6xdZIEIx8VEoEwV7budC9Hvomd6xuJ9U3Vlmoa6rj2NpG371jT/bWRg4e1BWGFk40DDBVqTuWyB3ZaZo60bI2Fl2YaAsozVUIRkYyS7HCOxvcK2WunKlLbFyaO7cEsd9UMiNNM4VK7kxNamPhTCx0ri8EHDT1rDX0fZF4EpxY2fjoSFff1JO2XK60k/ruyNrBxJVvWMv1vThW2Zuh7YedSLRx95bFUo6lH04QaZg5N1eAL1pSdz7KXFhIwJVPrty4tHLmzLORzEbNRoWhjlj4t+uhuYaa2Eyqb4ng3NTQTsuNrhd938Q++IeZub6tjw4WEl8QSVXoqXyXqnRkKkHkWG2DUkBh6NlGR2JvqVR4lqorlSo93Gv45IfSGTaaOFZJZHLPzi0d65gJvvuIiVR0rhIbK01VOlI8qYldyvStEFyYGNsIMmtjmcqTvmdTQ7/4rvCAG6XgWSo38CyxVgnN66YKZ9ia6viubaZl56tXexw8aDhStzfWsHOi8uIgVggeXLr1k8jBuWOnvmFgYuEgiP5M7VyusnJp+SbaxDeRjZ6GMy0bW03BAKnETMNCR19i6MmlqeCjKXKR4N4HsY8+Cu+vR9amFhqaHn3wrG5j5YPCXuXY0kpXS64QWwkeXGiaWehIHYutZKZqdmpm6oYmDoZuzURNNUFDaiOg0tfVkLr30U8COi6dis2dS1Q2BhZqDoYojE2cKq3lVr6rZBao3AkIyXVNw1LPi6DjxB+afqiUcjN7qa2dZz0TjPVtZcZyDV2VZ3snbvX00bWyt7bxk2fvDaTC8PrPa9raFo7MHLyz1/BB217di2OM3OBYqaUUxM4U7o3EtlJDj5aCiQ9S4Y3QC1MH4d+vu3a4lyusHSmV+o6srdQ8qzn1oqluo+fMrdYb+FbO5R7svfOormcnM1fTsjNWqlzIRZkbzxIjpZ5fVd4pJW4VEsFnsVxsaqIv98Rf4Gt5FhDLfTS3xF5TjFLskwu5Uvh0vfPJwpHEi72OJ20zTX1zDWORqZGWtslb7IW1QhA7ttC2sbDUdia3UqrZ4dhcJNcUVSoLc0tdByu0Jc5UpvjDwJnIgyf31ob2PvngV32ZlqnSyqWD1NjaKTqCWDC1kFgJQuc62HnVVtPUtHcqyEUW9joKTT8MnWCndOSbU38YmHh2ZWLgVmTvg4maIy3fzTXVtWwM7URUMucmcqVnsbUveNbhbUZ3NcGFc4mDXHAvxdSvgoGenRM8qNyLNUy82Ksp5KJKX24qFuviQU1swj/PaF+cgDsFMufOjA3M/e7BRuXY74KfNZ05V7nQfoPlQHh/PXchk3nUtPDBjUs7PQ//ItWFlVwqd27jh1dbHQstbV2RulJlotSwtTBR6kscLIX/vJ55tcCpG6+m2io1O6VXBwO51FzDzEgpd2SjZ6PhyDtsjdVRt9Pwamal7b2FtSMzDbXChYXKo72fPaoETffOMLe2EcRYunJnKxIEmUKp5TeRnjbit2dOZWITlUpDS+ZByK6HEo+6OvguE4ntLBR6RoKayE5h70KiYyv1zUbfxKWttq3SQWYiEtTd6msp9Bz7h89qI7+71DLwBScSEyufLCxNxKDACN8tdM3FDo4tVSrMbDTUfBHbqhu78kUqlrgxdKc2kbpRiQ0FuaCt8mij0pa/RRwk7m3UdQWJxI0Md342NXBj6IArNXs3Lt04fxNKX1Q5E1x6sfcsU6gE9FVgIxFL3SnFUk82CvdSE1z66tGNntyVhieF31QWem+UYyIKnmztjSSGZlqCxDuFkcSL1J2+0tDPSpngTCnW0Ra71/Cr3l/uJcMxEl0sBVyINrhSmVl6QGJuYq9mInOp0lBqOlFIBZUnsZXi/3UvbJwrjYX/uB47ERnrOrIX1O3MbKUevLhSWupa2uiLREp7kUos/j/u5cjxm3v54MFeJTXwIPztuqs087MXmYOWI6UzSz0jiYVnQ0wEOzOVCy9SmamhUlMNDRORwkhw7MgLLvXsbB0J769fDCwUXm3lUgsLlaaZ0g/BzsrMkSAxFxwJOjYOjpSOrQQLsYaBJ803PLZM1O2xFtrXLTtBYurVq5VgpOGgJ1K307F0LFa3da5uryFRWqiMVDYamuYWUlM7U6+ChuDJkZ6p2i9vJcw0BKW+E19VLtyp7HQ9eufRyIk1Hly60TZ2pbL3aGCCSioXlFKn1moyGwNjqdC+/hMpa0vH9trupEonDs4VYu8llprWWm7+1L3C/+5nldi5tcjKZ3vnClsrhcixnpkoFgm+YWigL/+rhbpypbEvcheWcguVC8T+eT+bmiIWXCpMfbXQlSllTvxdrDZ3MNGWWWq+HU5lanITOyfOFXKVWKJnYajw5FIht9dx5l4hlkmMXakpfEVH4nfvUItdeHqDIBOl2Klbsa6uhe/uDMWClqmxEx/9HXeGShuVUsetlkpNMH6TQvlmpWa2arF7qQ2GfvMZPDq3tDfW8U5hYqPxNlNqfriSy4w1xTI1C1d+U0diqWNlo/RNEIt9UuvayEyduPXR1FxbKZfbyyQqlIaoMMbGXFtmZaXtm55EzXtBrmtmYqirsPCiKdiLCAotpV8tJX7xTqqwUirwbC71LFhKMdBQOVWI9bXeOPZVolK51deX+2qqFGRy98Lwuqllq+/VztRcJvcisdbBO6m+1F7Xd6W1MxOVJyMtd/oyiSPfLZ2banlyqq5uLfWqFInmKlOJGm8G+UlwbOidYGLqm8IzbnwWNNRcCSJLC1uZmcRYV2Ss75tUbmKpozJxJhONLK3MMDZAoal06dneUiq8fev8OYiDjbWaUmqg8F5h7UaEDxZiIystscQDLt15FEbXG5GOO+8VYqm6ncjW3t6ZuRNjbQ8iW3XvfZEovYo1vJg66L01ZdPC3AffvapLBFMn/iYKLnU0ncgVagq/qakplYbuJEpXZvqGKlOFEzOZ+K3UlSsbsa2egT5Kbef/spJHlamlG6kluma6gkKloYagUsgES6WBhY2OphJ/SLUtpeY+KwWV1MSLP6TqYpVblf8ZACfKlS7eamEIAAAAAElFTkSuQmCC) !important;
  -webkit-animation: noise-animation 0.2s linear infinite;
  animation: noise-animation 0.2s linear infinite;
  box-sizing: border-box;
  box-shadow: inset 0 0 10em rgba(0, 0, 0, 0.3);
}
.tv2p-error-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  z-index: 1;
}
.tv2p-error-container-texts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 2;
}
.tv2p-error-container-texts div {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.tv2p-error-container-texts div:first-of-type {
  font-size: 36px;
}
.tv2p-error-container-texts a {
  color: #eb000f;
  font-size: 24px;
  cursor: pointer;
}
.tv2p-mobile.tv2p-x-small .tv2p-error-container-texts div:first-of-type,
.tv2p-mobile.tv2p-small .tv2p-error-container-texts div:first-of-type {
  font-size: 18px;
}
.tv2p-mobile.tv2p-x-small .tv2p-error-container-texts div,
.tv2p-mobile.tv2p-small .tv2p-error-container-texts div {
  font-size: 10px;
  margin-bottom: 5px;
}
.tv2p-mobile.tv2p-x-small .tv2p-error-container-texts a,
.tv2p-mobile.tv2p-small .tv2p-error-container-texts a {
  font-size: 14px;
}
.tv2p-error-code {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 8px;
  color: white;
}
.popup-list-selector.live-sport-selector .event .title {
  font-size: 24px;
  padding-bottom: 5px;
}
.popup-list-selector.live-sport-selector .event .start-time {
  background: #000;
  border-radius: 2px;
  padding: 6px 0;
  text-align: center;
  width: 80px;
}
.popup-list-selector.live-sport-selector .event .start-time.with-day {
  padding: 4px 0;
}
.popup-list-selector.live-sport-selector .event .start-time.with-day .day {
  padding-bottom: 5px;
}
.popup-list-selector.live-sport-selector .event .time-container {
  margin-right: 16px;
}
.popup-list-selector.live-sport-selector .event .time {
  font-size: 18px;
  text-transform: uppercase;
}
.popup-list-selector.live-sport-selector .event.started .start-time {
  background: rgba(243, 129, 129, 0.9);
}
.theoplayer-container.tv2p-paused .tv2p-pause-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.theoplayer-container.tv2p-has-started .tv2p-asset-header {
  display: none;
}
.theoplayer-container.vjs-error .tv2p-asset-header,
.theoplayer-container.vjs-error .tv2p-pause-overlay {
  display: none;
}
.tv2p-pause-overlay {
  color: #fff;
  transition: opacity 0.2s, visibility 0s linear 0.2s, all 0.2s;
  transition-delay: 0.1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px 80px 20px;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0.1) 80%, transparent);
  opacity: 0;
  visibility: hidden;
  font-size: 24px;
  line-height: 30px;
  pointer-events: none;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: left;
}
.tv2p-medium .tv2p-pause-overlay {
  font-size: 20px;
  padding-bottom: 60px;
}
.tv2p-small .tv2p-pause-overlay {
  font-size: 18px;
  padding-bottom: 50px;
}
.tv2p-small .tv2p-pause-overlay .tv2p-pause-overlay__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tv2p-x-small .tv2p-pause-overlay {
  display: none;
}
.tv2p-pause-overlay .tv2p-pause-overlay__title {
  margin-top: 10px;
}
.tv2p-pause-overlay .tv2p-pause-overlay__channel_program_title {
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tv2p-pause-overlay .tv2p-pause-overlay__visitors {
  font-size: 60%;
}
.tv2p-asset-header {
  transition: none;
  color: #fff;
  position: absolute;
  bottom: 0;
  top: 70%;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));
  visibility: visible;
}
.tv2p-asset-header .tv2p-asset-header__title {
  font-size: 24px;
  padding: 0 30px 10px 30px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tv2p-x-small .tv2p-asset-header .tv2p-asset-header__title {
  font-size: 15px;
}
.tv2p-small .tv2p-asset-header .tv2p-asset-header__title {
  font-size: 19px;
}
.tv2p-medium .tv2p-asset-header .tv2p-asset-header__title {
  font-size: 21px;
}
.tv2p-error .tv2p-asset-header {
  display: none;
}
.tv2p-indexPointCue {
  position: absolute;
  height: 100%;
  margin: 0;
  z-index: 1;
  top: -5px;
  padding: 5px 8px 5px 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.tv2p-small .tv2p-indexPointCue {
  display: none;
}
.tv2p-x-small .tv2p-indexPointCue {
  display: none;
}
.tv2p-indexPointCue:after {
  -webkit-transform: translateZ(1);
          transform: translateZ(1);
}
.tv2p-indexPointCue:focus {
  outline: none;
}
.tv2p-indexPointCue:focus:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.tv2p-indexPointCue:focus:not(:focus-visible):after {
  opacity: 0;
}
.tv2p-indexPointCue .tv2p-popup-box {
  transition: opacity 0.2s, visibility 0.2s linear 0.2s, left 0.3s, all 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 270px;
  height: 70px;
  z-index: 2;
  left: 0;
  -webkit-transform: translate(-50%, -100%) translateY(-25px);
          transform: translate(-50%, -100%) translateY(-25px);
}
.tv2p-indexPointCue .tv2p-popup-box.with-description {
  height: 140px;
}
.tv2p-indexPointCue .tv2p-popup-box.with-description .tv2p-popup-content {
  height: 140px;
}
.tv2p-indexPointCue .tv2p-popup-box.with-description.with-image,
.tv2p-indexPointCue .tv2p-popup-box.with-image {
  height: 280px;
}
.tv2p-indexPointCue .tv2p-popup-box.with-description.with-image .tv2p-popup-content .tv2p-popup-box-text-block,
.tv2p-indexPointCue .tv2p-popup-box.with-image .tv2p-popup-content .tv2p-popup-box-text-block {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.tv2p-indexPointCue .tv2p-popup-box.with-description.with-image .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-timeCode,
.tv2p-indexPointCue .tv2p-popup-box.with-image .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-timeCode {
  padding-top: 0;
}
.tv2p-indexPointCue .tv2p-popup-box.with-description.with-image .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-description,
.tv2p-indexPointCue .tv2p-popup-box.with-image .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-description {
  padding-top: 15px;
}
.tv2p-indexPointCue .tv2p-popup-box.with-image {
  height: 209px;
}
.tv2p-indexPointCue .tv2p-popup-box.with-image .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-timeCode {
  padding-top: 8px;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content {
  border-radius: 12px;
  box-sizing: content-box;
  z-index: auto;
  padding: initial;
  margin: initial;
  height: 70px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content.right {
  -webkit-transform: translate(50%) translate(-20px);
          transform: translate(50%) translate(-20px);
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content.left {
  -webkit-transform: translate(50%) translate(20px);
          transform: translate(50%) translate(20px);
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block {
  background: #1A1C21;
  color: #fff;
  line-height: normal;
  height: 100%;
  max-height: 140px;
  border-radius: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-timeCode {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 8px;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-timeCode .tv2p-popup-box-clock {
  padding-top: 2px;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-timeCode .tv2p-popup-box-clock svg {
  width: 14px;
  height: 14px;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-timeCode .tv2p-popup-box-clock svg path {
  stroke: #fff;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-timeCode .tv2p-popup-box-time {
  font-size: 12px;
  padding-left: 3px;
  padding-top: 1px;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-title {
  font-weight: bold;
  font-size: 13px;
  padding-top: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-description {
  box-sizing: content-box;
  font-size: 11px;
  padding-top: 8px;
  padding-right: 5px;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-description .tv2p-popup-description {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  max-height: 6.5em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-description .tv2p-popup-description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-text-block .tv2p-popup-box-description .tv2p-popup-description:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #1A1C21;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-img-block {
  background-color: rgba(0, 0, 0, 0.6);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 140px;
  position: relative;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-img-block .tv2p-popup-box-img-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(26, 28, 33, 0) 0%, #1A1C21 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-hover-block {
  background-color: #fff;
  border-radius: 30px;
  bottom: -12px;
  color: #1A1C21;
  font-size: 12px;
  font-weight: 700;
  left: 100px;
  line-height: 16px;
  padding: 3px 8px 3px 5px;
  position: absolute;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 55px;
  height: 16px;
  transition: opacity 0.2s, visibility 0.2s linear 0.2s;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-hover-block.visible {
  opacity: 1;
  visibility: visible;
}
.tv2p-indexPointCue .tv2p-visible-marker {
  background-color: #888;
  line-height: normal;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 5px 0 #000;
  position: relative;
  bottom: 3px;
}
.tv2p-indexPointCue .tv2p-visible-marker .hidden {
  display: none;
}
.tv2p-indexPointCue .tv2p-live-channel-visible-marker {
  pointer-events: none;
  line-height: normal;
  font-size: 15px;
}
.tv2p-indexPointCue .tv2p-live-channel-visible-marker:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 13px;
  right: 0;
  top: 1px;
  background-color: rgba(153, 153, 153, 0.9);
}
.tv2p-indexPointCue .tv2p-live-channel-visible-marker .hidden {
  display: none;
}
.tv2p-indexPointCue .tv2p-live-channel-visible-marker svg {
  position: absolute;
}
.tv2p-theme-tv2 .tv2p-indexPointCue .tv2p-live-channel-visible-marker svg {
  height: 4px;
}
.tv2p-indexPointCue .tv2p-live-channel-visible-marker svg path {
  fill: rgba(0, 0, 0, 0.7);
}
.tv2p-indexPointCue.first .tv2p-popup-box {
  -webkit-transform: translate(0px, -100%) translateY(-25px);
          transform: translate(0px, -100%) translateY(-25px);
}
.tv2p-indexPointCue.last .tv2p-popup-box {
  -webkit-transform: translate(-100%, -100%) translateY(-25px);
          transform: translate(-100%, -100%) translateY(-25px);
}
.tv2p-indexPointCue.past .tv2p-live-channel-visible-marker:after {
  background-color: #e8e3e3;
}
.tv2p-theme-tv2 .tv2p-indexPointCue.past .tv2p-live-channel-visible-marker:after {
  background-color: #eb000f;
}
.tv2p-indexPointCue.past .tv2p-visible-marker {
  background-color: rgba(255, 255, 255, 0.9);
}
.tv2p-theme-tv2 .tv2p-indexPointCue.past .tv2p-visible-marker {
  background-color: #eb000f;
}
.tv2p-indexPointCue.visible .tv2p-popup-box {
  opacity: 1;
  visibility: visible;
}
.popup-list-selector {
  transition: opacity 0.3s, visibility 0s linear 0.3s, all 0.3s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  bottom: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: auto;
  min-width: 500px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 20px;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: scale3d(0.1, 0.1, 0);
          transform: scale3d(0.1, 0.1, 0);
  width: 30%;
  z-index: 2;
}
.popup-list-selector ::-webkit-scrollbar {
  height: 0;
  width: 20px;
  background-color: rgba(255, 255, 255, 0);
}
.popup-list-selector ::-webkit-scrollbar-track,
.popup-list-selector ::-webkit-scrollbar-thumb {
  border: 11px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.popup-list-selector ::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.5);
}
.popup-list-selector ::-webkit-scrollbar-thumb {
  background-color: white;
}
.tv2p-x-small .popup-list-selector {
  display: none;
}
.tv2p-small .popup-list-selector {
  display: none;
}
.popup-list-selector.show-selector {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0s linear 0;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.popup-list-selector .header {
  color: #fff;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 26px;
}
.popup-list-selector .header .title {
  vertical-align: top;
  display: inline-block;
  padding: 16px 16px 8px 16px;
}
.popup-list-selector .events {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  height: 100px;
  margin: 10px 0;
  overflow: auto;
  padding: 0 8px 0 0;
}
.popup-list-selector .bottom-separator {
  border-bottom: 1px solid rgba(64, 64, 64, 0.7);
  bottom: -1px;
  height: 1px;
  left: 16px;
  position: absolute;
  right: 0;
}
.popup-list-selector .event {
  position: relative;
  margin: 0;
  padding: 14px 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.popup-list-selector .event:last-child .bottom-separator {
  display: none;
}
.popup-list-selector .event:hover .bottom-separator {
  left: 0;
}
.popup-list-selector .event.started {
  cursor: pointer;
}
.popup-list-selector .event:hover,
.popup-list-selector .event:focus {
  outline: none;
  background-color: rgba(64, 64, 64, 0.7);
}
.tv2p-reconnect {
  opacity: 0.7;
  pointer-events: none;
  margin: -80px 0 0 -50px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  box-sizing: border-box;
  background-clip: padding-box;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.3s;
  transition-delay: 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tv2p-waiting.tv2p-offline:not(.tv2p-seeking) .tv2p-reconnect {
  opacity: 1;
  visibility: visible;
  width: auto;
}
.tv2p-reconnect .tv2p-reconnect-info {
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.6);
  font-size: 20px;
}
.tv2p-related {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 1;
}
.tv2p-error .tv2p-related {
  display: none;
}
.tv2p-related-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 120%;
  z-index: 1;
}
.tv2p-related-content .tv2p-related-items {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 20px;
  font-size: 16px;
  min-height: 80px;
}
.tv2p-related-content .tv2p-related-header {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  padding-top: 8px;
}
.tv2p-x-small .tv2p-related-content .tv2p-related-header {
  font-size: 16px;
  margin-bottom: 0;
}
.tv2p-small .tv2p-related-content .tv2p-related-header {
  margin-bottom: 5px;
}
.tv2p-related-content .tv2p-related-go-home {
  border: 2px solid #e6e6e6;
  color: inherit;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.tv2p-related-content .tv2p-related-go-home:hover {
  background: rgba(255, 255, 255, 0.5);
}
.tv2p-x-small:not(.tv2p-fullscreen) .tv2p-related-content .tv2p-related-go-home,
.tv2p-small:not(.tv2p-fullscreen) .tv2p-related-content .tv2p-related-go-home,
.tv2p-medium:not(.tv2p-fullscreen) .tv2p-related-content .tv2p-related-go-home,
.tv2p-large:not(.tv2p-fullscreen) .tv2p-related-content .tv2p-related-go-home {
  display: none;
}
.tv2p-x-small .tv2p-related-content .tv2p-related-go-home {
  font-size: 12px;
}
.tv2p-small .tv2p-related-content .tv2p-related-go-home {
  font-size: 14px;
}
.tv2p-related-content .tv2p-related-item {
  -webkit-flex: 1;
          flex: 1;
  cursor: pointer;
  margin: 0 15px 15px 15px;
  font-size: 16px;
  position: relative;
}
.tv2p-related-content .tv2p-related-item:hover,
.tv2p-related-content .tv2p-related-item:focus {
  outline: none;
}
.tv2p-related-content .tv2p-related-item:hover .tv2p-related-item--img img,
.tv2p-related-content .tv2p-related-item:focus .tv2p-related-item--img img {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
.tv2p-theme-tv2 .tv2p-related-content .tv2p-related-item:hover .tv2p-related-item--title,
.tv2p-theme-tv2 .tv2p-related-content .tv2p-related-item:focus .tv2p-related-item--title {
  color: #eb000f;
}
.tv2p-theme-sumo .tv2p-related-content .tv2p-related-item:hover .tv2p-related-item--title,
.tv2p-theme-sumo .tv2p-related-content .tv2p-related-item:focus .tv2p-related-item--title {
  color: #f38181;
}
.tv2p-x-small .tv2p-related-content .tv2p-related-item:nth-child(n+3) {
  display: none;
}
.tv2p-small .tv2p-related-content .tv2p-related-item:nth-child(n+4) {
  display: none;
}
.tv2p-medium .tv2p-related-content .tv2p-related-item:nth-child(n+4) {
  display: none;
}
.tv2p-large .tv2p-related-content .tv2p-related-item:nth-child(n+5) {
  display: none;
}
.tv2p-x-large .tv2p-related-content .tv2p-related-item:nth-child(n+5) {
  display: none;
}
.tv2p-related-content .tv2p-related-item .tv2p-related-item--img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tv2p-related-content .tv2p-related-item .tv2p-related-item--img.safari-browser img {
    transition: none;
  }
}
.tv2p-related-content .tv2p-related-item .tv2p-related-item--img.edge-browser img {
  transition: none;
}
.tv2p-related-content .tv2p-related-item .tv2p-related-item--img img {
  height: 100%;
  max-width: none;
  min-height: 70px;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  vertical-align: bottom;
  width: 100%;
}
.tv2p-related-content .tv2p-related-item .tv2p-related-item--blend {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 50%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.tv2p-related-content .tv2p-related-item .tv2p-related-item--title {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  bottom: 15px;
  font-size: 11px;
  transition: color 0.3s ease;
}
.tv2p-related-content .tv2p-related-items-poster {
  margin: 0.6rem 2rem 3.6rem 2rem;
  max-width: 1000px;
  width: auto;
}
.tv2p-related-content .tv2p-related-item-poster {
  -webkit-flex: 1;
          flex: 1;
  cursor: pointer;
  margin: 0 0.5rem;
  font-size: 16px;
  position: relative;
}
.tv2p-related-content .tv2p-related-item-poster:hover .tv2p-related-item--img img {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
.tv2p-related-content .tv2p-related-item-poster:hover .tv2p-related-item--title {
  color: #F38181;
}
.tv2p-x-small .tv2p-related-content .tv2p-related-item-poster:nth-child(n+4) {
  display: none;
}
.tv2p-small .tv2p-related-content .tv2p-related-item-poster:nth-child(n+5) {
  display: none;
}
.tv2p-medium .tv2p-related-content .tv2p-related-item-poster:nth-child(n+6) {
  display: none;
}
.tv2p-large .tv2p-related-content .tv2p-related-item-poster:nth-child(n+6) {
  display: none;
}
.tv2p-x-large .tv2p-related-content .tv2p-related-item-poster:nth-child(n+6) {
  display: none;
}
.tv2p-related-content .tv2p-related-item-poster .tv2p-related-item--img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tv2p-related-content .tv2p-related-item-poster .tv2p-related-item--img.safari-browser img {
    transition: none;
  }
}
.tv2p-related-content .tv2p-related-item-poster .tv2p-related-item--img.edge-browser img {
  transition: none;
}
.tv2p-related-content .tv2p-related-item-poster .tv2p-related-item--img img {
  height: 100%;
  min-height: 85px;
  max-height: 276px;
  max-width: none;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  vertical-align: bottom;
  width: 100%;
}
.tv2p-related-content .tv2p-related-item-poster .tv2p-related-item--title {
  font-size: 14px;
  left: 0;
  padding-top: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  transition: color 0.3s ease;
}
.tv2p-x-small .tv2p-related-content .tv2p-related-item-poster .tv2p-related-item--title {
  display: none;
}
.tv2p-small .tv2p-related-content .tv2p-related-item-poster .tv2p-related-item--title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2em;
}
.tv2p-related-content .tv2p-related-items-series {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 5px 0;
}
.tv2p-related-content .tv2p-related-item-series {
  -webkit-flex: 0 0 21%;
          flex: 0 0 21%;
  cursor: pointer;
  font-size: 16px;
  margin: 0 15px 15px 15px;
  position: relative;
}
.tv2p-related-content .tv2p-related-item-series:hover,
.tv2p-related-content .tv2p-related-item-series:focus {
  outline: none;
}
.tv2p-related-content .tv2p-related-item-series:hover .tv2p-related-item--img img,
.tv2p-related-content .tv2p-related-item-series:focus .tv2p-related-item--img img {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
.tv2p-theme-tv2 .tv2p-related-content .tv2p-related-item-series:hover .tv2p-related-item--title,
.tv2p-theme-tv2 .tv2p-related-content .tv2p-related-item-series:focus .tv2p-related-item--title {
  color: #eb000f;
}
.tv2p-theme-sumo .tv2p-related-content .tv2p-related-item-series:hover .tv2p-related-item--title,
.tv2p-theme-sumo .tv2p-related-content .tv2p-related-item-series:focus .tv2p-related-item--title {
  color: #f38181;
}
.tv2p-x-small .tv2p-related-content .tv2p-related-item-series {
  -webkit-flex: 0 0 28%;
          flex: 0 0 28%;
}
.tv2p-small .tv2p-related-content .tv2p-related-item-series {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
}
.tv2p-x-small .tv2p-related-content .tv2p-related-item-series:nth-child(n+3) {
  display: none;
}
.tv2p-small .tv2p-related-content .tv2p-related-item-series:nth-child(n+4) {
  display: none;
}
.tv2p-medium .tv2p-related-content .tv2p-related-item-series:nth-child(n+5) {
  display: none;
}
.tv2p-large .tv2p-related-content .tv2p-related-item-series:nth-child(n+5) {
  display: none;
}
.tv2p-x-large .tv2p-related-content .tv2p-related-item-series:nth-child(n+9) {
  display: none;
}
.tv2p-related-content .tv2p-related-item-series .tv2p-related-item--img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tv2p-related-content .tv2p-related-item-series .tv2p-related-item--img.safari-browser img {
    transition: none;
  }
}
.tv2p-related-content .tv2p-related-item-series .tv2p-related-item--img.edge-browser img {
  transition: none;
}
.tv2p-related-content .tv2p-related-item-series .tv2p-related-item--img img {
  height: 100%;
  max-width: none;
  min-height: 50px;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  vertical-align: bottom;
  width: 100%;
}
.tv2p-related-content .tv2p-related-item-series .tv2p-related-item--title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  transition: color 0.3s ease;
}
.tv2p-settings {
  position: absolute;
  bottom: 6em;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
  background-color: rgba(28, 28, 28, 0.9);
  overflow-y: auto;
}
.tv2p-settings-active .tv2p-settings.visible {
  visibility: visible;
  opacity: 1;
}
.tv2p-x-small .tv2p-settings {
  max-height: 120px;
}
.tv2p-small .tv2p-settings {
  max-height: 135px;
}
.tv2p-mobile.tv2p-x-small .tv2p-settings,
.tv2p-mobile.tv2p-small .tv2p-settings {
  bottom: 6em;
  font-size: 12px;
}
.tv2p-settings-header {
  width: 100%;
  text-align: center;
  padding: 10px 25px;
  box-sizing: border-box;
  cursor: default;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  line-height: 16px;
  letter-spacing: 0.5px;
  opacity: 0.6;
}
.tv2p-settings-header:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.tv2p-settings-header svg {
  height: 12px;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tv2p-mobile.tv2p-x-small .tv2p-settings-header,
.tv2p-mobile.tv2p-small .tv2p-settings-header {
  font-size: 12px;
  padding: 7px 25px;
}
.tv2p-settings-row {
  cursor: pointer;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: baseline;
          align-items: baseline;
  position: relative;
  white-space: nowrap;
  width: 100%;
  height: auto;
  text-transform: capitalize;
  padding: 0.4em 1.3em;
  box-sizing: border-box;
}
.tv2p-settings-row:hover,
.tv2p-settings-row:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.tv2p-settings-row.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.tv2p-theme-tv2 .tv2p-settings-row.active {
  color: #eb000f;
}
.tv2p-theme-sumo .tv2p-settings-row.active {
  color: #f38181;
}
.tv2p-x-small .tv2p-settings-row {
  padding: 0.4em 1em;
}
.tv2p-mobile.tv2p-x-small .tv2p-settings-row,
.tv2p-mobile.tv2p-small .tv2p-settings-row {
  padding: 0.8em 1em;
}
.tv2p-settings-row-header {
  font-size: 14px;
  margin-right: 25px;
  letter-spacing: 0.5px;
}
.tv2p-settings-row-value {
  font-size: 13px;
}
.tv2p-theme-tv2 .tv2p-settings-row-value {
  color: #eb000f;
}
.tv2p-theme-sumo .tv2p-settings-row-value {
  color: #f38181;
}
.tv2p-hd-label {
  position: absolute;
  top: 4px;
  right: 4px;
  color: white !important;
  padding: 1px 2px;
  font-size: 8px;
  border-radius: 2px;
  opacity: 0.8;
}
.tv2p-theme-tv2 .tv2p-hd-label {
  background: #eb000f;
}
.tv2p-theme-sumo .tv2p-hd-label {
  background: #f38181;
}
.tv2p-settings-quality .tv2p-settings-row,
.tv2p-settings-speed .tv2p-settings-row {
  -webkit-justify-content: center;
          justify-content: center;
}
.tv2p-settings-active .tv2p-settings-tooltip .tv2p-tooltip-content {
  display: none;
}
.tv2p-button-settings.tv2p-button {
  margin-right: 10px;
  opacity: 1;
  visibility: visible;
  width: auto;
  transition: all 0.2s;
}
.tv2p-ads-playing .tv2p-button-settings.tv2p-button {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-button-settings.tv2p-button:focus:not(:focus-visible) svg,
.tv2p-button-settings.tv2p-button:focus svg {
  stroke: transparent !important;
}
.tv2p-theme-tv2 .tv2p-settings-active .tv2p-button-settings.tv2p-button svg {
  fill: #eb000f !important;
}
.tv2p-theme-sumo .tv2p-settings-active .tv2p-button-settings.tv2p-button svg {
  fill: #f38181 !important;
  stroke: transparent !important;
}
.tv2p-skipIntro,
.tv2p-skipSummary {
  position: absolute;
  left: -100%;
  bottom: 100px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  border-radius: 61px;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.3s ease, left 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10;
}
.tv2p-skipIntro.visible,
.tv2p-skipSummary.visible {
  left: 0.8rem;
  opacity: 1;
}
.tv2p-skipIntro:hover,
.tv2p-skipSummary:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.tv2p-skipIntro img,
.tv2p-skipSummary img {
  display: inline-block;
  vertical-align: middle;
  height: 17px;
  width: 17px;
  margin-bottom: -2px;
  margin-right: 5px;
}
.tv2p-skipIntro span,
.tv2p-skipSummary span {
  vertical-align: middle;
}
.tv2p-upnext-container {
  width: 600px;
  height: 130px;
  max-width: 600px;
  max-height: 130px;
  min-height: 3em;
  min-width: 10em;
  bottom: 8em;
  right: -150%;
  overflow: hidden;
  position: absolute;
  transition: right 0.3s ease;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden;
}
.tv2p-mobile.tv2p-x-small .tv2p-upnext-container,
.tv2p-mobile.tv2p-small .tv2p-upnext-container {
  bottom: 4.5em;
  z-index: 12;
}
.tv2p-upnext-container.visible {
  right: 15px;
  visibility: visible;
}
.tv2p-next-triggered .tv2p-upnext-container {
  display: none;
}
.tv2p-large .tv2p-upnext-container,
.tv2p-medium .tv2p-upnext-container {
  width: 400px;
  height: 100px;
  max-width: 400px;
  max-height: 100px;
}
.tv2p-small .tv2p-upnext-container {
  width: 350px;
  height: 100px;
  max-width: 350px;
  max-height: 100px;
  bottom: 7em;
}
.tv2p-x-small .tv2p-upnext-container {
  width: 260px;
  height: 80px;
  max-width: 260px;
  max-height: 80px;
  bottom: 5em;
}
.tv2p-upnext-content {
  background-color: rgba(20, 20, 20, 0.85);
  display: block;
  color: white;
  font-size: 1.25em;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
}
.tv2p-upnext-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.tv2p-upnext-image:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svgicon svgicon--play' viewBox='0 0 48 48'%3E%3Cpath stroke='none' d='M41.555,23.168l-30-20c-0.307-0.204-0.702-0.224-1.026-0.05C10.203,3.292,10,3.631,10,4v40 c0,0.369,0.203,0.708,0.528,0.882C10.676,44.961,10.838,45,11,45c0.194,0,0.388-0.057,0.555-0.168l30-20 C41.833,24.646,42,24.334,42,24S41.833,23.354,41.555,23.168z'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 1px;
}
.tv2p-upnext-image:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  box-sizing: content-box;
}
.tv2p-x-small .tv2p-upnext-image:after {
  width: 12px;
  height: 12px;
  margin-left: 1px;
}
.tv2p-x-small .tv2p-upnext-image:before {
  border-width: 1px;
  width: 20px;
  height: 20px;
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-upnext-image {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-upnext-image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tv2p-theme-sumo .tv2p-upnext-image:before {
  background: linear-gradient(230deg, #f8b186 25%, #f38181 75%);
}
.tv2p-theme-tv2 .tv2p-upnext-image:before {
  background-color: #eb000f;
}
.tv2p-upnext-image:focus {
  outline: none;
}
.tv2p-upnext-image:focus:before {
  border: 2px solid white;
}
.tv2p-theme-sumo .tv2p-upnext-image:focus:not(:focus-visible):before {
  border: none;
}
.tv2p-upnext-duration {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4em 0.6em;
}
.tv2p-large .tv2p-upnext-duration,
.tv2p-medium .tv2p-upnext-duration,
.tv2p-small .tv2p-upnext-duration {
  font-size: 14px;
}
.tv2p-x-small .tv2p-upnext-duration {
  font-size: 12px;
}
.tv2p-upnext-text {
  box-sizing: border-box;
  cursor: initial;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
.tv2p-large .tv2p-upnext-text,
.tv2p-medium .tv2p-upnext-text,
.tv2p-small .tv2p-upnext-text {
  font-size: 12px;
}
.tv2p-small .tv2p-upnext-text {
  line-height: 15.4px;
}
.tv2p-x-small .tv2p-upnext-text {
  font-size: 10px;
  line-height: 14.4px;
  width: 50%;
}
.tv2p-upnext-header {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 15px;
  display: block;
}
.tv2p-small .tv2p-upnext-header,
.tv2p-x-small .tv2p-upnext-header {
  font-size: 12px;
}
.tv2p-upnext-header-seconds {
  display: none;
}
.tv2p-x-large .tv2p-upnext-header-seconds,
.tv2p-large .tv2p-upnext-header-seconds,
.tv2p-medium .tv2p-upnext-header-seconds {
  display: inline;
}
.tv2p-upnext-title {
  overflow: hidden;
  height: 5em;
}
.tv2p-x-large .tv2p-upnext-title {
  height: 3em;
}
.tv2p-x-small .tv2p-upnext-title {
  height: 4em;
}
.tv2p-upnext-close {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  height: 80%;
  position: relative;
}
.tv2p-x-small .tv2p-upnext-close {
  border: none;
  width: 10%;
}
.tv2p-x-small .tv2p-upnext-close span {
  display: none;
}
.tv2p-upnext-close:focus {
  outline: none;
}
.tv2p-theme-tv2 .tv2p-upnext-close:focus svg {
  fill: #eb000f;
  stroke: #eb000f;
}
.tv2p-theme-sumo .tv2p-upnext-close:focus svg {
  fill: #f38181;
  stroke: #f38181;
}
.tv2p-theme-tv2 .tv2p-upnext-close:focus:not(:focus-visible) svg {
  fill: white;
  stroke: white;
}
.tv2p-theme-sumo .tv2p-upnext-close:focus:not(:focus-visible) svg {
  fill: white;
  stroke: white;
}
.tv2p-upnext-close-img {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.tv2p-upnext-close-img svg {
  width: 16px;
  height: 16px;
  margin-bottom: 3px;
  transition: all 0.2s ease;
  margin: 0 auto 3px auto;
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-upnext-close-img:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tv2p-large .tv2p-upnext-close-img,
.tv2p-medium .tv2p-upnext-close-img,
.tv2p-small .tv2p-upnext-close-img {
  font-size: 14px;
}
.tv2p-adMarker {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  bottom: -10px;
  height: 100%;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
.tv2p-adMarker .tv2p-adMarker-visible-marker {
  background-color: #ff0;
  border-radius: 0;
  width: 4px;
  height: 7px;
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}
div.tv2p-bigPlayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
          transform: translate3d(-50%, -50%, 0) !important;
  z-index: 10;
  visibility: visible;
  cursor: pointer;
  width: 100px;
  height: 100px;
  -webkit-tap-highlight-color: transparent;
}
.theoplayer-container:not(.tv2p-mobile) div.tv2p-bigPlayButton {
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
.theoplayer-container:not(.tv2p-mobile) div.tv2p-bigPlayButton:hover {
  opacity: 1;
}
.tv2p-mobile.tv2p-x-small div.tv2p-bigPlayButton,
.tv2p-mobile.tv2p-small div.tv2p-bigPlayButton {
  width: 60px;
  height: 60px;
}
.tv2p-mobile.tv2p-x-small div.tv2p-bigPlayButton:after,
.tv2p-mobile.tv2p-small div.tv2p-bigPlayButton:after {
  border-width: 2px;
}
.tv2p-x-small div.tv2p-bigPlayButton {
  width: 70px;
  height: 70px;
}
.tv2p-has-started div.tv2p-bigPlayButton {
  display: none;
}
div.tv2p-bigPlayButton svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tv2p-theme-sumo div.tv2p-bigPlayButton svg {
  fill: black;
}
div.tv2p-bigPlayButton:after {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1;
}
.tv2p-theme-tv2 div.tv2p-bigPlayButton:after {
  background-color: #eb000f;
  border: 3px solid white;
}
.tv2p-theme-sumo div.tv2p-bigPlayButton:after {
  background: linear-gradient(230deg, #f8b186 25%, #f38181 75%);
  border: none;
}
div.tv2p-bigPlayButton:focus {
  outline: none;
}
.tv2p-theme-sumo div.tv2p-bigPlayButton:focus:after {
  border: 2px solid white;
}
.tv2p-theme-tv2 div.tv2p-bigPlayButton:focus:after {
  border: 5px solid #ffd2d4;
}
.tv2p-theme-sumo div.tv2p-bigPlayButton:focus:not(:focus-visible):after {
  border: none;
}
.tv2p-theme-tv2 div.tv2p-bigPlayButton:focus:not(:focus-visible):after {
  border: 5px solid white;
}
.tv2p-button {
  color: white;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  transition: opacity 0.2s, visibility 0s linear 0.2s, all 0.2s;
  margin-right: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tv2p-mobile.tv2p-x-small .tv2p-button,
.tv2p-mobile.tv2p-small .tv2p-button {
  margin-right: 8px;
  -webkit-tap-highlight-color: transparent;
}
.tv2p-button svg {
  height: 24px;
}
.tv2p-mobile.tv2p-x-small .tv2p-button svg,
.tv2p-mobile.tv2p-small .tv2p-button svg {
  height: 20px;
  width: 25px;
}
.tv2p-button.active {
  visibility: visible;
  opacity: 1;
}
.tv2p-button.hide {
  display: none;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-button {
  margin-right: 2px;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-button svg {
  height: 20px;
  max-width: 30px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button {
  margin-right: 2px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button svg {
  height: 15px;
  max-width: 21px;
}
button.tv2p-button:after {
  display: block;
  display: none;
  transition: all 0.2s ease;
  content: '';
  position: fixed;
  bottom: -7px;
  left: 7%;
  right: 7%;
  border-bottom: 3px solid transparent;
}
button.tv2p-button:focus {
  outline: none !important;
}
.tv2p-theme-sumo button.tv2p-button:focus {
  color: #f38181;
}
.tv2p-theme-tv2 button.tv2p-button:focus {
  color: #eb000f;
}
.tv2p-theme-tv2 button.tv2p-button:focus svg {
  fill: #eb000f !important;
  stroke: #eb000f !important;
}
.tv2p-theme-sumo button.tv2p-button:focus svg {
  fill: #f38181 !important;
  stroke: #f38181 !important;
}
button.tv2p-button:focus:not(:focus-visible) {
  outline: none !important;
  color: inherit;
}
button.tv2p-button:focus:not(:focus-visible) svg {
  fill: white !important;
  stroke: white !important;
}
.tv2p-button-cast,
.tv2p-button-airplay {
  transition: all 0.2s;
}
.tv2p-ads-playing .tv2p-button-cast,
.tv2p-ads-playing .tv2p-button-airplay {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-button-cast svg,
.tv2p-button-airplay svg {
  height: 30px;
  width: 27px;
}
.tv2p-theme-tv2 .tv2p-button-cast.active svg {
  fill: #eb000f;
  stroke: #eb000f;
}
.tv2p-theme-sumo .tv2p-button-cast.active svg {
  fill: #f38181;
  stroke: #f38181;
}
.tv2p-theme-tv2 button.tv2p-button-airplay svg {
  stroke: transparent;
}
.tv2p-theme-sumo button.tv2p-button-airplay svg {
  stroke: transparent;
}
.tv2p-theme-tv2 button.tv2p-button-airplay.active svg,
.tv2p-theme-tv2 button.tv2p-button-airplay.focus svg {
  fill: #eb000f;
  stroke: transparent;
}
.tv2p-theme-sumo button.tv2p-button-airplay.active svg,
.tv2p-theme-sumo button.tv2p-button-airplay.focus svg {
  fill: #f38181;
  stroke: transparent;
}
.tv2p-button-episodeSelector {
  transition: all 0.2s;
}
.tv2p-ads-playing .tv2p-button-episodeSelector {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-mobile.tv2p-x-small .tv2p-button-episodeSelector,
.tv2p-mobile.tv2p-small .tv2p-button-episodeSelector {
  display: none;
}
.tv2p-x-small .tv2p-button-episodeSelector {
  display: none;
}
.tv2p-small .tv2p-button-episodeSelector {
  display: none;
}
.tv2p-mobile.tv2p-x-small .tv2p-button-pipMode,
.tv2p-mobile.tv2p-small .tv2p-button-pipMode {
  display: none;
}
.tv2p-button-pipMode svg {
  stroke: transparent;
}
.tv2p-play-pause-container {
  position: relative;
  margin-right: 1em;
  min-width: 48px;
}
.tv2p-skippable-ad .tv2p-play-pause-container {
  margin-right: 0;
}
.tv2p-mobile.tv2p-x-small .tv2p-play-pause-container,
.tv2p-mobile.tv2p-small .tv2p-play-pause-container {
  min-width: 32px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-play-pause-container {
  min-width: 37px;
  margin-left: 4px;
}
.tv2p-play-pause-container:focus {
  outline: none;
}
.tv2p-theme-sumo .tv2p-play-pause-container:focus .tv2p-button-play,
.tv2p-theme-sumo .tv2p-play-pause-container:focus .tv2p-button-pause,
.tv2p-theme-sumo .tv2p-play-pause-container:focus .tv2p-button-restart {
  border: 2px solid white;
}
.tv2p-theme-sumo .tv2p-play-pause-container:focus .tv2p-button-play svg,
.tv2p-theme-sumo .tv2p-play-pause-container:focus .tv2p-button-pause svg,
.tv2p-theme-sumo .tv2p-play-pause-container:focus .tv2p-button-restart svg {
  fill: black !important;
  stroke: none !important;
}
.tv2p-theme-tv2 .tv2p-play-pause-container:focus .tv2p-button-play,
.tv2p-theme-tv2 .tv2p-play-pause-container:focus .tv2p-button-pause,
.tv2p-theme-tv2 .tv2p-play-pause-container:focus .tv2p-button-restart {
  border-color: #eb000f;
}
.tv2p-theme-tv2 .tv2p-play-pause-container:focus .tv2p-button-play svg,
.tv2p-theme-tv2 .tv2p-play-pause-container:focus .tv2p-button-pause svg,
.tv2p-theme-tv2 .tv2p-play-pause-container:focus .tv2p-button-restart svg {
  fill: #eb000f !important;
  stroke: none !important;
}
.tv2p-theme-sumo .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-play,
.tv2p-theme-sumo .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-pause,
.tv2p-theme-sumo .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-restart {
  border: none;
}
.tv2p-theme-sumo .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-play svg,
.tv2p-theme-sumo .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-pause svg,
.tv2p-theme-sumo .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-restart svg {
  fill: black !important;
}
.tv2p-theme-tv2 .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-play,
.tv2p-theme-tv2 .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-pause,
.tv2p-theme-tv2 .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-restart {
  border-color: white;
}
.tv2p-theme-tv2 .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-play svg,
.tv2p-theme-tv2 .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-pause svg,
.tv2p-theme-tv2 .tv2p-play-pause-container:focus:not(:focus-visible) .tv2p-button-restart svg {
  fill: white !important;
  stroke: none !important;
}
.tv2p-button-play,
.tv2p-button-pause,
.tv2p-button-restart {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  transition: none;
}
.tv2p-button-play svg,
.tv2p-button-pause svg,
.tv2p-button-restart svg {
  height: 48px;
  width: 48px;
  max-width: inherit;
  fill: black;
}
.tv2p-skippable-ad .tv2p-button-play svg,
.tv2p-skippable-ad .tv2p-button-pause svg,
.tv2p-skippable-ad .tv2p-button-restart svg {
  max-width: 26px !important;
  max-height: 26px !important;
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-button-play svg,
.theoplayer-container:not(.tv2p-mobile) .tv2p-button-pause svg,
.theoplayer-container:not(.tv2p-mobile) .tv2p-button-restart svg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-button-play svg:hover,
.theoplayer-container:not(.tv2p-mobile) .tv2p-button-pause svg:hover,
.theoplayer-container:not(.tv2p-mobile) .tv2p-button-restart svg:hover {
  -webkit-transform: translateZ(0) scale(1.2);
          transform: translateZ(0) scale(1.2);
}
.tv2p-mobile.tv2p-x-small .tv2p-button-play,
.tv2p-mobile.tv2p-small .tv2p-button-play,
.tv2p-mobile.tv2p-x-small .tv2p-button-pause,
.tv2p-mobile.tv2p-small .tv2p-button-pause,
.tv2p-mobile.tv2p-x-small .tv2p-button-restart,
.tv2p-mobile.tv2p-small .tv2p-button-restart {
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.tv2p-mobile.tv2p-x-small .tv2p-button-play svg,
.tv2p-mobile.tv2p-small .tv2p-button-play svg,
.tv2p-mobile.tv2p-x-small .tv2p-button-pause svg,
.tv2p-mobile.tv2p-small .tv2p-button-pause svg,
.tv2p-mobile.tv2p-x-small .tv2p-button-restart svg,
.tv2p-mobile.tv2p-small .tv2p-button-restart svg {
  height: 25px;
  width: 25px;
}
.tv2p-theme-sumo .tv2p-button-play,
.tv2p-theme-sumo .tv2p-button-pause,
.tv2p-theme-sumo .tv2p-button-restart {
  background: linear-gradient(230deg, #f8b186 25%, #f38181 75%);
  border: none;
}
.tv2p-theme-sumo .tv2p-button-play svg,
.tv2p-theme-sumo .tv2p-button-pause svg,
.tv2p-theme-sumo .tv2p-button-restart svg {
  fill: black;
}
.tv2p-theme-tv2 .tv2p-button-play,
.tv2p-theme-tv2 .tv2p-button-pause,
.tv2p-theme-tv2 .tv2p-button-restart {
  background: none;
  border: 2px solid white;
}
.tv2p-theme-tv2 .tv2p-button-play svg,
.tv2p-theme-tv2 .tv2p-button-pause svg,
.tv2p-theme-tv2 .tv2p-button-restart svg {
  fill: white;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-button-play svg,
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-play svg,
.tv2p-small:not(.tv2p-mobile) .tv2p-button-pause svg,
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-pause svg,
.tv2p-small:not(.tv2p-mobile) .tv2p-button-restart svg,
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-restart svg {
  height: 36px;
  width: 36px;
  max-width: inherit;
}
.tv2p-volume3,
.tv2p-volume2,
.tv2p-volume1,
.tv2p-volume0 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-button-mute {
  margin-right: 8px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-mute {
  margin-right: 6px;
}
.tv2p-button-onscreen-skip {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-radius: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-transform: translate(0, -65%);
          transform: translate(0, -65%);
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  padding: 8vw;
}
.tv2p-button-onscreen-skip svg,
.tv2p-button-onscreen-skip span {
  transition: all 0.5s ease;
  margin: 12px 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tv2p-button-onscreen-skip.left {
  left: 0;
}
.tv2p-button-onscreen-skip.right {
  right: 0;
  margin: 0;
}
.tv2p-button-onscreen-skip.active {
  opacity: 1;
  visibility: visible;
}
.tv2p-button-onscreen-skip.active svg,
.tv2p-button-onscreen-skip.active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.tv2p-button-sportSelector {
  transition: all 0.2s;
}
.tv2p-ads-playing .tv2p-button-sportSelector {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-mobile.tv2p-x-small .tv2p-button-sportSelector,
.tv2p-mobile.tv2p-small .tv2p-button-sportSelector {
  display: none;
}
.tv2p-x-small .tv2p-button-sportSelector {
  display: none;
}
.tv2p-small .tv2p-button-sportSelector {
  display: none;
}
button.tv2p-button-skip {
  font-size: 13px;
  -webkit-align-items: center;
          align-items: center;
  transition: all 0.2s ease;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid rgba(128, 128, 128, 0.7) !important;
  padding: 4px !important;
}
.tv2p-theme-sumo button.tv2p-button-skip:focus {
  border: 1px solid #f38181 !important;
}
.tv2p-theme-tv2 button.tv2p-button-skip:focus {
  border: 1px solid #eb000f !important;
}
button.tv2p-button-skip:focus:after {
  display: none;
}
button.tv2p-button-skip:focus:not(:focus-visible) {
  border: 1px solid rgba(128, 128, 128, 0.7) !important;
}
.tv2p-small button.tv2p-button-skip:focus:not(:focus-visible),
.tv2p-small button.tv2p-button-skip:focus {
  border: none !important;
}
button.tv2p-button-skip.tv2p-button-forward svg {
  margin-left: 3px;
}
button.tv2p-button-skip.tv2p-button-forward .tv2p-tooltip-content {
  margin-left: 4px;
}
button.tv2p-button-skip.tv2p-button-backward span {
  margin-left: 2px;
}
button.tv2p-button-skip.tv2p-button-backward .tv2p-tooltip-content {
  margin-left: 10px;
}
button.tv2p-button-skip .tv2p-tooltip-container {
  -webkit-align-items: center;
          align-items: center;
}
button.tv2p-button-skip .tv2p-tooltip-content {
  font-size: 13px !important;
  margin-bottom: 5px;
}
button.tv2p-button-skip svg {
  width: 13px;
  margin-bottom: 4px;
}
button.tv2p-button-skip span {
  font-size: 9px;
}
.tv2p-x-small button.tv2p-button-skip .tv2p-tooltip-content {
  font-size: 10px !important;
  margin-bottom: 2px;
}
.tv2p-x-small.tv2p-mobile button.tv2p-button-skip {
  display: none;
}
.tv2p-completed button.tv2p-button-skip {
  display: none;
}
.tv2p-ads-playing button.tv2p-button-skip {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-small button.tv2p-button-skip {
  font-size: 11px;
}
.tv2p-x-small:not(.tv2p-mobile) button.tv2p-button-skip {
  font-size: 10px;
}
.tv2p-x-small:not(.tv2p-mobile) button.tv2p-button-skip svg {
  max-width: 12px;
}
.tv2p-small button.tv2p-button-skip,
.tv2p-x-small:not(.tv2p-mobile) button.tv2p-button-skip {
  border: none !important;
  padding: 0 !important;
  height: 34px;
  width: 34px;
}
.tv2p-small button.tv2p-button-skip.tv2p-button-forward svg,
.tv2p-x-small:not(.tv2p-mobile) button.tv2p-button-skip.tv2p-button-forward svg {
  margin-left: 0 !important;
}
.tv2p-small button.tv2p-button-skip.tv2p-button-backward span,
.tv2p-x-small:not(.tv2p-mobile) button.tv2p-button-skip.tv2p-button-backward span {
  margin-left: 0 !important;
}
.tv2p-button-start-over {
  transition: all 0.2s;
}
.tv2p-ads-playing .tv2p-button-start-over {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-mobile.tv2p-x-small .tv2p-button-start-over,
.tv2p-mobile.tv2p-small .tv2p-button-start-over {
  margin-left: 8px;
}
.tv2p-mobile.tv2p-x-small .tv2p-button-start-over svg,
.tv2p-mobile.tv2p-small .tv2p-button-start-over svg {
  width: 18px;
  height: 22px;
}
.tv2p-controls-bar {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: white;
  box-sizing: border-box;
  z-index: 2;
}
.tv2p-skippable-ad .tv2p-controls-bar {
  bottom: -5px !important;
  left: 1% !important;
  right: 1.7% !important;
}
.tv2p-mobile.tv2p-x-small .tv2p-controls-bar,
.tv2p-mobile.tv2p-small .tv2p-controls-bar {
  bottom: 0;
  left: 0.9em;
  right: 0.5em;
  height: 40px;
}
.tv2p-small.tv2p-mobile .tv2p-controls-bar {
  height: 48px;
}
.tv2p-controls-bar button:last-of-type {
  margin-right: 0;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-controls-bar {
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-controls-bar {
  left: 0px;
  right: 0px;
  bottom: 4px;
}
.tv2p-controls-bar-spacer {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  box-sizing: content-box;
}
.tv2p-controls-gradient {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 180px;
  transition: 0.4s;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 20%, #000);
}
.tv2p-mobile.tv2p-x-small .tv2p-controls-gradient,
.tv2p-mobile.tv2p-small .tv2p-controls-gradient {
  height: 90px;
}
.tv2p-ads-playing .tv2p-controls-gradient {
  opacity: 0.3;
}
.tv2p-skippable-ad .tv2p-controls-gradient {
  height: 55px;
}
.tv2p-controls {
  width: 100%;
  height: 95px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  opacity: 0;
  color: white;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.tv2p-controls.ios-browser {
  transition: opacity 0.7s ease;
}
.tv2p-controls:not(.safari-browser) {
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.tv2p-has-started.tv2p-paused .tv2p-controls,
.tv2p-has-started.tv2p-user-active .tv2p-controls,
.tv2p-has-started.tv2p-settings-active .tv2p-controls,
.tv2p-has-started.tv2p-live-selector-active .tv2p-controls,
.tv2p-has-started.tv2p-episode-selector-active .tv2p-controls,
.tv2p-has-started.tv2p-epg-active .tv2p-controls,
.tv2p-has-started.tv2p-seeking .tv2p-controls,
.tv2p-has-started.tv2p-completed .tv2p-controls,
.tv2p-has-started.tv2p-timeline-active .tv2p-controls {
  opacity: 1;
}
.tv2p-error .tv2p-controls {
  display: none;
}
.tv2p-mobile.tv2p-x-small .tv2p-controls,
.tv2p-mobile.tv2p-small .tv2p-controls {
  height: 62px;
}
.tv2p-small.tv2p-mobile .tv2p-controls {
  height: 70px;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-controls {
  height: 85px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-controls {
  height: 75px;
}
.tv2p-skippable-ad.tv2p-x-small:not(.tv2p-mobile) .tv2p-controls,
.tv2p-skippable-ad.tv2p-small:not(.tv2p-mobile) .tv2p-controls,
.tv2p-skippable-ad.tv2p-medium:not(.tv2p-mobile) .tv2p-controls,
.tv2p-skippable-ad.tv2p-large:not(.tv2p-mobile) .tv2p-controls,
.tv2p-skippable-ad.tv2p-x-large:not(.tv2p-mobile) .tv2p-controls {
  height: 32px;
}
.tv2p-skippable-ad.tv2p-x-small.tv2p-mobile .tv2p-controls,
.tv2p-skippable-ad.tv2p-small.tv2p-mobile .tv2p-controls {
  height: 25px;
}
.tv2p-loading-spinner {
  border: none;
  border-radius: 0;
  opacity: 0.7;
  pointer-events: none;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-animation: spin-linear 1568.23529647ms linear infinite;
  animation: spin-linear 1568.23529647ms linear infinite;
  display: none;
  z-index: 12;
}
.tv2p-waiting .tv2p-loading-spinner {
  display: block;
}
.tv2p-error .tv2p-loading-spinner {
  display: none !important;
}
.tv2p-casting .tv2p-loading-spinner {
  display: none !important;
}
.tv2p-loading-spinner-rotator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: spin-ease 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: spin-ease 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.tv2p-loading-spinner-circle-left,
.tv2p-loading-spinner-circle-right {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.tv2p-loading-spinner-circle-left:before,
.tv2p-loading-spinner-circle-right:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid white;
  border-bottom-color: transparent;
}
.tv2p-loading-spinner-circle-left {
  left: 0;
  right: 49%;
}
.tv2p-loading-spinner-circle-left:before {
  left: 0;
  right: -100%;
  border-right-color: transparent;
  -webkit-animation: spin-left 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: spin-left 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.tv2p-loading-spinner-circle-right {
  left: 49%;
  right: 0;
}
.tv2p-loading-spinner-circle-right:before {
  left: -100%;
  right: 0;
  border-left-color: transparent;
  -webkit-animation: spin-right 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: spin-right 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
button.tv2p-time-control.tv2p-live-badge,
.tv2p-time-control {
  font-size: 13px;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  position: relative;
  text-align: center;
  padding: 0 0.25em;
  opacity: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
button.tv2p-time-control.tv2p-live-badge:focus,
.tv2p-time-control:focus {
  outline: 2px solid white;
}
button.tv2p-time-control.tv2p-live-badge:focus:not(:focus-visible),
.tv2p-time-control:focus:not(:focus-visible) {
  outline: none;
}
.tv2p-mobile.tv2p-x-small button.tv2p-time-control.tv2p-live-badge,
.tv2p-mobile.tv2p-small button.tv2p-time-control.tv2p-live-badge,
.tv2p-mobile.tv2p-x-small .tv2p-time-control,
.tv2p-mobile.tv2p-small .tv2p-time-control {
  font-size: 12px;
  min-width: initial;
  padding: 0 2px;
  line-height: initial;
}
.tv2p-small:not(.tv2p-mobile) button.tv2p-time-control.tv2p-live-badge,
.tv2p-small:not(.tv2p-mobile) .tv2p-time-control {
  font-size: 11px;
}
.tv2p-x-small:not(.tv2p-mobile) button.tv2p-time-control.tv2p-live-badge,
.tv2p-x-small:not(.tv2p-mobile) .tv2p-time-control {
  font-size: 10px;
}
.tv2p-playhead-position {
  font-size: 13px;
  padding: 0 0.25em;
}
.tv2p-mobile.tv2p-x-small .tv2p-playhead-position,
.tv2p-mobile.tv2p-small .tv2p-playhead-position {
  margin-left: 4px;
}
.tv2p-divider {
  min-width: 0;
}
.tv2p-mobile.tv2p-x-small .tv2p-divider,
.tv2p-mobile.tv2p-small .tv2p-divider {
  min-width: initial;
}
.tv2p-duration {
  font-size: 13px;
  margin-right: 10px;
}
.tv2p-mobile.tv2p-x-small .tv2p-duration,
.tv2p-mobile.tv2p-small .tv2p-duration {
  margin-right: 5px;
}
button.tv2p-time-control.tv2p-live-badge {
  background-color: rgba(204, 204, 204, 0.8);
  color: #000;
  border-radius: 2px;
  padding: 0 4px;
  margin-left: 18px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 27px;
  display: inline-block;
  opacity: 1;
  margin-right: 13px !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.tv2p-ads-playing button.tv2p-time-control.tv2p-live-badge {
  display: none;
}
button.tv2p-time-control.tv2p-live-badge:hover {
  background-color: #ccc;
}
button.tv2p-time-control.tv2p-live-badge.live {
  color: #fff;
}
.tv2p-theme-tv2 button.tv2p-time-control.tv2p-live-badge.live {
  background-color: #eb000f;
}
.tv2p-theme-tv2 button.tv2p-time-control.tv2p-live-badge.live:hover {
  background-color: #ff1f2d;
}
.tv2p-theme-sumo button.tv2p-time-control.tv2p-live-badge.live {
  background-color: #f38181;
}
.tv2p-theme-sumo button.tv2p-time-control.tv2p-live-badge.live:hover {
  background-color: #f7b0b0;
}
.tv2p-small:not(.tv2p-mobile) button.tv2p-time-control.tv2p-live-badge,
.tv2p-x-small:not(.tv2p-mobile) button.tv2p-time-control.tv2p-live-badge,
.tv2p-mobile button.tv2p-time-control.tv2p-live-badge {
  font-size: 0 !important;
  padding: 0 !important;
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
  border-radius: 100%;
  vertical-align: middle;
}
.tv2p-x-small:not(.tv2p-mobile) button.tv2p-time-control.tv2p-live-badge {
  margin: 0 2px 3px 5px;
}
.tv2p-subtitles-container {
  height: 30%;
  width: 100%;
  background: grey;
}
.theoplayer-texttracks {
  overflow: visible !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  bottom: 0 !important;
  top: 0 !important;
}
.theoplayer-texttracks .theoplayer-ttml-texttrack- {
  overflow: visible !important;
}
.theoplayer-texttracks p,
.theoplayer-texttracks span {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  color: white !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
  text-align: center !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px !important;
  margin: 0px !important;
  line-height: 1.3em !important;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.99) !important;
  font-size: 26px !important;
  width: 100% !important;
}
.tv2p-x-small .theoplayer-texttracks p,
.tv2p-x-small .theoplayer-texttracks span {
  font-size: 13px !important;
}
.tv2p-small .theoplayer-texttracks p,
.tv2p-small .theoplayer-texttracks span {
  font-size: 18px !important;
}
.tv2p-medium .theoplayer-texttracks p,
.tv2p-medium .theoplayer-texttracks span {
  font-size: 22px !important;
}
.tv2p-large .theoplayer-texttracks p,
.tv2p-large .theoplayer-texttracks span {
  font-size: 25px !important;
}
.tv2p-fullscreen .theoplayer-texttracks p,
.tv2p-fullscreen .theoplayer-texttracks span {
  font-size: 2vw !important;
}
.theoplayer-texttracks span {
  background: transparent !important;
}
.tv2p-slider {
  min-width: 100px;
  height: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.tv2p-theme-sumo .tv2p-slider {
  height: 5px;
}
.tv2p-slider.dragging .tv2p-slider-position-ball,
.tv2p-slider.clicking .tv2p-slider-position-ball {
  width: 15px;
  height: 15px;
}
.tv2p-completed .tv2p-slider {
  display: none;
}
.tv2p-slider .tv2p-slider-total-bar {
  border-radius: 5px;
  background-color: #999;
  height: 4px;
}
.tv2p-theme-sumo .tv2p-slider .tv2p-slider-total-bar {
  background-color: rgba(153, 153, 153, 0.9);
  height: 5px;
}
.tv2p-theme-sumo .tv2p-slider .tv2p-slider-total-bar.live-channel {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.8);
}
.tv2p-slider .tv2p-slider-position-bar {
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  bottom: 4px;
  left: 0;
  background-color: #eb000f;
  padding-bottom: 4px;
}
.tv2p-theme-sumo .tv2p-slider .tv2p-slider-position-bar {
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 5px;
  bottom: 5px;
}
.tv2p-slider .tv2p-slider-position-ball-container {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  pointer-events: none;
}
.tv2p-slider .tv2p-slider-position-ball {
  cursor: pointer;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  margin-left: 3px;
}
.tv2p-theme-tv2 .tv2p-slider .tv2p-slider-position-ball {
  background-color: #eb000f;
  box-shadow: 0 0 0 6px rgba(235, 0, 15, 0.5);
}
.tv2p-theme-sumo .tv2p-slider .tv2p-slider-position-ball {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px 0 #000;
}
.tv2p-theme-tv2 .tv2p-x-small:not(.tv2p-mobile) .tv2p-slider .tv2p-slider-position-ball {
  box-shadow: 0 0 0 4px rgba(235, 0, 15, 0.5);
}
.tv2p-slider .tv2p-slider-interaction-container {
  position: absolute;
  height: 0;
  left: -5px;
  right: -5px;
  top: 50%;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-slider .tv2p-slider-interaction-container {
  left: -4px;
  right: -4px;
}
.tv2p-slider .tv2p-slider-interaction-container .tv2p-slider-interaction {
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.tv2p-timeline .tv2p-slider-interaction:hover .tv2p-slider-hover-popup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s linear 0;
}
.tv2-timeline-items .tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-box-text-block .tv2p-popup-box-title {
  text-overflow: inherit;
  white-space: normal;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.4em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.tv2-timeline-items .tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-box-text-block .tv2p-popup-box-title:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.tv2-timeline-items .tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-box-text-block .tv2p-popup-box-title:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #1A1C21;
}
.tv2p-timeline-container {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0.2s;
  line-height: normal;
}
.tv2p-mobile.tv2p-x-small .tv2p-timeline-container,
.tv2p-mobile.tv2p-small .tv2p-timeline-container {
  padding: 0 1em;
}
.tv2p-ads-playing .tv2p-timeline-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: none;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-timeline-container {
  padding: 0 5px;
}
.tv2p-seekbar-container {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 4px;
}
.tv2p-theme-sumo .tv2p-seekbar-container {
  height: 5px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-seekbar-container {
  padding: 0 5px;
}
.tv2p-seekbar-container .tv2p-slider-seek {
  width: 100%;
}
.tv2p-timeline .tv2p-slider-hover-popup {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  font-size: 14px;
  top: 0;
  border-radius: 4px;
  padding: 3px 4px;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  background: rgba(0, 0, 0, 0.4);
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-timeline .tv2p-slider-hover-popup {
  font-size: 10px;
}
.tv2p-timeline .tv2p-slider-hover-popup {
  transition: opacity 0.2s, visibility 0s linear 0.2s, all 0s;
  opacity: 0;
  visibility: hidden;
}
.tv2p-timeline.dragging .tv2p-slider-hover-popup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s linear 0;
}
.tv2p-tooltip-container {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.tv2p-tooltip-container .tv2p-tooltip-content {
  color: #ffffff;
  position: absolute;
  z-index: 10;
  padding: 10px;
  font-size: 10px;
  cursor: default;
  border-radius: 3px;
  white-space: nowrap;
  font-family: monospace;
  background-color: #1a1a1a;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.16);
  -webkit-animation: fadeIn ease-in-out 0.2s;
  animation: fadeIn ease-in-out 0.2s;
}
.tv2p-x-small .tv2p-tooltip-container .tv2p-tooltip-content {
  font-size: 8px;
  padding: 8px;
}
.tv2p-mobile.tv2p-x-small .tv2p-tooltip-container .tv2p-tooltip-content,
.tv2p-mobile.tv2p-small .tv2p-tooltip-container .tv2p-tooltip-content {
  display: none;
}
.tv2p-mobile .tv2p-tooltip-container .tv2p-tooltip-content {
  display: none;
}
.tv2p-tooltip-container .top {
  bottom: calc(100% + 18px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tv2p-tooltip-container .top-right {
  bottom: calc(100% + 18px);
  right: 5px;
}
.tv2p-tooltip-container .top-left {
  bottom: calc(100% + 18px);
  left: 5px;
}
.tv2p-tooltip-container .right,
.tv2p-tooltip-container .left {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tv2p-tooltip-container .right {
  left: calc(100% + 18px);
}
.tv2p-tooltip-container .left {
  right: calc(100% + 18px);
}
.tv2p-tooltip-container .bottom {
  top: calc(100% + 18px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tv2p-volume-slider {
  height: 2px;
  margin-right: 15px;
  max-width: 100px;
  position: relative;
  width: 100%;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-volume-slider {
  max-width: 55px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-volume-slider {
  max-width: 40px;
}
.tv2p-volume-slider.dragging .tv2p-volume-slider-position-ball,
.tv2p-volume-slider.clicking .tv2p-volume-slider-position-ball {
  width: 11px;
  height: 11px;
}
.tv2p-mobile.tv2p-x-small .tv2p-volume-slider,
.tv2p-mobile.tv2p-small .tv2p-volume-slider {
  display: none;
}
.tv2p-mobile .tv2p-volume-slider {
  display: none;
}
.tv2p-volume-slider .tv2p-volume-slider-total-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #999;
  border-radius: 5px;
}
.tv2p-volume-slider .tv2p-volume-slider-position-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
}
.tv2p-volume-slider .tv2p-volume-slider-position-ball-container {
  position: absolute;
  top: 50%;
  z-index: 1;
  pointer-events: none;
}
.tv2p-volume-slider .tv2p-volume-slider-position-ball {
  border-radius: 100%;
  width: 9px;
  height: 9px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-volume-slider .tv2p-volume-slider-position-ball {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.tv2p-volume-slider .tv2p-volume-slider-interaction-container {
  position: absolute;
  height: 0;
  left: -9px;
  right: -9px;
  top: 50%;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-volume-slider .tv2p-volume-slider-interaction-container {
  left: -4px;
  right: -4px;
}
.tv2p-volume-slider .tv2p-volume-slider-interaction-container .tv2p-volume-slider-interaction {
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.tv2p-root {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  background-color: black;
  touch-action: manipulation;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
}
.tv2p-root html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.tv2p-root body {
  margin: 0;
}
.tv2p-root main {
  display: block;
}
.tv2p-root h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.tv2p-root hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.tv2p-root pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.tv2p-root a {
  background-color: transparent;
}
.tv2p-root abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.tv2p-root b,
.tv2p-root strong {
  font-weight: bolder;
}
.tv2p-root code,
.tv2p-root kbd,
.tv2p-root samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.tv2p-root small {
  font-size: 80%;
}
.tv2p-root sub,
.tv2p-root sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.tv2p-root sub {
  bottom: -0.25em;
}
.tv2p-root sup {
  top: -0.5em;
}
.tv2p-root img {
  border-style: none;
}
.tv2p-root input,
.tv2p-root optgroup,
.tv2p-root select,
.tv2p-root textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.tv2p-root button,
.tv2p-root input {
  overflow: visible;
}
.tv2p-root button {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 100%;
  overflow: visible;
  text-transform: none;
  background-color: transparent;
  border: none;
  padding: inherit;
  font: inherit;
  position: relative;
}
.tv2p-root button,
.tv2p-root select {
  text-transform: none;
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
.tv2p-root button,
.tv2p-root [type="button"],
.tv2p-root [type="reset"],
.tv2p-root [type="submit"] {
  -webkit-appearance: button;
}
.tv2p-root button::-moz-focus-inner,
.tv2p-root [type="button"]::-moz-focus-inner,
.tv2p-root [type="reset"]::-moz-focus-inner,
.tv2p-root [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.tv2p-root button:-moz-focusring,
.tv2p-root [type="button"]:-moz-focusring,
.tv2p-root [type="reset"]:-moz-focusring,
.tv2p-root [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.tv2p-root fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.tv2p-root legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.tv2p-root progress {
  vertical-align: baseline;
}
.tv2p-root textarea {
  overflow: auto;
}
.tv2p-root [type="checkbox"],
.tv2p-root [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.tv2p-root [type="number"]::-webkit-inner-spin-button,
.tv2p-root [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.tv2p-root [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.tv2p-root [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tv2p-root ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.tv2p-root details {
  display: block;
}
.tv2p-root summary {
  display: list-item;
}
.tv2p-root template {
  display: none;
}
.tv2p-root [hidden] {
  display: none;
}
.tv2p-root .theoplayer-poster {
  background-size: cover !important;
}
.tv2p-root:focus {
  outline: none;
}
.hidden {
  display: none;
}
.appVersion {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 12;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
.tv2p-casting .theoplayer-poster {
  visibility: visible !important;
}
.tv2p-error .theoplayer-poster {
  pointer-events: none;
  display: none !important;
}
.theoplayer-container {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.theoplayer-container:focus {
  outline: none;
}
.theoplayer-container.tv2p-fullscreen.tv2p-playing:not(.tv2p-user-active) * {
  cursor: none;
}


/*# sourceMappingURL=_app.016e1591.chunk.css.map*/