@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-linear {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-linear {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-ease {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@keyframes spin-ease {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes spin-left {
  0%,
  to {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes spin-left {
  0%,
  to {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes spin-right {
  0%,
  to {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes spin-right {
  0%,
  to {
    transform: rotate(-130deg);
  }
  50% {
    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 {
  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 {
  transform: rotate(180deg);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-scale {
  transition: all 0.3s ease;
  transform: scale(1);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-scale:hover {
  transform: scale(1.2);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-scale-svg svg {
  transition: all 0.3s ease;
  transform: scale(1);
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-anim-scale-svg:hover svg {
  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);
  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;
}
.tv2p-debugger {
  position: absolute;
  top: 50%;
  left: 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: flex;
  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;
  flex-basis: 0;
  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;
  transform: translateZ(0);
}
.tv2p-epg-overlay .tv2p-epg-gradient {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  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: flex;
  align-items: stretch;
  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 {
  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;
  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 {
  transform: translateX(0);
}
.tv2p-epg.visible .tv2p-epg-listing .tv2p-epg-programs--scrollarea {
  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;
  transform: translateX(0);
  transition-delay: 0.1s;
}
.tv2p-epg .tv2p-epg-selected {
  flex: 1;
  min-width: 200px;
  max-width: 640px;
  margin-right: 4px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition-duration: 0.2s;
  transform: translateY(50%);
}
.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;
  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;
  flex: 2;
  position: relative;
  display: flex;
  padding-top: 54px;
}
.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: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  transition-duration: 0s;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button img {
  transition: opacity 0.2s ease;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-controls .tv2p-epg-controls--button:hover img {
  opacity: 0.8;
}
.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;
  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: flex;
  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;
  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--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;
  flex-grow: 1;
  width: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  transition-duration: 0.4s;
  transform: translateX(50%);
  z-index: 2;
}
.tv2p-epg .tv2p-epg-listing .tv2p-epg-programs--scrollarea .tv2p-epg-programs--row {
  -webkit-scroll-snap-coordinate: 0 0;
  -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;
  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;
}
.tv2p-error-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  display: flex;
  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: flex;
  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%;
  transform: translateX(-50%);
  font-size: 8px;
  color: white;
}
.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;
  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__visitors {
  font-size: 60%;
}
.tv2p-asset-header {
  transition: none;
  color: #fff;
  position: absolute;
  bottom: 0;
  top: 70%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  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-related {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  z-index: 1;
}
.tv2p-related-content .tv2p-related-items {
  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 {
  flex: 1;
  cursor: pointer;
  margin: 0 15px 15px 15px;
  font-size: 16px;
  position: relative;
}
.tv2p-related-content .tv2p-related-item:hover .tv2p-related-item--img img {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
.tv2p-related-content .tv2p-related-item:hover .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;
  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 {
  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;
  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: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0;
}
.tv2p-related-content .tv2p-related-item-series {
  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-item--img img {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
.tv2p-related-content .tv2p-related-item-series:hover .tv2p-related-item--title {
  color: #F38181;
}
.tv2p-x-small .tv2p-related-content .tv2p-related-item-series {
  flex: 0 0 28%;
}
.tv2p-small .tv2p-related-content .tv2p-related-item-series {
  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;
  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 svg {
  height: 12px;
  position: absolute;
  left: -5px;
  top: 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: flex;
  justify-content: space-between;
  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 {
  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 {
  justify-content: center;
}
.tv2p-settings-active .tv2p-settings-tooltip .tv2p-tooltip-content {
  display: none;
}
.tv2p-button-settings {
  margin-right: 10px;
  opacity: 1;
  visibility: visible;
  width: auto;
  transition: all 0.2s;
}
.tv2p-ads-playing .tv2p-button-settings {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-theme-tv2 .tv2p-settings-active .tv2p-button-settings svg {
  fill: #eb000f;
}
.tv2p-theme-sumo .tv2p-settings-active .tv2p-button-settings svg {
  fill: #f38181;
}
.tv2p-skipIntro {
  position: absolute;
  left: -100%;
  bottom: 6rem;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10;
}
.tv2p-skipIntro.visible {
  left: 0.8rem;
  opacity: 1;
}
.tv2p-skipIntro:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.tv2p-skipIntro img {
  display: inline-block;
  vertical-align: middle;
  height: 17px;
  width: 17px;
  margin-bottom: -2px;
  margin-right: 5px;
}
.tv2p-skipIntro span {
  vertical-align: middle;
}
.tv2p-indexPointCue,
.tv2p-adMarker {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  bottom: -10px;
  height: 100%;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.tv2p-indexPointCue .tv2p-visible-marker,
.tv2p-adMarker .tv2p-visible-marker {
  background-color: #888;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -5px);
  border-radius: 50%;
  pointer-events: none;
}
.tv2p-indexPointCue .tv2p-popup-box,
.tv2p-adMarker .tv2p-popup-box {
  transition: opacity 0.2s, visibility 0.2s linear 0.2s, all 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 200px;
  z-index: 2;
  transform: translate(-50%, -100%) translateY(-16px);
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-box-triangle,
.tv2p-adMarker .tv2p-popup-box .tv2p-popup-box-triangle {
  width: 0;
  margin: -1px auto auto;
  border-top: 20px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  box-sizing: content-box;
  position: static;
  z-index: auto;
  padding: initial;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content,
.tv2p-adMarker .tv2p-popup-box .tv2p-popup-content {
  background-color: #000;
  box-sizing: content-box;
  position: static;
  z-index: auto;
  padding: initial;
  margin: initial;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content.right,
.tv2p-adMarker .tv2p-popup-box .tv2p-popup-content.right {
  transform: translate(50%) translate(-20px);
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content.left,
.tv2p-adMarker .tv2p-popup-box .tv2p-popup-content.left {
  transform: translate(50%) translate(20px);
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content img,
.tv2p-adMarker .tv2p-popup-box .tv2p-popup-content img {
  width: 100%;
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-timeCode,
.tv2p-adMarker .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-timeCode {
  font-size: 14px;
  position: absolute;
  transform: translate(10px, -35px);
  padding: 0 2px;
  background: rgba(0, 0, 0, 0.4);
}
.tv2p-indexPointCue .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-title,
.tv2p-adMarker .tv2p-popup-box .tv2p-popup-content .tv2p-popup-box-title {
  padding: 20px;
}
.tv2p-indexPointCue .popuptext,
.tv2p-adMarker .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}
.tv2p-indexPointCue .popuptext:after,
.tv2p-adMarker .popuptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #555;
}
.tv2p-indexPointCue.first .tv2p-popup-box,
.tv2p-adMarker.first .tv2p-popup-box {
  transform: translate(0px, -100%) translateY(-16px);
}
.tv2p-indexPointCue.first .tv2p-popup-box .tv2p-popup-box-triangle,
.tv2p-adMarker.first .tv2p-popup-box .tv2p-popup-box-triangle {
  margin-left: 0;
  border-left-width: 0;
}
.tv2p-indexPointCue.last .tv2p-popup-box,
.tv2p-adMarker.last .tv2p-popup-box {
  transform: translate(-100%, -100%) translateY(-16px);
}
.tv2p-indexPointCue.last .tv2p-popup-box .tv2p-popup-box-triangle,
.tv2p-adMarker.last .tv2p-popup-box .tv2p-popup-box-triangle {
  margin-right: 0;
  border-right-width: 0;
}
.tv2p-theme-tv2 .tv2p-indexPointCue.past .tv2p-visible-marker,
.tv2p-theme-tv2 .tv2p-adMarker.past .tv2p-visible-marker {
  background-color: #eb000f;
}
.tv2p-theme-sumo .tv2p-indexPointCue.past .tv2p-visible-marker,
.tv2p-theme-sumo .tv2p-adMarker.past .tv2p-visible-marker {
  background-color: #f38181;
}
.tv2p-indexPointCue.past .tv2p-visible-marker,
.tv2p-adMarker.past .tv2p-visible-marker {
  width: 8px;
  height: 8px;
}
.tv2p-indexPointCue.visible .tv2p-popup-box,
.tv2p-adMarker.visible .tv2p-popup-box {
  opacity: 1;
  visibility: visible;
}
.tv2p-small .tv2p-indexPointCue {
  display: none;
}
.tv2p-x-small .tv2p-indexPointCue {
  display: none;
}
.tv2p-adMarker {
  pointer-events: none;
}
.tv2p-adMarker .tv2p-visible-marker {
  background-color: yellow;
  border-radius: 0;
  width: 4px;
  height: 5px;
  transform: translate(-50%, -4px);
}
.tv2p-adMarker.past {
  display: none !important;
}
.tv2p-timeline-icon {
  position: relative;
  cursor: pointer;
  height: 100%;
  padding: 1px 6px;
}
.tv2p-timeline-icon img {
  width: 13px;
  height: 21px;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  margin-bottom: 4px;
  display: inline-block;
}
.tv2p-timeline-icon:hover img,
.tv2p-timeline-icon:hover .tv2p-timline-icon-value {
  -webkit-filter: drop-shadow(0em 0em 5px #fff);
  filter: drop-shadow(0em 0em 5px #fff);
}
.tv2p-timeline-icon .tv2p-timline-icon-value {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
}
.tv2p-upnext-container {
  width: 550px;
  height: 130px;
  max-width: 550px;
  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;
  transform: translateZ(0);
}
.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: 0;
}
.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%;
}
.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;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!----%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 779.652 779.652' style='enable-background:new 0 0 779.652 779.652;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x37__12_'%3E%3Cg%3E%3Cpath d='M679.503,349.728L151.09,9.181C119.742-7.703,83.832-5.951,83.832,54.688v670.58c0,55.408,38.525,64.17,67.258,45.506 l528.442-340.547C701.255,407.975,701.255,371.953,679.503,349.728z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  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: 5px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 2px solid white;
  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;
}
.tv2p-theme-sumo .tv2p-upnext-image:before {
  background-color: #f38181;
}
.tv2p-theme-tv2 .tv2p-upnext-image:before {
  background-color: #eb000f;
}
.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;
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.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;
  display: none;
}
.tv2p-x-large .tv2p-upnext-header,
.tv2p-large .tv2p-upnext-header,
.tv2p-medium .tv2p-upnext-header {
  display: block;
}
.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: 20%;
  height: 80%;
  border-left: 1px solid white;
  position: relative;
}
.tv2p-x-small .tv2p-upnext-close {
  border: none;
  width: 10%;
}
.tv2p-x-small .tv2p-upnext-close span {
  display: none;
}
.tv2p-upnext-close-img {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.tv2p-upnext-close-img img {
  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 img {
  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-x-small .tv2p-upnext-close-img {
  top: 20px;
}
.tv2p-bigPlayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
  visibility: visible;
  cursor: pointer;
  width: 100px;
  height: 100px;
  -webkit-tap-highlight-color: transparent;
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-bigPlayButton {
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
.theoplayer-container:not(.tv2p-mobile) .tv2p-bigPlayButton:hover {
  opacity: 1;
}
.tv2p-mobile.tv2p-x-small .tv2p-bigPlayButton,
.tv2p-mobile.tv2p-small .tv2p-bigPlayButton {
  width: 60px;
  height: 60px;
}
.tv2p-x-small .tv2p-bigPlayButton {
  width: 70px;
  height: 70px;
}
.tv2p-has-started .tv2p-bigPlayButton {
  display: none;
}
.tv2p-bigPlayButton svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.tv2p-bigPlayButton:after {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1;
}
.tv2p-theme-tv2 .tv2p-bigPlayButton:after {
  background-color: #eb000f;
}
.tv2p-theme-sumo .tv2p-bigPlayButton:after {
  background-color: #f38181;
}
.tv2p-button {
  color: white;
  cursor: pointer;
  display: flex;
  text-align: center;
  transition: opacity 0.2s, visibility 0s linear 0.2s, all 0.2s;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-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;
}
.tv2p-button-cast {
  transition: all 0.2s;
}
.tv2p-ads-playing .tv2p-button-cast {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-button-cast 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-casting-overlay {
  position: absolute;
  left: 0;
  bottom: 250%;
  text-align: left;
}
.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-mobile.tv2p-x-small .tv2p-button-pipMode,
.tv2p-mobile.tv2p-small .tv2p-button-pipMode {
  display: none;
}
.tv2p-play-pause-container {
  position: relative;
  margin-right: 1em;
  min-width: 48px;
}
.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-button-play,
.tv2p-button-pause,
.tv2p-button-restart {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: none;
}
.tv2p-button-play img,
.tv2p-button-pause img,
.tv2p-button-restart img {
  height: 48px;
  width: 48px;
  max-width: inherit;
}
.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;
  transform: translate3d(0, -50%, 0);
}
.tv2p-mobile.tv2p-x-small .tv2p-button-play img,
.tv2p-mobile.tv2p-small .tv2p-button-play img,
.tv2p-mobile.tv2p-x-small .tv2p-button-pause img,
.tv2p-mobile.tv2p-small .tv2p-button-pause img,
.tv2p-mobile.tv2p-x-small .tv2p-button-restart img,
.tv2p-mobile.tv2p-small .tv2p-button-restart img {
  height: 35px;
  width: 35px;
  margin-bottom: 5px;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-button-play img,
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-play img,
.tv2p-small:not(.tv2p-mobile) .tv2p-button-pause img,
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-pause img,
.tv2p-small:not(.tv2p-mobile) .tv2p-button-restart img,
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-restart img {
  height: 35px;
  width: 35px;
}
.tv2p-volume3,
.tv2p-volume2,
.tv2p-volume1,
.tv2p-volume0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
  transform: translate(0, -65%);
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  padding: 10vw;
}
.tv2p-button-onscreen-skip svg,
.tv2p-button-onscreen-skip span {
  transition: all 0.5s ease;
  margin: 12px 0;
  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 {
  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;
}
.tv2p-button-skip {
  font-size: 13px;
  align-items: center;
  transition: all 0.2s;
}
.tv2p-button-skip.tv2p-button-forward .tv2p-tooltip-content {
  margin-left: -8px;
}
.tv2p-button-skip.tv2p-button-backward .tv2p-tooltip-content {
  margin-left: 8px;
}
.tv2p-button-skip .tv2p-tooltip-container {
  align-items: center;
}
.tv2p-button-skip .tv2p-tooltip-content {
  font-size: 13px !important;
  margin-bottom: 5px;
}
.tv2p-button-skip svg {
  width: 18px;
  margin-bottom: 4px;
}
.tv2p-x-small .tv2p-button-skip .tv2p-tooltip-content {
  font-size: 10px !important;
  margin-bottom: 2px;
}
.tv2p-mobile.tv2p-x-small .tv2p-button-skip,
.tv2p-mobile.tv2p-small .tv2p-button-skip {
  display: none;
}
.tv2p-completed .tv2p-button-skip {
  display: none;
}
.tv2p-ads-playing .tv2p-button-skip {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.2s;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-button-skip {
  font-size: 11px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-skip {
  font-size: 10px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-button-skip svg {
  max-width: 12px;
}
.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: flex;
  align-items: center;
  color: white;
  box-sizing: border-box;
  z-index: 2;
}
.tv2p-mobile.tv2p-x-small .tv2p-controls-bar,
.tv2p-mobile.tv2p-small .tv2p-controls-bar {
  bottom: 0;
  left: 0.9em;
  right: 0.5em;
}
.tv2p-controls-bar div: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 {
  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-casting .tv2p-controls-gradient {
  height: 400%;
}
.tv2p-controls {
  width: 100%;
  height: 6.5em;
  position: absolute;
  z-index: 10;
  bottom: 0;
  opacity: 0;
  color: white;
  transform: translateZ(0);
}
.tv2p-controls.ios-browser {
  visibility: visible;
  transition: opacity 0.7s ease;
}
.tv2p-controls:not(.safari-browser) {
  visibility: hidden;
  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-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;
  visibility: visible;
}
.tv2p-error .tv2p-controls {
  display: none;
}
.tv2p-mobile.tv2p-x-small .tv2p-controls,
.tv2p-mobile.tv2p-small .tv2p-controls {
  height: 4.5em;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-controls {
  height: 5.5em;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-controls {
  height: 4.5em;
}
.live-sport-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: flex;
  flex-direction: column;
  height: auto;
  min-width: 500px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 20px;
  transform-origin: 100% 100%;
  transform: scale3d(0.1, 0.1, 0);
  width: 30%;
  z-index: 2;
}
.live-sport-selector ::-webkit-scrollbar {
  height: 0;
  width: 20px;
  background-color: rgba(255, 255, 255, 0);
}
.live-sport-selector ::-webkit-scrollbar-track,
.live-sport-selector ::-webkit-scrollbar-thumb {
  border: 11px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
}
.live-sport-selector ::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.5);
}
.live-sport-selector ::-webkit-scrollbar-thumb {
  background-color: white;
}
.tv2p-x-small .live-sport-selector {
  display: none;
}
.tv2p-small .live-sport-selector {
  display: none;
}
.live-sport-selector.show-selector {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0s linear 0;
  transform: scale3d(1, 1, 1);
}
.live-sport-selector .header {
  color: #fff;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 26px;
}
.live-sport-selector .header .title {
  vertical-align: top;
  display: inline-block;
  padding: 16px 16px 8px 16px;
}
.live-sport-selector .events {
  flex-grow: 1;
  height: 100px;
  margin: 10px 0;
  overflow: auto;
  padding: 0 8px 0 0;
}
.live-sport-selector .bottom-separator {
  border-bottom: 1px solid rgba(64, 64, 64, 0.7);
  bottom: -1px;
  height: 1px;
  left: 16px;
  position: absolute;
  right: 0;
}
.live-sport-selector .event {
  position: relative;
  margin: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.live-sport-selector .event:last-child .bottom-separator {
  display: none;
}
.live-sport-selector .event:hover .bottom-separator {
  left: 0;
}
.live-sport-selector .event.started {
  cursor: pointer;
}
.live-sport-selector .event.started .start-time {
  background: rgba(243, 129, 129, 0.9);
}
.live-sport-selector .event:hover {
  background-color: rgba(64, 64, 64, 0.7);
}
.live-sport-selector .event .title {
  font-size: 24px;
  padding-bottom: 5px;
}
.live-sport-selector .event .start-time {
  background: #000;
  border-radius: 2px;
  padding: 6px 0;
  text-align: center;
  width: 80px;
}
.live-sport-selector .event .start-time.with-day {
  padding: 4px 0;
}
.live-sport-selector .event .start-time.with-day .day {
  padding-bottom: 5px;
}
.live-sport-selector .event .time-container {
  margin-right: 16px;
}
.live-sport-selector .event .time {
  font-size: 18px;
  text-transform: uppercase;
}
.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;
}
.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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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) .tv2p-time-control {
  font-size: 11px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-time-control {
  font-size: 10px;
}
.tv2p-divider {
  min-width: 0;
}
.tv2p-mobile.tv2p-x-small .tv2p-divider,
.tv2p-mobile.tv2p-small .tv2p-divider {
  min-width: initial;
}
.tv2p-duration {
  margin-right: 10px;
}
.tv2p-mobile.tv2p-x-small .tv2p-duration,
.tv2p-mobile.tv2p-small .tv2p-duration {
  margin-right: 5px;
}
.tv2p-live-badge {
  background: 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;
}
.tv2p-ads-playing .tv2p-live-badge {
  display: none;
}
.tv2p-live-badge:hover {
  background: #ccc;
}
.tv2p-live-badge.live {
  color: #fff;
}
.tv2p-theme-tv2 .tv2p-live-badge.live {
  background-color: #eb000f;
}
.tv2p-theme-tv2 .tv2p-live-badge.live:hover {
  background-color: #ff1f2d;
}
.tv2p-theme-sumo .tv2p-live-badge.live {
  background-color: #f38181;
}
.tv2p-theme-sumo .tv2p-live-badge.live:hover {
  background-color: #f7b0b0;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-live-badge,
.tv2p-x-small:not(.tv2p-mobile) .tv2p-live-badge,
.tv2p-mobile .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) .tv2p-live-badge {
  margin: 0 2px 3px 5px;
}
.tv2p-subtitles-container {
  height: 30%;
  width: 100%;
  background: grey;
}
.tv2p-slider {
  min-width: 100px;
  height: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.tv2p-slider.dragging .tv2p-slider-position-ball {
  width: 15px;
  height: 15px;
}
.tv2p-completed .tv2p-slider {
  display: none;
}
.tv2p-slider .tv2p-slider-total-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 1px;
  background-color: #999;
}
.tv2p-slider .tv2p-slider-position-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tv2p-theme-tv2 .tv2p-slider .tv2p-slider-position-bar {
  background-color: #eb000f;
}
.tv2p-theme-sumo .tv2p-slider .tv2p-slider-position-bar {
  background-color: #f38181;
}
.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;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.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: #f38181;
  box-shadow: 0 0 0 6px rgba(243, 129, 129, 0.5);
}
.tv2p-mobile.tv2p-x-small .tv2p-slider .tv2p-slider-position-ball,
.tv2p-mobile.tv2p-small .tv2p-slider .tv2p-slider-position-ball {
  width: 8px;
  height: 8px;
}
.tv2p-slider .tv2p-slider-interaction-container {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.tv2p-slider .tv2p-slider-interaction-container .tv2p-slider-interaction {
  height: 30px;
  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;
}
.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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0.2s, width 0.2s;
}
.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;
  width: 0;
  transition: opacity 0.2s, visibility 0.2s, width 0.2s;
}
.tv2p-small:not(.tv2p-mobile) .tv2p-timeline-container {
  padding: 0 10px;
}
.tv2p-x-small:not(.tv2p-mobile) .tv2p-timeline-container {
  padding: 0;
}
.tv2p-seekbar-container {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  font-size: 14px;
  top: 0;
  border-radius: 4px;
  padding: 3px 4px;
  transform: translate(-50%, -20px);
  background: rgba(0, 0, 0, 0.4);
}
.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: inline-flex;
  -webkit-user-select: none;
  -moz-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%;
  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%;
  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%;
  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 {
  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;
}
.tv2p-volume-slider .tv2p-volume-slider-position-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
}
.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;
  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-volume-slider .tv2p-volume-slider-interaction-container {
  position: absolute;
  height: 0;
  left: 0;
  right: -9px;
  top: 50%;
}
.tv2p-volume-slider .tv2p-volume-slider-interaction-container .tv2p-volume-slider-interaction {
  height: 30px;
  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: flex;
  overflow: hidden;
  background-color: black;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-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,
.tv2p-root select {
  text-transform: none;
  box-shadow: 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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.theoplayer-container:focus {
  outline: none;
}


/*# sourceMappingURL=_app.98f7c221.chunk.css.map*/