@import url(https://fonts.googleapis.com/css?family=Lora&display=swap);
html,
body {
  background: black;
}
.as {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#__next {
  flex: 1 0 auto;
}

._4ixT0cNJ {
  fill: currentColor;
  display: inline-block;
  margin: 0;
}

.D6toyrF9 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-weight: 400;
  line-height: 1;
  margin: 0 0.5em 0.5em;
  padding: 0.5em 0 0;
  text-decoration: none;
  white-space: nowrap;
  border-top: 1px solid transparent;
  border-bottom: 1px solid currentColor;
}
body:not(.as-user-probably-tabbing) .D6toyrF9 {
  outline: none;
}
button.D6toyrF9 {
  font-weight: 700;
}
@media (hover: hover) {
  .D6toyrF9:hover {
    color: var(--theme-accent-color);
  }
}
.D6toyrF9:active {
  transform: translateY(1px);
}

._2OpEhnAN {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  position: relative;
}
._36aArU3L {
  align-items: center;
  display: flex;
  flex: none;
  font-family: var(--font-sans-serif);
  font-weight: 700;
  line-height: 1;
  margin-right: 0.5em;
  text-transform: uppercase;
}
._36aArU3L b {
  display: none;
}
@media (min-width: 768px) {
  ._36aArU3L b {
    display: block;
  }
}
._2Y_A7z8j {
  display: block;
  flex: 0 1 auto;
  height: 1.8em;
  margin-left: 0.5em;
  max-width: 100%;
}

._1EddJROS {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-sans-serif);
  font-size: 1em;
  justify-content: flex-end;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  ._1EddJROS {
    flex-wrap: nowrap;
  }
}
._1C9fX5Nq {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
._1C9fX5Nq span {
  font-size: 0.625em;
  font-weight: 700;
  line-height: 1;
}
._2kyFD0c8 {
  height: 0.75em;
  width: 0.75em;
}
@media (min-width: 768px) {
  ._2kyFD0c8 {
    height: 1em;
    width: 1em;
  }
}
.OJVl9S4c {
  font-size: 0.625em;
  font-weight: 700;
  margin-left: 8px;
  text-transform: uppercase;
}
.OJVl9S4c:not(:hover) {
  color: inherit;
}

._2VWmR94B {
  background-clip: border-box;
  background: var(--theme-background-color);
  border-radius: 4px;
  border: 1px solid var(--theme-border-color);
  box-sizing: border-box;
  color: var(--theme-color);
  cursor: pointer;
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-transform: uppercase;
}
body:not(.as-user-probably-tabbing) ._2VWmR94B {
  outline: none;
}
@media (min-width: 768px) {
  ._2VWmR94B {
    font-size: 16px;
  }
}
@media (hover: hover) {
  ._2VWmR94B:hover {
    background: var(--theme-accent-color);
    border-color: var(--theme-accent-color);
    color: black;
  }
}
._2VWmR94B:active {
  transform: translateY(1px);
}
._2VWmR94B:disabled {
  background: var(--theme-border-color);
}

._3oUNnR8B {
  display: block;
}
.vxSUBYC1 {
  align-items: center;
  display: grid;
  grid-gap: calc(1em * 0.5);
  gap: calc(1em * 0.5);
  grid-gap: calc(var(--grid-gap, 1em) * 0.5);
  gap: calc(var(--grid-gap, 1em) * 0.5);
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  margin: 0;
}
._1pCOLjjJ {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
._2XpowltR {
  margin: 0;
}
.aWUg_lbJ ._2XpowltR {
  background: white;
  border-color: white;
  color: black;
  pointer-events: none;
}

._2xDGxLKt {
  background-clip: content-box;
  box-sizing: content-box;
  color: inherit;
  display: inline-block;
  overflow: hidden;
  padding: 10px 0 0;
  position: relative;
}
._2xDGxLKt::before {
  color: inherit;
  content: 'AD';
  display: block;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

._39NTwknl {
  --horizontal-padding: var(--grid-gap);
  --max-width: 1680px;
  --vertical-padding: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  display: grid;
  grid-template-columns: minmax(auto, var(--max-width));
  padding: var(--vertical-padding) var(--horizontal-padding);
  justify-content: center;
}
@media (min-width: 1024px) {
  ._39NTwknl {
    --vertical-padding: 48px;
    --horizontal-padding: 72px;
  }
}
._39NTwknl:not(:last-child) {
  border-bottom-color: var(--border-color);
}
._17Jzh6kY {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  ._17Jzh6kY {
    font-size: 1.875em;
  }
}

._1AeYzlY- .-QD5zu_Q {
  font-family: var(--font-heading);
}
.U5ybQmh_ {
  font-family: var(--font-heading);
  font-size: 0.875em;
  text-transform: uppercase;
  width: 100%;
  color: white;
}
.U5ybQmh_ thead {
  display: none;
}
.U5ybQmh_ td,
.U5ybQmh_ th {
  padding: 12px;
}
@media (min-width: 1024px) {
  .U5ybQmh_ td,
  .U5ybQmh_ th {
    padding: 16px;
  }
}
.U5ybQmh_ tr td {
  border-top: 1px solid transparent;
  border-top: 1px solid var(--theme-subdued-color, transparent);
}
.U5ybQmh_ [data-col='time'] {
  white-space: nowrap;
  width: 1%;
}
@media (min-width: 768px) {
  .U5ybQmh_ [data-col='time'] {
    width: 10%;
  }
}
.U5ybQmh_ [data-col='series'] {
  width: auto;
  color: white;
}
@media (min-width: 768px) {
  .U5ybQmh_ [data-col='series'] {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .U5ybQmh_ [data-col='series'] {
    width: 40%;
  }
}
.U5ybQmh_ [data-col='series'] a {
  color: white;
}
.U5ybQmh_ [data-col='series'] a:hover {
  color: var(--theme-accent-color);
}
.U5ybQmh_ [data-col='episode'] {
  display: none;
}
@media (min-width: 768px) {
  .U5ybQmh_ [data-col='episode'] {
    display: table-cell;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .U5ybQmh_ [data-col='episode'] {
    width: 40%;
  }
}
.U5ybQmh_ [data-col='rating'] {
  display: none;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .U5ybQmh_ [data-col='rating'] {
    display: table-cell;
    width: 10%;
  }
}

._1pTn6ZTo {
  box-sizing: border-box;
  display: grid;
  grid-gap: calc(var(--grid-gap) * 2) var(--grid-gap);
  gap: calc(var(--grid-gap) * 2) var(--grid-gap);
  grid-auto-flow: row;
}
._4_bFa7bC {
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(var(--grid-columns, 2), 1fr);
}
.P37kUYtp {
  grid-template-columns: 1fr;
  margin-left: calc(var(--grid-gap) * -1);
  margin-right: calc(var(--grid-gap) * -1);
}
@media (max-width: 767px) {
  .P37kUYtp {
    grid-template-rows: unset !important;
  }
}
@media (min-width: 768px) {
  .P37kUYtp {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
  }
}
@media (min-width: 1024px) {
  .P37kUYtp {
    grid-gap: calc(var(--grid-gap) * 0.5) var(--grid-gap);
    gap: calc(var(--grid-gap) * 0.5) var(--grid-gap);
  }
}

._29ThWwPi {
  position: relative;
  display: block;
}
._29ThWwPi._1VMBS0nR {
  color: var(--theme-accent-color);
}
._29ThWwPi a {
  color: inherit;
  display: block;
  padding: 0;
}
._29ThWwPi a:active {
  transform: translateY(1px);
}
@media (hover: hover) {
  ._29ThWwPi a:hover {
    color: var(--theme-accent-color);
  }
}
.haMNYhTe ._1B6Ukbiv {
  padding: calc(var(--grid-gap) * 0.5) var(--grid-gap);
}
._1Ge_fpJI {
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.91666667em;
}
._2-Wjbme8 ._1Ge_fpJI::before {
  padding-top: 100%;
}
._1jb8nXGn {
  color: inherit;
  font-size: 1em;
  position: relative;
}
._2J-rABaf ._29ThWwPi._1t9YqtkL ._1jb8nXGn {
  padding-left: 1.5em;
}
.GEFkIErH {
  color: inherit;
  width: 0.75em;
  height: 1em;
}
@media (min-width: 768px) {
  .GEFkIErH {
    width: 1em;
  }
}
@media (min-width: 1024px) {
  .GEFkIErH {
    margin-top: 0.125em;
  }
}
._2J-rABaf .GEFkIErH {
  position: absolute;
  top: 0;
  left: 0;
}
.haMNYhTe .GEFkIErH {
  margin-right: 0.5em;
  float: left;
}
@media (min-width: 1280px) {
  .haMNYhTe .GEFkIErH {
    margin-top: 0.2em;
  }
}
._3fvy6Uiy {
  box-orient: vertical;
  display: -webkit-box;
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  ._3fvy6Uiy {
    font-size: 0.875em;
  }
}
.haMNYhTe ._3fvy6Uiy {
  font-size: 0.875em;
  margin-bottom: 0.25em;
}
@media (min-width: 1024px) {
  .haMNYhTe ._3fvy6Uiy {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1280px) {
  .haMNYhTe ._3fvy6Uiy {
    font-size: 1.125em;
  }
}
._2anoFKpF {
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: block;
  display: -webkit-box;
  font-size: 0.75em;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  ._2anoFKpF {
    font-size: 0.875em;
  }
}
@media (min-width: 1280px) {
  ._2anoFKpF {
    font-size: 1em;
  }
}
._2J-rABaf ._2anoFKpF {
  display: none;
}
.RN5fmcKc {
  color: var(--theme-subdued-color);
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.W9wWDgfl {
  --progress-bar-height: 3px;
  background: var(--theme-subdued-background-color);
  margin-bottom: 0.25em;
}

._1L6QRB_N {
  display: block;
  position: relative;
  height: 7px;
  height: var(--progress-bar-height, 7px);
  pointer-events: none;
}
._1L6QRB_N > span {
  background: var(--theme-accent-color);
  bottom: 0;
  display: block;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  transition: width 1s ease-out;
  width: 0;
}

._3bKPeIIx {
  background-clip: padding-box;
  background-color: black;
  border: 4px solid transparent;
  color: white;
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
}
._3bKPeIIx::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
._3bKPeIIx:not(._3UBgSoxl) {
  background-color: black !important;
}
._3bKPeIIx._3KbjCSx7 {
  background: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
}
@media (hover: hover) {
  a:hover ._3bKPeIIx {
    background: var(--theme-accent-color);
  }
  a:hover ._3bKPeIIx > img {
    opacity: 0.8;
    transition: none;
  }
}
._1bGTuiTl {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.1s ease-in-out;
  width: 100%;
  z-index: 1;
}
._3bKPeIIx:not(._3UBgSoxl) ._1bGTuiTl {
  opacity: 0;
}
.mtRInY7L {
  background: black;
  bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-family: var(--font-sans-serif);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 4px;
  position: absolute;
  right: 0;
  z-index: 3;
}
._3EnZdFyz {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

._3MBl2yGf {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
._223KLpjg {
  background: transparent;
  border: 1px solid var(--theme-border-color);
  border-radius: 4px;
  box-sizing: border-box;
  color: inherit;
  flex: 1 1 auto;
  font-family: inherit;
  font-size: 1em;
  font-weight: 700;
  height: 2.625em;
  margin: 0;
  padding: 0.16666667em 3em 0.16666667em 1em;
  position: relative;
  width: 100%;
  z-index: 1;
}
._223KLpjg:active,
body:not(.as-user-probably-tabbing) ._223KLpjg:focus {
  border-color: var(--theme-accent-color);
  outline: none;
}
._223KLpjg::-webkit-input-placeholder {
  text-transform: uppercase;
}
._223KLpjg::-moz-placeholder {
  text-transform: uppercase;
}
._223KLpjg:-ms-input-placeholder {
  text-transform: uppercase;
}
._223KLpjg::-ms-input-placeholder {
  text-transform: uppercase;
}
._223KLpjg::placeholder {
  text-transform: uppercase;
}
._1VnmP9t5 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: transparent;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: block;
  flex: none;
  font-size: 1em;
  margin: 1px;
  padding: 0;
  position: absolute;
  right: 0.5em;
  top: 0;
  width: 2em;
  z-index: 2;
}
._1VnmP9t5:active {
  transform: translateY(1px);
}
@media (hover: hover) {
  ._1VnmP9t5:hover {
    color: var(--theme-accent-color);
  }
}
._1VnmP9t5:disabled {
  color: var(--theme-border-color) !important;
  cursor: default;
  pointer-events: none;
}
._223KLpjg:focus + ._1VnmP9t5 {
  color: inherit;
}
._2awDMrrh {
  color: inherit;
  display: block;
  fill: currentColor;
  height: 1em;
  margin: auto;
  width: 1em;
}

._3mHtx5Vw {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 4px;
  border: none;
  color: var(--theme-color);
  cursor: pointer;
  display: block;
  font-family: var(--font-sans-serif);
  font-size: inherit;
  font-weight: 700;
  height: 2em;
  line-height: 2em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 2em;
}
._3mHtx5Vw:active,
body:not(.as-user-probably-tabbing) ._3mHtx5Vw:focus {
  outline: none;
}
._3mHtx5Vw:active {
  transform: translateY(1px);
}
._3mHtx5Vw._34pMHp7S {
  background: var(--theme-color);
  color: var(--theme-background-color);
  pointer-events: none;
}
@media (hover: hover) {
  ._3mHtx5Vw:hover {
    background-color: var(--theme-accent-color);
    color: black;
  }
}

._2rgzkBms {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-weight: 400;
  text-transform: uppercase;
}
._2rgzkBms strong {
  font-weight: 700;
}
._30R18wEG {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 1em 0 0;
}
._30R18wEG svg {
  color: inherit;
  fill: currentColor;
  height: 1em;
  margin: auto;
  width: 1em;
}

._2_MZ6PrF {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25em -1em;
}
@media (min-width: 768px) {
  ._2_MZ6PrF {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
._2a-5XPoE {
  box-sizing: border-box;
  margin: 0 0.25em 1em;
  padding: 0;
}
@media (min-width: 768px) {
  ._2a-5XPoE {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}

._2E6nhbt0 {
  position: relative;
  flex: 1 0 auto;
}
._2E6nhbt0 > div {
  align-content: start;
  display: grid;
  grid-gap: calc(var(--grid-gap) * 2);
  gap: calc(var(--grid-gap) * 2);
}
@media (min-width: 768px) {
  ._2E6nhbt0 > div {
    grid-gap: var(--grid-gap);
    gap: var(--grid-gap);
  }
}
.xY6BEPR0 {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
._2r5a0NIa {
  align-items: center;
  display: grid;
  grid-gap: calc(var(--grid-gap) * 2);
  gap: calc(var(--grid-gap) * 2);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  ._2r5a0NIa {
    grid-gap: var(--grid-gap);
    gap: var(--grid-gap);
  }
}
@media (min-width: 1024px) {
  ._2r5a0NIa {
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
}
@media (min-width: 1024px) {
  ._3KZI8p4N {
    grid-column: 1;
  }
  ._17ToPwn6,
  ._2W2yJQ11 {
    grid-column-start: 2;
    grid-column-end: -1;
  }
}
._3KZI8p4N,
._17ToPwn6,
._2W2yJQ11 {
  font-size: 12px;
}
@media (min-width: 768px) {
  ._3KZI8p4N,
  ._17ToPwn6,
  ._2W2yJQ11 {
    font-size: 16px;
  }
}
._2W2yJQ11 {
  align-items: center;
  display: flex;
}
._2W2yJQ11 .xY6BEPR0 {
  margin-right: 1em;
}
._1QHKtF3B {
  transition: opacity 200ms ease-in-out;
  opacity: 1;
}
._3h0LiJP0 ._1QHKtF3B {
  transition-delay: 300ms;
  opacity: 0.6;
}
._3FYlCFnK {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2em 0 0;
}
._3FYlCFnK:empty {
  display: none;
}

._1_JNoOIH {
  margin: 0 0 var(--grid-gap);
}
@media (min-width: 768px) {
  ._1PM3VHov {
    grid-template-columns: repeat(2, 1fr) 1fr;
    grid-template-columns: repeat(var(--grid-columns, 2), 1fr) 1fr;
  }
}
@media (min-width: 1024px) {
  ._1PM3VHov {
    grid-template-columns: repeat(2, 1fr) 1fr 1fr;
    grid-template-columns: repeat(var(--grid-columns, 2), 1fr) 1fr 1fr;
  }
}
._1_JNoOIH:not(:last-child) {
  margin-bottom: 2em;
}
._1_JNoOIH [data-thumbnail]::before {
  padding-top: 100%;
}
._1_JNoOIH [data-video-title] {
  text-transform: none;
}
._1IKpuFKK {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(var(--grid-gap) * 2);
}
@media (min-width: 768px) {
  ._1IKpuFKK {
    margin-top: var(--grid-gap);
  }
}

._2HvP7MOb {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 1.25em;
}
@media (min-width: 1024px) {
  ._2HvP7MOb {
    width: 1.5em;
  }
}
@media (hover: hover) {
  ._2HvP7MOb:hover {
    color: var(--theme-accent-color);
  }
}
._2HvP7MOb:active {
  color: var(--theme-accent-color);
  transform: translateY(1px);
}
._2HvP7MOb svg {
  color: inherit;
  display: block;
  fill: currentColor;
  width: 100%;
}
.D_usLjyS {
  align-items: start;
  display: grid;
  grid-gap: var(--grid-gap);
  gap: var(--grid-gap);
  grid-template-columns: 1fr auto;
}
._3E9AFeeW {
  margin: 0 0 var(--grid-gap);
}
@media (min-width: 768px) {
  ._2jfvbV22[data-feed-index='0'] {
    border-bottom-width: 0;
  }
}
._2jfvbV22 > div {
  display: grid;
  grid-gap: var(--grid-gap);
  gap: var(--grid-gap);
  grid-template-columns: 1fr;
  position: relative;
}
@media (min-width: 768px) {
  ._2jfvbV22 > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1680px) {
  ._2jfvbV22 > div {
    grid-template-columns: 2fr 3fr;
  }
}
._2dO-m5v_ {
  display: block;
}
._1ihfruC7 {
  position: relative;
}
._1ihfruC7 img {
  display: block;
  max-width: 100%;
  transition: none;
  width: 100%;
}
@media (hover: hover) {
  ._1ihfruC7:hover {
    background: var(--theme-accent-color);
  }
  ._1ihfruC7:hover img {
    opacity: 0.8;
  }
}
._2UfcKpLX {
  line-height: 1.4;
}
._2SA7T7E6 {
  line-height: 1.1;
  margin: 0 0 6px;
}
@media (min-width: 1024px) {
  ._2SA7T7E6 {
    font-size: 2.25em;
  }
}
.PWY_67Xw {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .PWY_67Xw {
    font-size: 1.125em;
    margin-bottom: 2em;
  }
}
._3dSI3lNc {
  font-size: 0.875em;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  ._3dSI3lNc {
    font-size: 1.125em;
    margin-bottom: 1.33333333em;
  }
}
._1v1H5dr0 {
  display: none;
  min-width: 15.25em;
}
@media (min-width: 1024px) {
  ._1v1H5dr0 {
    display: inline-block;
  }
}

.h8b7riB- {
  background: transparent;
  border-bottom-width: 0;
  line-height: 1.1;
  padding-bottom: 0.6875em;
  padding-top: 0.6875em;
  text-align: center;
}
.JiVfn9x3 {
  color: inherit;
  display: inline-block;
}
@media (hover: hover) {
  .JiVfn9x3:hover {
    color: var(--theme-accent-color);
  }
}
.b6c4vUfy {
  font-family: var(--font-heading);
  font-size: 1.125em;
}
@media (min-width: 768px) {
  .b6c4vUfy {
    font-size: 2em;
  }
}
@media (min-width: 1024px) {
  .b6c4vUfy {
    font-size: 3em;
  }
}
._2o3LIuPj {
  color: var(--theme-subdued-color);
  display: block;
  font-size: 0.5em;
  font-size: 0.6875em;
  font-weight: 700;
  margin-top: 1em;
  text-align: center;
}
@media (min-width: 1024px) {
  ._2o3LIuPj {
    font-size: 0.75em;
    margin-top: 0.83333333em;
  }
}

._2DoD3eYl {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  height: 36px;
  width: 36px;
}

._1ou0aD9N {
  background: black;
  position: relative;
}
._3HR0rjet {
}
._29u18kgR,
._3HR0rjet,
._3HR0rjet .top-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tui-icon-circle,
.tui-bar__control-head {
  visibility: hidden !important;
}
.tui-live__badge {
  background-clip: border-box;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  border-top: 1px solid transparent !important;
  color: black !important;
  font-family: var(--font-heading) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: normal !important;
  padding: 0.25em !important;
  text-transform: uppercase;
}
.tui-buffering-slate__spinner--styled {
  border-top-color: var(--theme-accent-color) !important;
}
.tui-ad-slate__countdown {
  margin: 1em !important;
  font-family: var(--font-heading);
  text-transform: uppercase;
}
.tui-time,
.tui-cc-menu {
  font-family: var(--font-heading) !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}
.tui-cc-menu__button {
  font-size: 12px !important;
}

._1aYAzFrz {
  border-bottom-width: 0;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  min-height: 144px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
@media (min-width: 768px) {
  ._1aYAzFrz {
    min-height: 280px;
  }
}
@media (min-width: 1024px) {
  ._1aYAzFrz {
    min-height: 360px;
  }
}
@media (min-width: 1280px) {
  ._1aYAzFrz {
    min-height: 420px;
  }
}
@media (max-width: 1023px) {
  ._1aYAzFrz._2W5TJjtw {
    min-height: auto;
  }
}
._1aYAzFrz > div {
  align-items: stretch;
  display: flex;
}
._2vSXUu7o {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 100%;
  margin: 0 auto;
  position: relative;
}
._2W5TJjtw ._2vSXUu7o::before {
  content: '';
  display: block;
  flex: 1;
  padding-top: 56.25%;
}
@media (min-width: 1024px) {
  ._2W5TJjtw ._2vSXUu7o::before {
    display: none;
  }
}
._3bXexKQu {
  align-items: center;
  display: flex;
  font-size: 12px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0.5em;
  z-index: 5;
}
._3bXexKQu:empty {
  display: none;
}
@media (min-width: 768px) {
  ._3bXexKQu {
    top: 1em;
  }
}
._3bXexKQu .a7iE1N21 {
  background: black;
  height: 2em;
  margin: 0 0.5em 0 0;
  width: auto;
}
@media (min-width: 768px) {
  ._3bXexKQu .a7iE1N21 {
    height: 3em;
  }
}
._3bXexKQu ._2gCnL_ZY {
  align-items: center;
  background: black;
  color: white;
  display: flex;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em;
}
@media (min-width: 768px) {
  ._3bXexKQu ._2gCnL_ZY {
    padding: 0.75em;
  }
}
._3bXexKQu ._2gCnL_ZY ._2zlO488G {
  display: block;
  fill: currentColor;
  height: 1em;
  margin: 0 0.5em 0 0;
}
@media (min-width: 768px) {
  ._3bXexKQu ._2gCnL_ZY ._2zlO488G {
    height: 1.5em;
    margin-right: 0.75em;
  }
}
._1JcW4pNS {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1680px;
  position: relative;
  width: 100%;
  z-index: 1;
}
._2W5TJjtw ._1JcW4pNS {
  display: none;
}
._1JcW4pNS > img {
  box-sizing: border-box;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 0;
  position: relative;
  right: 0;
  z-index: 1;
}
._1JcW4pNS[data-alignment='bottom'] > img {
  align-self: flex-end;
  margin-bottom: 0;
  -o-object-position: center bottom;
     object-position: center bottom;
}
._1JcW4pNS[data-alignment='top'] > img {
  align-self: top;
  margin-top: 0;
  -o-object-position: center top;
     object-position: center top;
}
._2o6iqv-X {
  align-items: center;
  background: black;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
._2o6iqv-X::after {
  background-color: black;
  content: '';
  display: block;
  opacity: 0.333333;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
._2o6iqv-X .as-muted-overlay-button,
._2o6iqv-X .vjs-control-bar,
._2o6iqv-X .vjs-loading-spinner,
._2o6iqv-X .vjs-poster {
  display: none !important;
}
._2o6iqv-X .tui * {
  pointer-events: none !important;
}
._235riF2z {
  font-family: var(--font-heading);
  font-size: 0.625em;
  max-width: 40%;
  position: relative;
  text-align: left;
  z-index: 3;
}
@media (min-width: 320px) {
  ._235riF2z {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  ._235riF2z {
    font-size: 0.75em;
  }
}
@media (min-width: 1024px) {
  ._235riF2z {
    font-size: 1em;
  }
}
._235riF2z img {
  display: block;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
  margin: 0;
  max-height: 60px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (min-width: 768px) {
  ._235riF2z img {
    font-size: 4em;
    max-height: 170px;
  }
}
@media (min-width: 1024px) {
  ._235riF2z img {
    font-size: 3em;
  }
}
._3uGEhzZw {
  display: none;
  font-size: 1em;
  white-space: nowrap;
}
@media (min-width: 320px) {
  ._3uGEhzZw {
    display: inline-block;
    margin-top: 1em;
  }
}
._2m6DCRGE {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

._1M7RBDPg {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gap) * -1);
}
@media (min-width: 1024px) {
  ._1M7RBDPg {
    margin: 0;
  }
}
._1N1yBYXv {
  align-items: center;
  color: var(--theme-color);
  display: inline-flex;
  flex: none;
  font-family: var(--font-sans-serif);
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1em;
  padding: 1em var(--grid-gap);
  text-align: center;
  text-transform: uppercase;
}
@media (hover: hover) {
  ._1N1yBYXv:hover {
    color: var(--theme-accent-color);
  }
}
@media (min-width: 1024px) {
  ._1N1yBYXv {
    margin-bottom: var(--grid-gap);
  }
}
._1N1yBYXv[data-link-type='OTHER'] {
  order: 2;
  flex: 1 0 100%;
}
@media (min-width: 1024px) {
  ._1N1yBYXv[data-link-type='OTHER'] {
    border-left: 1px solid var(--theme-border-color);
    flex: none;
  }
  ._1N1yBYXv[data-link-type='OTHER']:last-child {
    border-right: 1px solid var(--theme-border-color);
  }
}
._1N1yBYXv[data-link-type='FACEBOOK'],
._1N1yBYXv[data-link-type='TWITTER'],
._1N1yBYXv[data-link-type='INSTAGRAM'] {
  background: var(--theme-color);
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--theme-background-color);
  height: 3em;
  margin-left: var(--grid-gap);
  margin-right: var(--grid-gap);
  order: 1;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 3em;
}
@media (hover: hover) {
  ._1N1yBYXv[data-link-type='FACEBOOK']:hover,
  ._1N1yBYXv[data-link-type='TWITTER']:hover,
  ._1N1yBYXv[data-link-type='INSTAGRAM']:hover {
    background: var(--theme-accent-color);
  }
}
@media (min-width: 768px) {
  ._1N1yBYXv[data-link-type='FACEBOOK'],
  ._1N1yBYXv[data-link-type='TWITTER'],
  ._1N1yBYXv[data-link-type='INSTAGRAM'] {
    height: 3.5em;
    margin-right: 0;
    width: 3.5em;
  }
}
@media (max-width: 1023px) {
  ._1N1yBYXv[data-link-type='FACEBOOK'],
  ._1N1yBYXv[data-link-type='TWITTER'],
  ._1N1yBYXv[data-link-type='INSTAGRAM'] {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1024px) {
  ._1N1yBYXv[data-link-type='FACEBOOK'],
  ._1N1yBYXv[data-link-type='TWITTER'],
  ._1N1yBYXv[data-link-type='INSTAGRAM'] {
    margin-left: 0;
    margin-right: var(--grid-gap);
  }
}
._1N1yBYXv[data-link-type='FACEBOOK'] svg,
._1N1yBYXv[data-link-type='TWITTER'] svg,
._1N1yBYXv[data-link-type='INSTAGRAM'] svg {
  bottom: 0;
  left: 0;
  margin: auto 0.75em;
  position: absolute;
  right: 0;
  top: 0;
}
._1N1yBYXv svg {
  color: inherit;
  fill: currentColor;
}

.Olw1HgPi {
  position: relative;
}
._1u4ARsiW {
  position: relative;
}
@media (max-width: 767px) {
  ._1u4ARsiW:nth-child(n + 3) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  ._1u4ARsiW:nth-child(n + 4) {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1679px) {
  ._1u4ARsiW:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1680px) {
  ._1u4ARsiW:nth-child(n + 6) {
    display: none;
  }
}
._1u4ARsiW a {
  color: inherit;
  display: block;
}
._2hDgsYXV {
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.91666667em;
}
._2CXKLcST {
  color: var(--theme-subdued-color);
  font-family: var(--font-sans-serif);
  font-size: 0.75em;
  font-weight: 700;
}
.TUY30lWB {
  box-orient: vertical;
  display: -webkit-box;
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .TUY30lWB {
    font-size: 0.875em;
  }
}

._2RL6SLft {
  align-content: center;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jZaLo7ba {
  display: block;
  flex: 1 0 100%;
  font-family: var(--font-sans-serif);
  font-size: 1em;
  font-weight: 700;
  margin: 2em;
  text-align: center;
  text-transform: uppercase;
}
.rgRIa0gB {
  background-color: var(--theme-accent-color);
  border-color: var(--theme-accent-color);
  color: var(--theme-background-color);
  text-transform: uppercase;
}

._2gM_wQMV {
  margin-bottom: 1em;
  padding-top: 0;
  position: relative;
}
@media (min-width: 1024px) {
  ._2gM_wQMV {
    margin-bottom: 0;
    border-bottom-width: 0;
  }
}
@media (max-width: 1279px) {
  ._2gM_wQMV {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 1920px) {
  ._2gM_wQMV {
    padding-left: 1em;
    padding-right: 1em;
  }
}
._2gM_wQMV > div {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 0 1em;
  grid-template-areas: 'main';
  grid-template-rows: auto auto;
  max-width: 100%;
  position: relative;
}
@media (min-width: 320px) {
  ._2gM_wQMV > div {
    grid-template-rows: 70px auto auto;
    grid-template-areas: 'ad_bnr' 'main';
  }
}
@media (min-width: 728px) {
  ._2gM_wQMV > div {
    grid-template-rows: 110px auto auto;
  }
}
@media (min-width: 1024px) {
  ._2gM_wQMV > div {
    justify-content: center;
    grid-template-columns: minmax(auto, 1680px);
    grid-template-rows: 110px auto auto;
  }
}
._18QEJi2F {
  display: none;
  grid-area: ad_bnr;
  margin: 0 -1em;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (min-width: 320px) {
  ._18QEJi2F {
    align-items: flex-start;
    display: flex;
    justify-content: center;
  }
}
._15eDDhNf {
  background-clip: content-box;
  background-color: black;
  box-sizing: content-box;
  grid-area: main;
  margin: 0 -1em 1em;
  position: relative;
}
@media (min-width: 1024px) {
  ._15eDDhNf {
    margin-left: 0;
    margin-right: 0;
    max-height: calc(100vh - 110px - 1em - 48px);
  }
}
._15eDDhNf::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.HKqPFTGU {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
._27tGNgIO {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
._3VGh0P3o {
  font-family: var(--font-sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.1;
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  ._3VGh0P3o {
    font-size: 1.25em;
  }
}
@media (min-width: 1280px) {
  ._3VGh0P3o {
    font-size: 1.5em;
    margin-bottom: 16px;
  }
}
._2QrRd6yZ {
  display: block;
  font-size: 0.875em;
  line-height: 1.4;
  margin: 0 0 12px;
  max-width: 60em;
}
@media (min-width: 1024px) {
  ._2QrRd6yZ {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.ShNMRrHQ {
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
}
.ShNMRrHQ > span {
  display: inline-block;
}
.ShNMRrHQ > span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 0.66666667em 0 0;
  padding: 0 0.66666667em 0 0;
}

._1qsXqwSn {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

._1snz3E5E {
  --font-heading: 'Lora', serif;
  --font-sans-serif: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --grid-columns: 2;
  --grid-gap: 12px;
  --theme-accent-color: #ffcc00;
  --theme-background-color: #080808;
  --theme-border-color: #ffffff;
  --theme-color: #ffffff;
  --theme-subdued-color: #999999;
  --theme-subdued-background-color: #212121;
  background: var(--theme-background-color);
  color: var(--theme-color);
  font-family: var(--font-sans-serif);
  font-size: 16px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
._1snz3E5E * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
._1snz3E5E ::-moz-selection {
  background-color: var(--theme-accent-color);
  color: var(--theme-background-color);
}
._1snz3E5E ::selection {
  background-color: var(--theme-accent-color);
  color: var(--theme-background-color);
}
@media (min-width: 768px) {
  ._1snz3E5E {
    --grid-columns: 3;
    --grid-gap: 18px;
  }
}
@media (min-width: 1024px) {
  ._1snz3E5E {
    --grid-gap: 30px;
  }
}
@media (min-width: 1280px) {
  ._1snz3E5E {
    --grid-columns: 4;
  }
}
@media (min-width: 1680px) {
  ._1snz3E5E {
    --grid-columns: 5;
  }
}
._3iQ4XOb8 {
  align-items: flex-start;
  box-sizing: content-box;
  display: none;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
@media (min-width: 320px) {
  ._3iQ4XOb8 {
    display: flex;
    height: 70px;
  }
}
@media (min-width: 728px) {
  ._3iQ4XOb8 {
    height: 110px;
  }
}
._1UPRSJx4 {
  position: relative;
  z-index: 1;
}
._1snz3E5E:not(._3bgyxnyM) ._1UPRSJx4::after {
  border-bottom: 0;
  border-left: 1.25em solid transparent;
  border-right: 1.25em solid transparent;
  border-top: 1.25em solid var(--theme-background-color);
  content: '';
  display: block;
  left: auto;
  position: absolute;
  right: 1.5em;
  top: 100%;
  width: 0;
}
._2SUe97y2 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
._2FuXmBtE {
  border-bottom-width: 0;
  padding-bottom: 0;
}
._2FuXmBtE > div {
  align-items: center;
  display: grid;
  grid-gap: var(--vertical-padding);
  gap: var(--vertical-padding);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  ._2FuXmBtE > div {
    grid-gap: var(--grid-gap);
    gap: var(--grid-gap);
    grid-template-columns: 1fr auto;
  }
}
._2FuXmBtE ._1tjcoYg9 {
  grid-row: 1;
}
@media (min-width: 768px) {
  ._2FuXmBtE ._1tjcoYg9 {
    grid-column: 2;
    grid-row: auto;
    margin-bottom: 0;
  }
}
._1ZPSVLRx {
  background-color: var(--theme-subdued-background-color);
  border-bottom-width: 0;
  transform: translateY(-1px);
  z-index: 1;
}

