@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: "New Rail Alphabet", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 300;
  line-height: 1.5;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease; }
  .plyr video,
  .plyr audio {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 13px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translateY(-40px);
  transition: transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions span {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap; }
    .plyr__captions span div {
      display: inline; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: 15px;
      padding: 20px; } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 17px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px); }

.hidden {
  display: none !important; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-block {
  display: block; }

.nomaxheight {
  max-height: none !important; }

.f-1-0-100 {
  flex: 1 0 100%; }

.overflow-visible {
  overflow: visible !important; }

.flow-row-wrap {
  flex-flow: row wrap; }

.flow-column {
  flex-flow: column; }

.justify-content-between {
  justify-content: space-between; }

.text-nowrap {
  white-space: nowrap; }

.bgimg {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .bgimg::after {
    content: '';
    display: block; }
  .bgimg img {
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1; }

.nowrap {
  white-space: nowrap; }

.no-m {
  margin: 0 !important; }

.loading {
  opacity: 0.5; }

.no-p-t {
  padding-top: 0 !important; }

.no-p-b {
  padding-bottom: 0 !important; }

.no-p-r {
  padding-right: 0 !important; }

.no-p-l {
  padding-left: 0 !important; }

.no-m-b {
  margin-bottom: 0 !important; }

.no-m-t {
  margin-top: 0 !important; }

.full-width {
  width: 100% !important; }

.newline {
  display: block; }

.justify-start {
  justify-content: flex-start !important; }

.justify-center {
  justify-content: center !important; }

.text-center {
  text-align: center; }

.align-content-start {
  align-content: flex-start !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.justify-between {
  justify-content: space-between !important; }

.justify-end {
  justify-content: flex-end !important; }

.horizontal-line {
  height: 1px;
  background-color: #000; }

.no-decoration {
  border-bottom: 0 !important;
  padding-bottom: 0 !important; }

.pos-rel {
  position: relative; }

.nobg {
  background: none !important; }

.no-p {
  padding: 0 !important; }

.neg-m-tb {
  margin-top: -2.7777777778vw;
  margin-bottom: -2.7777777778vw; }

@media (min-width: 1000px) {
  .mt-auto-d {
    margin-top: auto; }
  .d-flex-d {
    display: flex; }
  .row-nowrap-d {
    flex-flow: row nowrap; }
  .full-width-d {
    width: 100%; }
  .max-height-60 {
    max-height: 4.1666666667vw; }
  .h-100-d {
    height: 100%; }
  .no-p-d {
    padding: 0 !important; }
  .no-p-r-d {
    padding-right: 0 !important; }
  .no-p-l-d {
    padding-left: 0 !important; }
  .neg-mt-4-d {
    margin-top: -0.2777777778vw; }
  .justify-end-d {
    justify-content: flex-end !important; }
  .b-d-l {
    border-left: 1px solid #000; }
  .b-d-r {
    border-right: 1px solid #000; }
  .b-d-t {
    border-top: 1px solid #000; }
  .b-d-tl {
    border-top: 1px solid #000;
    border-left: 1px solid #000; }
  .b-d-b {
    border-bottom: 1px solid #000; }
  .b-d-bl {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; }
  .move-top-5 {
    top: -0.3472222222vw !important; }
  .hidden-d {
    display: none !important; }
  .o-d-0 {
    order: 0 !important; }
  .o-d-1 {
    order: 1 !important; }
  .o-d-2 {
    order: 2 !important; }
  .o-d-3 {
    order: 3 !important; }
  .o-d-4 {
    order: 4 !important; }
  .o-d-5 {
    order: 5 !important; }
  .o-d-6 {
    order: 6 !important; }
  .o-d-7 {
    order: 7 !important; }
  .o-d-8 {
    order: 8 !important; }
  .o-d-9 {
    order: 9 !important; }
  .o-d-10 {
    order: 10 !important; }
  .o-d-11 {
    order: 11 !important; }
  .w-50 {
    width: 50% !important; }
  .mt-20, .mt-20-d {
    margin-top: 1.3888888889vw !important; }
  .mt-5 {
    margin-top: 0.3472222222vw !important; }
  .ml-5 {
    margin-left: 0.3472222222vw !important; }
  .mr-5 {
    margin-right: 0.3472222222vw !important; }
  .mt-10 {
    margin-top: 0.6944444444vw !important; }
  .mt-15 {
    margin-top: 1.0416666667vw !important; }
  .mt-30 {
    margin-top: 2.0833333333vw !important; }
  .mt-32 {
    margin-top: 2.2222222222vw !important; }
  .mt-40 {
    margin-top: 2.7777777778vw !important; }
  .mb-10 {
    margin-bottom: 0.6944444444vw !important; }
  .mb-5 {
    margin-bottom: 0.3472222222vw !important; }
  .mb-9 {
    margin-bottom: 0.625vw !important; }
  .mb-15 {
    margin-bottom: 1.0416666667vw !important; }
  .mb-20 {
    margin-bottom: 1.3888888889vw !important; }
  .mb-23 {
    margin-bottom: 1.5972222222vw !important; }
  .mb-25 {
    margin-bottom: 1.7361111111vw !important; }
  .mb-30 {
    margin-bottom: 2.0833333333vw !important; }
  .mb-32 {
    margin-bottom: 2.2222222222vw !important; }
  .mb-35 {
    margin-bottom: 2.4305555556vw !important; }
  .mb-40 {
    margin-bottom: 2.7777777778vw !important; }
  .mb-50 {
    margin-bottom: 3.4722222222vw !important; }
  .mb-70 {
    margin-bottom: 4.8611111111vw !important; }
  .mb-80 {
    margin-bottom: 5.5555555556vw !important; }
  .m-l-10 {
    margin-left: 0.6944444444vw !important; }
  .m-l-15, .m-l-15-d {
    margin-left: 1.0416666667vw !important; }
  .m-l-30, .m-l-30-d {
    margin-left: 2.0833333333vw !important; }
  .pb-15 {
    padding-bottom: 1.0416666667vw !important; }
  .p-r-40-d {
    padding-right: 2.7777777778vw !important; }
  .p-l-0-d {
    padding-left: 0 !important; }
  .p-r-0-d {
    padding-right: 0 !important; } }

@media (min-width: 501px) and (max-width: 999px) {
  .w-50-t {
    width: 50% !important; }
  .h-100-t {
    height: 100%; }
  .max-height-60 {
    max-height: 7.8125vw; }
  .box-height-t {
    min-height: 46.2239583333vw; }
  .neg-m-tb {
    margin-top: -3.90625vw;
    margin-bottom: -3.90625vw; }
  .neg-mt-20-t {
    margin-top: -2.6041666667vw; }
  .neg-m-l-50-t {
    margin-left: -6.5104166667vw !important; }
  .neg-m-r-50-t {
    margin-right: -6.5104166667vw !important; }
  .no-p-r-t {
    padding-right: 0 !important; }
  .flow-column-t {
    flex-flow: column; }
  .justify-end-t {
    justify-content: flex-end !important; }
  .justify-start-t {
    justify-content: flex-start !important; }
  .justify-between-t {
    justify-content: space-between !important; }
  .align-items-center-t {
    align-items: center !important; }
  .full-width-t {
    width: 100% !important; }
  .b-t-l {
    border-left: 1px solid #000; }
  .b-t-r {
    border-right: 1px solid #000; }
  .b-t-t {
    border-top: 1px solid #000; }
  .b-t-b {
    border-bottom: 1px solid #000; }
  .b-t-bl {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; }
  .hidden-t {
    display: none !important; }
  .o-t-0 {
    order: 0 !important; }
  .o-t-1 {
    order: 1 !important; }
  .o-t-2 {
    order: 2 !important; }
  .o-t-3 {
    order: 3 !important; }
  .o-t-4 {
    order: 4 !important; }
  .o-t-5 {
    order: 5 !important; }
  .o-t-6 {
    order: 6 !important; }
  .o-t-7 {
    order: 7 !important; }
  .o-t-8 {
    order: 8 !important; }
  .o-t-9 {
    order: 9 !important; }
  .o-t-10 {
    order: 10 !important; }
  .o-t-11 {
    order: 11 !important; }
  .ml-5 {
    margin-left: 0.6510416667vw !important; }
  .mr-5 {
    margin-right: 0.6510416667vw !important; }
  .mt-15, .mt-15-t {
    margin-top: 1.953125vw !important; }
  .mt-25-t {
    margin-top: 3.2552083333vw !important; }
  .mt-30-t {
    margin-top: 3.90625vw !important; }
  .mt-40, .mt-40-t {
    margin-top: 5.2083333333vw !important; }
  .mt-20, .mt-20-t {
    margin-top: 2.6041666667vw !important; }
  .mb-10-t, .mb-10 {
    margin-bottom: 1.3020833333vw !important; }
  .mb-9-t, .mb-9 {
    margin-bottom: 1.171875vw !important; }
  .mb-5-t, .mb-5 {
    margin-bottom: 0.6510416667vw !important; }
  .mb-15-t, .mb-15 {
    margin-bottom: 1.953125vw !important; }
  .mb-20-t, .mb-20 {
    margin-bottom: 2.6041666667vw !important; }
  .mb-25-t, .mb-25 {
    margin-bottom: 3.2552083333vw !important; }
  .mb-23-t, .mb-23 {
    margin-bottom: 2.9947916667vw !important; }
  .mb-30-t, .mb-30 {
    margin-bottom: 3.90625vw !important; }
  .mb-32-t, .mb-32 {
    margin-bottom: 4.1666666667vw !important; }
  .mb-40-t, .mb-40 {
    margin-bottom: 5.2083333333vw !important; }
  .mb-50-t, .mb-50 {
    margin-bottom: 6.5104166667vw !important; }
  .mb-70-t, .mb-70 {
    margin-bottom: 9.1145833333vw !important; }
  .mb-65-t, .mb-65 {
    margin-bottom: 8.4635416667vw !important; }
  .mb-0-t {
    margin-bottom: 0 !important; }
  .m-l-10 {
    margin-left: 1.3020833333vw !important; }
  .m-l-15, .m-l-15-t {
    margin-left: 1.953125vw !important; }
  .m-l-30 {
    margin-left: 3.90625vw !important; }
  .no-pb-t {
    padding-bottom: 0 !important; }
  .m-0-t {
    margin: 0 !important; }
  .pb-15 {
    padding-bottom: 1.953125vw !important; }
  .pl-50-t {
    padding-left: 6.5104166667vw !important; }
  .pr-50-t {
    padding-right: 6.5104166667vw !important; }
  .pr-30-t {
    padding-right: 3.90625vw !important; }
  .pl-40-t {
    padding-left: 5.2083333333vw !important; }
  .pr-40-t {
    padding-right: 5.2083333333vw !important; }
  .pr-20-t {
    padding-right: 2.6041666667vw !important; }
  .pl-20-t {
    padding-left: 2.6041666667vw !important; }
  .p-l-0-t {
    padding-left: 0 !important; }
  .p-r-0-t {
    padding-right: 0 !important; }
  .full-width-grid-t {
    width: auto !important;
    margin-left: -2.6041666667vw !important;
    margin-right: -2.6041666667vw !important; }
  .h-1-3-t {
    height: 33.3333%; }
  .no-p-t-t {
    padding-top: 0 !important; } }

@media (max-width: 500px) {
  .max-height-60 {
    max-height: 16vw; }
  .h-100-p {
    height: 100%; }
  .pl-30-p {
    padding-left: 8vw !important; }
  .pr-30-p {
    padding-right: 8vw !important; }
  .pl-20-p {
    padding-left: 5.3333333333vw !important; }
  .pr-20-p {
    padding-right: 5.3333333333vw !important; }
  .no-p-t-p {
    padding-top: 0 !important; }
  .neg-m-tb {
    margin-top: -5.3333333333vw;
    margin-bottom: -5.3333333333vw; }
  .neg-m-lr {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw; }
  .neg-m-tb-p {
    margin-top: -5.3333333333vw;
    margin-bottom: -5.3333333333vw; }
  .neg-m-lr-p {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw; }
  .h-1-3-p {
    height: 33.3333%; }
  .text-right-p {
    text-align: right; }
  .bg-contain-p {
    background-size: contain !important; }
  .justify-start-p {
    justify-content: flex-start !important; }
  .justify-end-p {
    justify-content: flex-end !important; }
  .justify-center-p {
    justify-content: center !important; }
  .justify-between-p {
    justify-content: space-between !important; }
  .neg-m-p {
    margin: 0 -2.6666666667vw;
    flex: 1 0 100%; }
    .neg-m-p .grid__item__inner {
      padding: 2.6666666667vw 6.6666666667vw 4vw !important; }
  .full-width-p {
    width: 100% !important; }
  .full-width-grid-p {
    width: auto !important;
    margin-left: -2.6666666667vw !important;
    margin-right: -2.6666666667vw !important; }
  .b-p-l {
    border-left: 1px solid #000; }
  .b-p-r {
    border-right: 1px solid #000; }
  .b-p-t {
    border-top: 1px solid #000; }
  .b-p-b {
    border-bottom: 1px solid #000; }
  .b-p-bl {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; }
  .hidden-p {
    display: none !important; }
  .o-p-0 {
    order: 0 !important; }
  .o-p-1 {
    order: 1 !important; }
  .o-p-2 {
    order: 2 !important; }
  .o-p-3 {
    order: 3 !important; }
  .o-p-4 {
    order: 4 !important; }
  .o-p-5 {
    order: 5 !important; }
  .o-p-6 {
    order: 6 !important; }
  .o-p-7 {
    order: 7 !important; }
  .o-p-8 {
    order: 8 !important; }
  .o-p-9 {
    order: 9 !important; }
  .o-p-10 {
    order: 10 !important; }
  .o-p-11 {
    order: 11 !important; }
  .pb-15 {
    padding-bottom: 4vw !important; }
  .f-b-50-p {
    flex-basis: 50%; }
  .t-right-p {
    text-align: right; }
  .m-0-auto-p {
    margin: 0 auto; }
  .m-0-p {
    margin: 0 !important; }
  .no-pb-p {
    padding-bottom: 0 !important; }
  .no-p-p {
    padding: 0 !important; }
  .ml-5 {
    margin-left: 1.3333333333vw !important; }
  .mr-5 {
    margin-right: 1.3333333333vw !important; }
  .mt-15, .mt-15-p {
    margin-top: 4vw !important; }
  .mt-20-p {
    margin-top: 5.3333333333vw !important; }
  .mt-25-p {
    margin-top: 6.6666666667vw !important; }
  .mt-30-p {
    margin-top: 8vw !important; }
  .mt-40-p {
    margin-top: 10.6666666667vw !important; }
  .mt-0-p {
    margin-top: 0 !important; }
  .mb-5-p, .mb-5 {
    margin-bottom: 1.3333333333vw !important; }
  .mb-9-p, .mb-9 {
    margin-bottom: 2.4vw !important; }
  .mb-15-p, .mb-15 {
    margin-bottom: 4vw !important; }
  .mb-20-p, .mb-20 {
    margin-bottom: 5.3333333333vw !important; }
  .mb-25-p, .mb-25 {
    margin-bottom: 6.6666666667vw !important; }
  .mb-23-p, .mb-23 {
    margin-bottom: 6.1333333333vw !important; }
  .mb-21-p, .mb-21 {
    margin-bottom: 5.6vw !important; }
  .mb-40-p, .mb-40 {
    margin-bottom: 10.6666666667vw !important; }
  .mb-32-p, .mb-32 {
    margin-bottom: 8.5333333333vw !important; }
  .mb-35-p, .mb-35 {
    margin-bottom: 9.3333333333vw !important; }
  .mb-30-p, .mb-30 {
    margin-bottom: 8vw !important; }
  .mb-40-p, .mb-40 {
    margin-bottom: 10.6666666667vw !important; }
  .mb-50-p, .mb-50 {
    margin-bottom: 13.3333333333vw !important; }
  .mb-10-p, .mb-10 {
    margin-bottom: 2.6666666667vw !important; }
  .mb-80-p, .mb-80 {
    margin-bottom: 21.3333333333vw !important; }
  .pb-80-p, .pb-80 {
    padding-bottom: 21.3333333333vw !important; }
  .mb-0-p {
    margin-bottom: 0 !important; }
  .m-l-10 {
    margin-left: 2.6666666667vw !important; }
  .m-l-15 {
    margin-left: 4vw !important; }
  .m-l-30 {
    margin-left: 8vw !important; }
  .p-l-0-p {
    padding-left: 0 !important; }
  .p-r-0-p {
    padding-right: 0 !important; }
  .no-m-p-t {
    margin-top: 0 !important; }
  .no-m-b-p {
    margin-bottom: 0 !important; }
  .flow-column-p {
    flex-flow: column !important; }
  .neg-m-10-p {
    margin-left: -2.6666666667vw !important;
    margin-right: -2.6666666667vw !important;
    width: auto !important; }
  .neg-m-15-p {
    margin-left: -4vw !important;
    margin-right: -4vw !important;
    width: auto !important; } }

.color--red {
  color: #fe0000 !important;
  border-color: #fe0000 !important; }

.color--blue {
  color: #0000ff !important;
  border-color: #0000ff !important; }

.color--white {
  color: #fff !important;
  border-color: #fff !important; }

.color--black {
  color: #000 !important;
  border-color: #000 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.flex-1-1 {
  flex: 1 1; }

.b-red {
  border-color: #fe0000 !important; }

.b-blue {
  border-color: #0000ff !important; }

.bg-white {
  background-color: #fff; }

.bg-red {
  background-color: #ff0000; }

.bg-blue {
  background-color: #0000ff; }

.bg-black {
  background-color: #000; }

.bg-none {
  background: none !important; }

.h-auto {
  height: auto !important; }

.h-100 {
  height: 100%; }

.h-50 {
  height: 50%; }

.zindex-auto {
  z-index: auto !important; }

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden; }

.overflow-hidden {
  overflow: hidden; }

.font-inherit > * {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-top: 0 !important; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: 1.3888888889vw;
    pointer-events: none;
    width: 1.3888888889vw; }
    .plyr__control svg.icon--fullscreen {
      width: 30px; }
    .plyr__control svg.icon--soundoff {
      width: 28px; }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
    outline: 0; }

@media (max-width: 999px) {
  .plyr__control {
    padding: 1.3020833333vw 1.953125vw; }
    .plyr__control svg {
      display: block;
      fill: currentColor;
      height: 2.6041666667vw;
      pointer-events: none;
      width: 2.6041666667vw; }
      .plyr__control svg.icon--fullscreen {
        width: 30px; }
      .plyr__control svg.icon--soundoff {
        width: 28px; } }

@media (max-width: 500px) {
  .plyr__controls [data-plyr="play"] {
    margin-left: -16px !important; }
  .plyr__share-stories {
    padding-right: 0 !important; }
  .plyr__control {
    padding: 2.6666666667vw 4vw; }
    .plyr__control svg {
      display: block;
      fill: currentColor;
      height: 5.3333333333vw;
      pointer-events: none;
      width: 5.3333333333vw; }
      .plyr__control svg.icon--fullscreen {
        width: 30px; }
      .plyr__control svg.icon--soundoff {
        width: 28px; }
  #podcast .plyr--audio .plyr__controls {
    padding: 35px 20px 10px !important; }
  .plyr__volume {
    display: none; } }

.plyr__control[aria-pressed='false'] .icon--pressed,
.plyr__control[aria-pressed='true'] .icon--not-pressed,
.plyr__control[aria-pressed='false'] .label--pressed,
.plyr__control[aria-pressed='true'] .label--not-pressed {
  display: none; }

.plyr__control--overlaid {
  border: 0;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }
  .plyr__control--overlaid svg {
    position: relative;
    width: 4vw;
    height: 4vw; }
  @media (max-width: 1000px) {
    .plyr__control--overlaid svg {
      width: 6vw;
      height: 6vw; } }
  @media (max-width: 500px) {
    .plyr__control--overlaid {
      top: 47%; }
      .plyr__control--overlaid svg {
        width: 8vw;
        height: 8vw; } }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr__subscribebox,
.plyr__sharebox {
  display: none;
  z-index: 10;
  padding: 1.3888888889vw;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 33.3333333333vw;
  min-width: 29.1666666667vw;
  max-height: 22.2222222222vw;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4); }
  .plyr__subscribebox.plyr__sharebox--opened,
  .plyr__sharebox.plyr__sharebox--opened {
    display: block; }
  .plyr__subscribebox .plyr__sharebox-title,
  .plyr__sharebox .plyr__sharebox-title {
    font-size: 1.875vw;
    line-height: 2.9166666667vw;
    color: #000 !important; }
  .plyr__subscribebox .plyr__sharebox-container,
  .plyr__sharebox .plyr__sharebox-container {
    width: 100%;
    display: flex; }
  .plyr__subscribebox .plyr__sharebox-close,
  .plyr__sharebox .plyr__sharebox-close {
    position: absolute;
    cursor: pointer;
    top: 1.3888888889vw;
    right: 1.3888888889vw; }
    .plyr__subscribebox .plyr__sharebox-close svg,
    .plyr__sharebox .plyr__sharebox-close svg {
      width: 20px; }

.plyr-share {
  margin-top: 1.0416666667vw; }
  .plyr-share .socials__item {
    margin-right: 1.3888888889vw; }
    .plyr-share .socials__item:hover {
      text-decoration: none; }

.plyr-share-input {
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  color: #000;
  font-size: 1.25vw;
  margin-top: 1.0416666667vw; }

@media (max-width: 999px) {
  .plyr-share {
    margin-top: 1.953125vw; }
    .plyr-share .socials__item {
      margin-right: 2.6041666667vw; }
      .plyr-share .socials__item:hover {
        text-decoration: none; }
  .plyr__sharebox,
  .plyr__subscribebox {
    max-width: 62.5vw;
    min-width: 54.6875vw;
    max-height: 41.6666666667vw;
    padding: 2.6041666667vw; }
    .plyr__sharebox .plyr__sharebox-close,
    .plyr__subscribebox .plyr__sharebox-close {
      top: 2.6041666667vw;
      right: 2.6041666667vw; }
    .plyr__sharebox .plyr__sharebox-title,
    .plyr__subscribebox .plyr__sharebox-title {
      font-size: 3.515625vw !important;
      line-height: 4.1666666667vw !important; }
  .plyr-share-input {
    margin-top: 1.953125vw;
    font-size: 2.34375vw; } }

@media (max-width: 500px) {
  .plyr-share {
    margin-top: 4vw; }
    .plyr-share .socials__item {
      margin-right: 5.3333333333vw; }
      .plyr-share .socials__item:hover {
        text-decoration: none; }
  .plyr__sharebox,
  .plyr__subscribebox {
    padding: 5.3333333333vw;
    max-width: none;
    max-height: none;
    min-width: auto;
    width: calc(100% - 5.3333333333vw); }
    .plyr__sharebox .plyr__sharebox-close,
    .plyr__subscribebox .plyr__sharebox-close {
      top: 5.3333333333vw;
      right: 5.3333333333vw; }
    .plyr__sharebox .plyr__sharebox-title,
    .plyr__subscribebox .plyr__sharebox-title {
      font-size: 7.2vw !important;
      line-height: 8.5333333333vw !important; }
  .plyr-share-input {
    margin-top: 4vw;
    font-size: 4.8vw; } }

.grid__item--podcast .plyr__control {
  padding: 0 1.3888888889vw 0 0; }

@media (max-width: 999px) {
  .grid__item--podcast .plyr__control {
    padding: 0 2.6041666667vw 0 0; }
    .grid__item--podcast .plyr__control svg {
      height: 3.90625vw;
      width: 3.6458333333vw; }
  .grid__item--podcast .plyr__controls [data-plyr="play"] {
    margin-left: 0 !important; } }

@media (max-width: 500px) {
  .grid__item--podcast .plyr__control {
    padding: 0 5.3333333333vw 0 0; }
    .grid__item--podcast .plyr__control svg {
      height: 8vw;
      width: 7.4666666667vw; } }

.plyr-podcasts-subpage.plyr__controls {
  flex-flow: row nowrap; }
  .plyr-podcasts-subpage.plyr__controls [data-plyr='play'] {
    margin-right: 2.0833333333vw; }
  .plyr-podcasts-subpage.plyr__controls .plyr__time--duration {
    margin-right: 2.7777777778vw; }
  .plyr-podcasts-subpage.plyr__controls .plyr__progress {
    margin-right: 2.7777777778vw;
    flex: 1 0 0; }
    .plyr-podcasts-subpage.plyr__controls .plyr__progress input[type=range]::-moz-range-thumb {
      box-shadow: 0 1px 1px #000;
      border: 0;
      height: 14px;
      width: 1px;
      border-radius: 0;
      background: #000;
      cursor: pointer;
      margin-top: 2px; }
    .plyr-podcasts-subpage.plyr__controls .plyr__progress input[type=range]::-webkit-slider-thumb {
      box-shadow: 0 1px 1px #000;
      border: 0;
      height: 14px;
      width: 1px;
      border-radius: 0;
      background: #000;
      cursor: pointer;
      margin-top: -5px; }
    .plyr-podcasts-subpage.plyr__controls .plyr__progress input[type=range]::-ms-thumb {
      box-shadow: 0 1px 1px #000;
      border: 0;
      height: 14px;
      width: 1px;
      border-radius: 0;
      background: #000;
      cursor: pointer;
      margin-top: 2px; }
  .plyr-podcasts-subpage.plyr__controls .plyr__controls-right {
    width: auto !important; }
  .plyr-podcasts-subpage.plyr__controls .plyr__progress--buffer {
    box-shadow: black 0px 1px 1px;
    color: #000; }

@media (max-width: 999px) {
  .plyr-podcasts-subpage.plyr__controls {
    flex-flow: row wrap; }
    .plyr-podcasts-subpage.plyr__controls svg {
      height: auto;
      width: auto; }
    .plyr-podcasts-subpage.plyr__controls [data-plyr='play'] {
      margin-right: 0; }
    .plyr-podcasts-subpage.plyr__controls .plyr__time--duration {
      margin-right: 0;
      position: absolute;
      top: 1.953125vw;
      right: 0; }
      .plyr-podcasts-subpage.plyr__controls .plyr__time--duration:before {
        display: none; }
    .plyr-podcasts-subpage.plyr__controls .plyr__time {
      position: absolute;
      top: 1.953125vw;
      margin: 0; }
    .plyr-podcasts-subpage.plyr__controls .plyr__progress {
      margin-right: 0;
      flex: 1 0 100%; }
    .plyr-podcasts-subpage.plyr__controls .plyr__controls-right {
      width: auto !important; }
    .plyr-podcasts-subpage.plyr__controls .plyr__progress--buffer {
      box-shadow: black 0px 1px 1px;
      color: #000; } }

@media (max-width: 500px) {
  .plyr-podcasts-subpage.plyr__controls [data-plyr='play'] {
    margin-left: 0 !important; }
  .plyr-podcasts-subpage.plyr__controls .plyr__time--duration {
    top: 4vw; }
  .plyr-podcasts-subpage.plyr__controls .plyr__time {
    top: 4vw; } }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  /*[data-plyr='play'] {
        margin-left: -16px;//-$plyr-control-spacing;
    }*/ }
  .plyr__controls .plyr__time,
  .plyr__controls .plyr__menu {
    margin-left: 5px; }
    .plyr__controls .plyr__time:first-child,
    .plyr__controls .plyr__time:first-child + [data-plyr='pause'],
    .plyr__controls .plyr__menu:first-child,
    .plyr__controls .plyr__menu:first-child + [data-plyr='pause'] {
      margin-left: 0; }
  .plyr__controls .plyr__volume {
    margin-left: 5px; }
  .plyr__controls [data-plyr='fullscreen'] {
    margin-right: -10px; }
  @media (min-width: 480px) {
    .plyr__controls > .plyr__control + .plyr__control,
    .plyr__controls .plyr__menu + .plyr__control,
    .plyr__controls > .plyr__control + .plyr__menu {
      margin-left: 5px; } }

.plyr--video .plyr__controls,
.plyr--audio .plyr__controls {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 35px 20px 10px;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 2;
  justify-content: space-between; }
  .plyr--video .plyr__controls .plyr__controls-right,
  .plyr--audio .plyr__controls .plyr__controls-right {
    width: 70%; }
  .plyr--video .plyr__controls .plyr__controls-left,
  .plyr--video .plyr__controls .plyr__controls-right,
  .plyr--audio .plyr__controls .plyr__controls-left,
  .plyr--audio .plyr__controls .plyr__controls-right {
    display: flex;
    align-items: center; }
  .plyr--video .plyr__controls .plyr__controls-right,
  .plyr--audio .plyr__controls .plyr__controls-right {
    justify-content: flex-end; }
  .plyr--video .plyr__controls .plyr__control svg,
  .plyr--audio .plyr__controls .plyr__control svg {
    filter: none; }
  .plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded='true'],
  .plyr--audio .plyr__controls .plyr__control.plyr__tab-focus,
  .plyr--audio .plyr__controls .plyr__control:hover,
  .plyr--audio .plyr__controls .plyr__control[aria-expanded='true'] {
    color: #fff; }

.plyr--video .plyr__controls {
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); }
  .plyr--video .plyr__controls .plyr__control {
    padding: 0.6944444444vw 1.0416666667vw; }
  .plyr--video .plyr__controls .plyr__controls-left {
    width: 30%; }

.plyr--audio .plyr__controls {
  border-radius: inherit;
  color: #000;
  padding: 0; }
  .plyr--audio .plyr__controls .plyr__control.plyr__tab-focus, .plyr--audio .plyr__controls .plyr__control:hover, .plyr--audio .plyr__controls .plyr__control[aria-expanded='true'] {
    color: #000; }

#podcast .plyr--audio .plyr__controls {
  padding: 35px 40px 40px; }

#podcast .podcast-player-holder .podcast-download-link {
  padding-top: 0; }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%; }

.plyr--full-ui .plyr__video-embed iframe {
  pointer-events: none; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr__menu {
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    transition: transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 15px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: 4px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      content: '';
      height: 0;
      position: absolute;
      right: 15px;
      top: 100%;
      width: 0; }
    .plyr__menu__container ul {
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 10px; }
      .plyr__menu__container ul li {
        margin-top: 2px; }
        .plyr__menu__container ul li:first-child {
          margin-top: 0; }
    .plyr__menu__container .plyr__control {
      align-items: center;
      color: #4f5b5f;
      display: flex;
      font-size: 13px;
      padding: 5px 20px;
      user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: 4px solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: 40px; }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: rgba(79, 91, 95, 0.8);
          right: 5px; }
        .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: 300;
        margin: 10px;
        margin-bottom: 5px;
        padding-left: 40px;
        position: relative;
        width: calc(100% - 20px); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: rgba(79, 91, 95, 0.8);
          left: 10px; }
        .plyr__menu__container .plyr__control--back::before {
          background: #b7c5cd;
          box-shadow: 0 1px 0 #fff;
          content: '';
          height: 1px;
          left: 0;
          margin-top: 5px;
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container label.plyr__control {
      padding-left: 10px; }
      .plyr__menu__container label.plyr__control input[type='radio'] + span {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 100%;
        display: block;
        flex-shrink: 0;
        height: 16px;
        margin-right: 10px;
        position: relative;
        transition: all 0.3s ease;
        width: 16px; }
        .plyr__menu__container label.plyr__control input[type='radio'] + span::after {
          background: #fff;
          border-radius: 100%;
          content: '';
          height: 6px;
          left: 5px;
          opacity: 0;
          position: absolute;
          top: 5px;
          transform: scale(0);
          transition: transform 0.3s ease, opacity 0.3s ease;
          width: 6px; }
      .plyr__menu__container label.plyr__control input[type='radio']:checked + span {
        background: #fff; }
        .plyr__menu__container label.plyr__control input[type='radio']:checked + span::after {
          opacity: 1;
          transform: scale(1); }
      .plyr__menu__container label.plyr__control input[type='radio']:focus + span {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
        outline: 0; }
      .plyr__menu__container label.plyr__control.plyr__tab-focus input[type='radio'] + span,
      .plyr__menu__container label.plyr__control:hover input[type='radio'] + span {
        background: rgba(0, 0, 0, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      align-items: center;
      display: flex;
      margin-left: auto;
      margin-right: -10px;
      overflow: hidden;
      padding-left: 35px;
      pointer-events: none; }

.plyr__progress {
  display: flex;
  flex: 1 1 100%;
  position: relative; }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    font-size: 17px;
    left: 0; }

.plyr__progress--buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 2px;
  left: 0;
  margin: -1px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100%; }
  .plyr__progress--buffer::-webkit-progress-bar {
    background: transparent;
    transition: width 0.2s ease; }
  .plyr__progress--buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 2px; }
  .plyr__progress--buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 2px;
    transition: width 0.2s ease; }
  .plyr__progress--buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease; }

.plyr--video .plyr__progress--buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
  pointer-events: none; }

.plyr--stopped .plyr__poster {
  opacity: 1; }

.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 28px;
  color: #fff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    height: 2px;
    transition: all 0.3s ease;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%)); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 2px;
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: -6px; }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    height: 2px;
    transition: all 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #fff;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 2px; }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: 1px;
    height: 2px; }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    height: 2px;
    transition: all 0.3s ease;
    user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    height: 2px;
    transition: all 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    height: 2px;
    transition: all 0.3s ease;
    user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: #fff;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    box-sizing: border-box;
    height: 14px;
    position: relative;
    transition: all 0.2s ease;
    width: 2px;
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
    outline: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
    outline: 0; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__time {
  font-size: 17px; }
  @media (max-width: 767px) {
    .plyr__time {
      font-size: 15px; } }

.plyr__time + .plyr__time::before {
  content: '\002f';
  margin-right: 5px; }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 19px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 19px;
    transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1); }

.plyr--video {
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__volume {
  flex: 1;
  position: relative; }
  .plyr__volume input[type='range'] {
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    .plyr__volume {
      max-width: 50px; } }
  @media (min-width: 768px) {
    .plyr__volume {
      max-width: 80px; } }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important; }

.plyr--has-error {
  pointer-events: none; }
  .plyr--has-error::after {
    align-items: center;
    background: black;
    color: #fff;
    content: attr(data-plyr-error);
    display: flex;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px black;
    top: 0;
    width: 100%;
    z-index: 10; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:fullscreen .plyr__video-embed {
    overflow: visible; }
  .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:fullscreen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-webkit-full-screen video {
    height: 100%; }
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible; }
  .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-moz-full-screen video {
    height: 100%; }
  .plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible; }
  .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px; } }

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:-ms-fullscreen video {
    height: 100%; }
  .plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible; }
  .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr--fullscreen-fallback .plyr__video-embed {
    overflow: visible; }
  .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: rgba(47, 52, 61, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3; }
  .plyr__ads::after:empty {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 2px;
  left: 0;
  margin: -1px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/*# sourceMappingURL=plyr.css.map */