hr, p, ul {
    margin-bottom: 1rem;
}
hr {
    overflow: visible;
}
h1, h2, h3 {
    margin-bottom: 0.5rem;
}
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
}
h2, h3, p, ul {
    margin-top: 0;
}
 .main-inner, .nt {
    transition: none;
}
 body {
    text-align: left;
}
 .center23, h1, h2, h3 {
    text-align: center;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-weight: 400;
    line-height: 1.6;
}
hr {
    box-sizing: content-box;
    margin-top: 1rem;
    border: 0;
    box-sizing: content-box;
    height: 0;
}
a {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}
 a:hover {
    text-decoration: underline;
}
 a:link, a:visited {
    text-decoration: none;
}
 h2, h3, video {
    display: inline-block;
}
 [type="button"]:not(:disabled) {
    cursor: pointer;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
h1, h2, h3 {
    font-weight: 500;
    line-height: 1.2;
}
.main, .main-inner {
    max-width: 100%;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
}
 footer, header {
    display: block;
}
video {
    vertical-align: baseline;
}
a:active, a:hover {
    outline: 0;
}
strong {
    font-weight: 700;
}
img {
    border: 0;
    vertical-align: initial;
}
* {
    outline: 0 !important;
    transition: 20ms;
}
h1 {
    margin: 0 0 0.67em;
    font-size: 18px;
}
 h2, h3 {
    font-size: 17px;
}
a:link, a:visited, body a:link {
    color: #f3f61f;
}
 a:active, a:focus, a:hover {
    color: #fff;
}
body {
    font-size: 16px;
    display: initial !important;
    background-color: #000 !important;
    color: #fff !important;
    margin: 0;
    font-family: Helvetica, sans-serif;
}
.main-inner {
    margin-top: 50px !important;
    margin: auto;
    width: 1200px;
    min-height: calc(100vh - 40px);
    border-bottom: 1px solid transparent;
    max-height: 100% !important;
}
.center23 {
    text-align: center;
}
.layouts-page-head {
    display: block;
    position: relative;
    min-height: 15px;
}
.layouts-page-head .page-head-content {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.layouts-page-head .page-after-title {
    display: block !important;
    margin: 10px 0 0;
}
.layouts-page-head h1 {
    margin: 0;
}
.layouts-page-content {
    display: block;
    position: relative;
}
@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(/css/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/css/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/css/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(/css/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
 body h1, body h2 {
    color: #f8f9fa;
}
body .main-inner {
    border-left-color: #111 !important;
    border-bottom-color: #111;
}
body.stream .main-inner {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
hr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
body hr {
    border-top-color: #000;
    border-bottom-color: #222;
}
.header, .header ul {
    background-color: #000;
}
.stream-box-sources-list {
    border-radius: 0;
    padding: 0;
}
.header {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: inherit;
    width: 100%;
    z-index: 3;
    height: 50px;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.header li a, .header li a:link {
    display: block;
    padding: 0;
    border-right: 0px solid #212121;
    text-decoration: none;
    line-height: 35px;
    color: #8fc7ff;
    font-weight: 600;
}
 .header li a:hover {
    background: #222;
    color: #fff;
}
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}
@media (min-width: 49em) {
    .header {
        display: flex !important;
    }
}
@media (min-width: 48em) {
    .header li {
        float: left;
    }
    .header li a {
        padding: 0 15px;
    }
    .header .menu {
        clear: none;
        float: left;
        max-height: none;
    }
}
.dropdown {
    float: left;
    overflow: hidden;
    width: 100%;
}

/* ==================== UPDATED HEADER44 STYLES ==================== */
:root {
    --primary-color44: #8fc7ff;
    --primary-hover44: #6ba8e0;
    --bg-darker44: #000;
    --text-light44: #fff;
    --text-muted44: #ccc;
    --border-color44: #333;
    --transition44: all 0.2s ease;
    --radius-md44: 8px;
}

.header44 {
    background-color: var(--bg-darker44);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0 1rem;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.header-container44 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo44 {
    height: 51px;
    width: 200px;
    background: url('https://sport.stream2watch.com/images/logo.png') center/contain no-repeat;
}

.nav-menu44 {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown44, .nav-menu44>li {
    position: relative;
}

.nav-menu44>li>a {
    display: block;
    padding: 0 .8rem;
    line-height: 70px;
    font-weight: 600;
    white-space: nowrap;
    font-size: .95rem;
    color: var(--primary-color44);
    transition: var(--transition44);
}

.nav-menu44>li>a:hover {
    color: var(--primary-hover44);
}

.dropdown-toggle44::after {
    content: "▼";
    font-size: .6rem;
    margin-left: .3rem;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-menu44 {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid var(--border-color44);
    border-top: none;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 1000;
    border-radius: 0 0 var(--radius-md44) var(--radius-md44);
    background-color: var(--bg-darker44);
    transition: var(--transition44);
}

.dropdown44:hover .dropdown-menu44 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu44 li {
    border-bottom: 1px solid var(--border-color44);
}

.dropdown-menu44 li:last-child {
    border-bottom: none;
}

.dropdown-menu44 a {
    display: block;
    padding: .7rem 1rem;
    color: var(--text-muted44);
    white-space: nowrap;
    transition: var(--transition44);
}

.dropdown-menu44 a:hover {
    background-color: rgba(255,255,255,.05);
    color: var(--primary-color44);
}

.menu-toggle44 {
    display: none;
    cursor: pointer;
    padding: .75rem;
    background: 0 0;
    border: none;
    position: relative;
    z-index: 1100;
}

.menu-icon44 {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--text-light44);
    margin: 0 auto; /* ✅ center horizontally */
    transition: var(--transition44);
}

.menu-icon44::before, 
.menu-icon44::after {
    content: '';
    left: 0; /* ✅ Ensures all lines align from the same left */
	position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-light44);
    transition: var(--transition44);
}
.page-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin: 20px;
    line-height: 1.2;
    text-align: center; /* add this if you want it centered */
}

.page-title, body {
    color: var(--text-light);
}
.menu-icon44::before {
    top: -8px;
}

.menu-icon44::after {
    top: 8px;
}

.menu-toggle44.active .menu-icon44 {
    background-color: transparent;
}

.menu-toggle44.active .menu-icon44::before {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle44.active .menu-icon44::after {
    transform: translateY(-8px) rotate(-45deg);
}

.sr-only44 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

/* Mobile styles */
@media (max-width: 880px) {
    .menu-toggle44 {
        display: block;
    }
    
    .nav-menu44 {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: var(--bg-darker44);
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s;
        box-shadow: 0 10px 15px rgba(0,0,0,.3);
        padding: 0;
    }
    
    .nav-menu44.active {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        padding: 1rem 0;
    }
    
    .nav-menu44>li {
        border-bottom: 1px solid var(--border-color44);
    }
    
    .nav-menu44>li>a {
        padding: .75rem 1.25rem;
        line-height: 1.5;
        white-space: normal;
    }
    
    .dropdown-toggle44::after {
        content: "►";
        float: right;
        margin-top: 5px;
        transform: rotate(0);
        transition: transform .2s;
    }
    
    .dropdown44.active .dropdown-toggle44::after {
        transform: rotate(90deg);
    }
    
    .dropdown-menu44 {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        border: none;
        background-color: #1a1a1a;
        padding-left: 1rem;
        box-shadow: none;
    }
    
    .dropdown44.active .dropdown-menu44 {
        display: block;
    }
    
    .dropdown-menu44 a {
        padding: .6rem 1.25rem;
    }
}

@media (max-width: 400px) {
    .logo44 {
        width: 160px;
        height: 41px;
        background-size: contain;
    }
}
/* FOOTER-SPECIFIC STYLES */
footer {
  background-color: var(--bg-darker);
  padding: 3rem 1.25rem 2rem;
  border-top: 1px solid var(--border-color);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
}

.footer-column h3 {
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: .75rem;
}

.footer-column h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--primary-color);
}

.footer-column ul {
  list-style: none;
  padding-left: 0;
}

.footer-column li {
  margin-bottom: .75rem;
}

.footer-column a {
  color: var(--text-muted);
  transition: var(--transition);
  font-size: .95rem;
  display: inline-block;
  padding: .25rem 0;
}

.footer-column a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  margin-top: 2rem;
  color: var(--text-muted);
  font-size: .9rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* REQUIRED BASE VARIABLES */
:root {
  --primary-color: #8fc7ff;
  --primary-hover: #6ba8e0;
  --bg-darker: #000;
  --border-color: #333;
  --text-muted: #ccc;
  --transition: all 0.2s ease;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 1200px) {
  .footer-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-column h3 {
    margin-bottom: 1.25rem;
  }
}
.channel-description {
    max-width: 860px;
    margin: 0 auto;
    font-family: "Segoe UI", sans-serif;
    padding: 24px;
    background-color: #000;
    color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.05);
  }

  details {
    background-color: #111;
    border-radius: 8px;
    overflow: hidden;
  }

  summary {
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    background: #222;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #333;
  }

  summary:hover {
    background-color: #333;
  }

  summary i {
    color: #00d8ff;
    font-size: 1.3rem;
  }

  .channel-description img {
    display: block;
    max-width: 150px;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 6px;
    border: 2px solid #333;
  }

  .channel-description table {
    width: 100%;
    border-collapse: collapse;
  }

  .channel-description td {
    vertical-align: top;
    padding: 14px 10px;
    border-bottom: 1px solid #222;
    font-size: 0.95rem;
  }

  .channel-description ul {
    margin: 0;
    padding-left: 20px;
  }

  .channel-description li {
    margin-bottom: 6px;
  }

  @media (max-width: 600px) {
    .channel-description table,
    .channel-description td,
    .channel-description tr {
      display: block;
      width: 100%;
    }

    .channel-description tr {
      margin-bottom: 14px;
      background: #111;
      padding: 10px;
      border-radius: 8px;
    }

    .channel-description td::before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      color: #aaa;
      margin-bottom: 4px;
    }

    .channel-description td {
      padding: 8px 0;
      border: none;
    }
  }
.related-details {
  margin-top: 2rem;
  background: #111;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #333;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.related-details summary {
  padding: 1rem;
  font-size: 1.2rem;
  cursor: pointer;
  background-color: #222;
  border-bottom: 1px solid #444;
  display: flex;
  align-items: center;
  gap: 10px;
}

.related-details[open] summary {
  background-color: #1a1a1a;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}

.related-stream {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 0.5rem;
  text-align: center;
  transition: transform 0.2s;
}

.related-stream:hover {
  transform: scale(1.03);
  background-color: #222;
}

.related-stream img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.related-stream .title {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  font-weight: bold;
  color: #eee;
  text-decoration: none;
  display: block;
}

/* ✅ Mobile optimization */
@media (max-width: 480px) {
  .related-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
  }

  .related-stream .title {
    font-size: 0.8rem;
    padding: 0.3rem 0;
  }

  .related-details summary {
    font-size: 1rem;
    padding: 0.75rem;
  }
}
@media (max-width: 600px) {
  /* Hide first td on mobile */
  table tr td:first-child {
    display: block;
  }

  /* Show label inside second td via ::before */
  table tr td:nth-child(2)::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
    .controls {
        padding: 5px;
    }
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
ul.menu {
    position: relative !important;
    z-index: 9999;
}
@media only screen and (min-width: 600px) {
    .header li a,
    .header li a:link {
        padding: 6px 10px !important;
    }
}
.controls {
    position: absolute;
    display: flex;
}

.message {
    top: 50%;
    transform: translate(-50%, -50%);
}
.content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.controls {
    align-items: center;
}
.controls {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgb(0 0 0 / 0.7);
    z-index: 3;
}

.message {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 50%;
    text-align: center;
    display: none;
    z-index: 2;
}
@keyframes blink-text {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}
@keyframes blink-dot {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}
@keyframes pulse {
    50% {
        transform: scale(1.05);
    }
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(255 0 0 / 0.3);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px #fff0;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #fff0;
    }
}
@keyframes slideIn {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes slideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
@media (max-width: 768px) {
    .controls {
        padding: 5px;
    }
    #message {
        font-size: 18px;
    }
    #message {
        font-weight: 700;
    }
    
    #message .loading {
        color: #000 !important;
        font-weight: 700;
        font-size: 18px;
    }
}
@media (max-width: 48em) {
    .header .menu {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        overflow-y: auto;
        z-index: 999;
    }
    .header li a {
        padding: 15px 20px !important;
        line-height: 1.5;
        border-bottom: 1px solid #333;
    }
}
.s2w-video-container {
    width: 100%;
    max-width: 850px;
    position: relative;
    aspect-ratio: 16 / 9;
    margin: auto;
    background-color: #000;
}
.s2w-video-player {
    width: 100%;
    height: 100%;
    display: none;
}
.s2w-video-screen {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.s2w-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 0.7);
    border: 2px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s2w-play-btn:hover {
    background: rgb(255 255 255 / 0.2);
}
.s2w-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 0.8);
    padding: 0px;
    border-radius: 5px;
    text-align: center;
    z-index: 10;
    display: none;
    width: 80%;
    max-width: 400px;
}
.s2w-quality-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(0 0 0 / 0.7);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    z-index: 3;
}
.s2w-live-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(0 0 0 / 0.7);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    display: flex;
    align-items: center;
    z-index: 3;
}
.s2w-red-dot {
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    margin-right: 5px;
    animation: s2w-pulse 1.5s infinite;
}
@keyframes s2w-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@supports not (aspect-ratio: 16 / 9) {
    .s2w-video-container::before {
        float: left;
        padding-top: 56.25%;
        content: "";
    }
    .s2w-video-container::after {
        display: block;
        content: "";
        clear: both;
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.fa-play:before {
    content: "\f04b";
}

:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://sport.stream2watch.com/webfonts/fa-brands-400.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://sport.stream2watch.com/webfonts/fa-regular-400.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://sport.stream2watch.com/webfonts/fa-solid-900.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(https://sport.stream2watch.com/webfonts/fa-brands-400.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(https://sport.stream2watch.com/webfonts/fa-solid-900.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(https://sport.stream2watch.com/webfonts/fa-regular-400.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(https://sport.stream2watch.com/webfonts/fa-solid-900.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(https://sport.stream2watch.com/webfonts/fa-brands-400.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(https://sport.stream2watch.com/webfonts/fa-regular-400.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-regular-400.ttf) format("truetype");
    unicode-range: U+f003, U+f006, U+f014, U+f016-f017, U+f01a-f01b, U+f01d, U+f022, U+f03e, U+f044, U+f046, U+f05c-f05d, U+f06e, U+f070, U+f087-f088, U+f08a, U+f094, U+f096-f097, U+f09d, U+f0a0, U+f0a2, U+f0a4-f0a7, U+f0c5, U+f0c7,
        U+f0e5-f0e6, U+f0eb, U+f0f6-f0f8, U+f10c, U+f114-f115, U+f118-f11a, U+f11c-f11d, U+f133, U+f147, U+f14e, U+f150-f152, U+f185-f186, U+f18e, U+f190-f192, U+f196, U+f1c1-f1c9, U+f1d9, U+f1db, U+f1e3, U+f1ea, U+f1f7, U+f1f9, U+f20a,
        U+f247-f248, U+f24a, U+f24d, U+f255-f25b, U+f25d, U+f271-f274, U+f278, U+f27b, U+f28c, U+f28e, U+f29c, U+f2b5, U+f2b7, U+f2ba, U+f2bc, U+f2be, U+f2c0-f2c1, U+f2c3, U+f2d0, U+f2d2, U+f2d4, U+f2dc;
}
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(https://sport.stream2watch.com/webfonts/fa-v4compatibility.woff2) format("woff2"), url(https://sport.stream2watch.com/webfonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: U+f041, U+f047, U+f065-f066, U+f07d-f07e, U+f080, U+f08b, U+f08e, U+f090, U+f09a, U+f0ac, U+f0ae, U+f0b2, U+f0d0, U+f0d6, U+f0e4, U+f0ec, U+f10a-f10b, U+f123, U+f13e, U+f148-f149, U+f14c, U+f156, U+f15e, U+f160-f161,
        U+f163, U+f175-f178, U+f195, U+f1f8, U+f219, U+f250, U+f252, U+f27a;
}
