.banner {
  position: relative;
  width: 100%;
  top: -80px;
  margin-bottom: calc(-80px + 14px);
  min-height: 250px; }
  @media (min-width: 767px) {
    .banner {
      min-height: 400px; } }
  .bannerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .bannerBg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .bannerTitle {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33;
    color: #fff; }
    @media (min-width: 767px) {
      .bannerTitle {
        font-size: 50px; } }

.networkItem {
  position: relative; }
  .networkItem-images {
    position: relative;
    padding-top: 125%;
    background: #FFEAD1;
    border-radius: 8px;
    overflow: hidden; }
    .networkItem-images img {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .networkItem-wrap {
    display: block;
    width: calc(100% - var(--spacing-network) *2);
    position: absolute;
    bottom: 0;
    left: var(--spacing-network);
    padding: 18px 16px 24px;
    background: rgba(206, 27, 176, 0.32);
    -webkit-backdrop-filter: blur(55px);
    backdrop-filter: blur(55px);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    z-index: 1; }
  .networkItem-title {
    display: inherit;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #fff; }
    @media (min-width: 767px) {
      .networkItem-title {
        font-size: 20px; } }
  .networkItem-channel {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff; }
  .networkItem-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 97px/2);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 69px;
    height: 69px;
    background: #fff;
    border-radius: 50%;
    z-index: 1; }
    .networkItem-play::before {
      content: '';
      display: block;
      width: 80px;
      height: 80px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      border: 11px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      -webkit-transition: border .4s ease;
      transition: border .4s ease; }
    .networkItem-play .iconBox-play {
      margin-top: 1px;
      margin-left: 6px; }
    .networkItem-play.--play .iconBox-play {
      margin-top: 0;
      margin-left: 0;
      border-color: #FB7800;
      border-radius: 2px;
      border-width: 12px 12px 12px 12px;
      border-radius: 2px; }
    .networkItem-play.--play::before {
      border: 11px solid #fff; }

.networkWidget {
  --spacing-network: 8.5px;
  overflow: hidden; }
  .networkWidget .networkCol {
    margin-right: calc(var(--spacing-network) - var(--spacing-network)*2);
    margin-left: calc(var(--spacing-network) - var(--spacing-network)*2); }
  .networkWidget .networkItem {
    margin-top: 12px;
    padding-left: var(--spacing-network);
    padding-right: var(--spacing-network); }
    .networkWidget .networkItem-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1;
      color: #fff; }
  .networkWidget.swiper .swiper-button-next, .networkWidget.swiper .swiper-button-prev {
    top: calc(50% + 28px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0; }
  .networkWidget.swiper .swiper-button-next {
    right: 7px; }
  .networkWidget.swiper .swiper-button-prev {
    left: 7px;
    right: unset; }

.boxSwiper {
  position: relative; }
  .boxSwiper .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .boxSwiper .swiper-slide {
    padding-left: 0;
    padding-right: 0; }
  .boxSwiper .networkItem-wrap {
    width: 100%;
    left: 0; }

.broadcasterSwiper {
  position: relative; }
  .broadcasterSwiper .swiper-wrapper {
    padding-bottom: 34px;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .broadcasterSwiper .swiper-slide .broadcasterItem {
    padding-left: 0;
    padding-right: 0; }
  .broadcasterSwiper.swiper .swiper-button-prev {
    left: 5px; }
    @media (max-width: 767px) {
      .broadcasterSwiper.swiper .swiper-button-prev {
        top: 80px; } }
  .broadcasterSwiper.swiper .swiper-button-next {
    right: 5px; }
    @media (max-width: 767px) {
      .broadcasterSwiper.swiper .swiper-button-next {
        top: 80px; } }

.modalSwiper .broadcasterModal-inner {
  padding-bottom: 36px; }

.modalSwiper .broadcasterModal-bottom {
  max-height: 275px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }

.swiper .swiper-button-disabled, .broadcasterWidget-wrap .swiper-button-disabled, .networkSchedule .swiper-button-disabled {
  opacity: 0;
  visibility: hidden; }

.swiper .swiper-button-next, .swiper .swiper-button-prev, .broadcasterWidget-wrap .swiper-button-next, .broadcasterWidget-wrap .swiper-button-prev, .networkSchedule .swiper-button-next, .networkSchedule .swiper-button-prev {
  width: 32px;
  height: 32px;
  top: 104px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09); }
  @media (max-width: 767px) {
    .swiper .swiper-button-next, .swiper .swiper-button-prev, .broadcasterWidget-wrap .swiper-button-next, .broadcasterWidget-wrap .swiper-button-prev, .networkSchedule .swiper-button-next, .networkSchedule .swiper-button-prev {
      width: 28px;
      height: 28px; } }
  .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after, .broadcasterWidget-wrap .swiper-button-next::after, .broadcasterWidget-wrap .swiper-button-prev::after, .networkSchedule .swiper-button-next::after, .networkSchedule .swiper-button-prev::after {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23fff' rx='16'/%3E%3Cpath fill='%23FFA31A' d='M20.813 16a.686.686 0 0 1-.202.486l-6.875 6.875a.687.687 0 1 1-.972-.972L19.153 16l-6.39-6.389a.687.687 0 1 1 .973-.972l6.875 6.875a.687.687 0 0 1 .201.486Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%; }

.swiper .swiper-button-next, .broadcasterWidget-wrap .swiper-button-next, .networkSchedule .swiper-button-next {
  right: 24px; }
  @media (max-width: 767px) {
    .swiper .swiper-button-next, .broadcasterWidget-wrap .swiper-button-next, .networkSchedule .swiper-button-next {
      right: 15px; } }

.swiper .swiper-button-prev, .broadcasterWidget-wrap .swiper-button-prev, .networkSchedule .swiper-button-prev {
  top: calc(104px);
  right: 24px; }
  @media (max-width: 767px) {
    .swiper .swiper-button-prev, .broadcasterWidget-wrap .swiper-button-prev, .networkSchedule .swiper-button-prev {
      right: 15px; } }
  .swiper .swiper-button-prev::after, .broadcasterWidget-wrap .swiper-button-prev::after, .networkSchedule .swiper-button-prev::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.swiper .swiper-pagination, .broadcasterWidget-wrap .swiper-pagination, .networkSchedule .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .swiper .swiper-pagination-bullet, .broadcasterWidget-wrap .swiper-pagination-bullet, .networkSchedule .swiper-pagination-bullet {
    background-color: #CACACA;
    width: 6px;
    height: 6px;
    opacity: 1; }
    .swiper .swiper-pagination-bullet-active, .broadcasterWidget-wrap .swiper-pagination-bullet-active, .networkSchedule .swiper-pagination-bullet-active {
      background-color: #EB7C05;
      width: 10px;
      height: 10px; }

.broadcasterWidget-wrap .swiper-button-next, .broadcasterWidget-wrap .swiper-button-prev {
  top: unset;
  bottom: 140px; }
  @media (max-width: 767px) {
    .broadcasterWidget-wrap .swiper-button-next, .broadcasterWidget-wrap .swiper-button-prev {
      bottom: 104px; } }

.broadcasterWidget-wrap .swiper-button-next {
  right: 15px; }
  @media (max-width: 767px) {
    .broadcasterWidget-wrap .swiper-button-next {
      right: 4px; } }

.broadcasterWidget-wrap .swiper-button-prev {
  right: 0;
  left: 15px; }
  @media (max-width: 767px) {
    .broadcasterWidget-wrap .swiper-button-prev {
      left: 4px; } }

.breadcrumbsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--black); }
  @media (max-width: 767px) {
    .breadcrumbsList {
      font-size: 13px; } }
  .breadcrumbsList .breadLink {
    color: #646565; }
  .breadcrumbsList .separator {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px; }
  .breadcrumbsList span {
    color: #454545; }
  .breadcrumbsList li:last-child span {
    color: #EB7C05; }
    @media (max-width: 1000px) {
      .breadcrumbsList li:last-child span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 190px;
        display: inline-block;
        vertical-align: bottom; } }

.modals {
  width: 100%;
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  overflow-x: hidden; }
  .modals .overlayMod {
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vh;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .modals.md-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 9999999999; }
  .modalsBox {
    position: fixed;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%); }
    @media (max-width: 680px) {
      .modalsBox {
        width: calc(100% - 30px); } }
    .modalsBox-title {
      padding-left: 24px;
      padding-right: 24px;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.3;
      color: #093477; }
      @media (max-width: 680px) {
        .modalsBox-title {
          padding-left: 15px;
          padding-right: 15px; } }
    .modalsBox-inner {
      padding-top: 24px;
      padding-bottom: 24px;
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .modalsBox-inner.--mdSlider {
        max-height: 500px; }
  .modals .close {
    position: fixed;
    top: 10px;
    right: 10px;
    opacity: 1;
    z-index: 3;
    -webkit-appearance: none;
    border-radius: 50% !important;
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--black);
    background: #fff;
    border: 1px solid var(--pink);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.25C8.07164 0.25 6.18657 0.821828 4.58319 1.89317C2.97982 2.96451 1.73013 4.48726 0.992179 6.26884C0.254225 8.05042 0.061142 10.0108 0.437348 11.9021C0.813554 13.7934 1.74215 15.5307 3.10571 16.8943C4.46928 18.2579 6.20656 19.1865 8.09787 19.5627C9.98919 19.9389 11.9496 19.7458 13.7312 19.0078C15.5127 18.2699 17.0355 17.0202 18.1068 15.4168C19.1782 13.8134 19.75 11.9284 19.75 10C19.745 7.41566 18.7162 4.93859 16.8888 3.11118C15.0614 1.28378 12.5843 0.254956 10 0.25ZM13.5344 12.4656C13.6752 12.6078 13.7542 12.7999 13.7542 13C13.7542 13.2001 13.6752 13.3922 13.5344 13.5344C13.391 13.673 13.1994 13.7505 13 13.7505C12.8006 13.7505 12.609 13.673 12.4656 13.5344L10 11.0594L7.53438 13.5344C7.39102 13.673 7.19942 13.7505 7 13.7505C6.80059 13.7505 6.60898 13.673 6.46563 13.5344C6.32479 13.3922 6.24578 13.2001 6.24578 13C6.24578 12.7999 6.32479 12.6078 6.46563 12.4656L8.94063 10L6.46563 7.53437C6.34603 7.38865 6.28491 7.20366 6.29416 7.01537C6.30341 6.82708 6.38236 6.64896 6.51566 6.51566C6.64896 6.38236 6.82708 6.3034 7.01537 6.29416C7.20366 6.28491 7.38866 6.34603 7.53438 6.46563L10 8.94062L12.4656 6.46563C12.6114 6.34603 12.7963 6.28491 12.9846 6.29416C13.1729 6.3034 13.351 6.38236 13.4843 6.51566C13.6176 6.64896 13.6966 6.82708 13.7058 7.01537C13.7151 7.20366 13.654 7.38865 13.5344 7.53437L11.0594 10L13.5344 12.4656Z' fill='%23333333' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center; }
  .modals.shareModal .modalsBox-title {
    padding-left: 8px;
    padding-right: 8px; }
  .modals.shareModal .modalsBox-inner {
    padding-top: 0;
    padding-bottom: 0; }
  .modals.shareModal .modalsBox-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 10px; }
    @media (min-width: 1000px) {
      .modals.shareModal .modalsBox-head {
        gap: 25px;
        padding: 20px 15px; } }
  .modals.shareModal .modalsBox-content {
    position: relative;
    padding: 16px 10px;
    background: #f3f3f3; }
    @media (min-width: 1000px) {
      .modals.shareModal .modalsBox-content {
        padding: 20px 15px; } }
  .modals.shareModal .modalsBox-title {
    color: #333333; }
  .modals.shareModal .modalsBox-icon .btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 32px;
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; }
    .modals.shareModal .modalsBox-icon .btn .iconBox-close {
      width: 32px;
      height: 32px; }
  .modals.shareModal .socmedTitle {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666; }
  .modals.shareModal .socmedList {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px; }
  .modals.shareModal .socmedButton {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    gap: 8px;
    padding: 4px; }
    .modals.shareModal .socmedButton span {
      pointer-events: none; }
    .modals.shareModal .socmedButton.-tooltip:before {
      content: attr(data-title);
      position: absolute;
      width: auto;
      background: #000;
      color: #fff;
      padding: 2px 5px;
      border-radius: 4px;
      font-size: 10px;
      text-align: center;
      white-space: nowrap;
      top: -20px; }
  .modals.shareModal .socmedTxt {
    font-size: 12px;
    font-weight: 400;
    color: #999999; }
  .modals.shareModal .close {
    position: relative;
    top: unset;
    right: unset; }
  .modals.collabModal .modalsBox {
    max-width: 400px; }
    .modals.collabModal .modalsBox-inner {
      padding-left: 24px;
      padding-right: 24px; }
    .modals.collabModal .modalsBox-head {
      text-align: center; }
    .modals.collabModal .modalsBox-title {
      font-size: 20px;
      font-weight: 600;
      line-height: 28px;
      color: #333333; }
    .modals.collabModal .modalsBox-content {
      text-align: center;
      color: #666666;
      margin-top: 20px; }
      .modals.collabModal .modalsBox-content .btnPrimary {
        margin-top: 20px; }
      .modals.collabModal .modalsBox-content .close {
        position: relative;
        top: unset;
        right: unset;
        border-radius: unset;
        height: unset;
        width: unset;
        border: unset;
        background: transparent;
        background-image: unset;
        color: #fff;
        padding: 8px 22px;
        border-radius: 20px !important;
        background: #EB7C05; }

.network {
  --spacing-network: 7.5px;
  margin-bottom: 80px; }
  .network .breadLink,
  .network .bread .separator {
    color: #646565; }
  .network .breadcrumbs .separator::before {
    content: none; }
  .network .breadcrumbs li:last-child span {
    color: #EB7C05; }
  .networkSection {
    margin-top: 28px; }
    .networkSection-row {
      --spacing-detail: 36px; }
      @media (min-width: 992px) {
        .networkSection-row {
          margin-right: calc(var(--spacing-detail) - var(--spacing-detail)*2);
          margin-left: calc(var(--spacing-detail) - var(--spacing-detail)*2); } }
    @media (min-width: 992px) {
      .networkSection-col {
        padding-left: var(--spacing-detail);
        padding-right: var(--spacing-detail); } }
  .networkCol {
    margin-right: calc(var(--spacing-network) - var(--spacing-network)*2);
    margin-left: calc(var(--spacing-network) - var(--spacing-network)*2); }
  .networkItem {
    margin-top: 20px;
    padding-left: var(--spacing-network);
    padding-right: var(--spacing-network); }
    .networkItem-play {
      top: calc(50% - 109px / 2);
      -webkit-transform: scale(0.8) translate(-50%, -50%);
      transform: scale(0.8) translate(-50%, -50%); }
      @media (min-width: 767px) {
        .networkItem-play {
          top: calc(50% - 97px / 2);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
  .networkBanner {
    position: relative;
    text-align: center; }
    .networkBanner-title {
      margin-top: 20px;
      font-size: 26px;
      line-height: 1.2; }
      @media (min-width: 767px) {
        .networkBanner-title {
          margin-top: 0;
          font-size: 64px; } }
    .networkBanner-channel {
      margin-top: 8px;
      font-size: 16px;
      line-height: 1.3;
      color: #fff; }
      @media (min-width: 767px) {
        .networkBanner-channel {
          font-size: 24px; } }
    .networkBanner .networkItem-play {
      position: relative;
      top: unset;
      left: unset;
      -webkit-transform: none;
      transform: none;
      margin: 18px auto 0; }
  .networkDesc {
    color: #1D1D1D;
    margin-top: 8px; }
  .networkSchedule-list {
    margin-top: 16px; }
  .networkSchedule-item {
    margin-top: 12px;
    border-radius: 8px;
    overflow: hidden; }
    .networkSchedule-item.open .networkSchedule-content {
      opacity: 1;
      max-height: 10em;
      -webkit-transition: opacity .4s linear .4s, max-height .4s linear;
      transition: opacity .4s linear .4s, max-height .4s linear;
      will-change: opacity, max-height; }
    .networkSchedule-item.open .networkSchedule-trig::after {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .networkSchedule-item.close .networkSchedule-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: opacity .4s linear .4s, max-height .4s linear;
      transition: opacity .4s linear .4s, max-height .4s linear;
      will-change: opacity, max-height; }
  .networkSchedule-trig {
    width: 100%;
    position: relative; }
    .networkSchedule-trig:has(.live) ~ .networkSchedule-content {
      background: #E36D19;
      color: #fff; }
    .networkSchedule-trig::after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 2px solid #949393;
      border-right: 2px solid #949393;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 22px;
      top: 22px;
      -webkit-transition: -webkit-transform .4s linear;
      transition: -webkit-transform .4s linear;
      transition: transform .4s linear;
      transition: transform .4s linear, -webkit-transform .4s linear; }
  .networkSchedule-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding: 14px 16px;
    background: #F4F8FF; }
    @media (min-width: 767px) {
      .networkSchedule-head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .networkSchedule-content {
    background: #F6F6F6; }
  .networkSchedule-wrap {
    text-align: left;
    padding: 14px 16px 28px; }
  .networkSchedule-title {
    margin-top: 4px;
    padding-right: 35px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    color: #000000; }
    @media (min-width: 767px) {
      .networkSchedule-title {
        margin-top: 0;
        margin-left: 15px;
        font-size: 18px; } }
  .networkSchedule-clock {
    min-width: 136px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
    color: #000000; }
    @media (min-width: 767px) {
      .networkSchedule-clock {
        -ms-flex-item-align: center;
        align-self: center;
        min-width: 150px;
        font-size: 18px; } }
  .networkSchedule-days {
    position: relative;
    margin-top: 6px; }
    .networkSchedule-days::after {
      content: '';
      position: absolute;
      right: 0;
      top: 8px;
      width: 36px;
      height: 40px;
      background: -webkit-gradient(linear, left top, right top, color-stop(30.56%, rgba(217, 217, 217, 0)), to(#858585));
      background: linear-gradient(90deg, rgba(217, 217, 217, 0) 30.56%, #858585 100%);
      z-index: 1;
      opacity: 0; }
      @media (min-width: 767px) {
        .networkSchedule-days::after {
          top: 18px; } }
      @media (min-width: 1270px) {
        .networkSchedule-days::after {
          opacity: 1; } }
    .networkSchedule-days.-lastSlide::after {
      content: none; }
    .networkSchedule-days .swiper-slide {
      width: 97px; }
  .networkSchedule-tab {
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
    padding: 7px 14px;
    border: 0;
    background: #B5B5B5;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff; }
    @media (min-width: 767px) {
      .networkSchedule-tab {
        margin-top: 18px;
        font-size: 20px; } }
    .networkSchedule-tab.active {
      background: linear-gradient(307.41deg, #9E0AAB 4.09%, #DA6960 32.49%, #EB9538 50.28%, #EDC04E 88.42%); }
  .networkSchedule .swiper-button-next, .networkSchedule .swiper-button-prev {
    display: none; }
    @media (min-width: 990px) {
      .networkSchedule .swiper-button-next, .networkSchedule .swiper-button-prev {
        top: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 990px) {
    .networkSchedule .swiper-button-next {
      right: 16px; } }
  @media (min-width: 990px) {
    .networkSchedule .swiper-button-prev {
      left: 16px; } }
  .networkData {
    margin-top: 24px; }
    .networkData-caption {
      margin-top: 18px;
      border-radius: 8px;
      padding: 13px 16px;
      background: #EA7B2C;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      letter-spacing: .4px; }
      @media (min-width: 767px) {
        .networkData-caption {
          font-size: 18px; } }
    .networkData-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
    .networkData-item {
      margin-top: 14px;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      letter-spacing: .4px;
      color: #434343;
      font-size: 16px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (min-width: 767px) {
        .networkData-item {
          -webkit-box-flex: unset;
          -ms-flex: unset;
          flex: unset; } }
      .networkData-item span {
        display: block;
        margin-bottom: 2px;
        font-size: 16px;
        font-weight: 600; }
        @media (min-width: 767px) {
          .networkData-item span {
            font-size: 20px; } }

.live {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding: 6px 32px 6px 14px;
  border-radius: 8px;
  border: 1px solid #EB7C05;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.18;
  color: #EB7C05;
  text-transform: uppercase; }
  .live::after {
    content: "";
    top: 8px;
    right: 12px;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F53131;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: .1; }
  50% {
    opacity: 1; }
  to {
    opacity: .1; } }

@keyframes blink {
  0% {
    opacity: .1; }
  50% {
    opacity: 1; }
  to {
    opacity: .1; } }
