.styles_gridStackWrapper__Z_AMc {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto
}

.styles_gridStackWrapper__Z_AMc>* {
  grid-column: 1/2;
  grid-row: 1/2
}

@keyframes live-dot-blink {

  0%,
  to {
    opacity: 0
  }

  40%,
  70% {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes expand-in {
  0% {
    max-height: 0
  }

  to {
    max-height: 100px
  }
}

@keyframes chatblog-expand-in {
  0% {
    max-height: 0
  }

  to {
    max-height: 200px
  }
}

.videoPlayer__unmute {
  --white: #fff;
  --black: #000;
  --live-video-embed-unmute-button-font-family: var(--founders-cond);
  --live-video-embed-unmute-button-background-hover: #fd6f6f;
  --live-video-embed-unmute-button-background-active: #e91717;
  --live-video-embed-msnbc-tve-unmute-button-background: #ffbe03;
  --live-video-embed-msnbc-tve-unmute-button-background-hover: #ffd14d;
  --live-video-embed-msnbc-tve-unmute-button-background-active: #f19d01;
  --live-video-embed-tap-unmute-telemundo-background: #c31010;
  --live-video-embed-tap-unmute-global-select-background: #0477c9;
  --live-video-embed-tapmini-hover-background: #82aeff;
  --live-video-embed-tapmini-active-background: #1b4698;
  --muteBtnLiveColor: #fff;
  --muteBtnLiveBgColor: #fa3a3a;
  --muteBtnLiveBgHover: #ff907b;
  --muteBtnLiveBgActive: #e73e2e;
  --live-video-embed-tapmini-msnbc-hover-background: #ffd24f;
  --live-video-embed-tapmini-msnbc-active-background: #ffde81;
  --live-video-embed-unmute-button-height: 2.75rem;
  --live-video-embed-unmute-button-width: var(--live-video-embed-unmute-button-height);
  --live-video-embed-unmute-button-icon-width: calc(var(--live-video-embed-unmute-button-width)/2);
  --live-video-embed-unmute-button-icon-height: calc(var(--live-video-embed-unmute-button-icon-width)*17/23);
  --live-video-embed-unmute-button-icon-x-nudge: calc(var(--live-video-embed-unmute-button-icon-width)*2.5/23);
  --live-video-embed-top-left: 0.625rem;
  --live-video-embed-unmute-button-top: var(--live-video-embed-top-left);
  --live-video-embed-unmute-button-left: var(--live-video-embed-top-left);
  --live-video-embed-unmute-button-top-large: var(--live-video-embed-top-left);
  --live-video-embed-unmute-button-left-large: var(--live-video-embed-top-left);
  --live-video-embed-unmute-button-padding-top: 0;
  --live-video-embed-unmute-button-margin-bottom: 0
}

body.news .videoPlayer__unmute {
  --unmuteBtnBg: #3061ff
}

body.deportes .videoPlayer__unmute,
body.localstationdeportes .videoPlayer__unmute,
body.noticias .videoPlayer__unmute {
  --unmuteBtnBg: #c31010
}

body.mach .videoPlayer__unmute {
  --unmuteBtnBg: #5c00d8
}

body.better .videoPlayer__unmute {
  --unmuteBtnBg: #21d1aa
}

body.globalcitizen .videoPlayer__unmute {
  --unmuteBtnBg: #7eaaad
}

body.msnbc .videoPlayer__unmute {
  --unmuteBtnBg: #ffbe03;
  --muteBtnText: #000;
  --muteBtnLiveBgColor: #ffbe03;
  --muteBtnLiveBgHover: #ffd14d;
  --muteBtnLiveBgActive: #f19d01;
  --muteBtnLiveColor: #000
}

body.think .videoPlayer__unmute {
  --unmuteBtnBg: #ff5042
}

body.entretenimiento .videoPlayer__unmute,
body.shows .videoPlayer__unmute,
body.telemundo .videoPlayer__unmute {
  --unmuteBtnBg: #c31010
}

body.today .videoPlayer__unmute {
  --live-video-embed-unmute-button-font-family: var(--secondary-font);
  --unmuteBtnBg: var(--accent-orange)
}

.unmute.live-video-embed__button:hover {
  background-color: var(--live-video-embed-unmute-button-background-hover)
}

.unmute.live-video-embed__button:active {
  background-color: var(--live-video-embed-unmute-button-background-active)
}

.live-video-embed--msnbc-tve .live-video-embed__button {
  background-color: var(--live-video-embed-msnbc-tve-unmute-button-background);
  color: var(--black)
}

.live-video-embed--msnbc-tve .live-video-embed__button:hover {
  background-color: var(--live-video-embed-msnbc-tve-unmute-button-background-hover)
}

.live-video-embed--msnbc-tve .live-video-embed__button:active {
  background-color: var(--live-video-embed-msnbc-tve-unmute-button-background-active)
}

@media only screen and (max-width: 1365px) {

  :-webkit-full-screen>.unmuteTap,
  :fullscreen>.unmuteTap {
    display: none
  }
}

.unmuteTap {
  align-items: center;
  background: #3061ff;
  background: var(--unmuteBtnBg, #3061ff);
  border: 0;
  color: #fff;
  color: var(--muteBtnText, #fff);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: var(--live-video-embed-unmute-button-height);
  justify-content: center;
  left: var(--live-video-embed-unmute-button-left);
  margin-bottom: var(--live-video-embed-unmute-button-margin-bottom);
  position: absolute;
  top: var(--live-video-embed-unmute-button-top);
  width: var(--live-video-embed-unmute-button-width);
  z-index: 1010
}

:global(.entretenimiento) .unmuteTap,
:global(.shows) .unmuteTap,
:global(.telemundo) .unmuteTap {
  background: var(--live-video-embed-tap-unmute-telemundo-background)
}

@container infoLayer (min-width: 960px) {
  .unmuteTap {
    left: var(--live-video-embed-unmute-button-left-large);
    top: var(--live-video-embed-unmute-button-top-large)
  }
}

:global(.select) .unmuteTap {
  background: var(--live-video-embed-tap-unmute-global-select-background)
}

.unmuteTap .unmuteIcon {
  display: block;
  height: var(--live-video-embed-unmute-button-icon-height);
  padding-left: var(--live-video-embed-unmute-button-icon-x-nudge);
  width: var(--live-video-embed-unmute-button-icon-width)
}

.unmuteTap .unmuteIcon .volumeMutedIcon {
  height: 100%;
  width: 100%
}

.unmuteTap-msnbc {
  color: var(--black)
}

body.msnbc .unmuteTap .unmuteIcon img.volumeMutedIcon,
body.today .unmuteTap .unmuteIcon img.volumeMutedIcon {
  filter: invert(1)
}

.default_defaultLoader__g6imJ {
  display: flex;
  justify-content: space-between;
  overflow: visible;
  width: 90px
}

.default_defaultLoader__g6imJ .default_dot__Khzd5 {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  margin: 0 8.5px;
  opacity: 0;
  perspective: 1000;
  width: 20px;
  will-change: opacity, transform
}

.default_defaultLoader__g6imJ.animateIn .default_dot__Khzd5 {
  opacity: 0
}

.default_defaultLoader__g6imJ.animateIn .default_dot__Khzd5:first-child {
  animation: default_fadeIn1__N_nZW .9s linear forwards
}

.default_defaultLoader__g6imJ.animateIn .default_dot__Khzd5:nth-child(2) {
  animation: default_fadeIn2__7LVLt .9s linear forwards
}

.default_defaultLoader__g6imJ.animateIn .default_dot__Khzd5:nth-child(3) {
  animation: default_fadeIn3__Wym0X .9s linear forwards
}

.default_defaultLoader__g6imJ.isLoading .default_dot__Khzd5 {
  opacity: .3
}

.default_defaultLoader__g6imJ.isLoading .default_dot__Khzd5:first-child {
  animation: default_blinkAndGrow__UTuCs 2.5s linear 50ms infinite forwards
}

.default_defaultLoader__g6imJ.isLoading .default_dot__Khzd5:nth-child(2) {
  animation: default_blinkAndGrow__UTuCs 2.5s linear .3s infinite forwards
}

.default_defaultLoader__g6imJ.isLoading .default_dot__Khzd5:nth-child(3) {
  animation: default_blinkAndGrow__UTuCs 2.5s linear .55s infinite forwards
}

.default_defaultLoader__g6imJ.animateOut .default_dot__Khzd5:first-child {
  animation: default_dropOut__ocuqZ .3s linear forwards
}

.default_defaultLoader__g6imJ.animateOut .default_dot__Khzd5:nth-child(2) {
  animation: default_dropOut__ocuqZ .3s linear .1s forwards
}

.default_defaultLoader__g6imJ.animateOut .default_dot__Khzd5:nth-child(3) {
  animation: default_dropOut__ocuqZ .3s linear .2s forwards
}

@keyframes default_blinkAndGrow__UTuCs {

  0%,
  75%,
  to {
    opacity: .3;
    transform: scale(.95)
  }

  25%,
  50% {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes default_dropOut__ocuqZ {
  0% {
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(200px)
  }
}

@keyframes default_fadeIn1__N_nZW {
  0% {
    opacity: 0;
    transform: scale(.95)
  }

  33%,
  to {
    opacity: .3;
    transform: scale(.95)
  }
}

@keyframes default_fadeIn2__7LVLt {

  0%,
  33% {
    opacity: 0;
    transform: scale(.95)
  }

  33%,
  66%,
  to {
    opacity: .3;
    transform: scale(.95)
  }
}

@keyframes default_fadeIn3__Wym0X {

  0%,
  33% {
    opacity: 0;
    transform: scale(.95)
  }

  66%,
  to {
    opacity: .3;
    transform: scale(.95)
  }
}

@keyframes storyline_styles_live-dot-blink__erv1_ {

  0%,
  to {
    opacity: 0
  }

  40%,
  70% {
    opacity: 1
  }
}

@keyframes storyline_styles_fade-in___iJEA {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes storyline_styles_expand-in__woeQT {
  0% {
    max-height: 0
  }

  to {
    max-height: 100px
  }
}

@keyframes storyline_styles_chatblog-expand-in__Q_Ky_ {
  0% {
    max-height: 0
  }

  to {
    max-height: 200px
  }
}

.storyline_styles_videoSlate__Wwi3Y {
  --video-slate-gamma-flag-height: 70px;
  --video-slate-gamma-flag-width: 124px;
  --video-slate-flag-max-height: 30%;
  --video-slate-flag-max-width: 30%;
  --video-slate-flag-default-opacity: 0.85;
  contain: content;
  container-name: videoContainer;
  container-type: inline-size
}

@media only screen and (max-width: 757px) {
  .storyline_styles_videoSlate__Wwi3Y {
    --video-slate-gamma-flag-height: 54px;
    --video-slate-gamma-flag-width: 95px
  }
}

@media only screen and (min-width: 1000px)and (max-width:1239px) {
  .storyline_styles_videoSlate__Wwi3Y {
    --video-slate-gamma-flag-height: 85px;
    --video-slate-gamma-flag-width: 150px
  }
}

body.today .storyline_styles_videoSlate__Wwi3Y {
  --video-slate-gamma-flag-height: 4.375rem;
  --video-slate-gamma-flag-width: 4.375rem;
  --video-slate-flag-max-height: 7.8125rem;
  --video-slate-flag-max-width: 7.8125rem;
  --video-slate-flag-default-opacity: 1
}

@media only screen and (min-width: 758px) {
  body.today .storyline_styles_videoSlate__Wwi3Y {
    --video-slate-flag-border-radius: 50%;
    --video-slate-gamma-flag-height: 7.8125rem;
    --video-slate-gamma-flag-width: 7.8125rem
  }
}

.storyline_styles_videoSlate__Wwi3Y picture {
  pointer-events: none
}

.storyline_styles_videoSlate__Wwi3Y:hover .storyline_styles_play__XEQUf {
  background-color: #3061ff
}

.storyline_styles_spinnerLoader__tpFK8 {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  width: 100%
}

.storyline_styles_spinnerLoader__tpFK8.storyline_styles_isDismissed__F1_i7:after {
  animation: storyline_styles_fade__bkOrw .3s linear forwards
}

.storyline_styles_inlinePlay__NoHGJ.storyline_styles_hasGradient__OmfQV {
  background: linear-gradient(0deg, #000000e6 5.64%, #0000 96.8%);
  bottom: 0;
  position: absolute;
  width: 100%
}

@container (min-width: 225px) {
  .storyline_styles_inlinePlay__NoHGJ.storyline_styles_hasGradient__OmfQV {
    height: 92px
  }
}

@container (min-width: 280px) {
  .storyline_styles_inlinePlay__NoHGJ.storyline_styles_hasGradient__OmfQV {
    height: 96px
  }
}

@container (min-width: 375px) {
  .storyline_styles_inlinePlay__NoHGJ.storyline_styles_hasGradient__OmfQV {
    height: 108px
  }
}

.storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln {
  bottom: 0;
  container: buttonHeadlineContainer;
  display: flex;
  left: 0;
  position: absolute
}

@container (min-width: 225px) {
  .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln {
    height: 48px;
    padding-bottom: 12px
  }
}

@container (min-width: 374px) {
  .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln {
    height: 60px
  }

  @media only screen and (max-width: 757px) {
    .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln {
      height: 48px
    }
  }
}

.storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_playButtonOuter__Pk8jf {
  margin: auto 0;
  position: relative
}

@container (min-width: 225px) {
  .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_playButtonOuter__Pk8jf {
    padding-left: 12px
  }
}

.storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_playButtonContainer__DKQpG .storyline_styles_play__XEQUf {
  max-height: 40px;
  max-width: 40px
}

@media only screen and (max-width: 757px) {
  .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_playButtonContainer__DKQpG .storyline_styles_play__XEQUf {
    max-height: 36px;
    max-width: 54px
  }
}

@media only screen and (min-width: 758px) {
  @container (min-width: 225px) {
    .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_playButtonContainer__DKQpG .storyline_styles_play__XEQUf {
      max-height: 27px;
      max-width: 40px
    }
  }

  @container (min-width: 280px) {
    .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_playButtonContainer__DKQpG .storyline_styles_play__XEQUf {
      max-height: 36px;
      max-width: 54px
    }
  }

  @container (min-width: 374px) {
    .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_playButtonContainer__DKQpG .storyline_styles_play__XEQUf {
      max-height: 48px;
      max-width: 72px
    }
  }
}

.storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_inlineTitle__6Bhqa {
  display: none
}

@container (min-width: 225px) {
  .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_inlineTitle__6Bhqa {
    color: #fff;
    display: -webkit-box;
    font-family: var(--founders-cond);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin: auto 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-overflow: hidden
  }
}

@container (min-width: 459px) {
  .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_inlineTitle__6Bhqa {
    font-size: 20px;
    line-height: 20px
  }

  @media only screen and (max-width: 757px) {
    .storyline_styles_inlinePlay__NoHGJ .storyline_styles_buttonHeadlineContainer__nquln .storyline_styles_inlineTitle__6Bhqa {
      font-size: 16px;
      line-height: 16px
    }
  }
}

.storyline_styles_play__XEQUf {
  align-items: center;
  background-color: #3061ffd9;
  border: var(--video-slate-flag-border);
  border-radius: var(--video-slate-flag-border-radius);
  display: flex;
  height: var(--video-slate-gamma-flag-height);
  justify-content: center;
  line-height: 1;
  pointer-events: none;
  position: relative;
  text-align: center;
  transition: background-color .2s linear;
  width: var(--video-slate-gamma-flag-width);
  z-index: 10
}

.storyline_styles_play--live__5eAmh {
  background-color: var(--video-slate-flag-live-background-color)
}

.storyline_styles_play--icon__JExJ6 {
  display: var(--video-slate-flag-icon-display);
  fill: var(--video-slate-flag-icon-fill);
  height: var(--video-slate-flag-icon-height);
  margin-left: var(--video-slate-flag-icon-margin-left);
  width: var(--video-slate-flag-icon-width)
}

.storyline_styles_play__XEQUf:after {
  background-color: var(--video-slate-icon-after-bkg-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  display: var(--video-slate-icon-after-display);
  height: 23.2%;
  left: 43%;
  position: absolute;
  top: 38%;
  width: 20%
}

@media only screen and (min-width: 758px) {
  .storyline_styles_play__XEQUf {
    max-height: var(--video-slate-flag-max-height);
    max-width: var(--video-slate-flag-max-width)
  }
}

@container videoContainer (width < 459px) {
  .storyline_styles_play__XEQUf {
    background-color: --video-slate-flag-live-background-color
  }
}

.news_newsLoader__1OFHS path {
  backface-visibility: hidden;
  opacity: 0;
  perspective: 1000;
  transform-origin: bottom center;
  will-change: opacity, transform
}

.news_newsLoader__1OFHS.animateIn path {
  opacity: 0
}

.news_newsLoader__1OFHS.animateIn path:first-child {
  animation: news_fadeIn__3UU_d .3s linear forwards
}

.news_newsLoader__1OFHS.animateIn path:nth-child(2) {
  animation: news_featherIn2__TqfHD .3s ease-in-out forwards, news_fadeIn__3UU_d .3s linear forwards
}

.news_newsLoader__1OFHS.animateIn path:nth-child(3) {
  animation: news_featherIn3__eeDr4 .3s ease-in-out forwards, news_fadeIn__3UU_d .3s linear forwards
}

.news_newsLoader__1OFHS.animateIn path:nth-child(4) {
  animation: news_featherIn4__SxMSv .3s ease-in-out forwards, news_fadeIn__3UU_d .3s linear forwards
}

.news_newsLoader__1OFHS.animateIn path:nth-child(5) {
  animation: news_featherIn5__rBaR_ .3s ease-in-out forwards, news_fadeIn__3UU_d .3s linear forwards
}

.news_newsLoader__1OFHS.animateIn path:nth-child(6) {
  animation: news_featherIn6__ZaooP .3s ease-in-out forwards, news_fadeIn__3UU_d .3s linear forwards
}

.news_newsLoader__1OFHS.isLoading path {
  opacity: .3
}

.news_newsLoader__1OFHS.isLoading path:first-child {
  animation: news_blink__ut_SD 3s linear infinite forwards;
  transform: translateZ(0)
}

.news_newsLoader__1OFHS.isLoading path:nth-child(2) {
  animation: news_blink__ut_SD 3s linear .2s infinite forwards;
  transform: translateZ(0)
}

.news_newsLoader__1OFHS.isLoading path:nth-child(3) {
  animation: news_blink__ut_SD 3s linear .4s infinite forwards;
  transform: translateZ(0)
}

.news_newsLoader__1OFHS.isLoading path:nth-child(4) {
  animation: news_blink__ut_SD 3s linear .6s infinite forwards;
  transform: translateZ(0)
}

.news_newsLoader__1OFHS.isLoading path:nth-child(5) {
  animation: news_blink__ut_SD 3s linear .8s infinite forwards;
  transform: translateZ(0)
}

.news_newsLoader__1OFHS.isLoading path:nth-child(6) {
  animation: news_blink__ut_SD 3s linear 1s infinite forwards;
  transform: translateZ(0)
}

.news_newsLoader__1OFHS.animateOut path:nth-child(-n+6) {
  animation: news_fadeOut__Ut_7U .3s linear forwards
}

.news_newsLoader__1OFHS.animateOut path:first-child {
  animation: news_featherOut1__vqeJB .3s linear forwards, news_fadeOut__Ut_7U .3s linear forwards
}

.news_newsLoader__1OFHS.animateOut path:nth-child(2) {
  animation: news_featherOut2__jO_O2 .3s linear forwards, news_fadeOut__Ut_7U .3s linear forwards
}

.news_newsLoader__1OFHS.animateOut path:nth-child(3) {
  animation: news_featherOut3__One0N .3s linear forwards, news_fadeOut__Ut_7U .3s linear forwards
}

.news_newsLoader__1OFHS.animateOut path:nth-child(4) {
  animation: news_featherOut4__zVsrn .3s linear forwards, news_fadeOut__Ut_7U .3s linear forwards
}

.news_newsLoader__1OFHS.animateOut path:nth-child(5) {
  animation: news_featherOut5__CErzr .3s linear forwards, news_fadeOut__Ut_7U .3s linear forwards
}

.news_newsLoader__1OFHS.animateOut path:nth-child(6) {
  animation: news_fadeOut__Ut_7U .3s linear forwards
}

@keyframes news_blink__ut_SD {

  0%,
  24%,
  71%,
  to {
    opacity: .3
  }

  25%,
  70% {
    opacity: 1
  }
}

@keyframes news_fadeIn__3UU_d {
  to {
    opacity: .3
  }
}

@keyframes news_fadeOut__Ut_7U {
  to {
    opacity: 0
  }
}

@keyframes news_featherIn2__TqfHD {
  0% {
    transform: rotate(-30deg) translate3d(5px, 10px, 0)
  }

  to {
    transform: rotate(0deg) translateZ(0)
  }
}

@keyframes news_featherIn3__eeDr4 {
  0% {
    transform: rotate(-60deg) translate3d(0, 8px, 0)
  }

  to {
    transform: rotate(0deg) translateZ(0)
  }
}

@keyframes news_featherIn4__SxMSv {
  0% {
    transform: rotate(-80deg) translate3d(-10px, 6px, 0)
  }

  to {
    transform: rotate(0deg) translateZ(0)
  }
}

@keyframes news_featherIn5__rBaR_ {
  0% {
    transform: rotate(-110deg) translate3d(-12px, 0, 0)
  }

  to {
    transform: rotate(0deg) translateZ(0)
  }
}

@keyframes news_featherIn6__ZaooP {
  0% {
    transform: rotate(-145deg) translate3d(0, -5px, 0)
  }

  to {
    transform: rotate(0deg) translateZ(0)
  }
}

@keyframes news_featherOut1__vqeJB {
  0% {
    transform: rotate(0deg) translateZ(0)
  }

  to {
    transform: rotate(145deg) translate3d(0, -5px, 0)
  }
}

@keyframes news_featherOut2__jO_O2 {
  0% {
    transform: rotate(0deg) translateZ(0)
  }

  to {
    transform: rotate(110deg) translate3d(12px, 0, 0)
  }
}

@keyframes news_featherOut3__One0N {
  0% {
    transform: rotate(0deg) translateZ(0)
  }

  to {
    transform: rotate(80deg) translate3d(10px, 6px, 0)
  }
}

@keyframes news_featherOut4__zVsrn {
  0% {
    transform: rotate(0deg) translateZ(0)
  }

  to {
    transform: rotate(60deg) translate3d(0, 8px, 0)
  }
}

@keyframes news_featherOut5__CErzr {
  0% {
    transform: rotate(0deg) translateZ(0)
  }

  to {
    transform: rotate(30deg) translate3d(-5px, 10px, 0)
  }
}

@keyframes styles_live-dot-blink__79yKs {

  0%,
  to {
    opacity: 0
  }

  40%,
  70% {
    opacity: 1
  }
}

@keyframes styles_fade-in__YX1jb {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes styles_expand-in__u1qVl {
  0% {
    max-height: 0
  }

  to {
    max-height: 100px
  }
}

@keyframes styles_chatblog-expand-in__F1QPq {
  0% {
    max-height: 0
  }

  to {
    max-height: 200px
  }
}

.styles_videoSlate__IvkAP {
  --video-slate-flag-default-background-color: var(--default-color);
  --video-slate-flag-icon-fill: var(--white);
  --video-slate-flag-icon-height: 33%;
  --video-slate-gamma-flag-height: 70px;
  --video-slate-gamma-flag-width: 124px;
  --video-slate-flag-max-height: 30%;
  --video-slate-flag-max-width: 30%;
  --video-slate-flag-default-opacity: 0.8;
  contain: content
}

@media only screen and (max-width: 757px) {
  .styles_videoSlate__IvkAP {
    --video-slate-gamma-flag-height: 54px;
    --video-slate-gamma-flag-width: 95px
  }
}

@media only screen and (min-width: 1000px)and (max-width:1239px) {
  .styles_videoSlate__IvkAP {
    --video-slate-gamma-flag-height: 85px;
    --video-slate-gamma-flag-width: 150px
  }
}

.styles_videoSlate__IvkAP picture {
  pointer-events: none
}

.styles_videoSlate__IvkAP:hover .styles_play__WTAWF {
  opacity: 1
}

body.today .styles_videoSlate__IvkAP {
  --video-slate-flag-default-background-color: rgba(var(--accent-orange-light-rgb), .8);
  --video-slate-gamma-flag-height: 4.375rem;
  --video-slate-gamma-flag-width: 4.375rem;
  --video-slate-flag-default-color: var(--primary-color);
  --video-slate-flag-icon-height: 23.2%;
  --video-slate-flag-icon-width: 20.8%;
  --video-slate-flag-icon-margin-left: 6%;
  --video-slate-flag-icon-display: none;
  --video-slate-flag-default-opacity: 1;
  --video-slate-icon-after-display: block;
  --video-slate-icon-after-bkg-color: var(--primary-color);
  --video-slate-flag-max-height: 4.375rem;
  --video-slate-flag-max-width: 4.375rem;
  --video-slate-flag-border-radius: 4.4375rem;
  --video-slate-flag-border: 1px solid var(--primary-color);
  --video-slate-flag-live-background-color: rgba(var(--accent-orange-light-rgb), .8)
}

body.today .styles_videoSlate__IvkAP:hover {
  --video-slate-flag-default-color: var(--grey-70);
  --video-slate-icon-after-bkg-color: var(--grey-70);
  --video-slate-flag-default-background-color: var(--accent-orange)
}

@media only screen and (min-width: 758px) {
  body.today .styles_videoSlate__IvkAP {
    --video-slate-gamma-flag-height: 7.8125rem;
    --video-slate-gamma-flag-width: 7.8125rem;
    --video-slate-flag-max-height: 7.8125rem;
    --video-slate-flag-max-width: 7.8125rem;
    --video-slate-flag-border-radius: 50%
  }
}

.jw-settings-menu {
  z-index: 1
}

.jw-icon-display[aria-label=Play],
.jw-icon-display[aria-label=Reproducir],
.jw-icon[aria-label=Cargando],
.jw-icon[aria-label=Loading] {
  opacity: 0
}

.jw-flag-floating .jw-icon,
.started.paused .jw-icon {
  opacity: 1
}

.styles_spinnerLoader__ujcFA {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  width: 100%
}

.styles_spinnerLoader__ujcFA.styles_isDismissed__wf3oB:after {
  animation: styles_fade__Gy0O6 .3s linear forwards
}

.styles_play__WTAWF {
  align-items: center;
  background-color: var(--video-slate-flag-default-background-color);
  border: var(--video-slate-flag-border);
  border-radius: var(--video-slate-flag-border-radius);
  display: flex;
  height: var(--video-slate-gamma-flag-height);
  justify-content: center;
  line-height: 1;
  opacity: var(--video-slate-flag-default-opacity);
  pointer-events: none;
  position: relative;
  text-align: center;
  transition: opacity .2s linear;
  width: var(--video-slate-gamma-flag-width);
  z-index: 10
}

.styles_play--live__Qm36r {
  background-color: var(--video-slate-flag-live-background-color)
}

.styles_play__WTAWF:after {
  background-color: var(--video-slate-icon-after-bkg-color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  display: var(--video-slate-icon-after-display);
  height: 23.2%;
  left: 43%;
  position: absolute;
  top: 38%;
  width: 20%
}

@media only screen and (min-width: 758px) {
  .styles_play__WTAWF {
    max-height: var(--video-slate-flag-max-height);
    max-width: var(--video-slate-flag-max-width)
  }
}

.styles_playIcon__WaeEf {
  display: var(--video-slate-flag-icon-display);
  fill: var(--video-slate-flag-icon-fill);
  height: var(--video-slate-flag-icon-height);
  margin-left: var(--video-slate-flag-icon-margin-left);
  width: var(--video-slate-flag-icon-width)
}

.today_todayLoader__Edpa8 {
  overflow: hidden
}

.today_todayLoader__Edpa8 path {
  backface-visibility: hidden;
  opacity: 0;
  perspective: 1000;
  will-change: opacity, transform
}

.today_todayLoader__Edpa8.animateIn path {
  animation-duration: .2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: today_fadeIn__4hgcF;
  animation-timing-function: linear;
  opacity: 0
}

.today_todayLoader__Edpa8.animateIn path:first-child {
  animation-delay: .1s
}

.today_todayLoader__Edpa8.animateIn path:nth-child(2) {
  animation-delay: .4s
}

.today_todayLoader__Edpa8.animateIn path:nth-child(3) {
  animation-delay: .7s
}

.today_todayLoader__Edpa8.isLoading path {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: today_blink__aEPiA;
  animation-timing-function: linear;
  opacity: .3
}

.today_todayLoader__Edpa8.isLoading path:first-child {
  animation-delay: 0s
}

.today_todayLoader__Edpa8.isLoading path:nth-child(2) {
  animation-delay: .5s
}

.today_todayLoader__Edpa8.isLoading path:nth-child(3) {
  animation-delay: 1s
}

.today_todayLoader__Edpa8.animateOut path {
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: today_dropOut__y6O1O;
  animation-timing-function: ease-out
}

.today_todayLoader__Edpa8.animateOut path:first-child,
.today_todayLoader__Edpa8.animateOut path:nth-child(2),
.today_todayLoader__Edpa8.animateOut path:nth-child(3) {
  animation-delay: 0s
}

@keyframes today_dropOut__y6O1O {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(100px)
  }
}

@keyframes today_blink__aEPiA {

  0%,
  24%,
  71%,
  to {
    opacity: .3
  }

  25%,
  70% {
    opacity: 1
  }
}

@keyframes today_fadeIn__4hgcF {
  0% {
    opacity: 0
  }

  to {
    opacity: .3
  }
}

@keyframes today_fadeOut__QG_iN {
  to {
    opacity: 0
  }
}

@keyframes styles_live-dot-blink__JLQhQ {

  0%,
  to {
    opacity: 0
  }

  40%,
  70% {
    opacity: 1
  }
}

@keyframes styles_fade-in__4zYmr {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes styles_expand-in__II940 {
  0% {
    max-height: 0
  }

  to {
    max-height: 100px
  }
}

@keyframes styles_chatblog-expand-in__ZmtIb {
  0% {
    max-height: 0
  }

  to {
    max-height: 200px
  }
}

.styles_container__GcKIQ {
  --social-share-menu-container--column-gap: 0.3125rem;
  --social-share-menu-container--bottom-margin: 0;
  --social-share-menu-icon--font-size: 0.75rem;
  --social-share-menu-icon--width: 2.875rem;
  --social-share-menu-icon--height: 2.5rem;
  --social-share-menu-sms-icon--font-size: 0.8125rem;
  --social-share-menu-item--border: none;
  --social-share-menu-item-hover--background-color: var(--accent-green);
  --social-share-menu-item-hover--opacity: 1;
  --social-share-menu-pinterest--display: flex;
  --social-share-menu-sms--display: flex;
  --social-share-menu-print--display: flex;
  --social-share-menu-save--display: none;
  --social-share-menu-save--padding: 0rem 0rem 0rem 0.5rem;
  --social-share-menu-item-icon--color: var(--grey-70);
  --social-share-menu-item--background-color: none;
  --social-share-menu-copy-tooltip--top: 2.375rem;
  --social-share-menu-copy-tooltip--left: 0;
  --social-share-menu-copy-tooltip--transform: translateX(0);
  --social-share-menu-copy-tooltip--color: var(--white);
  --social-share-menu-copy-tooltip--background-color: #399e5a;
  --social-share-menu-copy-tooltip-padding: 0 0.3125rem 0.0625rem 0;
  --social-share-menu-copy-tooltip-icon--margin: 0;
  --social-share-menu-copy-tooltip--font-family: var(--founders-mono);
  --social-share-menu-copy-tooltip--font-weight: 400;
  --social-share-menu-copy-tooltip--font-size: 0.875rem;
  --social-share-menu-copy-tooltip--letter-spacing: -0.04em;
  --social-share-menu-print--margin: 0 0 0 1rem;
  --social-share-menu-print-text--display: block;
  --social-share-menu-print-icon--color: var(--black);
  --social-share-menu-copy-tooltip-text--padding: 0;
  --social-share-menu-copy-tooltip-icon--opacity: 1;
  --social-share-menu-copy-tooltip-icon--font-size: 1.25rem;
  --social-share-menu-copy-tooltip-icon--color: inherit;
  --social-share-menu-share-this--text-color: none
}

@media only screen and (min-width: 758px) {
  .styles_container__GcKIQ {
    --social-share-menu-sms--display: none;
    --social-share-menu-icon--width: 3.5625rem
  }
}

body.news .styles_container__GcKIQ {
  --social-share-menu-container--column-gap: 1.25rem;
  --social-share-menu-icon--font-size: 1rem;
  --social-share-menu-icon--width: 1rem;
  --social-share-menu-icon--height: 1rem;
  --social-share-menu-item--border: none;
  --social-share-menu-sms-icon--font-size: 0.9375rem;
  --social-share-menu-item-icon--color: #2a2a2a;
  --social-share-menu-item--background-color: none;
  --social-share-menu-item-hover--background-color: none;
  --social-share-menu-item-hover--opacity: 0.7;
  --social-share-menu-pinterest--display: none;
  --social-share-menu-print--display: none;
  --social-share-menu-save--display: flex;
  --social-share-menu-save--border-left: 0.09375rem solid #ccc;
  --social-share-menu-save--padding: 0rem 0.75rem 0rem 0.5rem;
  --social-share-menu-copy-tooltip-padding: 0 0.3125rem 0.0625rem 0;
  --social-share-menu-copy-tooltip--top: 1.875rem;
  --social-share-menu-copy-tooltip--left: 0;
  --social-share-menu-copy-tooltip--transform: translateX(0);
  --social-share-menu-copy-tooltip-icon--margin: 0;
  --social-share-menu-copy-tooltip--font-family: var(--founders-mono);
  --social-share-menu-copy-tooltip--font-size: 0.875rem;
  --social-share-menu-copy-tooltip--font-weight: 400;
  --social-share-menu-copy-tooltip--letter-spacing: -0.04em;
  --social-share-menu-copy-tooltip-text--padding: 0.25rem 0rem 0rem 0rem;
  --social-share-menu-copy-tooltip-icon--opacity: 0.85;
  --social-share-menu-copy-tooltip-icon--font-size: 1.5rem;
  --social-share-menu-remove--padding: 0rem 0rem 0rem 1.3125rem;
  --social-share-menu-remove--border-left: 0.09375rem solid var(--grey-50)
}

@media only screen and (min-width: 758px) {
  body.news .styles_container__GcKIQ {
    --social-share-menu-icon--font-size: 1.25rem;
    --social-share-menu-icon--width: 1.25rem;
    --social-share-menu-icon--height: 1.25rem
  }
}

.styles_container__GcKIQ body.videoPage {
  --social-share-menu-copy-tooltip--color: var(--black);
  --social-share-menu-copy-tooltip--background-color: var(--white)
}

body.msnbc .styles_container__GcKIQ {
  --social-share-menu-icon--font-size: 1.5rem;
  --social-share-menu-copy-tooltip-icon--color: var(--grey-50);
  --social-share-menu-pinterest--display: none;
  --social-share-menu-share-this--text-color: var(--grey-50)
}

@media only screen and (min-width: 758px) {
  body.msnbc .styles_container__GcKIQ {
    --social-share-menu-icon--width: 2.5rem;
    --social-share-menu-icon--height: 2.5rem
  }
}

body.noticias .styles_container__GcKIQ {
  --social-share-menu-icon--font-size: 1.5rem;
  --social-share-menu-copy-tooltip-icon--color: var(--grey-50);
  --social-share-menu-pinterest--display: none;
  --social-share-menu-share-this--text-color: var(--grey-50);
  --social-share-menu-icon--width: 2.8125rem;
  --social-share-menu-icon--height: 2.5rem
}

body.today .styles_container__GcKIQ {
  --social-share-menu-print-text--display: none;
  --social-share-menu-save--display: flex;
  --social-share-menu-container--column-gap: 1.35rem;
  --social-share-menu-icon--font-size: 1.25rem;
  --social-share-menu-icon--width: 1.25rem;
  --social-share-menu-icon--height: 1.25rem;
  --social-share-menu-item--border: none;
  --social-share-menu-item--background-color: none;
  --social-share-menu-sms-icon--font-size: 1.1875rem;
  --social-share-menu-item-hover--background-color: none;
  --social-share-menu-item-hover--opacity: 0.7;
  --social-share-menu-item-icon--color: var(--secondary-color);
  --social-share-menu-print-icon--color: var(--secondary-color);
  --social-share-menu-facebook--order: -2;
  --social-share-menu-pinterest--order: -1;
  --social-share-menu-save--border-left: 0.0625rem solid var(--grey-50);
  --social-share-menu-save--height: 2.5rem;
  --social-share-menu-copy-tooltip--background-color: var(--secondary-color);
  --social-share-menu-copy-tooltip--color: var(--white);
  --social-share-menu-copy-tooltip--top: calc(100% + var(--space-8));
  --social-share-menu-print--margin: 0;
  --social-share-menu-share-this--display: none;
  --social-share-menu-copy-tooltip--font-family: var(--secondary-font);
  --social-share-menu-copy-tooltip-padding: 0.5625rem 1.25rem;
  --social-share-menu-copy-tooltip--left: 50%;
  --social-share-menu-copy-tooltip--transform: translateX(-50%);
  --social-share-menu-copy-tooltip--font-size: 1rem;
  --social-share-menu-copy-tooltip--letter-spacing: 0.06em;
  --social-share-menu-copy-tooltip-icon--margin: 0rem 0.875rem 0rem 0.25rem
}

@media only screen and (min-width: 758px) {
  body.today .styles_container__GcKIQ {
    --social-share-menu-copy-tooltip--left: -1.875rem
  }
}

body.news.videoPage .styles_container__GcKIQ {
  --social-share-menu-save--border-left: 0.09375rem solid #555;
  --social-share-menu-item-icon--color: #999
}

body.select.liveBlogPage .styles_container__GcKIQ {
  --social-share-menu-item-icon--color: var(--grey-50);
  --social-share-menu-icon--font-size: 1.5rem;
  --social-share-menu-icon--width: 2.8125rem;
  --social-share-menu-share-this--text-color: #555;
  --social-share-menu-sms-icon--font-size: 1.5625rem;
  --social-share-menu-share-this--margin-right: 0
}

@media only screen and (min-width: 758px) {
  body.select.liveBlogPage .styles_container__GcKIQ {
    --social-share-menu-share-this--margin-right: 0.6875rem
  }
}

body.msnbc.liveBlogPage .styles_container__GcKIQ {
  --social-share-menu-copy-tooltip-icon--color: var(--grey-60);
  --social-share-menu-sms-icon--font-size: 1.625rem;
  --social-share-menu-icon--width: 2.6rem
}

body.deportes.liveBlogPage .styles_container__GcKIQ,
body.entretenimiento.liveBlogPage .styles_container__GcKIQ,
body.noticias.liveBlogPage .styles_container__GcKIQ,
body.shows.liveBlogPage .styles_container__GcKIQ,
body.telemundo.liveBlogPage .styles_container__GcKIQ {
  --social-share-menu-share-this--margin-right: 0.9375rem;
  --social-share-menu-share-this--text-color: var(--grey-50);
  --social-share-menu-sms-icon--font-size: 1.25rem;
  --social-share-menu-icon--font-size: 1.5rem;
  --social-share-menu-icon--width: 2.75rem;
  --social-share-menu-item-icon--color: var(--grey-60)
}

body.entretenimiento.liveBlogPage .styles_container__GcKIQ,
body.shows.liveBlogPage .styles_container__GcKIQ {
  --social-share-menu-share-this--text-color: var(--default-color)
}

body.deportes.videoPage .styles_container__GcKIQ,
body.entretenimiento.videoPage .styles_container__GcKIQ,
body.noticias.videoPage .styles_container__GcKIQ,
body.shows.videoPage .styles_container__GcKIQ,
body.telemundo.videoPage .styles_container__GcKIQ {
  --social-share-menu-save--border-left: 0.09375rem solid #555;
  --social-share-menu-item-icon--color: var(--default-color);
  --social-share-menu-share-this--text-color: var(--default-color);
  --social-share-menu-icon--font-size: 1.5rem;
  --social-share-menu-icon--width: 2.75rem;
  --social-share-menu-icon--height: 2.75rem
}

@media only screen and (min-width: 758px) {

  body.deportes.videoPage .styles_container__GcKIQ,
  body.entretenimiento.videoPage .styles_container__GcKIQ,
  body.noticias.videoPage .styles_container__GcKIQ,
  body.shows.videoPage .styles_container__GcKIQ,
  body.telemundo.videoPage .styles_container__GcKIQ {
    --social-share-menu-icon--width: 3.125rem;
    --social-share-menu-icon--height: 3.125rem
  }
}

body.deportes.videoPage .styles_container__GcKIQ,
body.noticias.videoPage .styles_container__GcKIQ {
  --social-share-menu-share-this--text-color: var(--grey-50);
  --social-share-menu-item-icon--color: var(--grey-50)
}

body.today.videoPage .styles_container__GcKIQ {
  --social-share-menu-item-icon--color: var(--secondary-30);
  --social-share-menu-copy-tooltip--background-color: var(--secondary-30);
  --social-share-menu-pinterest--display: none
}

body.today.articlePage .styles_container__GcKIQ,
body.today.liveBlogPage .styles_container__GcKIQ,
body.today.recipePage .styles_container__GcKIQ {
  --social-share-menu-facebook--order: -2;
  --social-share-menu-pinterest--order: -1
}

.styles_container__GcKIQ {
  align-items: center;
  column-gap: var(--social-share-menu-container--column-gap);
  display: flex;
  justify-content: flex-start;
  margin-bottom: var(--social-share-menu-container--bottom-margin)
}

@media print {
  .styles_container__GcKIQ {
    display: none
  }
}

.styles_link__zhvMF {
  line-height: 0
}

.styles_button__ZavSV,
.styles_link__zhvMF {
  align-items: center;
  appearance: none;
  background-color: #0000;
  border: none;
  color: var(--social-share-menu-copy-tooltip-icon--color);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0
}

.styles_button__ZavSV:hover,
.styles_link__zhvMF:hover {
  cursor: pointer
}

.styles_shareThis__SxdQk {
  color: var(--social-share-menu-share-this--text-color);
  font-family: var(--founders-mono);
  font-size: .75rem;
  letter-spacing: -.5px;
  line-height: .75rem;
  margin-right: var(--social-share-menu-share-this--margin-right);
  text-transform: uppercase;
  white-space: normal
}

@media only screen and (min-width: 758px) {
  .styles_shareThis__SxdQk {
    white-space: nowrap
  }
}

.LiveBlogCard .styles_shareThis__SxdQk {
  margin-right: .25rem
}

.styles_item__mbZKv {
  background-color: #0000;
  color: var(--social-share-menu-item-icon--color)
}

.styles_item__mbZKv .styles_button__ZavSV,
.styles_item__mbZKv .styles_link__zhvMF {
  background-color: var(--social-share-menu-item--background-color);
  border: var(--social-share-menu-item--border);
  border-radius: 50%;
  font-size: var(--social-share-menu-icon--font-size);
  height: var(--social-share-menu-icon--height);
  transition: background-color .25s, border-color .25s;
  width: var(--social-share-menu-icon--width)
}

@media(hover: hover)and (pointer:fine) {

  .styles_item__mbZKv .styles_button__ZavSV:hover,
  .styles_item__mbZKv .styles_link__zhvMF:hover {
    background-color: var(--social-share-menu-item-hover--background-color);
    opacity: var(--social-share-menu-item-hover--opacity)
  }
}

.styles_facebook__9umol {
  order: var(--social-share-menu-facebook--order)
}

.styles_twitter__f6qbO {
  display: var(--social-share-menu-twitter--display);
  order: var(--social-share-menu-twitter--order)
}

.styles_pinterest__T_Jsk {
  display: var(--social-share-menu-pinterest--display);
  order: var(--social-share-menu-pinterest--order)
}

.styles_copy__qdnAE {
  order: var(--social-share-menu-copy--order)
}

.styles_copy__qdnAE,
.styles_embed___lhld {
  padding: 0;
  position: relative
}

.styles_embed___lhld {
  order: var(--social-share-menu-embed--order)
}

.styles_sms__cqTbv.styles_item__mbZKv {
  display: var(--social-share-menu-sms--display);
  order: var(--social-share-menu-sms--order)
}

.styles_sms__cqTbv.styles_item__mbZKv .styles_link__zhvMF {
  font-size: var(--social-share-menu-sms-icon--font-size);
  padding-top: 2px
}

.styles_print__e7UHp {
  display: flex;
  margin: var(--social-share-menu-print--margin);
  order: var(--social-share-menu-print--order)
}

.styles_print__e7UHp .styles_button__ZavSV .styles_icon__ctpj5 {
  color: var(--social-share-menu-print-icon--color)
}

.styles_print__e7UHp .styles_text__cLeKs {
  display: var(--social-share-menu-print-text--display);
  font-family: var(--secondary-font);
  font-size: var(--text-12);
  margin-left: 8px;
  text-transform: uppercase
}

.styles_save__LRpdT {
  border-left: var(--social-share-menu-save--border-left);
  display: var(--social-share-menu-save--display);
  height: var(--social-share-menu-save--height);
  order: var(--social-share-menu-save--order);
  padding: var(--social-share-menu-save--padding)
}

.styles_save__LRpdT:hover {
  opacity: 1
}

.styles_save__LRpdT:empty {
  display: none
}

.styles_remove__NyMSm {
  border-left: var(--social-share-menu-remove--border-left);
  padding: var(--social-share-menu-remove--padding)
}

.styles_copyTooltip__BbAu3,
.styles_embedTooltip__3g7C8 {
  align-items: center;
  background-color: var(--social-share-menu-copy-tooltip--background-color);
  color: var(--social-share-menu-copy-tooltip--color);
  display: flex;
  justify-content: center;
  left: var(--social-share-menu-copy-tooltip--left);
  line-height: 1.5;
  opacity: 0;
  padding: var(--social-share-menu-copy-tooltip-padding);
  pointer-events: none;
  position: absolute;
  top: var(--social-share-menu-copy-tooltip--top);
  transform: var(--social-share-menu-copy-tooltip--transform);
  transition: visibility .2s, opacity .2s linear;
  visibility: hidden;
  white-space: nowrap;
  z-index: 2
}

.styles_copyTooltip__BbAu3.styles_alignRight__9NeGF,
.styles_embedTooltip__3g7C8.styles_alignRight__9NeGF {
  left: unset;
  right: 0
}

.styles_copyTooltip__BbAu3 .styles_text__cLeKs,
.styles_embedTooltip__3g7C8 .styles_text__cLeKs {
  font-family: var(--social-share-menu-copy-tooltip--font-family);
  font-size: var(--social-share-menu-copy-tooltip--font-size);
  font-weight: var(--social-share-menu-copy-tooltip--font-weight);
  letter-spacing: var(--social-share-menu-copy-tooltip--letter-spacing);
  line-height: 1.5;
  padding: var(--social-share-menu-copy-tooltip-text--padding)
}

.styles_copyTooltip__BbAu3 span.icon,
.styles_embedTooltip__3g7C8 span.icon {
  color: var(--social-share-menu-copy-tooltip--color);
  font-size: var(--social-share-menu-copy-tooltip-icon--font-size);
  margin: var(--social-share-menu-copy-tooltip-icon--margin);
  opacity: var(--social-share-menu-copy-tooltip-icon--opacity)
}

.styles_copyTooltip__BbAu3.styles_success__GGafF,
.styles_embedTooltip__3g7C8.styles_success__GGafF {
  opacity: 1;
  visibility: visible
}

@keyframes styles_live-dot-blink__GzBoN {

  0%,
  to {
    opacity: 0
  }

  40%,
  70% {
    opacity: 1
  }
}

@keyframes styles_fade-in__ra265 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes styles_expand-in__KkVDu {
  0% {
    max-height: 0
  }

  to {
    max-height: 100px
  }
}

@keyframes styles_chatblog-expand-in__FmN8k {
  0% {
    max-height: 0
  }

  to {
    max-height: 200px
  }
}

.styles_share__id49g {
  --social-share-inline--hover-bkg: #0000004d;
  --social-share-inline--dot--bkg: var(--white);
  --social-share-inline--line--stroke: var(--white);
  --social-share-inline--line--stroke-width: 1px;
  --social-share-inline--share-list--bkg: var(--default-color);
  --social-share-inline--share-list--color: var(--white);
  --social-share-inline--share-list--color-hover: var(--white);
  --social-share-inline--share-list--height: 2.5rem;
  --social-share-inline--link--margin: 0;
  --social-share-inline--link--padding: 0.875rem;
  --social-share-inline--link--border: none;
  --social-share-inline--link--bkg: #0000;
  --social-share-inline--link--bkg-hover: #0000;
  --social-share-inline--link--border-radius: 0;
  --social-share-inline--link--width: 2.5rem;
  --social-share-inline--link--transform: translateY(var(--social-share-inline--link--width));
  --social-share-inline--link--transition: transform 0.1s ease-in-out;
  --social-share-inline--link--font-size: 0.75rem;
  --social-share-inline--list-expanded--width: 7.5rem;
  --social-share-inline--link--not-hover--opacity: .5;
  --social-share-inline--link--delay-2: 0.1s;
  --social-share-inline--link--delay-3: 0.2s;
  --social-share-inline--link--delay-4: 0.3s;
  --social-share-inline--link-expanded-delay-1: 0.9s, 0s;
  --social-share-inline--link-expanded-delay-2: 1s, 0s;
  --social-share-inline--link-expanded-delay-3: 1.1s, 0s;
  --social-share-inline--link-expanded-delay-4: 1.2s, 0s;
  --social-share-inline--icon--line-height: 0.875rem
}

@media only screen and (min-width: 758px) {
  .styles_share__id49g {
    --social-share-inline--link--padding: 1.25rem;
    --social-share-inline--link--width: 3.75rem;
    --social-share-inline--link--font-size: 0.9375rem;
    --social-share-inline--share-list--height: 3.75rem;
    --social-share-inline--list-expanded--width: 11.25rem;
    --social-share-inline--icon--line-height: 1.25rem
  }
}

body.today .styles_share__id49g {
  --social-share-inline--hover-bkg: #0000;
  --social-share-inline--dot--bkg: var(--white);
  --social-share-inline--line--stroke: var(--white);
  --social-share-inline--line--stroke-width: 2px;
  --social-share-inline--share-list--bkg: #0000;
  --social-share-inline--share-list--color: var(--secondary-30);
  --social-share-inline--share-list--height: 3.375rem;
  --social-share-inline--link--margin: 0.625rem 0rem 0rem 0.25rem;
  --social-share-inline--link--padding: 0.9375rem 0 0.75rem;
  --social-share-inline--link--border: 1px solid var(--secondary-30);
  --social-share-inline--link--bkg: #fffc;
  --social-share-inline--link--border-radius: 2.75rem;
  --social-share-inline--link--width: 2.75rem;
  --social-share-inline--link--transform: translateX(11.25rem);
  --social-share-inline--link--transition: transform 0.3s ease-in-out;
  --social-share-inline--link--font-size: 0.625rem;
  --social-share-inline--list-expanded--width: 9rem;
  --social-share-inline--link--not-hover--opacity: 1;
  --social-share-inline--link--bkg-hover: var(--secondary-30);
  --social-share-inline--share-list--color-hover: var(--white);
  --social-share-inline--link--delay-2: 0s;
  --social-share-inline--link--delay-3: 0s;
  --social-share-inline--link--delay-4: 0s;
  --social-share-inline--link-expanded-delay-1: 0s;
  --social-share-inline--link-expanded-delay-2: 0s;
  --social-share-inline--link-expanded-delay-3: 0s;
  --social-share-inline--link-expanded-delay-4: 0s;
  --social-share-inline--icon--line-height: 0.9375rem
}

@media only screen and (min-width: 1000px) {
  body.today .article-hero__video .styles_share__id49g {
    --social-share-inline--link--width: 3.5rem;
    --social-share-inline--link--padding: 1.375rem 0 1.1875rem;
    --social-share-inline--link--font-size: 0.6875rem;
    --social-share-inline--link--margin: 0.625rem 0rem 0rem 0.3125rem;
    --social-share-inline--list-expanded--width: 11.4375rem
  }
}

.styles_share__id49g {
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  z-index: 1
}

@container infoLayer (min-width: 459px) {
  .styles_share__id49g {
    height: 3.75rem;
    width: 3.75rem
  }
}

.styles_shareCheckbox__pxN2I {
  display: none
}

.styles_shareList__yfjIK {
  background-color: var(--social-share-inline--share-list--bkg);
  height: var(--social-share-inline--share-list--height);
  margin: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: all;
  position: absolute;
  right: 2.5rem;
  top: 0;
  transition: width .3s .3s;
  width: 0
}

@container infoLayer (min-width: 459px) {
  .styles_shareList__yfjIK {
    right: 3.75rem
  }
}

.styles_shareList__yfjIK .styles_socialShareMenu__TOlZr {
  column-gap: unset
}

.styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li {
  transform: var(--social-share-inline--link--transform);
  transition: var(--social-share-inline--link--transition)
}

.styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li:first-of-type {
  transition-delay: 0s
}

.styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li:nth-of-type(2) {
  transition-delay: var(--social-share-inline--link--delay-2)
}

.styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li:nth-of-type(3) {
  transition-delay: var(--social-share-inline--link--delay-3)
}

.styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li:nth-of-type(4) {
  transition-delay: var(--social-share-inline--link--delay-4)
}

.styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li>a {
  background-color: var(--social-share-inline--link--bkg);
  border: var(--social-share-inline--link--border);
  border-radius: var(--social-share-inline--link--border-radius);
  color: var(--social-share-inline--share-list--color);
  display: block;
  font-size: var(--social-share-inline--link--font-size);
  height: auto;
  margin: var(--social-share-inline--link--margin);
  padding: var(--social-share-inline--link--padding);
  text-align: center;
  width: var(--social-share-inline--link--width)
}

.styles_shareList__yfjIK .styles_socialShareMenu__TOlZr .icon {
  line-height: var(--social-share-inline--icon--line-height)
}

.styles_shareExpander__4r_Z3 {
  cursor: pointer;
  height: 2.5rem;
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem
}

@container infoLayer (min-width: 459px) {
  .styles_shareExpander__4r_Z3 {
    height: 3.75rem;
    width: 3.75rem
  }
}

.styles_shareDot__zAHE1,
.styles_shareDot__zAHE1:after,
.styles_shareDot__zAHE1:before {
  background-color: var(--social-share-inline--dot--bkg);
  border-radius: .1875rem;
  height: .1875rem;
  position: absolute;
  width: .1875rem
}

@container infoLayer (min-width: 459px) {

  .styles_shareDot__zAHE1,
  .styles_shareDot__zAHE1:after,
  .styles_shareDot__zAHE1:before {
    border-radius: .3125rem;
    height: .3125rem;
    width: .3125rem
  }
}

.styles_shareDot__zAHE1 {
  left: 1.1875rem;
  top: 1.1875rem;
  transition: opacity .2s .6s
}

@container infoLayer (min-width: 459px) {
  .styles_shareDot__zAHE1 {
    left: 1.6875rem;
    top: 1.6875rem
  }
}

.styles_shareDot__zAHE1:after,
.styles_shareDot__zAHE1:before {
  content: ""
}

.styles_shareDot__zAHE1:before {
  right: .3125rem;
  transition: right .2s ease-out .6s
}

@container infoLayer (min-width: 459px) {
  .styles_shareDot__zAHE1:before {
    right: .625rem
  }
}

.styles_shareDot__zAHE1:after {
  left: .3125rem;
  transition: left .2s ease-out .6s
}

@container infoLayer (min-width: 459px) {
  .styles_shareDot__zAHE1:after {
    left: .625rem
  }
}

.styles_shareClose__IoIar {
  height: .75rem;
  left: .875rem;
  position: absolute;
  top: .875rem;
  transform: scaleX(0);
  transition: transform .3s .4s;
  width: .75rem
}

@container infoLayer (min-width: 459px) {
  .styles_shareClose__IoIar {
    height: .9375rem;
    left: 1.375rem;
    top: 1.375rem;
    width: .9375rem
  }
}

.styles_shareLine__QDJaW {
  stroke: var(--social-share-inline--line--stroke);
  stroke-width: var(--social-share-inline--line--stroke-width);
  transform-origin: 50% 50%
}

.styles_shareLine__QDJaW:first-child {
  transform: rotate(135deg);
  transition: transform .3s .1s
}

.styles_shareLine__QDJaW:last-child {
  transform: rotate(45deg);
  transition: transform .3s .1s
}

.styles_hoverEffect__BKUkV:hover {
  background-color: var(--social-share-inline--hover-bkg);
  transition: background .4s
}

.styles_shareExpanded__0RXdH>.styles_shareExpander__4r_Z3>.styles_shareDot__zAHE1 {
  opacity: 0;
  transition: opacity .2s .2s
}

.styles_shareExpanded__0RXdH>.styles_shareExpander__4r_Z3>.styles_shareDot__zAHE1:before {
  right: 0;
  transition: right .2s ease-out
}

.styles_shareExpanded__0RXdH>.styles_shareExpander__4r_Z3>.styles_shareDot__zAHE1:after {
  left: 0;
  transition: left .2s ease-out
}

.styles_shareExpanded__0RXdH>.styles_shareExpander__4r_Z3 .styles_shareClose__IoIar {
  transform: scaleX(1);
  transition: transform .2s .2s
}

.styles_shareExpanded__0RXdH>.styles_shareExpander__4r_Z3 .styles_shareLine__QDJaW:first-child {
  transform: rotate(0deg);
  transition: transform .4s .6s
}

.styles_shareExpanded__0RXdH>.styles_shareExpander__4r_Z3 .styles_shareLine__QDJaW:last-child {
  transform: rotate(0deg);
  transition: transform .2s .6s
}

.styles_shareExpanded__0RXdH .styles_shareList__yfjIK {
  transition: width .3s .6s;
  width: var(--social-share-inline--list-expanded--width)
}

.styles_shareExpanded__0RXdH .styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li {
  transform: translateY(0);
  transition: transform .3s ease-in-out .9s, opacity .25s ease-in
}

.styles_shareExpanded__0RXdH .styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li:first-of-type {
  transition-delay: var(--social-share-inline--link-expanded-delay-1)
}

.styles_shareExpanded__0RXdH .styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li:nth-of-type(2) {
  transition-delay: var(--social-share-inline--link-expanded-delay-2)
}

.styles_shareExpanded__0RXdH .styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li:nth-of-type(3) {
  transition-delay: var(--social-share-inline--link-expanded-delay-3)
}

.styles_shareExpanded__0RXdH .styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li:nth-of-type(4) {
  transition-delay: var(--social-share-inline--link-expanded-delay-4)
}

.styles_shareExpanded__0RXdH .styles_shareList__yfjIK .styles_socialShareMenu__TOlZr>li a:hover {
  background-color: var(--social-share-inline--link--bkg-hover);
  color: var(--social-share-inline--share-list--color-hover);
  opacity: 1
}

.styles_shareExpanded__0RXdH .styles_shareList__yfjIK .styles_socialShareMenu__TOlZr:hover>li:not(:hover) {
  opacity: var(--social-share-inline--link--not-hover--opacity);
  transition: opacity .25s ease-in
}

@keyframes styles_live-dot-blink__cjPr9 {

  0%,
  to {
    opacity: 0
  }

  40%,
  70% {
    opacity: 1
  }
}

@keyframes styles_fade-in__4yjTE {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes styles_expand-in___Xcbp {
  0% {
    max-height: 0
  }

  to {
    max-height: 100px
  }
}

@keyframes styles_chatblog-expand-in__ugEFP {
  0% {
    max-height: 0
  }

  to {
    max-height: 200px
  }
}

.styles_background__pyFG_ {
  background: linear-gradient(180deg, #000000e6 5.64%, #0000 96.8%);
  border-top: 1px solid #0000;
  height: 74px;
  margin-top: -1px;
  opacity: 0;
  padding-bottom: 4rem;
  pointer-events: none;
  position: relative;
  transition: opacity .3s ease;
  width: 100%
}

@media only screen and (max-width: 999px) {
  .styles_background__pyFG_ {
    padding-bottom: 2rem
  }
}

.styles_background__pyFG_ .styles_share__hB39p {
  float: right;
  padding-left: 12px;
  position: static
}

.styles_title__ADRlL {
  margin: var(--video-title-margin);
  -webkit-font-smoothing: var(--video-player--title--font-smoothing);
  color: var(--white);
  font-family: var(--video-player--title--font-family);
  font-size: 16px;
  font-style: var(--video-player--title--font-style);
  font-weight: var(--video-player--title--font-weight);
  line-height: var(--video-player--title--line-height);
  text-shadow: var(--video-player--text-shadow)
}

@container infoLayer (min-width: 960px) {
  .styles_title__ADRlL {
    margin: var(--video-title-margin-large)
  }
}

@container infoLayer (min-width: 459px) {
  .styles_title__ADRlL {
    font-size: 20px
  }
}

.styles_background__pyFG_.styles_show__eVJ2w {
  opacity: 1
}

.styles_background__pyFG_.styles_show__eVJ2w .styles_title__ADRlL {
  pointer-events: auto
}

@media(pointer: fine) {
  .video-container:hover .styles_background__pyFG_ {
    opacity: 1
  }

  .video-container:hover .styles_background__pyFG_ .styles_title__ADRlL {
    pointer-events: auto
  }
}

.styles_overlayText__lCQeG {
  --expectedUntapButtonWidth: 2.75rem;
  --expectedUntapTopLeft: 0.625rem;
  --vtd-top-margin: var(--expectedUntapTopLeft);
  --vtd-top-margin-large: var(--vtd-top-margin);
  --vtd-mid-margin: 0.25rem;
  --vtd-after-margin: 0.25rem;
  --overlay-text-margin-left: 0;
  --overlay-text-margin-left-large: 0;
  --video-title-detail-left-right-margin: var(--expectedUntapTopLeft);
  --video-title-margin: var(--vtd-top-margin) var(--video-title-detail-left-right-margin) var(--vtd-mid-margin);
  --video-title-margin-large: var(--vtd-top-margin-large) var(--video-title-detail-left-right-margin) var(--vtd-mid-margin);
  --video-detail-margin: 0 var(--video-title-detail-left-right-margin) var(--vtd-after-margin);
  clear: left;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-left: var(--overlay-text-margin-left)
}

@container infoLayer (min-width: 960px) {
  .styles_overlayText__lCQeG {
    margin-left: var(--overlay-text-margin-left-large)
  }
}

.styles_multistoryline__iP5gj .styles_overlayText__lCQeG .styles_title__ADRlL {
  display: -webkit-box;
  margin-right: 0;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
  word-wrap: break-word
}

.styles_notStarted__4suNP {
  display: none
}

.styles_detail__jUEuI {
  color: var(--white);
  font-family: var(--video-player--detail--font-family);
  font-size: var(--video-player--detail--font-size);
  font-weight: var(--video-player--detail--font-weight);
  letter-spacing: var(--video-player--detail--letter-spacing);
  line-height: var(--video-player--detail--line-height);
  margin: var(--video-detail-margin);
  text-shadow: var(--video-player--text-shadow);
  text-transform: var(--video-player--detail--text-transform)
}

.styles_detail__jUEuI span:not(:last-child):after {
  content: " / "
}

.jw-flag-small-player~.info-layer .styles_overlayText__lCQeG {
  clear: none
}

@media only screen and (min-width: 758px) {
  .jw-flag-small-player~.info-layer .styles_overlayText__lCQeG {
    margin-top: .5em
  }
}

.jw-flag-small-player~.info-layer .styles_title__ADRlL {
  font-size: 16px;
  margin: .5rem 1rem;
  text-wrap: nowrap
}

@supports(-webkit-line-clamp:2) and (-webkit-box-orient:vertical) and (display: -webkit-box) {
  .jw-flag-small-player~.info-layer .styles_title__ADRlL {
    white-space: nowrap;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-wrap: nowrap;
    -webkit-box-orient: vertical
  }
}

.jw-flag-small-player~.info-layer .styles_title__ADRlL a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis
}

.jw-flag-small-player~.info-layer .styles_detail__jUEuI {
  display: none
}

.videoPlayer__unmute.unmuteTap+.styles_background__pyFG_ .styles_overlayText__lCQeG {
  --overlay-text-margin-left: calc(var(--expectedUntapTopLeft) + var(--expectedUntapButtonWidth));
  --overlay-text-margin-left-large: var(--overlay-text-margin-left)
}

.jw-breakpoint--1~.info-layer .styles_detail__jUEuI,
.jw-breakpoint--1~.info-layer .styles_share__hB39p,
.jw-breakpoint--1~.info-layer .styles_title__ADRlL,
.jw-breakpoint--1~.info-layer .unmuteTap,
.jw-breakpoint-0~.info-layer .styles_detail__jUEuI,
.jw-breakpoint-0~.info-layer .styles_title__ADRlL,
.jw-breakpoint-0~.info-layer .unmuteTap {
  display: none
}

.jw-breakpoint--1~.info-layer .styles_background__pyFG_,
.jw-breakpoint--1~.info-layer .styles_background__pyFG_.styles_show__eVJ2w,
.jw-breakpoint-0~.info-layer .styles_background__pyFG_,
.jw-breakpoint-0~.info-layer .styles_background__pyFG_.styles_show__eVJ2w {
  opacity: 0
}

@keyframes styles_live-dot-blink__gffOT {

  0%,
  to {
    opacity: 0
  }

  40%,
  70% {
    opacity: 1
  }
}

@keyframes styles_fade-in__isR4Q {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes styles_expand-in__rqcY9 {
  0% {
    max-height: 0
  }

  to {
    max-height: 100px
  }
}

@keyframes styles_chatblog-expand-in__cfKbC {
  0% {
    max-height: 0
  }

  to {
    max-height: 200px
  }
}

.styles_background__NlCSf {
  background: linear-gradient(180deg, #000000e6 5.64%, #0000 96.8%);
  border-top: 1px solid #0000;
  height: 74px;
  margin-top: -1px;
  opacity: 0;
  padding-bottom: 4rem;
  pointer-events: none;
  position: relative;
  transition: opacity .3s ease;
  width: 100%
}

@media only screen and (max-width: 999px) {
  .styles_background__NlCSf {
    padding-bottom: 2rem
  }
}

.styles_background__NlCSf .styles_share___UtO4 {
  float: right;
  padding-left: 12px;
  position: static
}

.styles_title__4fzZQ {
  margin: var(--video-title-margin);
  -webkit-font-smoothing: var(--video-player--title--font-smoothing);
  color: var(--white);
  font-family: var(--video-player--title--font-family);
  font-size: 18px;
  font-style: var(--video-player--title--font-style);
  font-weight: var(--video-player--title--font-weight);
  line-height: var(--video-player--title--line-height);
  text-shadow: var(--video-player--text-shadow)
}

@container infoLayer (min-width: 960px) {
  .styles_title__4fzZQ {
    margin: var(--video-title-margin-large)
  }
}

.styles_background__NlCSf.styles_show__orcww {
  opacity: 1
}

.styles_background__NlCSf.styles_show__orcww .styles_title__4fzZQ {
  pointer-events: auto
}

@media(pointer: fine) {
  .video-container:hover .styles_background__NlCSf {
    opacity: 1
  }

  .video-container:hover .styles_background__NlCSf .styles_title__4fzZQ {
    pointer-events: auto
  }
}

.styles_overlayText__nQD91 {
  --expectedUntapButtonWidth: 2.75rem;
  --expectedUntapTopLeft: 0.625rem;
  --vtd-top-margin: var(--expectedUntapTopLeft);
  --vtd-top-margin-large: var(--vtd-top-margin);
  --vtd-mid-margin: 0.25rem;
  --vtd-after-margin: 0.25rem;
  --overlay-text-margin-left: 0;
  --overlay-text-margin-left-large: 0;
  --video-title-detail-left-right-margin: var(--expectedUntapTopLeft);
  --video-title-margin: var(--vtd-top-margin) var(--video-title-detail-left-right-margin) var(--vtd-mid-margin);
  --video-title-margin-large: var(--vtd-top-margin-large) var(--video-title-detail-left-right-margin) var(--vtd-mid-margin);
  --video-detail-margin: 0 var(--video-title-detail-left-right-margin) var(--vtd-after-margin);
  clear: left;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-left: var(--overlay-text-margin-left)
}

@container infoLayer (min-width: 960px) {
  .styles_overlayText__nQD91 {
    margin-left: var(--overlay-text-margin-left-large)
  }
}

.styles_detail__IKiBW {
  color: var(--white);
  font-family: var(--video-player--detail--font-family);
  font-size: var(--video-player--detail--font-size);
  font-weight: var(--video-player--detail--font-weight);
  letter-spacing: var(--video-player--detail--letter-spacing);
  line-height: var(--video-player--detail--line-height);
  margin: var(--video-detail-margin);
  text-shadow: var(--video-player--text-shadow);
  text-transform: var(--video-player--detail--text-transform)
}

.styles_detail__IKiBW span:not(:last-child):after {
  content: " / "
}

.jw-flag-small-player~.info-layer .styles_overlayText__nQD91 {
  clear: none
}

@media only screen and (min-width: 758px) {
  .jw-flag-small-player~.info-layer .styles_overlayText__nQD91 {
    margin-top: .5em
  }
}

.jw-flag-small-player~.info-layer .styles_title__4fzZQ {
  font-size: 16px;
  margin: .5rem 1rem;
  text-wrap: nowrap
}

@supports(-webkit-line-clamp:2) and (-webkit-box-orient:vertical) and (display: -webkit-box) {
  .jw-flag-small-player~.info-layer .styles_title__4fzZQ {
    white-space: nowrap;
    -webkit-line-clamp: 2;
    display: box;
    text-wrap: nowrap;
    -webkit-box-orient: vertical
  }
}

.jw-flag-small-player~.info-layer .styles_title__4fzZQ a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis
}

.jw-flag-small-player~.info-layer .styles_detail__IKiBW {
  display: none
}

.videoPlayer__unmute.unmuteTap+.styles_background__NlCSf .styles_overlayText__nQD91 {
  --overlay-text-margin-left: calc(var(--expectedUntapTopLeft) + var(--expectedUntapButtonWidth));
  --overlay-text-margin-left-large: var(--overlay-text-margin-left)
}

.jw-breakpoint--1~.info-layer .styles_detail__IKiBW,
.jw-breakpoint--1~.info-layer .styles_share___UtO4,
.jw-breakpoint--1~.info-layer .styles_title__4fzZQ,
.jw-breakpoint--1~.info-layer .unmuteTap,
.jw-breakpoint-0~.info-layer .styles_detail__IKiBW,
.jw-breakpoint-0~.info-layer .styles_title__4fzZQ,
.jw-breakpoint-0~.info-layer .unmuteTap {
  display: none
}

.jw-breakpoint--1~.info-layer .styles_background__NlCSf,
.jw-breakpoint--1~.info-layer .styles_background__NlCSf.styles_show__orcww,
.jw-breakpoint-0~.info-layer .styles_background__NlCSf,
.jw-breakpoint-0~.info-layer .styles_background__NlCSf.styles_show__orcww {
  opacity: 0
}

:root {
  --news-alt-red-10: #ffb4b4;
  --news-red-30: #fa3a3a;
  --think-red-40: #ff5042;
  --navbar-mobile-height: 60px;
  --navbar-default-height: 80px;
  --breaking-red: #cb1111;
  --noticias-red-50: #c31010;
  --default-gradient-value-1-rgb: 0, 34, 115;
  --default-gradient-value-2-rgb: 1, 96, 250;
  --founders-loading: "Arial Narrow", Arial, serif;
  --publico-loading: Georgia, Times New Roman, Times, Baskerville, serif;
  --lato-loading: "Arial Narrow", Arial, serif;
  --oswald-font-family: Oswald, var(--founders-cond)
}

@keyframes styles_live-dot-blink__l0Y1O {

  0%,
  to {
    opacity: 0
  }

  40%,
  70% {
    opacity: 1
  }
}

@keyframes styles_fade-in__1nMxk {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes styles_expand-in__Zxnxv {
  0% {
    max-height: 0
  }

  to {
    max-height: 100px
  }
}

@keyframes styles_chatblog-expand-in__cD6IB {
  0% {
    max-height: 0
  }

  to {
    max-height: 200px
  }
}

:root {
  --twelve-col-percentage: 8.3333333333%;
  --package-spacing: 3rem;
  --outer-gutter: 20px;
  --bp-m-width: 758px;
  --bp-l-width: 1000px;
  --bp-x-width: 1240px;
  --grid-container-m: calc(100% - var(--outer-gutter)*2);
  --grid-container-l: calc(var(--bp-l-width) - var(--outer-gutter)*2);
  --grid-container-x: calc(var(--bp-x-width) - var(--outer-gutter)*2);
  --inner-gutter-s: 2vw;
  --inner-gutter-m: 4vw;
  --inner-gutter-l: 40px;
  --inner-gutter-x: 40px
}

@media screen and (min-width: 1000px) {
  :root {
    --outer-gutter: 40px
  }
}

.styles_infoLayer__PiczT {
  --video-player--title--font-family: var(--founders-cond);
  --video-player--title--font-size: 1.125rem;
  --video-player--title--font-weight: 400;
  --video-player--title--line-height: var(--leading-125);
  --video-player--title--color: var(--white);
  --video-player--detail--color: var(--white);
  --video-player--detail--font-family: var(--founders-mono);
  --video-player--detail--font-size: var(--text-12);
  --video-player--detail--letter-spacing: -0.04em;
  --video-player--detail--line-height: var(--text-20);
  --video-player--detail--text-transform: uppercase;
  --video-player--detail--font-weight: 400;
  --video-player--text-shadow: 1px 1px 4px #0006
}

@supports(font-size: 1cqh) {
  .styles_infoLayer__PiczT {
    --video-player--title--font-size: clamp(1rem, 6cqh, 1.7rem)
  }
}

body.today .styles_infoLayer__PiczT {
  --video-player--title--font-family: var(--secondary-font);
  --video-player--title--font-weight: 700;
  --video-player--detail--font-family: var(--secondary-font);
  --video-player--detail--font-weight: 700;
  --video-player--detail--font-size: var(--text-12)
}

.jw-flag-floating .jw-wrapper {
  bottom: 4em !important;
  left: auto !important;
  max-width: 282px !important;
  right: 0 !important;
  top: auto !important
}

@media only screen and (min-width: 758px) {
  .jw-flag-floating .jw-wrapper {
    max-height: 205px !important;
    max-width: 393px !important
  }
}

@media only screen and (min-width: 1000px) {
  .jw-flag-floating .jw-wrapper {
    max-height: 188px !important;
    max-width: 362px !important
  }
}

@media only screen and (min-width: 1240px) {
  .jw-flag-floating .jw-wrapper {
    max-height: 208px !important;
    max-width: 400px !important
  }
}

.styles_videoContainer___xc7B {
  aspect-ratio: 16/9
}

.styles_videoContainer___xc7B .unmuteTap {
  pointer-events: auto
}

.styles_infoLayer__PiczT {
  container: infoLayer/size;
  isolation: isolate;
  overflow: hidden;
  pointer-events: none
}

.jw-flag-small-player~.styles_infoLayer__PiczT .unmuteTap {
  margin: 0
}

.jw-flag-small-player~.styles_infoLayer__PiczT .unmuteText {
  display: none
}

.jwplayer.jw-skin-gamma.jw-state-idle .jw-controls,
.jwplayer.jw-skin-gamma.jw-state-idle .jw-controls-backdrop {
  background: none
}

video::-webkit-media-text-track-display {
  left: 20% !important;
  margin: auto !important;
  max-width: 60% !important;
  min-width: unset !important;
  text-align: center !important;
  text-transform: revert !important;
  top: 90% !important;
  white-space: revert !important;
  width: 100% !important
}

video::-webkit-media-text-track-display-backdrop {
  display: block !important
}