@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&family=Anton&family=Roboto+Condensed&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

* {
  box-sizing: border-box;
}

main, footer {
  display: block;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans TC", "Open Sans", Microsoft JhengHei, sans-serif;
  touch-action: pan-y;
  overflow-x: hidden;
}

img {
  vertical-align: middle;
  border: 0;
}

.loading {
  position: relative;
}

.loading:after {
  content: "";
  width: 44px;
  height: 44px;
  border: 4px solid #CCC;
  border-top-color: #000;
  border-radius: 50%;
  position: fixed;
  top: calc(50% + 45px);
  margin: -22px auto 0 auto;
  animation: loading 1s linear infinite;
  left: 0;
  right: 0;
}

@media (max-width: 640px) {
  .loading:after {
    top: calc(50% + 35px);
    margin: -18px auto 0 auto;
    border: 2px solid #CCC;
    border-top-color: rgba(255, 255, 255, 0.8);
    width: 36px;
    height: 36px;
  }
}
.nhl {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body > header {
  box-shadow: 0px 1px 15px #232323;
}

.top__menu {
  width: 100%;
  height: 90px;
  padding: 10px 0;
}

.top__menu .logo {
  height: 100%;
  float: left;
}

.top__menu .win__logo {
  height: 100%;
}

.top__menu .win__logo img {
  height: 100%;
}

.top__menu .menu__list {
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  margin: auto;
  height: 24px;
  line-height: 24px;
}

.top__menu .menu__item {
  color: #FFF;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 1000px) {
  .top__menu {
    padding: 10px 20px;
  }
}
@media (max-width: 640px) {
  .top__menu {
    height: 70px;
    padding: 10px;
  }
  .top__menu .hamburger__outer {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
  }
  .top__menu .hamburger {
    height: 21.76px;
    width: 32px;
    margin: 14.12px auto;
  }
  .top__menu .hamburger div {
    width: 100%;
    height: 0;
    background-color: #f08220;
    padding-bottom: 3.9168px;
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0deg);
    transition: 0.3s;
  }
  .top__menu .hamburger div:nth-child(2) {
    margin: 5.0048px 0;
  }
  .top__menu .menu__list {
    display: none;
  }
}
.slide__menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  z-index: 1000;
  visibility: hidden;
}

.slide__menu .share__container {
  margin-top: 50px;
  float: right;
}

.slide__menu .share__btn {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: right;
}

.slide__menu .share__btn img {
  width: 100%;
}

.slide__menu .slide__menu__list {
  min-height: calc(100% - 50px - 40px);
}

.close__menu__layer {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
}

.slide__menu__content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  width: 80%;
  max-width: 550px;
  box-shadow: 0px 0px 50px #333;
  transition: 0.4s ease;
  background-color: #eee;
  overflow-x: hidden;
  overflow-y: auto;
}

.slide__menu__content .menu__item {
  height: 50px;
  line-height: 50px;
  padding-left: 10%;
  border-bottom: 1px solid #CCC;
}

.slide__menu__content .team__icon {
  width: 38px;
  height: 100%;
  float: left;
  margin-right: 20px;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  .show__slide__menu .slide__menu {
    visibility: visible;
  }
  .show__slide__menu .close__menu__layer {
    opacity: 1;
  }
  .show__slide__menu .slide__menu__content {
    transform: translateX(0%);
  }
  .show__slide__menu .hamburger div:nth-child(1) {
    transform: translateX(-15%) translateY(-50%) rotate(-43deg);
    transform-origin: center right;
  }
  .show__slide__menu .hamburger div:nth-child(2) {
    opacity: 0;
  }
  .show__slide__menu .hamburger div:nth-child(3) {
    transform: translateX(-15%) translateY(50%) rotate(43deg);
    transform-origin: center right;
  }
}
html, body {
  margin: 0px;
  padding: 0px;
}

html,
body,
.main__container {
  min-height: calc(100% - 100px);
}

body {
  padding-top: 90px;
}

@media (max-width: 640px) {
  body {
    padding-top: 70px;
  }
}
body.loading .main__container {
  visibility: hidden;
}

body.loading footer {
  background-color: transparent;
}

body > header {
  background-color: #232323;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

footer {
  background-color: #232323;
  position: relative;
}

footer .copyright {
  margin: auto;
  padding: 30px 20px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

footer .share__container {
  position: absolute;
  max-width: 1080px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 1;
}

@media (max-width: 730px) {
  footer .share__container {
    display: none;
  }
}
footer .share__cell {
  vertical-align: middle;
}

footer .share__btn {
  width: 40px;
  height: 40px;
  float: right;
  margin: 10px;
}

footer .share__btn img {
  width: 100%;
}

.main__container {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.back__to__top {
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 2;
  bottom: 120px;
  right: calc(2% + 10px);
  cursor: pointer;
  border-radius: 50%;
  display: none;
}

.back__to__top img {
  width: 100%;
}

@media (max-width: 529px) {
  html,
  body,
  .main__container {
    min-height: calc(100% - 140px);
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 900px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .back__to__top {
    bottom: 40px;
  }
  html.show__slide__menu body {
    touch-action: none;
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  .show__slide__menu .slide__menu {
    visibility: visible;
  }
  .show__slide__menu .close__menu__layer {
    opacity: 1;
  }
  .show__slide__menu .slide__menu__content {
    transform: translateX(-100%);
  }
  .show__slide__menu .hamburger div:nth-child(1) {
    transform: translateX(-15%) translateY(-50%) rotate(-43deg);
    transform-origin: center right;
  }
  .show__slide__menu .hamburger div:nth-child(2) {
    opacity: 0;
  }
  .show__slide__menu .hamburger div:nth-child(3) {
    transform: translateX(-15%) translateY(50%) rotate(43deg);
    transform-origin: center right;
  }
  .screen {
    display: none;
  }
  .container {
    width: 100%;
  }
  .flex-row {
    padding: 0 20px;
  }
  .flex-row > * {
    width: 100%;
  }
  .sec-highlight {
    background-color: #342159;
  }
  footer {
    font-size: 16px;
  }
  footer p span {
    display: inline-block;
  }
}
.back__to__top {
  display: none;
  bottom: 60px;
}

body:not(.top) .back__to__top {
  display: block;
}

body {
  position: relative;
  line-height: 1.5;
}

body.loading main {
  display: none;
}

.hide {
  display: none;
}

.color-second {
  color: #fff04b;
}

.table {
  display: table;
  width: 100%;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

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

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

h1 {
  font-size: 0;
}

footer {
  padding: 2em 0;
  background-color: #232323;
  color: #ccc;
}

footer p {
  line-height: 1.5em;
}

.slide__menu__content .menu__item {
  height: 60px;
  font-size: 16px;
  color: #000;
}

.slide__menu__content .menu__item.core {
  color: #fff;
}

.menu__item > * {
  vertical-align: middle;
}

.slide__menu .menu__item:not(.core) img {
  width: 40px;
  margin-right: 10px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.back__to__top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-image: url(//win.on.cc/football/page/img/backToTop_g.png);
  background-size: 100%;
  z-index: 1;
  bottom: 150px;
  right: 20px;
  cursor: pointer;
  display: none;
}

main {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  main {
    font-size: 2.5vw;
    max-width: 100vw;
  }
}
main #main-body:after {
  display: table;
  content: "";
}

* {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 8px;
  background: #333;
}
*::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 5px;
}

.break {
  flex-basis: 100%;
}

main {
  margin: 0 auto;
  max-width: 1920px;
  background-color: #252180;
}

.container {
  max-width: 100%;
  padding: 0 20px;
  width: 1000px;
}
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

.image > img {
  max-width: 100%;
  height: auto;
}

#main-top {
  height: 416px;
  background-position: center 0;
  position: relative;
  background-image: url("../img/desktop/banner_02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 768px) {
  #main-top {
    height: 70vw;
    background-image: url("../img/mobile/bg_03.png");
    background-size: 100% auto;
  }
}
#main-top .menu {
  display: block;
  position: absolute;
  top: 500px;
  left: 48%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
#main-top .menu > a {
  max-width: 48%;
  min-width: 48%;
}
#main-top .menu > a > img {
  width: 100%;
  height: auto;
}
#main-top .menu img {
  filter: drop-shadow(0px 0px 0px #900);
}
#main-top .image {
  text-align: center;
  padding: 42px;
  position: relative;
  z-index: 1;
}
#main-top .container {
  position: relative;
}
#main-top .master {
  display: block;
  position: relative;
}
#main-top .master a {
  pointer-events: all;
  display: block;
  position: absolute;
  height: 18%;
  width: 20%;
  right: 6.5%;
  bottom: 14%;
}

.title {
  padding: 32px 0 46px;
  text-align: center;
}
@media (max-width: 768px) {
  .title {
    padding: 3em 0 2em;
  }
}
.title > img {
  height: 4em;
}
@media (max-width: 768px) {
  .title > img {
    height: 5em;
  }
}

.title-top {
  margin-top: calc(-3.5em - 1px);
  padding: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.title-top > img {
  height: 7em;
}

section {
  position: relative;
  overflow: hidden;
  padding-bottom: 2em;
}
section#sec-knowledge {
  background-image: url("../img/desktop/background_03.jpg");
}
section#sec-knowledge .image {
  display: block;
  margin-bottom: 52px;
}
section#sec-knowledge .image .btn {
  position: relative;
  text-align: center;
}
section#sec-knowledge .image .btn img {
  height: 2.6em;
  margin-top: -1.3em;
}
@media (max-width: 768px) {
  section#sec-knowledge .image {
    padding: 0 1em;
    margin-bottom: 2em;
  }
}
section#sec-focus-matches {
  background-image: url("../img/desktop/background_04.jpg");
}
section#sec-group {
  background-image: url("../img/desktop/background_05.jpg");
  padding-top: 33px;
}
section#sec-tourament {
  background-image: url("../img/desktop/background_03.jpg");
}
section#sec-tourament .anouncement {
  color: #fff;
  text-align: right;
}
@media (max-width: 768px) {
  section#sec-tourament .anouncement {
    margin-right: 4vw;
  }
}
section#sec-master {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  section#sec-master {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    transition: 0.2s ease-in-out;
  }
}
@media (max-width: 768px) {
  section#sec-master {
    margin-top: -1.5em;
  }
}
section#sec-master .container {
  width: auto;
}
section#sec-master .sec-body {
  position: relative;
}
section#sec-master a {
  display: block;
}
section#sec-focus-matches .sec-body > * {
  display: block;
}
section#sec-focus-matches .sec-body > *:not(:last-child) {
  margin-bottom: 22px;
}
section#sec-focus-matches .image {
  position: relative;
}
section#sec-focus-matches a[href=""] {
  pointer-events: none;
}

.updateTime {
  padding: 0;
  color: #000;
  text-align: right;
  margin-top: 1.5em;
  margin-bottom: -0.5em;
}
@media (max-width: 768px) {
  .updateTime {
    padding: 0 2%;
  }
}

@media (min-width: 769px) {
  .back__to__top {
    bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  body.scrollDown #sec-master {
    opacity: 0.2;
  }
}
/** Custome Color */
#sec-group .team_group_select {
  background: #00b3b3;
}
#sec-group .team_group_select > div {
  color: #fff;
  background-color: #0a264d;
}
#sec-group .team_group_select > div.active {
  background-color: #ffe020;
  color: #0a264d;
}
#sec-group .group-table .team_item.team_item_header > div {
  color: #324390;
  background-color: #ffe020;
}
#sec-group .groups-matches .head {
  color: #fff;
  background-color: #00b3b3;
}
#sec-group .matches {
  background-color: #ea9d57;
}
#sec-group .matches .match-date-group {
  background-color: #fff;
}
#sec-group .matches .match-date {
  color: #4641a9;
  background-color: #85fcf8;
}

/** End Custome Color */
#sec-group {
  font-weight: bold;
}
#sec-group .container {
  padding-top: 40px;
}
#sec-group .team_group_select {
  margin: 0 auto;
  text-align: center;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0.8em;
  justify-content: center;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #sec-group .team_group_select {
    border-radius: 0;
    justify-content: space-between;
    font-size: 1.5em;
    padding: 0.8em 1.5em;
  }
}
#sec-group .team_group_select > div {
  cursor: pointer;
  text-align: center;
  font-size: 1.4em;
  border-radius: 1em;
  display: inline-block;
  padding: 0.1em 0.8em;
  transition: 0.2s ease-in-out;
  margin: 0 0.2em;
  -webkit-text-stroke: 0.02em;
}
@media (max-width: 767px) {
  #sec-group .team_group_select > div {
    padding: 0.1em 0.5em;
    width: 3.5em;
  }
  #sec-group .team_group_select > div:nth-child(4) ~ div {
    margin-top: 0.5em;
  }
}
#sec-group .group-table {
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  #sec-group .group-table {
    font-size: 1.3em;
  }
}
#sec-group .group-table .team_item:first-child ~ .team_item:nth-child(even) {
  background-color: #d2e2ef;
}
#sec-group .group-table .team_item {
  color: #000;
  display: inline-block;
  padding: 10px 0px;
  width: 100%;
  display: table-row;
  background-color: #fff;
}
#sec-group .group-table .team_item > * {
  border-bottom: 1px solid #e9e8ed;
  display: table-cell;
  font-size: 1.2em;
  vertical-align: middle;
}
#sec-group .group-table .team_item > *.digit {
  width: 8%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #sec-group .group-table .team_item > *.digit {
    line-height: 1.5em;
    font-size: 1em;
  }
}
#sec-group .group-table .team_item > div:first-child {
  width: 5%;
}
#sec-group .group-table .team_item > div:last-child {
  width: 8%;
}
#sec-group .group-table .team_item.team_item_header {
  padding: 0px;
  position: relative;
}
#sec-group .group-table .team_item.team_item_header > div {
  border-bottom: none;
  z-index: 1;
  line-height: 3.5em;
  font-size: 1em;
}
@media only screen and (max-width: 768px) {
  #sec-group .group-table .team_item.team_item_header > div {
    line-height: 1.5em;
    font-size: 1em;
    height: 4em;
  }
}
#sec-group .group-table .team_item.team_item_header > div:not(:first-child) {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
#sec-group .group-table .team_item:not(:first-child) .matchNo, #sec-group .group-table .team_item:not(:first-child) .point {
  padding-top: 3px;
}
#sec-group .group-table.more {
  border: none;
  background: #f2f3f3;
  border-radius: 0;
  margin: 0;
}
#sec-group .group-table .team_flag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#sec-group .group-table .team_flag > span {
  display: block;
  width: 2.5em;
  height: 2.5em;
}
#sec-group .group-table .team_flag img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#sec-group .group-table .ranking {
  width: 30px;
  text-align: center;
  line-height: 24px;
}
#sec-group .group-table .team_name {
  margin-left: 4px;
  color: #000;
  line-height: 2em;
  font-size: 1.2em;
  padding: 0.5em 0 0.5em 0.4em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #sec-group .group-table .team_name {
    line-height: 3em;
    font-size: 1em;
  }
}
#sec-group .group-table .matchNo {
  width: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #sec-group .group-table .space-cell {
    width: 0 !important;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #sec-group .container > .row {
    font-size: 0.8em;
  }
  #sec-group .table .team_name {
    font-size: 1em;
  }
  #sec-group .table .team_item > *.digit {
    font-size: 1em;
  }
  #sec-group .table .team_item.team_item_header div {
    font-size: 1em;
    white-space: nowrap;
    padding: 0;
  }
}
#sec-group .groups-matches .head {
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  #sec-group .groups-matches .head {
    border-radius: 0;
  }
}
#sec-group .matches {
  flex-grow: 1;
  overflow: hidden;
}
#sec-group .matches .match-date-group {
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  #sec-group .matches .match-date-group {
    flex-direction: column;
  }
}
#sec-group .matches .match-date {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  flex-basis: 5em;
  text-align: center;
}
@media (max-width: 767px) {
  #sec-group .matches .match-date {
    font-size: 2em;
    line-height: 1.5em;
    flex-basis: auto;
  }
}
#sec-group .matches .match {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 3.5em;
  font-size: 1.2em;
  background-color: #fff;
}
@media (max-width: 767px) {
  #sec-group .matches .match {
    height: auto;
    font-size: 1.4em;
    padding: 0.3em 0;
    line-height: 1;
  }
}
#sec-group .matches .match div.left {
  text-align: right;
}
#sec-group .matches .match div.result,
#sec-group .matches .match div.time {
  text-align: center;
  background-color: #d2e2ef;
  color: #000;
  font-size: 0.8em;
  border-radius: 1em;
  padding: 0.5em 0;
  width: 7em;
  font-size: 1em;
}
#sec-group .matches .match div.result {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.16em 0.4em;
  width: 7.5em;
  margin: 0 1em;
}
#sec-group .matches .match div.result > div {
  font-size: 1.2em;
  padding: 0 0.1em;
}
#sec-group .matches .match div.result > :nth-child(2) {
  flex-grow: 1;
  line-height: 1.2;
}
#sec-group .matches .match div.result > :nth-child(2) > div {
  font-size: 0.5em;
  white-space: nowrap;
}
#sec-group .matches .match div.right {
  text-align: left;
}
#sec-group .matches .match div.left,
#sec-group .matches .match div.right {
  padding: 0 0.5em;
  flex-grow: 1;
  flex-basis: 0;
}
#sec-group .matches .match div.left span:not(.flag),
#sec-group .matches .match div.right span:not(.flag) {
  display: inline-block;
  padding: 0.5em;
  color: #1c2463;
}
#sec-group .matches .match div.left span.flag,
#sec-group .matches .match div.right span.flag {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  line-height: 0;
  position: relative;
  text-align: center;
}
#sec-group .matches .match div.left span.flag > img,
#sec-group .matches .match div.right span.flag > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  #sec-group .matches .match div.left span.flag,
  #sec-group .matches .match div.right span.flag {
    width: auto;
  }
  #sec-group .matches .match div.left span.flag img,
  #sec-group .matches .match div.right span.flag img {
    height: 2em;
    width: auto;
  }
}
#sec-group .matches .match div.left > div,
#sec-group .matches .match div.right > div {
  display: inline-flex;
  align-items: center;
}

#sec-tourament .sec-body {
  text-align: center;
}
@media (max-width: 768px) {
  #sec-tourament .sec-body {
    padding: 0.5%;
  }
}
#sec-tourament .tourament-graph {
  position: relative;
  display: inline-block;
}
#sec-tourament .tourament-graph .image {
  display: inline-block;
  font-size: 0;
}
#sec-tourament .tourament-graph .image > img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#sec-tourament .tourament-graph .matches {
  font-size: 0.9em;
}
#sec-tourament .tourament-graph .matches .match {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 9%;
  height: 23.3%;
  color: #000;
}
#sec-tourament .tourament-graph .matches .match .team {
  height: 100%;
  flex-basis: 40%;
}
#sec-tourament .tourament-graph .matches .match .team > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0.8% 0 0;
  line-height: 1;
}
#sec-tourament .tourament-graph .matches .match .team .name {
  font-size: 0.85em;
  min-height: 2em;
  display: flex;
  align-items: center;
}
#sec-tourament .tourament-graph .matches .match .team .image {
  flex-grow: 1;
  text-align: center;
  max-height: calc(100% - 2em);
}
#sec-tourament .tourament-graph .matches .match .team span.flag {
  display: none;
  position: relative;
  width: 2.8em;
  height: 2.8em;
  margin-bottom: 0.5em;
  border: 3px solid #8a2454;
  border-radius: 100%;
}
#sec-tourament .tourament-graph .matches .match .team span.flag:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}
#sec-tourament .tourament-graph .matches .match .team span.flag:empty:before {
  background-color: #ffdf00;
}
#sec-tourament .tourament-graph .matches .match .team span.flag > img {
  width: 100%;
  height: auto;
}
#sec-tourament .tourament-graph .matches .match .time {
  flex-grow: 1;
  line-height: 1.5;
  font-size: 0.9em;
  height: 64%;
  color: #004160;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec-tourament .tourament-graph .matches .final16 {
  display: none;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(1),
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(2),
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(3),
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(4) {
  left: 5.05%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(5),
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(6),
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(7),
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(8) {
  right: -3.9%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(1) {
  top: 12.1%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(2) {
  top: 37.5%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(3) {
  top: 62.3%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(4) {
  top: 87.4%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(5) {
  top: 12.1%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(6) {
  top: 37.3%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(7) {
  top: 62.4%;
}
#sec-tourament .tourament-graph .matches .final16 .match:nth-child(8) {
  top: 87.1%;
}
#sec-tourament .tourament-graph .matches .final8 .match {
  width: 11.5%;
  height: 38.3%;
}
#sec-tourament .tourament-graph .matches .final8 .match .team {
  flex-basis: 22.5%;
}
#sec-tourament .tourament-graph .matches .final8 .match:nth-child(1) {
  top: 19.4%;
  left: 6.15%;
}
#sec-tourament .tourament-graph .matches .final8 .match:nth-child(2) {
  top: 79.9%;
  left: 6.15%;
}
#sec-tourament .tourament-graph .matches .final8 .match:nth-child(3) {
  top: 19.4%;
  left: 93.8%;
}
#sec-tourament .tourament-graph .matches .final8 .match:nth-child(4) {
  top: 79.9%;
  left: 93.8%;
}
#sec-tourament .tourament-graph .matches .final4 .match {
  width: 11.2%;
  height: 68.2%;
}
#sec-tourament .tourament-graph .matches .final4 .match .team {
  flex-basis: 11.5%;
}
#sec-tourament .tourament-graph .matches .final4 .match:nth-child(1) {
  top: 49.5%;
  left: 24.1%;
}
#sec-tourament .tourament-graph .matches .final4 .match:nth-child(1) .time {
  position: relative;
  left: -71%;
  flex-basis: 33%;
  max-height: 7.7%;
  top: 10.7%;
}
#sec-tourament .tourament-graph .matches .final4 .match:nth-child(2) {
  top: 49.6%;
  left: 75.85%;
}
#sec-tourament .tourament-graph .matches .final4 .match:nth-child(2) .time {
  position: relative;
  left: 71%;
  flex-basis: 33%;
  max-height: 7.7%;
  top: 10.7%;
}
#sec-tourament .tourament-graph .matches .final .match:nth-child(1) {
  width: 44.5%;
  height: 7%;
  top: 44.8%;
  left: 50.2%;
  flex-direction: row;
}
#sec-tourament .tourament-graph .matches .final .match:nth-child(1) > .time {
  min-width: 37%;
  max-width: 37%;
  font-size: 1em;
  white-space: nowrap;
  color: #000;
  position: relative;
  left: -0.5%;
}
#sec-tourament .tourament-graph .matches .final .match:nth-child(1) > .team {
  min-width: 24.6%;
  max-width: 24.6%;
  max-height: 88%;
  position: relative;
  top: 0;
}
#sec-tourament .tourament-graph .matches .final .match:nth-child(2) {
  width: 38.8%;
  height: 7.2%;
  top: 65.9%;
  left: 50.1%;
  flex-direction: row;
}
#sec-tourament .tourament-graph .matches .final .match:nth-child(2) > .time {
  min-width: 37%;
  max-width: 37%;
  font-size: 1em;
  white-space: nowrap;
  color: #fff;
}
#sec-tourament .tourament-graph .matches .final .match:nth-child(2) > .team {
  height: 100%;
  flex-basis: 27%;
  position: relative;
}
#sec-tourament .tourament-graph .matches .final .team {
  color: #fff;
}

@media (min-width: 769px) {
  main .bottom {
    display: none;
  }
  main .mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  main #main-top ul {
    display: none;
  }
  main .desktop {
    display: none !important;
  }
  main .bottom {
    display: block;
    position: sticky;
    top: 150px !important;
    z-index: 999;
    background-color: #2596be;
    overflow: auto !important;
    text-align: center;
  }
  main .bottom ul {
    margin: 0;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.8em;
    padding: 0.3em 0 0.2em;
  }
  main .bottom ul li {
    margin: 0.2em 0.1em;
    padding: 0.3em 0.8em;
    border-radius: 1.5em;
    font-size: 0.9em;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    color: #fff;
    background-color: #2596be;
    border: 0.1em solid #fff;
    cursor: pointer;
    white-space: nowrap;
  }
  main .bottom ul li.active {
    color: #2596be;
    background-color: white;
    border: none;
    border-bottom: 0.2em solid #1658a3;
  }
}/*# sourceMappingURL=style.css.map */