div.tableComponentWrapper {
  position: relative;
  width: 100%;
  overflow: auto;
  border-radius: 12px;
}
div.tableComponentWrapper.scroll {
  padding-bottom: 15px;
  overflow-x: auto !important;
}

table.tableComponent {
  color: rgb(107, 114, 128);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  width: auto;
  table-layout: auto;
}
table.tableComponent thead {
  background-color: rgb(249, 250, 251);
  border-color: rgb(229, 231, 235);
}
table.tableComponent thead tr th {
  background-color: rgb(249, 250, 251);
  border-bottom: 1px solid #e1e2e6;
  border-top: 1px solid #e1e2e6;
  font-size: 11px;
  padding: 10px 15px;
}
table.tableComponent thead tr th:first-child {
  border-left: 1px solid #e1e2e6;
  border-top-left-radius: 12px;
}
table.tableComponent thead tr th:last-child {
  border-top-right-radius: 12px;
  border-right: 1px solid #e1e2e6;
}
table.tableComponent thead tr th.shadow {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 4px 0px 24px -2px;
}
table.tableComponent thead tr th.sticky {
  position: sticky;
}
table.tableComponent thead tr th.left {
  text-align: left;
}
table.tableComponent tbody tr {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-divide-opacity, 1));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
table.tableComponent tbody tr td {
  background-color: #fff;
  border-bottom: 0;
  border-right: 0;
  font-size: 12px;
  padding: 10px 15px;
  z-index: 5;
  text-align: center;
  white-space: nowrap;
}
table.tableComponent tbody tr td:last-child {
  border-right: 1px solid #e1e2e6;
}
table.tableComponent tbody tr td:first-child {
  border-left: 1px solid #e1e2e6;
}
table.tableComponent tbody tr td.shadow {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 4px 0px 24px -2px;
}
table.tableComponent tbody tr td.bold {
  font-weight: 700;
}
table.tableComponent tbody tr td.black {
  color: #000;
}
table.tableComponent tbody tr td.sticky {
  position: sticky;
  z-index: 10;
}
table.tableComponent tbody tr td.left {
  text-align: left;
}
table.tableComponent tbody tr:last-child td {
  border-bottom: 1px solid #e1e2e6;
}
table.tableComponent tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
table.tableComponent tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

@media screen and (min-width: 768px) {
  div.tableComponent .tableComponent__header .tableComponent__row .tableComponent__column {
    background-color: #D0D5DD;
    padding: 9px;
  }
  div.tableComponent .tableComponent__body .tableComponent__row .tableComponent__column {
    padding: 9px;
  }
}
.powerIndexTable {
  display: flex;
  flex-direction: column;
  color: #344054;
  font-size: 12px;
  width: 100%;
  max-width: 420px;
}
.powerIndexTable .powerIndexTable__title {
  display: flex;
  margin-bottom: 3px;
  height: 40px;
}
.powerIndexTable .powerIndexTable__title .rowCell {
  font-weight: 600;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  background-color: #EAECF0;
  flex-shrink: 0;
  flex-basis: 40px;
}
.powerIndexTable .powerIndexTable__title .titleRow__position {
  position: relative;
}
.powerIndexTable .powerIndexTable__title .titleRow__teamName {
  flex-grow: 1;
  text-align: left;
  padding: 0 6px;
  justify-content: flex-start;
}
.powerIndexTable .powerIndexTable__title .titleRow__indexPoints {
  margin-left: 3px;
  flex-basis: 80px;
}
.powerIndexTable .powerIndexTable__bodyRow {
  align-items: center;
  display: flex;
  margin-bottom: 2px;
}
.powerIndexTable .powerIndexTable__bodyRow:hover.red .rowCell {
  background-color: #FEA3B4;
}
.powerIndexTable .powerIndexTable__bodyRow:hover.red .bodyRow__teamInfo {
  background-color: #FECDD6;
}
.powerIndexTable .powerIndexTable__bodyRow:hover .rowCell {
  background-color: #D0D5DD;
}
.powerIndexTable .powerIndexTable__bodyRow:hover .bodyRow__teamInfo {
  background-color: #EAECF0;
}
.powerIndexTable .powerIndexTable__bodyRow .rowCell {
  display: flex;
  align-items: center;
  background: #EAECF0;
  height: 40px;
  justify-content: center;
  flex-basis: 40px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__position {
  border-left: 3px solid #E31B54;
  position: relative;
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__position i.icon.caret {
  position: absolute;
  left: 0;
  top: 50%;
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__position i.icon.caret.upper {
  color: #039855;
  transform: rotate(180deg) translateY(50%);
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__position i.icon.caret.lower {
  color: #E31B54;
  transform: translateY(-50%);
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__teamInfo {
  display: flex;
  justify-content: flex-start;
  background-color: #F2F4F7;
  flex-grow: 1;
  padding: 0 6px;
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__teamInfo .teamLogo {
  align-content: center;
  display: flex;
  height: 30px;
  justify-content: flex-start;
  width: 30px;
  margin-right: 6px;
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__teamInfo .teamLogo img {
  object-fit: contain;
  height: 30px;
  width: 30px;
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__teamInfo .teamName {
  font-weight: 500;
  color: #344054;
  text-decoration: none;
  transition: all 0.25s;
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__teamInfo .teamName:hover {
  color: #6172F3;
}
.powerIndexTable .powerIndexTable__bodyRow .bodyRow__indexPoints {
  margin-left: 3px;
  font-weight: 500;
  flex-basis: 80px;
}

.leaderTable {
  display: flex;
  flex-direction: column;
  color: #344054;
  font-size: 12px;
  width: 100%;
  max-width: 420px;
}
.leaderTable .leaderTable__title {
  display: flex;
  margin-bottom: 3px;
  height: 40px;
}
.leaderTable .leaderTable__title .rowCell {
  display: flex;
  font-weight: 600;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  background-color: #EAECF0;
  flex-shrink: 0;
  flex-basis: 40px;
}
.leaderTable .leaderTable__title .titleRow__position {
  position: relative;
}
.leaderTable .leaderTable__title .titleRow__teamName {
  flex-grow: 1;
  text-align: left;
  padding: 0 6px;
  justify-content: flex-start;
}
.leaderTable .leaderTable__title .titleRow__points {
  margin-left: 3px;
}
.leaderTable .leaderTable__bodyRow {
  align-items: center;
  display: flex;
  margin-bottom: 2px;
}
.leaderTable .leaderTable__bodyRow:hover.red .rowCell {
  background-color: #FEA3B4;
}
.leaderTable .leaderTable__bodyRow:hover.red .bodyRow__teamInfo {
  background-color: #FECDD6;
}
.leaderTable .leaderTable__bodyRow:hover .rowCell {
  background-color: #D0D5DD;
}
.leaderTable .leaderTable__bodyRow:hover .bodyRow__teamInfo {
  background-color: #EAECF0;
}
.leaderTable .leaderTable__bodyRow.leaderTable__bodyRow-hide {
  display: none;
}
.leaderTable .leaderTable__bodyRow.red .rowCell {
  background-color: #FECDD6;
}
.leaderTable .leaderTable__bodyRow.red .bodyRow__teamInfo {
  background-color: #FFE4E8;
}
.leaderTable .leaderTable__bodyRow .rowCell {
  display: flex;
  align-items: center;
  background: #EAECF0;
  height: 40px;
  justify-content: center;
  flex-basis: 40px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.leaderTable .leaderTable__bodyRow .bodyRow__position {
  border-left: 3px solid #6172F3;
  position: relative;
}
.leaderTable .leaderTable__bodyRow .bodyRow__position i.icon.caret {
  position: absolute;
  left: 0;
  top: 50%;
}
.leaderTable .leaderTable__bodyRow .bodyRow__position i.icon.caret.upper {
  color: #039855;
  transform: rotate(180deg) translateY(50%);
}
.leaderTable .leaderTable__bodyRow .bodyRow__position i.icon.caret.lower {
  color: #E31B54;
  transform: translateY(-50%);
}
.leaderTable .leaderTable__bodyRow .bodyRow__teamInfo {
  display: flex;
  justify-content: flex-start;
  background-color: #F2F4F7;
  flex-grow: 1;
  padding: 0 6px;
}
.leaderTable .leaderTable__bodyRow .bodyRow__teamInfo .teamLogo {
  align-content: center;
  display: flex;
  height: 30px;
  justify-content: flex-start;
  width: 30px;
  margin-right: 6px;
}
.leaderTable .leaderTable__bodyRow .bodyRow__teamInfo .teamLogo img {
  object-fit: contain;
  height: 30px;
  width: 30px;
}
.leaderTable .leaderTable__bodyRow .bodyRow__teamInfo .teamName {
  font-weight: 500;
  color: #344054;
  text-decoration: none;
  transition: all 0.25s;
}
.leaderTable .leaderTable__bodyRow .bodyRow__teamInfo .teamName:hover {
  color: #6172F3;
}
.leaderTable .leaderTable__bodyRow .bodyRow__points {
  margin-left: 3px;
  font-weight: 500;
}

.fader {
  position: fixed;
  width: 100%;
  display: none;
  height: 100%;
  z-index: -100;
  transition: all 0.25s;
}
.fader.opened {
  display: block;
  z-index: 1000;
}
.fader.visible .bg {
  opacity: 1;
  z-index: 100;
}
.fader .bg {
  transition: all 0.25s;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}
.fader .modal {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 768px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  transition: all 0.25s;
  min-width: 355px;
  max-height: calc(100dvh - 40px);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.fader .modal .modal__title {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  flex-shrink: 0;
}
.fader .modal .modal__title .modal__titleText {
  text-align: center;
  width: 100%;
}
.fader .modal .modal__title .modal__close {
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.fader .modal .modal__title .modal__close i.icon {
  margin: 0;
}
.fader .modal .modal__content {
  overflow: auto;
  max-height: calc(100% - 120px);
}
.fader .modal .modal__buttons {
  height: 60px;
  flex-shrink: 0;
}

.modal.filterClubs {
  left: -375px;
  max-width: 375px;
}
.modal.filterClubs.visible {
  left: 50%;
}
.modal.filterClubs .clubsList {
  box-sizing: border-box;
}
.modal.filterClubs .clubsList .clubsList__club {
  margin-bottom: 10px;
  transition: all 0.25s;
  padding: 0 15px;
}
.modal.filterClubs .clubsList .clubsList__club:hover {
  background-color: #F9FAFB;
}
.modal.filterClubs .clubsList .clubsList__club label {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.modal.filterClubs .clubsList .clubsList__club .clubsList__clubImage {
  margin-right: 15px;
  height: 50px;
  width: 50px;
}
.modal.filterClubs .clubsList .clubsList__club .clubsList__clubImage img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.modal.filterClubs .clubsList .clubsList__club .clubsList__clubName {
  flex-grow: 1;
  font-weight: 700;
  font-size: 15px;
}
.modal.filterClubs .clubsList .clubsList__club .clubsList__clubSelect {
  height: 20px;
  width: 20px;
  border: 1.5px solid #6172F3;
  border-radius: 4px;
  appearance: none;
}
.modal.filterClubs .clubsList .clubsList__club .clubsList__clubSelect:checked {
  background-color: #6172F3;
}
.modal.filterClubs .clubsList .clubsList__club .clubsList__clubSelect:checked:before {
  opacity: 1;
}
.modal.filterClubs .clubsList .clubsList__club .clubsList__clubSelect:before {
  align-items: center;
  color: #fff;
  content: "\f00c";
  display: flex;
  font-family: icons;
  height: 100%;
  justify-content: center;
  opacity: 0;
  transition: all 0.25s;
  width: 100%;
}
.modal.filterClubs .modal__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.filterClubs .modal__buttons .clubsFilterButton {
  background-color: #6172F3;
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 8px 10px;
  border-radius: 4px;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.modal.filterClubs .modal__buttons .clubsFilterButton strong {
  margin: 0 5px;
}

.modal.filterSeasons {
  left: -375px;
  max-width: 375px;
}
.modal.filterSeasons.visible {
  left: 50%;
}
.modal.filterSeasons .seasonsList {
  display: flex;
  flex-direction: column;
}
.modal.filterSeasons .seasonsList .seasonsList__season {
  display: flex;
  padding: 0 15px;
  margin-bottom: 15px;
}
.modal.filterSeasons .seasonsList .seasonsList__season .seasonsList__seasonName {
  flex-grow: 1;
  font-weight: 700;
  font-size: 16px;
}
.modal.filterSeasons .seasonsList .seasonsList__season .seasonsList__seasonLinks {
  display: flex;
}
.modal.filterSeasons .seasonsList .seasonsList__season .seasonsList__seasonLinks a {
  color: #A4BCFD;
  text-decoration: none;
  transition: all 0.25s;
}
.modal.filterSeasons .seasonsList .seasonsList__season .seasonsList__seasonLinks a:hover {
  color: #3538CD;
}
.modal.filterSeasons .seasonsList .seasonsList__season .seasonsList__seasonLinks a:first-of-type {
  margin-right: 10px;
}
.modal.filterSeasons .seasonsList .seasonsList__season .seasonsList__seasonLinks a:first-of-type:after {
  content: "|";
  margin-left: 10px;
  color: #101828;
}

.modal.sportLeagues {
  right: -375px;
  max-width: 375px;
  position: relative;
  z-index: 2000;
  width: calc(100% - 20px);
}
.modal.sportLeagues.visible {
  right: 50%;
}
.modal.sportLeagues .modal__title {
  justify-content: space-between;
}
.modal.sportLeagues .modal__content {
  padding-bottom: 15px;
}
.modal.sportLeagues .modal__content .sportsList {
  gap: 12px;
  display: flex;
  overflow-x: auto;
  margin: 0 auto 12px auto;
  width: calc(100% - 20px);
  padding: 5px 0;
}
.modal.sportLeagues .modal__content .sportsList .sportsList__sport {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #EAECF0;
  padding: 12px;
  height: 55px;
  width: 55px;
  transition: all 0.25s;
}
.modal.sportLeagues .modal__content .sportsList .sportsList__sport:hover {
  background-color: #EAECF0;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.modal.sportLeagues .modal__content .sportsList .sportsList__sport:hover .sportsList__sportIcon svg {
  fill: #A4BCFD;
}
.modal.sportLeagues .modal__content .sportsList .sportsList__sport.selected {
  background-color: #EAECF0;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.modal.sportLeagues .modal__content .sportsList .sportsList__sport.selected .sportsList__sportIcon svg {
  fill: #3538CD;
}
.modal.sportLeagues .modal__content .sportsList .sportsList__sport .sportsList__sportIcon {
  height: 25px;
  width: 25px;
}
.modal.sportLeagues .modal__content .sportsList .sportsList__sport .sportsList__sportIcon svg {
  transition: all 0.25s;
  height: 25px;
  width: 25px;
}
.modal.sportLeagues .modal__content .sportsList .sportsList__sport .sportsList__sportName {
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.25s;
}
.modal.sportLeagues .modal__content .countriesList {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.modal.sportLeagues .modal__content .countriesList .countriesList__country {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  transition: all 0.25s;
  position: relative;
  border: 1px solid #EAECF0;
  padding: 12px;
}
.modal.sportLeagues .modal__content .countriesList .countriesList__country:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.modal.sportLeagues .modal__content .countriesList .countriesList__country:last-child {
  margin-bottom: 0;
}
.modal.sportLeagues .modal__content .countriesList .countriesList__country .countriesList__countryTitle {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
.modal.sportLeagues .modal__content .countriesList .countriesList__country .countriesList__countryTitle .countriesList__countryFlag {
  margin-right: 6px;
}
.modal.sportLeagues .modal__content .countriesList .countriesList__country .countriesList__countryTitle .countriesList__countryFlag img {
  height: 30px;
  width: 30px;
}
.modal.sportLeagues .modal__content .countriesList .countriesList__country .countriesList__countryTitle .countriesList__countryName {
  font-size: 16px;
  font-weight: 500;
}
.modal.sportLeagues .modal__content .leaguesList {
  display: block;
  flex-direction: column;
}
.modal.sportLeagues .modal__content .leaguesList .leaguesList__league {
  align-items: center;
  display: flex;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.25s;
  height: 30px;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
}
.modal.sportLeagues .modal__content .leaguesList .leaguesList__league.selected, .modal.sportLeagues .modal__content .leaguesList .leaguesList__league:hover {
  cursor: pointer;
  background-color: #EAECF0;
}

@media screen and (min-width: 980px) {
  .modal.filterClubs,
  .modal.filterSeasons {
    transform: translate(0, -50%);
    left: unset;
    right: -375px;
  }
  .modal.filterClubs.visible,
  .modal.filterSeasons.visible {
    left: initial;
    right: 30px;
  }
  .modal.sportLeagues {
    transform: translate(0, -50%);
    left: -375px;
  }
  .modal.sportLeagues.visible {
    left: 30px;
  }
}
.header {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  box-sizing: border-box;
  display: flex;
  height: 60px;
  padding: 0 10px;
  position: relative;
  width: 100%;
  z-index: 20;
}
.header.showMobileMenu .header__burger span:nth-child(1) {
  transform: rotate(135deg);
  top: 50%;
  margin-top: -1px;
}
.header.showMobileMenu .header__burger span:nth-child(2) {
  opacity: 0;
}
.header.showMobileMenu .header__burger span:nth-child(3) {
  transform: rotate(-135deg);
  bottom: 50%;
  margin-top: -10px;
}
.header .header__logo {
  cursor: pointer;
  align-self: center;
  display: flex;
}
.header .header__logo .logo {
  color: #000;
  font-size: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.header .header__logo .header__sportLeagues {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  align-self: center;
  margin-left: 12px;
  padding: 3px 6px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  transition: all 0.25s;
}
.header .header__logo .header__sportLeagues:hover {
  border-color: #667085;
  color: #101828;
}
.header .header__logo .header__sportLeagues .header__selectedSportLeague {
  display: flex;
  align-items: center;
}
.header .header__burger {
  cursor: pointer;
  height: 36px;
  position: relative;
  width: 36px;
}
.header .header__burger span {
  background-color: #000;
  display: block;
  height: 2px;
  transition: all 0.25s;
  position: absolute;
  left: 5.5px;
  width: 25px;
}
.header .header__burger span:nth-child(1) {
  top: 25%;
}
.header .header__burger span:nth-child(2) {
  top: 50%;
}
.header .header__burger span:nth-child(3) {
  top: 75%;
}
.header .center {
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}
.header .header__menu {
  align-items: center;
  display: none;
  flex-grow: 1;
  margin: 0 14px;
}
.header .header__menu .header__menuElement {
  color: #808080;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin-right: 14px;
  padding: 5px 8px;
  border-radius: 6px;
  transition: all 0.25s;
}
.header .header__menu .header__menuElement:hover {
  color: #344054;
}
.header .header__menu .header__menuElement.header__menuElement-active {
  background-color: #D0D5DD;
  color: #344054;
}
.header .header__accountMenu {
  display: none;
}

.mobileMenu {
  display: block;
  position: fixed;
  left: -100%;
  width: 100%;
  background-color: #FFF;
  height: calc(100dvh - 60px);
  z-index: 5000;
  transition: all 0.25s;
  top: 60px;
}
.mobileMenu.mobileMenu-opened {
  left: 0;
}
.mobileMenu .userWrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 60px;
  border-bottom: 1px solid #EAECF0;
}
.mobileMenu .userWrapper .signIn {
  background-color: #6172F3;
  display: flex;
  align-items: center;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.mobileMenu .userWrapper .signIn .icon {
  margin-right: 12px;
  font-size: 25px;
}
.mobileMenu .mobileMenu__elements {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-height: calc(100% - 60px);
  overflow: auto;
  width: 100%;
}
.mobileMenu .mobileMenu__elements .mobileMenu__element {
  box-sizing: border-box;
  border-bottom: 1px solid #EAECF0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mobileMenu .mobileMenu__elements .mobileMenu__element:hover a, .mobileMenu .mobileMenu__elements .mobileMenu__element.opened a {
  padding-left: 20px;
}
.mobileMenu .mobileMenu__elements .mobileMenu__element:hover .mobileMenu__elementShowSubMenu i.icon, .mobileMenu .mobileMenu__elements .mobileMenu__element.opened .mobileMenu__elementShowSubMenu i.icon {
  transform: rotate(90deg);
}
.mobileMenu .mobileMenu__elements .mobileMenu__element a {
  color: #344054;
  font-size: 20px;
  padding: 10px;
  flex-grow: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.25s;
}
.mobileMenu .mobileMenu__elements .mobileMenu__element .mobileMenu__elementShowSubMenu {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 48px;
  width: 48px;
}
.mobileMenu .mobileMenu__elements .mobileMenu__element .mobileMenu__elementShowSubMenu:hover i.icon {
  transform: rotate(90deg);
}
.mobileMenu .mobileMenu__elements .mobileMenu__element .mobileMenu__elementShowSubMenu i.icon {
  color: #344054;
  font-size: 16px;
  margin: 0;
  transition: all 0.25s;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements {
  display: none;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.calendarSeason .subMenu__element {
  align-items: center;
  justify-content: flex-start;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.calendarSeason .subMenu__element a {
  flex-grow: 0;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.calendarSeason .subMenu__element a:nth-child(1) {
  margin-right: 12px;
  width: 80px;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.calendarSeason .subMenu__element a:nth-child(2) {
  margin-right: 12px;
  font-size: 12px;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.calendarSeason .subMenu__element .playoffLink, .mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.calendarSeason .subMenu__element .regularLink {
  color: #FFF;
  background-color: #6172F3;
  display: flex;
  font-size: 12px;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.conference {
  margin-bottom: 18px;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.conference .conference__title {
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.conference .conference__teams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 18px;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.conference .conference__teams .conference__team {
  color: #344054;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.conference .conference__teams .conference__team:hover {
  color: #6172F3;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.conference .conference__teams .conference__team .clubLogo {
  height: 80px;
  width: 80px;
  margin-bottom: 12px;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.conference .conference__teams .conference__team .clubLogo img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  object-position: center;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.conference .conference__teams .conference__team .conference__teamName {
  width: 100%;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements.opened {
  display: block;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements .subMenu__element {
  padding-left: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #EAECF0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mobileMenu .mobileMenu__elements .mobileMenu__subMenuElements .subMenu__element a {
  color: #344054;
  font-size: 20px;
  padding: 10px;
  flex-grow: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.25s;
}

@media screen and (min-width: 980px) {
  .header .header__menu {
    display: flex;
  }
  .header .header__burger {
    display: none;
  }
  .header .header__accountMenu {
    background-color: #6172F3;
    display: inline-flex;
    align-items: center;
    height: auto;
    padding: 8px 10px;
    border-radius: 4px;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
  }
  .header .header__accountMenu .icon {
    margin-right: 12px;
    font-size: 20px;
  }
}
.nextEvents {
  border: 1px solid rgb(243, 245, 249);
  border-left: 0;
  border-right: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  padding: 5px 0;
  position: relative;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
}
.nextEvents .nextEvents__arrow {
  align-items: center;
  background-color: #fff;
  justify-content: center;
  height: 84px;
  z-index: 100;
  display: none;
  width: 50px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  box-sizing: border-box;
}
.nextEvents .nextEvents__wrapper {
  display: flex;
  overflow: auto;
  flex-flow: row nowrap;
  verflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  position: relative;
  margin-left: 10px;
  z-index: 50;
}
.nextEvents .nextEvents__day {
  background-color: #fff;
  flex-shrink: 0;
  border: 1px solid #808080;
  height: 80px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  margin-right: 8px;
  position: sticky;
  left: 0;
  z-index: 20;
}
.nextEvents .nextEvents__day:hover, .nextEvents .nextEvents__day.nextEvents__day-now {
  border-color: #344054;
  background-color: #344054;
  cursor: pointer;
}
.nextEvents .nextEvents__day:hover .nextEvents__dayWeekDay, .nextEvents .nextEvents__day.nextEvents__day-now .nextEvents__dayWeekDay {
  color: #D0D5DD;
}
.nextEvents .nextEvents__day:hover .nextEvents__dayDate, .nextEvents .nextEvents__day.nextEvents__day-now .nextEvents__dayDate {
  color: #FFF;
}
.nextEvents .nextEvents__day:hover i.icon, .nextEvents .nextEvents__day.nextEvents__day-now i.icon {
  color: #fff;
}
.nextEvents .nextEvents__day .nextEvents__dayWeekDay {
  color: #667085;
  text-transform: lowercase;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.25s;
}
.nextEvents .nextEvents__day .nextEvents__dayDate {
  color: #344054;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.25s;
}
.nextEvents .nextEvents__day i.icon {
  color: #344054;
  font-size: 10px;
  margin-right: 0;
  margin-top: 3px;
  transition: all 0.25s;
}
.nextEvents .nextEvents__scrollerWrapper {
  position: relative;
  width: 100%;
}
.nextEvents .nextEvents__event {
  height: 80px;
  margin-right: 10px;
  display: flex;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  position: relative;
  z-index: 10;
}
.nextEvents .nextEvents__event .nextEvents__eventDate {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  -webkit-writing-mode: lr-tb;
  transform: scale(-1);
  -ms-writing-mode: lr-tb;
  writing-mode: vertical-rl;
  width: 30px;
}
.nextEvents .nextEvents__event .nextEvents__eventDate.nextEvents__eventDate-ended {
  font-size: 14px;
}
.nextEvents .nextEvents__event .nextEvents__eventDate.nextEvents__eventDate-live {
  background-color: #FFE4E8;
  font-size: 12px;
}
.nextEvents .nextEvents__event .nextEvents__eventTeams {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.nextEvents .nextEvents__event .nextEvents__eventTeams .nextEvents__eventTeam {
  align-items: center;
  display: flex;
  height: 30px;
}
.nextEvents .nextEvents__event .nextEvents__eventTeams .nextEvents__eventTeam .nextEvents__eventTeamLogo {
  box-sizing: border-box;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}
.nextEvents .nextEvents__event .nextEvents__eventTeams .nextEvents__eventTeam .nextEvents__eventTeamLogo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.nextEvents .nextEvents__event .nextEvents__eventTeams .nextEvents__eventTeam .nextEvents__eventTeamName {
  flex-grow: 1;
  font-size: 12px;
  white-space: nowrap;
}
.nextEvents .nextEvents__event .nextEvents__eventTeams .nextEvents__eventTeam .nextEvents__eventTeamScore {
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
}
.nextEvents .nextEvents__event .nextEvents__eventTeams .nextEvents__eventTeam .nextEvents__eventTeamChevron {
  width: 10px;
}
.nextEvents .nextEvents__event .nextEvents__eventTeams .nextEvents__eventTeam .nextEvents__eventTeamChevron i {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .nextEvents .nextEvents__arrow {
    display: flex;
    transition: all 0.25s;
  }
  .nextEvents .nextEvents__arrow:hover {
    border-color: #667085;
    cursor: pointer;
  }
  .nextEvents .nextEvents__arrow.nextEvents__arrow-left {
    margin-left: 10px;
  }
  .nextEvents .nextEvents__scrollerWrapper {
    width: calc(100% - 124px);
  }
}
@keyframes matchesFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes matchesFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.matchFiltersWrapper {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
.matchFiltersWrapper .matchFilters {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 14px;
  box-sizing: border-box;
  display: flex;
  padding: 12px;
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
}
.matchFiltersWrapper .matchFilters .matchFilters__matchTypes {
  align-self: flex-start;
  background-color: rgb(243, 244, 246);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  padding: 3px 0;
}
.matchFiltersWrapper .matchFilters .matchFilters__matchTypes .matchTypes__type {
  transition: all 0.25s;
  font-size: 11px;
  padding: 0 14px;
  margin: 0 3px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
  cursor: pointer;
}
.matchFiltersWrapper .matchFilters .matchFilters__matchTypes .matchTypes__type:hover, .matchFiltersWrapper .matchFilters .matchFilters__matchTypes .matchTypes__type.matchTypes__type-active {
  background-color: #fff;
  border-radius: 6px;
}
.matchFiltersWrapper .matchFilters .matchFilters__filters {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.matchFiltersWrapper .matchFilters .matchFilters__filters .matchFilters__selectClubs, .matchFiltersWrapper .matchFilters .matchFilters__filters .matchFilters__season {
  cursor: pointer;
  background-color: rgb(243, 244, 246);
  border: 1px solid rgb(229, 231, 235);
  height: 38px;
  display: flex;
  padding: 0 8px;
  border-radius: 10px;
  box-sizing: border-box;
  align-items: center;
  transition: all 0.25s;
  margin-right: 5px;
}
.matchFiltersWrapper .matchFilters .matchFilters__filters .matchFilters__selectClubs:hover, .matchFiltersWrapper .matchFilters .matchFilters__filters .matchFilters__season:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.matchFiltersWrapper .matchFilters .matchFilters__filters .matchFilters__selectClubs i.icon, .matchFiltersWrapper .matchFilters .matchFilters__filters .matchFilters__season i.icon {
  margin: 0 0 0 5px;
}
.matchFiltersWrapper .matchFilters .fastSearchWrapper {
  align-items: center;
  display: flex;
  background-color: rgb(249, 250, 251);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 10px;
  justify-content: space-around;
  padding: 3px 0;
  height: 30px;
}
.matchFiltersWrapper .matchFilters .fastSearchWrapper i.icon {
  margin: 10px;
  color: rgb(156, 163, 175);
}
.matchFiltersWrapper .matchFilters .fastSearchWrapper input {
  background-color: transparent;
  border: none;
  outline: none;
  height: 30px;
}

.calendarMatches {
  display: flex;
  flex-direction: column;
}
.calendarMatches .calendarMatchesList-completed, .calendarMatches .calendarMatchesList-future {
  opacity: 0;
  transition: all 0.25s;
}
.calendarMatches .calendarMatchesList-completed.visible, .calendarMatches .calendarMatchesList-future.visible {
  opacity: 1;
}
.calendarMatches .calendarMatchesList-completed.hide, .calendarMatches .calendarMatchesList-future.hide {
  display: none;
}
.calendarMatches .calendarMatches__date {
  align-items: center;
  color: rgb(31, 41, 55);
  display: flex;
  font-size: 26px;
  font-weight: 700;
  justify-content: center;
  margin: 20px 0;
  text-align: center;
  white-space: nowrap;
}
.calendarMatches .calendarMatches__date span {
  display: none;
  margin: 0 15px;
  background-color: #D0D5DD;
  width: 300px;
  height: 1px;
}
.calendarMatches .calendarMatches__dateMatches {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch {
  border-radius: 14px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  transition: all 0.25s;
  position: relative;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__title {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__title .calendarMatch__stage {
  color: #808080;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__title .calendarMatch__stage span {
  background-color: #344054;
  color: #FFF;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 3px 5px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 10px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__title .calendarMatch__arena {
  color: #D0D5DD;
  text-transform: uppercase;
  font-size: 10px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__title .calendarMatch__arena i.icon {
  margin-right: 0px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo {
  border-top: 1px solid rgb(229, 231, 235);
  border-bottom: 1px solid rgb(229, 231, 235);
  padding: 15px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter {
  display: flex;
  flex-wrap: wrap;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam {
  display: flex;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  align-items: center;
  flex-direction: column;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam.homeTeam {
  order: 2;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam.visitorTeam {
  order: 3;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamLogo {
  height: 80px;
  width: 80px;
  position: relative;
  z-index: 10;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamLogo img {
  object-fit: contain;
  width: 80px;
  height: 80px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamName {
  color: #344054;
  text-decoration: none;
  transition: all 0.25s;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamName:hover {
  color: #6172F3;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamCity {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  color: #D0D5DD;
  font-weight: 700;
  text-align: center;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo {
  grid-area: centerInfo;
  align-items: center;
  display: flex;
  justify-content: center;
  order: 1;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  width: 100%;
  position: relative;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.overtime {
  color: rgb(21, 128, 61);
  background-color: rgb(220, 252, 231);
  border-radius: 9999px;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 5px;
  width: 25px;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score {
  position: relative;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score span.shootout {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  display: inline-block;
  width: 10px;
  text-align: center;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score span.shootout.home {
  left: -15px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score span.shootout.visitor {
  right: -10px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score span.teamScore.separator {
  margin: 0 7.5px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchTime {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  width: 100%;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchTime.msc {
  font-size: 12px;
  color: #667085;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchSeria {
  display: flex;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -10px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchSeria.hide {
  display: none;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchSeria span {
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgb(229, 231, 235);
  background-color: rgb(249, 250, 251);
  padding: 3px 5px;
  align-self: center;
  font-size: 12px;
  text-transform: uppercase;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats.hide {
  display: none;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam {
  width: 45%;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam .calendarMatch__matchTeamStatsTitle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam .calendarMatch__matchTeamStatsTitle .calendarMatch__matchTeamStatsTitleCell {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D0D5DD;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam .calendarMatch__matchTeamStatsRow {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam .calendarMatch__matchTeamStatsRow .calendarMatch__matchTeamStatsRowCell {
  text-align: center;
  font-size: 12px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchButtons {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  height: 38px;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchButtons .calendarMatch__matchButton {
  flex-grow: 1;
  flex-basis: 50%;
  height: 38px;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  color: #344054;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  display: flex;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchButtons .calendarMatch__matchButton:before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 5;
}
.calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchButtons .calendarMatch__matchButton i.icon {
  margin-right: 10px;
}

.matchCalendarSection .center {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}
.matchCalendarSection .matchFilters {
  margin-top: 15px;
}
.matchCalendarSection .calendarMatches {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .calendarMatches .calendarMatches__date span {
    display: inline-flex;
  }
  .calendarMatches .calendarMatches__dateMatches {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 980px) {
  .calendarMatches .calendarMatches__dateMatches {
    grid-template-columns: repeat(2, 1fr);
  }
  .calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam {
    max-width: 33.3333333333%;
  }
  .calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam.homeTeam {
    order: 1;
  }
  .calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo {
    flex-direction: column;
    order: 2;
    width: 33.3333333333%;
  }
  .calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchSeria {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
  }
  .calendarMatches .calendarMatches__dateMatches .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchSeria.hide {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .calendarMatches .calendarMatches__dateMatches {
    grid-template-columns: repeat(3, 1fr);
  }
}
.stageTeams {
  width: calc(100% - 20px);
  max-width: 1366px;
  margin: 15px auto;
}
.stageTeams .emptyTeamsList {
  text-align: center;
  width: 100%;
}
.stageTeams .stageTeams__teamsList {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.stageTeams .stageTeams__teamsList .stageTeams__team {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  position: relative;
}
.stageTeams .stageTeams__teamsList .stageTeams__team .stageTeam__teamInfo {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.stageTeams .stageTeams__teamsList .stageTeams__team .stageTeam__teamInfo .stageTeam__teamLogo {
  height: 70px;
  width: 70px;
  margin-right: 15px;
}
.stageTeams .stageTeams__teamsList .stageTeams__team .stageTeam__teamInfo .stageTeam__teamLogo img {
  object-fit: contain;
  height: 70px;
  width: 70px;
}
.stageTeams .stageTeams__teamsList .stageTeams__team .stageTeam__teamInfo .stageTeam__teamName {
  text-decoration: none;
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}
.stageTeams .stageTeams__teamsList .stageTeams__team .stageTeam__teamInfo .stageTeam__teamName:before {
  content: "";
  left: 0;
  inset: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.stageTeams .stageTeams__teamsList .stageTeams__team .stageTeam__teamCity {
  display: flex;
  flex-direction: column;
}
.stageTeams .stageTeams__teamsList .stageTeams__team .stageTeam__teamCity .cityLabel {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 3px;
  color: #667085;
}
.stageTeams .stageTeams__teamsList .stageTeams__team .stageTeam__teamCity .stageTeams__teamCity {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .stageTeams .stageTeams__teamsList {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .stageTeams .stageTeams__teamsList {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .stageTeams .stageTeams__teamsList {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
  .stageTeams .stageTeams__teamsList .stageTeams__team .stageTeams__teamInfo div .stageTeams__teamName {
    font-size: 15px;
  }
}
.content.clubInfoSection {
  width: 100%;
}
.content.clubInfoSection .clubHeader {
  background-color: var(--clubMainColor);
  border-radius: 6px;
  margin: 15px auto;
  box-sizing: border-box;
  padding: 15px;
  width: calc(100% - 20px);
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo {
  display: flex;
  flex-direction: column;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__logo {
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__logo img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail {
  display: flex;
  flex-direction: column;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__clubName {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity {
  display: flex;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity .clubHeader__since, .content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity .clubHeader__city {
  align-items: center;
  display: flex;
  width: 100px;
  font-size: 14px;
  color: #fff;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity .clubHeader__since:nth-child(1), .content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity .clubHeader__city:nth-child(1) {
  margin-right: 10px;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity .clubHeader__since .label, .content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity .clubHeader__city .label {
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}
.content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity .clubHeader__since .value, .content.clubInfoSection .clubHeader .clubHeader__clubInfo .clubHeader__clubDetail .clubHeader__sinceAndCity .clubHeader__city .value {
  font-weight: 500;
  color: #FFF;
}
.content.clubInfoSection .clubInformation .blockWrapper {
  width: calc(100% - 20px);
  margin: 0 auto 15px auto;
  max-width: 1366px;
}
.content.clubInfoSection .clubInformation .blockWrapper .blockWrapper__title {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  width: 100%;
  padding: 0 12px;
  margin: 15px 0;
  box-sizing: border-box;
  position: relative;
}
.content.clubInfoSection .clubInformation .blockWrapper .blockWrapper__title.left {
  text-align: left;
}
.content.clubInfoSection .clubInformation .blockWrapper .blockWrapper__title .dopLink {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  height: 30px;
  padding: 0 9px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
}
.content.clubInfoSection .clubInformation .blockWrapper .blockWrapper__title .dopLink i.icon {
  font-size: 11px;
  margin: 0 0 0 3px;
}
.content.clubInfoSection .clubInformation .clubInformation__title {
  font-weight: 600;
  text-align: left;
  margin: 15px auto;
  max-width: 1366px;
  width: calc(100% - 20px);
  font-size: 20px;
  position: relative;
}
.content.clubInfoSection .clubInformation .clubInformation__title .dopLink {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
  padding: 0 9px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
  background-color: rgb(243, 244, 246);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 6px;
}
.content.clubInfoSection .clubInformation .clubInformation__title .dopLink i.icon {
  font-size: 11px;
  margin: 0 0 0 3px;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper {
  max-width: 1366px;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  margin: 15px auto;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers {
  display: flex;
  align-self: flex-start;
  border-radius: 6px;
  justify-content: flex-start;
  padding: 3px 0;
  overflow: auto;
  scrollbar-width: none;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  min-width: 250px;
  flex-shrink: 0;
  flex-basis: 250px;
  padding: 12px;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player:last-of-type {
  margin-right: 0;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__statInfoTitle {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  width: 100%;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__statInfoTitle svg {
  margin-left: 5px;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__playerInfoPhoto {
  height: 90px;
  width: 90px;
  margin-right: 8px;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__playerInfoPhoto img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__playerInfo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3px;
  width: calc(100% - 98px);
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__playerInfo span {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__playerInfo span:last-of-type {
  font-weight: 700;
  font-size: 18px;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__playerInfo .bestPlayers__playerStat {
  align-items: center;
  display: flex;
  width: 100%;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__playerInfo .bestPlayers__playerStat .bestPlayers__playerStatValue {
  font-weight: 700;
  font-size: 36px;
  flex-grow: 1;
}
.content.clubInfoSection .clubInformation .bestPlayersWrapper .bestPlayers .bestPlayers__player .bestPlayers__playerInfo .bestPlayers__playerStat .bestPlayers__playerStatRating {
  margin-left: 30px;
  font-weight: 600;
  font-size: 30px;
  flex-basis: 40px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch {
  border-radius: 14px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  transition: all 0.25s;
  position: relative;
  margin: 0 auto 15px auto;
  width: calc(100% - 20px);
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__title {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__title .calendarMatch__stage {
  color: #808080;
  margin-bottom: 12px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__title .calendarMatch__stage span {
  background-color: #344054;
  color: #FFF;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 3px 5px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 10px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__title .calendarMatch__arena {
  color: #D0D5DD;
  text-transform: uppercase;
  font-size: 10px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__title .calendarMatch__arena i.icon {
  margin-right: 0;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo {
  border-top: 1px solid rgb(229, 231, 235);
  border-bottom: 1px solid rgb(229, 231, 235);
  padding: 15px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter {
  display: flex;
  flex-wrap: wrap;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam {
  display: flex;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  align-items: center;
  flex-direction: column;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam.homeTeam {
  order: 2;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam.visitorTeam {
  order: 3;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamLogo {
  height: 80px;
  width: 80px;
  position: relative;
  z-index: 10;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamLogo img {
  object-fit: contain;
  width: 80px;
  height: 80px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamName {
  color: #344054;
  text-decoration: none;
  transition: all 0.25s;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamName:hover {
  color: #6172F3;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchTeam .calendarMatch__matchTeamCity {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  color: #D0D5DD;
  font-weight: 700;
  text-align: center;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo {
  grid-area: centerInfo;
  align-items: center;
  display: flex;
  justify-content: center;
  order: 1;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  width: 100%;
  position: relative;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.overtime {
  color: rgb(21, 128, 61);
  background-color: rgb(220, 252, 231);
  border-radius: 9999px;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 5px;
  width: 25px;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score {
  position: relative;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score span.shootout {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  display: inline-block;
  width: 10px;
  text-align: center;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score span.shootout.home {
  left: -15px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score span.shootout.visitor {
  right: -10px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchScore span.score span.teamScore.separator {
  margin: 0 7.5px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchTime {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  width: 100%;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchTime.msc {
  font-size: 12px;
  color: #667085;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchSeria {
  display: flex;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -10px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchSeria.hide {
  display: none;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchCenter .calendarMatch__matchCenterInfo .calendarMatch__matchSeria span {
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgb(229, 231, 235);
  background-color: rgb(249, 250, 251);
  padding: 3px 5px;
  align-self: center;
  font-size: 12px;
  text-transform: uppercase;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats.hide {
  display: none;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam {
  width: 45%;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam .calendarMatch__matchTeamStatsTitle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam .calendarMatch__matchTeamStatsTitle .calendarMatch__matchTeamStatsTitleCell {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D0D5DD;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam .calendarMatch__matchTeamStatsRow {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchInfo .calendarMatch__matchTeamStats .calendarMatch__matchTeam .calendarMatch__matchTeamStatsRow .calendarMatch__matchTeamStatsRowCell {
  text-align: center;
  font-size: 12px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchButtons {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  height: 38px;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchButtons .calendarMatch__matchButton {
  flex-grow: 1;
  flex-basis: 50%;
  height: 38px;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  color: #344054;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  display: flex;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchButtons .calendarMatch__matchButton:before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 5;
}
.content.clubInfoSection .clubInformation .calendarMatches__dateMatch .calendarMatch__matchButtons .calendarMatch__matchButton i.icon {
  margin-right: 10px;
}
.content.clubInfoSection .clubInformation .lastMatchesList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  margin-bottom: 15px;
  padding: 0 7.5px;
}
.content.clubInfoSection .clubInformation .lastMatchesList .lastMatchInfo__match {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content.clubInfoSection .clubInformation .lastMatchesList .lastMatchInfo__match.win .lastMatchInfo__score {
  background-color: #039855;
}
.content.clubInfoSection .clubInformation .lastMatchesList .lastMatchInfo__match .lastMatchInfo__matchDate {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
}
.content.clubInfoSection .clubInformation .lastMatchesList .lastMatchInfo__match .lastMatchInfo__teamLogo {
  margin-bottom: 5px;
  height: 50px;
  width: 100%;
  text-align: center;
}
.content.clubInfoSection .clubInformation .lastMatchesList .lastMatchInfo__match .lastMatchInfo__teamLogo img {
  object-position: center;
  object-fit: contain;
  height: 50px;
  width: 50px;
}
.content.clubInfoSection .clubInformation .lastMatchesList .lastMatchInfo__match .lastMatchInfo__teamName {
  margin: 5px 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.content.clubInfoSection .clubInformation .lastMatchesList .lastMatchInfo__match .lastMatchInfo__score {
  background-color: #E31B54;
  border-radius: 9999px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  padding: 3px 12px;
}
.content.clubInfoSection .clubInformation .teamRatingPosition {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.content.clubInfoSection .clubInformation .teamRatingPosition .divisionPosition {
  font-size: 30px;
  font-weight: 700;
}
.content.clubInfoSection .clubSubSectionWrapper {
  max-width: 1366px;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.content.clubInfoSection .clubSubSectionWrapper .clubSubSectionLinks {
  display: flex;
  align-self: flex-start;
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  padding: 3px 0;
  overflow: auto;
  scrollbar-width: none;
}
.content.clubInfoSection .clubSubSectionWrapper .clubSubSectionLinks .clubSubSectionLinks__link {
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #FFF;
  transition: all 0.25s;
  font-size: 11px;
  padding: 0 14px;
  margin: 0 3px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
  white-space: nowrap;
}
.content.clubInfoSection .clubSubSectionWrapper .clubSubSectionLinks .clubSubSectionLinks__link:hover, .content.clubInfoSection .clubSubSectionWrapper .clubSubSectionLinks .clubSubSectionLinks__link.clubSubSectionLinks__link-active {
  cursor: pointer;
  background-color: rgb(243, 244, 246);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 6px;
}
.content.clubInfoSection .subSection {
  display: none;
  flex-wrap: wrap;
}
.content.clubInfoSection .subSection.subSection-active {
  display: flex;
}
.content.clubInfoSection .teamStats {
  display: flex;
  flex-direction: column;
}
.content.clubInfoSection .teamStats .teamStats__title {
  padding: 0 12px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin: 15px 0;
  box-sizing: border-box;
}
.content.clubInfoSection .teamStats .stats__statRow {
  align-items: center;
  box-sizing: border-box;
  padding: 3px 0;
  display: flex;
}
.content.clubInfoSection .teamStats .stats__statRow .stats__statName {
  padding-left: 10px;
  font-weight: 700;
  flex-grow: 1;
  color: #667085;
}
.content.clubInfoSection .teamStats .stats__statRow .stats__value {
  font-size: 18px;
  font-weight: 800;
  color: rgb(17, 24, 39);
  width: 55px;
  text-align: right;
  padding-right: 12px;
}

@media screen and (min-width: 768px) {
  .content.clubInfoSection {
    align-items: flex-start;
    display: flex;
    width: calc(100% - 20px);
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1366px;
  }
  .content.clubInfoSection .clubHeader {
    width: 300px;
    margin: 15px 0;
  }
  .content.clubInfoSection .clubInformation {
    width: calc(100% - 315px);
  }
  .content.clubInfoSection .clubInformation .blockWrapper {
    width: 100%;
  }
  .content.clubInfoSection .clubInformation .bestPlayersWrapper {
    margin: 0;
    width: 100%;
  }
  .content.clubInfoSection .clubInformation .clubInformation__title {
    width: 100%;
  }
  .content.clubInfoSection .clubSubSectionWrapper {
    justify-content: flex-start;
    width: 100%;
  }
}
.matchInfoSection {
  flex-grow: 1;
  /*
  .matchTitle {
      border-bottom: 1px solid #e5e7eb;
      box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
      background-color: #fff;
      padding: 20px 10px;
      box-sizing: border-box;
      position: sticky;
      top: 0;
      width: 100%;
      z-index: 20;
      margin-top: 20px;

      .center {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          margin: 0 auto;
          max-width: 1366px;
      }

      .matchTitle__matchTeam {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100px;

          .matchTeam__logo {
              height: 60px;
              width: 60px;
              margin-bottom: 8px;

              img {
                  object-fit: contain;
                  height: 60px;
                  width: 60px;
              }
          }

          .matchTeam__shortName {
              font-size: 16px;
              font-weight: 700;
              text-transform: uppercase;
              display: flex;
          }

          .matchTeam__name {
              display: none;
          }

          .matchTeam__teamStat {
              margin-top: 8px;
          }
      }

      .matchTitle__matchResult {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          flex-grow: 1;

          .matchTitle__matchScore {
              align-items: center;
              display: flex;
              font-size: 36px;
              font-weight: 700;

              .score__sepo {
                  margin: 0 3px;
              }
          }

          .matchTitle__matchStartTime {
              font-size: 26px;
              font-weight: 700;
          }

          .matchTitle__matchResultDate {
              text-align: center;
              border-radius: 4px;
              border: 1px solid rgb(229, 231, 235);
              background-color: rgb(249, 250, 251);
              padding: 3px 5px;
              align-self: center;
              font-size: 12px;
              //text-transform: uppercase;
          }
      }
  }
  */
}
.matchInfoSection .matchTitle {
  max-width: 1366px;
  width: calc(100% - 20px);
  border-bottom: 1px solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 6px;
  box-sizing: border-box;
  position: sticky;
  top: 10px;
  z-index: 20;
  margin-top: 20px;
  height: 110px;
  display: flex;
  overflow: hidden;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam {
  align-items: center;
  display: flex;
  flex-basis: 50%;
  padding: 0 12px;
  height: 80px;
  position: relative;
  z-index: 20;
  max-width: 50%;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam.home {
  order: 1;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam.home .matchTeam__shortName, .matchInfoSection .matchTitle .matchTitle__matchTeam.home .matchTeam__name {
  margin-left: 10px;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam.visitor {
  justify-content: flex-end;
  order: 2;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam.visitor .matchTeam__shortName, .matchInfoSection .matchTitle .matchTitle__matchTeam.visitor .matchTeam__name {
  text-align: right;
  margin-right: 10px;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__logo {
  height: 40px;
  width: 40px;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__logo img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__shortName {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__name {
  display: none;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__score {
  flex-shrink: 0;
  width: 30px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__score.lose {
  opacity: 0.5;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__score.win:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5.5px 5px 5.5px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg) translateX(-50%);
  position: absolute;
  bottom: -6px;
  left: 50%;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__teamStat {
  font-size: 16px;
  font-weight: 500;
}
.matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__city {
  display: none;
}
.matchInfoSection .matchTitle .matchTitle__background {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 80px;
  z-index: 10;
}
.matchInfoSection .matchTitle .matchTitle__background .matchTitle__teamBG {
  flex-basis: 50%;
  width: 50%;
  position: relative;
}
.matchInfoSection .matchTitle .matchTitle__matchResult {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  border-top: 1px solid #D0D5DD;
}
.matchInfoSection .matchTitle .matchTitle__matchResult.future div {
  max-width: 50%;
}
.matchInfoSection .matchTitle .matchTitle__matchResult div {
  color: #344054;
  flex-basis: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.matchInfoSection .matchSubSections {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 12px;
  margin: 10px auto 10px;
  width: calc(100% - 20px);
  max-width: 1366px;
}
.matchInfoSection .matchSubSections .matchSubSections__sections {
  align-self: flex-start;
  background-color: rgb(243, 244, 246);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}
.matchInfoSection .matchSubSections .matchSubSections__sections .matchSubSections__section {
  transition: all 0.25s;
  font-size: 11px;
  padding: 0 14px;
  margin: 0 3px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
}
.matchInfoSection .matchSubSections .matchSubSections__sections .matchSubSections__section:hover, .matchInfoSection .matchSubSections .matchSubSections__sections .matchSubSections__section.matchSubSections__section-active {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
}
.matchInfoSection .matchInfo__contentBlockWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px auto 10px;
  width: calc(100% - 20px);
  max-width: 1366px;
  overflow: hidden;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchInfo__contentBlockTitle {
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__team {
  display: none;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  margin-bottom: 12px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__team .goalsBlock__teamInfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__team .goalsBlock__teamInfo .goalsBlock__teamLogo {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__team .goalsBlock__teamInfo .goalsBlock__teamLogo img {
  max-height: 90px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__team .goalsBlock__teamInfo .goalsBlock__teamName {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalPeriodTitle {
  background-color: #F2F4F7;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__timeTitle {
  background-color: #F2F4F7;
  color: #E31B54;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__timeTitle .time {
  margin: 0 6px;
  width: 100%;
  order: 2;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__timeTitle .score {
  margin: 0 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #444CE7;
  order: 1;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo {
  display: flex;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo:nth-of-type(odd) {
  background-color: #F2F4F7;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam {
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
  width: calc(50% - 50px);
  padding: 6px 0;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam.enemy {
  justify-content: flex-start;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam.enemy .goalsBlock__goalScore {
  margin-left: 0;
  margin-right: 12px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam.enemy .goalsBlock__goalDetailInfo {
  text-align: left;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam .goalsBlock__goalScore {
  display: flex;
  align-items: center;
  color: #E31B54;
  font-size: 16px;
  font-weight: bold;
  margin-left: 12px;
  justify-content: center;
  width: 50px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam .goalsBlock__goalDetailInfo {
  font-size: 14px;
  text-align: right;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam .goalsBlock__goalDetailInfo .playerName {
  color: #344054;
  text-decoration: none;
  font-weight: 600;
  display: block;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam .goalsBlock__goalDetailInfo .playerName:hover {
  color: #444CE7 !important;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam .goalsBlock__goalDetailInfo .assist {
  color: #667085;
  text-decoration: none;
  font-size: 12px;
  margin-top: 6px;
  display: block;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTeam .goalsBlock__goalDetailInfo .assist:hover {
  color: #444CE7;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTime {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  width: 70px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTime .time {
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalsBlock .goalsBlock__goalPeriods .goalsBlock__goalInfo .goalsBlock__goalTime .structuresCount {
  font-size: 12px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team {
  display: none;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  margin-bottom: 12px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team .penaltiesBlock__teamInfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team .penaltiesBlock__teamInfo .penaltiesBlock__teamLogo {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team .penaltiesBlock__teamInfo .penaltiesBlock__teamLogo img {
  max-height: 90px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team .penaltiesBlock__teamInfo .penaltiesBlock__teamName {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team .penaltiesBlock__penaltyInfo {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTimeAndPlayer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTimeAndPlayer .playerName {
  color: #444CE7;
  text-decoration: none;
  margin-right: 6px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__team .penaltiesBlock__penaltyInfo .penaltyInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__time {
  background-color: #F2F4F7;
  margin: 6px 0;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__time span {
  display: inline-block;
  margin: 0 3px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyTeam {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 6px);
  margin-bottom: 12px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyInfo {
  text-align: right;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyInfo.enemy {
  text-align: left;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTimeAndPlayer .playerName {
  font-size: 12px;
  font-weight: 600;
  color: #323334;
  text-decoration: none;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyInfo .penaltyInfo {
  font-size: 12px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__periods {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__periods .penaltiesBlock__periodTitle {
  background-color: #F2F4F7;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo {
  display: flex;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo:nth-child(odd) {
  background-color: #F2F4F7;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam {
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
  width: calc(50% - 50px);
  padding: 6px 0;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam.enemy {
  justify-content: flex-start;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam.enemy .penaltiesBlock__penaltyPlayerInfo {
  order: 2;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam.enemy .penaltiesBlock__penaltyPlayerInfo .penaltiesBlock__penaltyPlayerName {
  text-align: left;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam.enemy .penaltiesBlock__penaltyPlayerInfo .penaltiesBlock__penaltyDescription {
  text-align: left;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam.enemy .penaltiesBlock__penaltyPlayerTime {
  order: 1;
  margin-right: 12px;
  margin-left: 0;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyPlayerInfo {
  display: flex;
  flex-direction: column;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyPlayerInfo .penaltiesBlock__penaltyPlayerName {
  color: #344054;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyPlayerInfo .penaltiesBlock__penaltyPlayerName:hover {
  color: #444CE7;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyPlayerInfo .penaltiesBlock__penaltyDescription {
  margin-top: 6px;
  color: #667085;
  font-size: 12px;
  text-align: right;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTeam .penaltiesBlock__penaltyPlayerTime {
  display: flex;
  align-items: center;
  color: #E31B54;
  font-size: 14px;
  font-weight: bold;
  margin-left: 12px;
  justify-content: center;
  width: 50px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTime {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  width: 70px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .penaltiesBlock .penaltiesBlock__penaltyInfo .penaltiesBlock__penaltyTime .time {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics {
  display: flex;
  flex-wrap: wrap;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__teamTitle {
  align-items: center;
  display: none;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__teamTitle .matchStatistics__teamLogo {
  height: 80px;
  width: 80px;
  margin-right: 12px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__teamTitle .matchStatistics__teamLogo img {
  max-height: 80px;
  max-width: 80px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__teamTitle .matchStatistics__teamName {
  font-size: 18px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics h3 {
  padding: 12px 10px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__team {
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__playerStatistics {
  max-width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__playerStatistics .tableComponentWrapper {
  display: none;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__playerStatistics .tableComponentWrapper.active {
  display: block;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__playerTypes {
  display: flex;
  margin: 0 auto 12px auto;
  width: calc(100% - 20px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__playerTypes .button {
  margin-right: 8px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchStatistics .matchStatistics__playerTypes .button:last-child {
  margin-right: 0;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock {
  display: flex;
  flex-wrap: wrap;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__teams {
  display: none;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__teams .teamShotsBlock__team {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__teams .teamShotsBlock__team .teamShotsBlock__teamInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__teams .teamShotsBlock__team .teamShotsBlock__teamInfo .teamShotsBlock__teamLogo {
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__teams .teamShotsBlock__team .teamShotsBlock__teamInfo .teamShotsBlock__teamLogo img {
  max-height: 80px;
  max-width: 80px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__teams .teamShotsBlock__team .teamShotsBlock__teamInfo .teamShotsBlock__teamName {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__periodShots {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__periodShots .teamShotsBlock__period {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__periodShots .teamShotsBlock__period.active {
  display: flex;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__periodShots .teamShotsBlock__period .teamShotsBlock__periodTitle {
  background-color: #F2F4F7;
  margin: 6px 0;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__periodShots .teamShotsBlock__period .teamShotsBlock__periodTeamStats {
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__periodShots .teamShotsBlock__period .teamShotsBlock__periodTeamStats .teamShotsBlock__value {
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__periodShots .teamShotsBlock__period .teamShotsBlock__headers {
  box-sizing: border-box;
  width: 74px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamShotsBlock .teamShotsBlock__periodShots .teamShotsBlock__period .teamShotsBlock__headers .teamShotsBlock__header {
  font-size: 12px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock {
  display: flex;
  flex-wrap: wrap;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__teams {
  display: none;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__teams .teamSummaryBlock__team {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__teams .teamSummaryBlock__team .teamSummaryBlock__teamInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__teams .teamSummaryBlock__team .teamSummaryBlock__teamInfo .teamSummaryBlock__teamLogo {
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__teams .teamSummaryBlock__team .teamSummaryBlock__teamInfo .teamSummaryBlock__teamLogo img {
  max-height: 80px;
  max-width: 80px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__teams .teamSummaryBlock__team .teamSummaryBlock__teamInfo .teamSummaryBlock__teamName {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__periodShots {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__periodShots .teamSummaryBlock__period {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__periodShots .teamSummaryBlock__period.active {
  display: flex;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__periodShots .teamSummaryBlock__period .teamSummaryBlock__periodTitle {
  background-color: #F2F4F7;
  margin: 6px 0;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__periodShots .teamSummaryBlock__period .teamSummaryBlock__periodTeamStats {
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__periodShots .teamSummaryBlock__period .teamSummaryBlock__periodTeamStats .teamSummaryBlock__value {
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__periodShots .teamSummaryBlock__period .teamSummaryBlock__headers {
  box-sizing: border-box;
  width: 74px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamSummaryBlock .teamSummaryBlock__periodShots .teamSummaryBlock__period .teamSummaryBlock__headers .teamSummaryBlock__header {
  font-size: 12px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock {
  display: flex;
  flex-wrap: wrap;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__teams {
  display: none;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__teams .teamTimeOnIceBlock__team {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__teams .teamTimeOnIceBlock__team .teamTimeOnIceBlock__teamInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__teams .teamTimeOnIceBlock__team .teamTimeOnIceBlock__teamInfo .teamTimeOnIceBlock__teamLogo {
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__teams .teamTimeOnIceBlock__team .teamTimeOnIceBlock__teamInfo .teamTimeOnIceBlock__teamLogo img {
  max-height: 80px;
  max-width: 80px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__teams .teamTimeOnIceBlock__team .teamTimeOnIceBlock__teamInfo .teamTimeOnIceBlock__teamName {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__periods {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__periods .teamTimeOnIceBlock__period {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__periods .teamTimeOnIceBlock__period.active {
  display: flex;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__periods .teamTimeOnIceBlock__period .teamTimeOnIceBlock__periodTitle {
  background-color: #F2F4F7;
  margin: 6px 0;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__periods .teamTimeOnIceBlock__period .teamTimeOnIceBlock__periodTeamStats {
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__periods .teamTimeOnIceBlock__period .teamTimeOnIceBlock__periodTeamStats .teamTimeOnIceBlock__value {
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__periods .teamTimeOnIceBlock__period .teamTimeOnIceBlock__headers {
  box-sizing: border-box;
  width: 74px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .teamTimeOnIceBlock .teamTimeOnIceBlock__periods .teamTimeOnIceBlock__period .teamTimeOnIceBlock__headers .teamTimeOnIceBlock__header {
  font-size: 12px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock {
  display: flex;
  flex-wrap: wrap;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__teams {
  display: none;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__teams .puckControlAndDistanceBlock__team {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__teams .puckControlAndDistanceBlock__team .puckControlAndDistanceBlock__teamInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__teams .puckControlAndDistanceBlock__team .puckControlAndDistanceBlock__teamInfo .puckControlAndDistanceBlock__teamLogo {
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__teams .puckControlAndDistanceBlock__team .puckControlAndDistanceBlock__teamInfo .puckControlAndDistanceBlock__teamLogo img {
  max-height: 80px;
  max-width: 80px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__teams .puckControlAndDistanceBlock__team .puckControlAndDistanceBlock__teamInfo .puckControlAndDistanceBlock__teamName {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__periods {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__periods .puckControlAndDistanceBlock__period {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__periods .puckControlAndDistanceBlock__period.active {
  display: flex;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__periods .puckControlAndDistanceBlock__period .puckControlAndDistanceBlock__periodTitle {
  background-color: #F2F4F7;
  margin: 6px 0;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__periods .puckControlAndDistanceBlock__period .puckControlAndDistanceBlock__periodTeamStats {
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__periods .puckControlAndDistanceBlock__period .puckControlAndDistanceBlock__periodTeamStats .puckControlAndDistanceBlock__value {
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__periods .puckControlAndDistanceBlock__period .puckControlAndDistanceBlock__headers {
  box-sizing: border-box;
  width: 74px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .puckControlAndDistanceBlock .puckControlAndDistanceBlock__periods .puckControlAndDistanceBlock__period .puckControlAndDistanceBlock__headers .puckControlAndDistanceBlock__header {
  font-size: 12px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock {
  display: flex;
  flex-wrap: wrap;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teams {
  display: none;
  justify-content: space-between;
  margin-bottom: 12px;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teams .powerplayBlock__team {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teams .powerplayBlock__team .powerplayBlock__teamInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teams .powerplayBlock__team .powerplayBlock__teamInfo .powerplayBlock__teamLogo {
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teams .powerplayBlock__team .powerplayBlock__teamInfo .powerplayBlock__teamLogo img {
  max-height: 80px;
  max-width: 80px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teams .powerplayBlock__team .powerplayBlock__teamInfo .powerplayBlock__teamName {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teamStats {
  width: calc(50% - 37px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teamStats .powerplayBlock__teamStat {
  font-size: 12px;
  box-sizing: border-box;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__teamStats .powerplayBlock__teamStat:nth-of-type(odd) {
  background-color: #F2F4F7;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__headers {
  flex-direction: column;
  box-sizing: border-box;
  width: 74px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__headers .powerplayBlock__header {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  text-align: center;
}
.matchInfoSection .matchInfo__contentBlockWrapper .powerplayBlock .powerplayBlock__headers .powerplayBlock__header:nth-of-type(odd) {
  background-color: #F2F4F7;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock {
  display: flex;
  flex-wrap: wrap;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teams {
  display: none;
  justify-content: space-between;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teams .goalStatisticBlock__team {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teams .goalStatisticBlock__team .goalStatisticBlock__teamInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teams .goalStatisticBlock__team .goalStatisticBlock__teamInfo .goalStatisticBlock__teamLogo {
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teams .goalStatisticBlock__team .goalStatisticBlock__teamInfo .goalStatisticBlock__teamLogo img {
  max-height: 80px;
  max-width: 80px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teams .goalStatisticBlock__team .goalStatisticBlock__teamInfo .goalStatisticBlock__teamName {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teams .goalStatisticBlock__team .goalStatisticBlock__typeHeaders {
  display: flex;
  margin: 6px 0;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teams .goalStatisticBlock__team .goalStatisticBlock__typeHeaders .goalStatisticBlock__typeHeader {
  font-size: 12px;
  text-align: center;
  width: 50%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teamStats {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 25px - 12px);
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teamStats .goalStatisticBlock__teamStatRow {
  display: flex;
  width: 100%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teamStats .goalStatisticBlock__teamStatRow:nth-of-type(odd) {
  background-color: #F2F4F7;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__teamStats .goalStatisticBlock__teamStatRow .goalStatisticBlock__teamStat {
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  width: 50%;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__headers {
  flex-direction: column;
  margin: 0;
  width: 74px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__headers .goalStatisticBlock__header {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  text-align: center;
}
.matchInfoSection .matchInfo__contentBlockWrapper .goalStatisticBlock .goalStatisticBlock__headers .goalStatisticBlock__header:nth-of-type(odd) {
  background-color: #F2F4F7;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team {
  display: flex;
  flex-direction: column;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team .matchStatistics__teamTitle {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team .matchStatistics__teamTitle .matchStatistics__teamLogo {
  height: 120px;
  width: 120px;
  object-fit: contain;
  margin-bottom: 15px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team .matchStatistics__teamTitle .matchStatistics__teamLogo img {
  height: 120px;
  width: 120px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team .matchStatistics__teamTitle .matchStatistics__teamName {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team .matchStatistics__playerTypes {
  align-self: flex-start;
  background-color: rgb(243, 244, 246);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  max-width: calc(100% - 20px);
  margin: 0 auto 20px auto;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team .matchStatistics__playerTypes .matchStatistics__playerType {
  transition: all 0.25s;
  font-size: 11px;
  padding: 0 14px;
  margin: 0 3px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
}
.matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team .matchStatistics__playerTypes .matchStatistics__playerType:hover, .matchInfoSection .matchInfo__contentBlockWrapper .matchTeamsStatistics .matchStatistics__team .matchStatistics__playerTypes .matchStatistics__playerType.matchStatistics__playerType-active {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
}
.matchInfoSection .matchInfoSection__subSection {
  display: none;
}
.matchInfoSection .matchInfoSection__subSection.matchInfoSection__subSection-active {
  display: block;
}
.matchInfoSection .matchInfoSection__subSection .tableComponentWrapper {
  overflow-x: auto;
  margin: 0 auto 20px auto;
  max-width: calc(100% - 20px);
  display: none;
  width: 100%;
}
.matchInfoSection .matchInfoSection__subSection .tableComponentWrapper.active {
  display: block;
}
.matchTimelineEvents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px auto 10px;
  width: calc(100% - 20px);
  max-width: 1366px;
}
.matchTimelineEvents .matchTimelineEvents__period {
  display: flex;
  flex-direction: column;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodTitle {
  background-color: #eaecef;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 6px 0;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent {
  display: flex;
  justify-content: center;
  width: 100%;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent:nth-of-type(odd) {
  background-color: rgb(243, 244, 246);
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: stretch;
  width: calc(50% - 50px);
  padding: 6px 0;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy {
  justify-content: flex-start;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__goalScore {
  margin-left: 0;
  justify-content: flex-start;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__goalDetail a {
  text-align: left;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__penaltyPlayerInfoWrapper {
  justify-content: flex-start;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerInfo {
  order: 2;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerInfo .matchTimelineEvents__penaltyPlayerName {
  text-align: left;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerInfo .matchTimelineEvents__penaltyDescription {
  text-align: left;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerTime {
  order: 1;
  margin-left: 0;
  margin-right: 12px;
  justify-content: flex-start;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__goalDetail {
  order: 2;
  font-size: 14px;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__goalDetail a {
  color: #667085;
  text-decoration: none;
  font-size: 12px;
  margin-top: 6px;
  display: block;
  text-align: right;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__goalDetail a.playerName {
  color: #344054;
  text-decoration: none;
  font-weight: 600;
  margin-top: 3px;
  font-size: 14px;
  display: block;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__goalScore {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  order: 1;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__penaltyPlayerInfoWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__penaltyPlayerInfoWrapper:last-of-type {
  margin-bottom: 0;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerInfo {
  display: flex;
  order: 2;
  flex-direction: column;
  width: 100%;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerInfo .matchTimelineEvents__penaltyPlayerName {
  color: #344054;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerInfo .matchTimelineEvents__penaltyDescription {
  margin-top: 3px;
  color: #667085;
  font-size: 12px;
  text-align: right;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerTime {
  text-align: right;
  order: 1;
  display: flex;
  align-items: center;
  color: #E31B54;
  font-size: 14px;
  font-weight: bold;
  margin-left: 12px;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 3px;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  width: 70px;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__time .time {
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__time .structuresCount {
  font-size: 12px;
}
.matchTimelineEvents .matchTimelineEvents__teams {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.matchTimelineEvents .matchTimelineEvents__teams .matchTimelineEvents__team {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  margin-bottom: 12px;
}
.matchTimelineEvents .matchTimelineEvents__teams .matchTimelineEvents__team .matchTimelineEvents__teamInfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.matchTimelineEvents .matchTimelineEvents__teams .matchTimelineEvents__team .matchTimelineEvents__teamInfo .matchTimelineEvents__teamLogo {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.matchTimelineEvents .matchTimelineEvents__teams .matchTimelineEvents__team .matchTimelineEvents__teamInfo .matchTimelineEvents__teamLogo img {
  max-height: 90px;
}
.matchTimelineEvents .matchTimelineEvents__teams .matchTimelineEvents__team .matchTimelineEvents__teamInfo .matchTimelineEvents__teamName {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.structuresSelectWrapper {
  max-width: 1366px;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.structuresSelectWrapper .structuresSelect {
  display: flex;
  align-self: flex-start;
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  padding: 3px 0;
  overflow: auto;
}
.structuresSelectWrapper .structuresSelect .structuresSelect__structure {
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #FFF;
  transition: all 0.25s;
  font-size: 11px;
  padding: 0 14px;
  margin: 0 3px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  font-weight: 700;
  white-space: nowrap;
}
.structuresSelectWrapper .structuresSelect .structuresSelect__structure:hover, .structuresSelectWrapper .structuresSelect .structuresSelect__structure.structuresSelect__structure-active {
  cursor: pointer;
  background-color: rgb(243, 244, 246);
  border: 1px solid rgb(229, 231, 235);
  border-radius: 6px;
}

.lineupSection {
  max-width: 1366px;
  width: calc(100% - 20px);
  margin: 0 auto 15px auto;
  min-width: 355px;
}
.lineupSection .lineupSection__field {
  margin: 0 auto;
  width: 100%;
  height: 650px;
  position: relative;
  max-width: 350px;
}
.lineupSection .lineupSection__field .lineupSection__fieldImage {
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineupSection .lineupSection__field .lineupSection__fieldImage img {
  max-width: 100%;
  height: 100%;
}
.lineupSection .lineupSection__field .lineupSection__fieldImage img.horizontally {
  display: none;
}
.lineupSection .lineupSection__field .lineupSection__fieldImage img.vertically {
  display: block;
}
.lineupSection .lineupSection__field .lineupSection__homeTeam {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 50%;
}
.lineupSection .lineupSection__field .lineupSection__homeTeam .lineup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.lineupSection .lineupSection__field .lineupSection__homeTeam .lineup .lineup__line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.lineupSection .lineupSection__field .lineupSection__homeTeam .lineup.lineup__0 {
  display: flex;
  top: 0;
  height: 100%;
  bottom: unset;
}
.lineupSection .lineupSection__field .lineupSection__homeTeam .lineup.lineup-active {
  display: flex;
  flex-wrap: wrap;
}
.lineupSection .lineupSection__field .lineupSection__guestTeam {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50%;
}
.lineupSection .lineupSection__field .lineupSection__guestTeam .lineup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  flex-wrap: wrap;
}
.lineupSection .lineupSection__field .lineupSection__guestTeam .lineup .lineup__line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.lineupSection .lineupSection__field .lineupSection__guestTeam .lineup.lineup__0 {
  display: flex;
  bottom: 0;
  top: unset;
}
.lineupSection .lineupSection__field .lineupSection__guestTeam .lineup.lineup-active {
  flex-wrap: wrap;
  display: flex;
}
.lineupSection .lineupSection__field .playerInfo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineupSection .lineupSection__field .playerInfo.goaltender {
  display: none;
  height: 145px;
  width: 100%;
}
.lineupSection .lineupSection__field .playerInfo.forward {
  align-items: center;
  height: 90px;
  width: 33.3333333333%;
}
.lineupSection .lineupSection__field .playerInfo.defender {
  height: 90px;
  width: 50%;
}
.lineupSection .lineupSection__field .playerInfo.active {
  display: flex;
}
.lineupSection .lineupSection__field .playerInfo .playerInfo__name {
  display: inline-block;
  padding: 3px;
  background-color: #F9FAFB;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 20px);
}

.lineupSectionPlayers {
  margin-top: 15px;
}
.lineupSectionPlayers .lineupSectionPlayers__team {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__teamLogo {
  height: 80px;
  margin: 15px 0;
  width: 80px;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__teamLogo img {
  max-height: 80px;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__lineup {
  display: none;
  flex-direction: column;
  width: 100%;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__lineup.lineup-active {
  display: flex;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__lineup .lineupSectionPlayers__lineupTitle {
  background-color: rgb(243, 244, 246);
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__lineup .lineupSectionPlayers__lineupPlayer {
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  border-bottom: 1px solid rgb(249, 250, 251);
  height: 50px;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__lineup .lineupSectionPlayers__lineupPlayer .lineupSectionPlayers__lineupPlayerCountry {
  padding-left: 15px;
  width: 40px;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__lineup .lineupSectionPlayers__lineupPlayer .lineupSectionPlayers__lineupPlayerNumber {
  padding-left: 15px;
  width: 25px;
}
.lineupSectionPlayers .lineupSectionPlayers__team .lineupSectionPlayers__lineup .lineupSectionPlayers__lineupPlayer .lineupSectionPlayers__lineupPlayerFio {
  padding-right: 15px;
  flex-grow: 1;
}

@media screen and (min-width: 560px) {
  .matchInfoSection .matchSubSections {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .matchInfoSection .matchTitle {
    height: 80px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.home {
    padding-left: 30px;
    padding-right: 60px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.home .matchTeam__teamStat {
    left: 100px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.home .matchTeam__city {
    left: 100px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.visitor {
    padding-right: 30px;
    padding-left: 60px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.visitor .matchTeam__teamStat {
    right: 100px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.visitor .matchTeam__city {
    right: 100px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__logo {
    height: 60px;
    width: 60px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__logo img {
    height: 60px;
    width: 60px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__shortName {
    display: none;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__name {
    display: block;
    flex-grow: 1;
    font-size: 18px;
    font-weight: 700;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__teamStat {
    position: absolute;
    top: 50px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__city {
    display: block;
    position: absolute;
    top: 15px;
    font-size: 12px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchResult {
    border: 1px solid rgb(229, 231, 235);
    background-color: rgb(249, 250, 251);
    border-radius: 4px;
    align-items: center;
    display: flex;
    padding: 0 10px;
    bottom: auto;
    top: 50%;
    height: auto;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    white-space: nowrap;
  }
  .matchInfoSection .matchTitle .matchTitle__matchResult.future div {
    width: 100%;
    max-width: 100%;
  }
  .matchInfoSection .matchTitle .matchTitle__matchResult div {
    height: 20px;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
  }
  .matchTimelineEvents {
    margin: 0 auto;
  }
  .matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__goalScore {
    justify-content: center;
    order: 1;
    margin-left: 0;
    margin-right: 12px;
  }
  .matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__goalDetail {
    order: 2;
  }
  .matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team.enemy .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerTime {
    justify-content: center;
  }
  .matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__goalScore {
    order: 2;
    text-align: center;
    margin-bottom: 0;
    justify-content: center;
    margin-left: 12px;
    width: 60px;
  }
  .matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__goalScore .matchTimelineEvents__goalDetail {
    order: 1;
    width: calc(100% - 60px - 12px);
  }
  .matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerInfo {
    order: 1;
    width: calc(100% - 60px - 12px);
  }
  .matchTimelineEvents .matchTimelineEvents__period .matchTimelineEvents__periodEvent .matchTimelineEvents__team .matchTimelineEvents__penaltyPlayerInfoWrapper .matchTimelineEvents__penaltyPlayerTime {
    order: 2;
    width: 60px;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
  }
  .lineupSection .lineupSection__field {
    max-width: 650px;
    height: 350px;
  }
  .lineupSection .lineupSection__field .lineupSection__fieldImage {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineupSection .lineupSection__field .lineupSection__fieldImage img {
    max-width: 100%;
    height: 100%;
  }
  .lineupSection .lineupSection__field .lineupSection__fieldImage img.horizontally {
    display: block;
  }
  .lineupSection .lineupSection__field .lineupSection__fieldImage img.vertically {
    display: none;
  }
  .lineupSection .lineupSection__field .lineupSection__homeTeam {
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    height: 100%;
  }
  .lineupSection .lineupSection__field .lineupSection__homeTeam .lineup {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 100%;
    width: calc(100% - 60px);
    display: none;
    align-items: center;
    flex-wrap: nowrap;
  }
  .lineupSection .lineupSection__field .lineupSection__homeTeam .lineup .lineup__line {
    box-sizing: border-box;
    width: 53%;
    display: flex;
    flex-wrap: wrap;
    height: 90%;
  }
  .lineupSection .lineupSection__field .lineupSection__homeTeam .lineup .lineup__line.forward {
    height: 100%;
    width: 47%;
  }
  .lineupSection .lineupSection__field .lineupSection__homeTeam .lineup.lineup__0 {
    width: 40%;
    display: flex;
    left: 0;
    top: 0;
    bottom: unset;
  }
  .lineupSection .lineupSection__field .lineupSection__homeTeam .lineup.lineup__0 .lineup__line {
    width: 100%;
  }
  .lineupSection .lineupSection__field .lineupSection__homeTeam .lineup.lineup-active {
    display: flex;
    flex-wrap: wrap;
  }
  .lineupSection .lineupSection__field .lineupSection__guestTeam {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
    left: unset;
    height: 100%;
  }
  .lineupSection .lineupSection__field .lineupSection__guestTeam .lineup {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    align-items: center;
  }
  .lineupSection .lineupSection__field .lineupSection__guestTeam .lineup .lineup__line {
    box-sizing: border-box;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
  }
  .lineupSection .lineupSection__field .lineupSection__guestTeam .lineup .lineup__line.defender {
    width: 43%;
    height: 90%;
  }
  .lineupSection .lineupSection__field .lineupSection__guestTeam .lineup.lineup__0 {
    display: flex;
    bottom: unset;
    right: 0;
    left: unset;
    width: 120px;
    top: unset;
  }
  .lineupSection .lineupSection__field .lineupSection__guestTeam .lineup.lineup__0 .lineup__line {
    width: 100%;
  }
  .lineupSection .lineupSection__field .lineupSection__guestTeam .lineup.lineup-active {
    display: flex;
    flex-wrap: wrap;
  }
  .lineupSection .lineupSection__field .playerInfo {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineupSection .lineupSection__field .playerInfo.goaltender {
    display: none;
    height: 100%;
    width: 120px;
  }
  .lineupSection .lineupSection__field .playerInfo.forward {
    align-items: center;
    height: 33.3333333333%;
    width: 100%;
  }
  .lineupSection .lineupSection__field .playerInfo.defender {
    height: 50%;
    width: 100%;
  }
  .lineupSection .lineupSection__field .playerInfo.active {
    display: flex;
  }
  .lineupSection .lineupSection__field .playerInfo .playerInfo__name {
    display: flex;
    flex-direction: column;
    padding: 3px;
    background-color: #F9FAFB;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #e5e7eb;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
    align-items: center;
  }
  .lineupSection .lineupSection__field .playerInfo .playerInfo__name .playerInfo__number {
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) {
  .matchInfoSection .matchTitle {
    height: 110px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam {
    height: 110px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.home {
    padding-right: 90px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.home .matchTeam__teamStat {
    left: 0;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.home .matchTeam__city {
    left: 130px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.visitor {
    padding-left: 90px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.visitor .matchTeam__teamStat {
    right: 0;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam.visitor .matchTeam__city {
    right: 130px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__logo {
    height: 90px;
    width: 90px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__logo img {
    height: 90px;
    width: 90px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__teamStat {
    position: relative;
    top: 0;
  }
  .matchInfoSection .matchTitle .matchTitle__matchTeam .matchTeam__city {
    top: 30px;
  }
  .matchInfoSection .matchTitle .matchTitle__matchResult {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.prematchSection {
  width: 100%;
  margin: 0 auto;
}
.prematchSection .stats .stats__statRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 12px;
  transition: all 0.25s;
  border-bottom: 1px solid rgb(249, 250, 251);
}
.prematchSection .stats .stats__statRow:last-child {
  border-bottom: 0;
}
.prematchSection .stats .stats__statRow:hover {
  background-color: #FCFCFD;
}
.prematchSection .stats .stats__statRow .stats__ratingInfo {
  align-items: center;
  display: flex;
  width: 100%;
  height: 20px;
}
.prematchSection .stats .stats__statRow .stats__ratingInfo .stats__rating {
  background-color: rgb(243, 244, 246);
  border-radius: 9999px;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 5px;
  color: rgb(156, 163, 175);
  width: 25px;
  text-align: center;
}
.prematchSection .stats .stats__statRow .stats__ratingInfo .stats__rating.better {
  color: rgb(21, 128, 61);
  background-color: rgb(220, 252, 231);
}
.prematchSection .stats .stats__statRow .stats__ratingInfo .stats__rating:first-child {
  margin-right: 15px;
}
.prematchSection .stats .stats__statRow .stats__ratingInfo .stats__rating:last-child {
  margin-left: 15px;
}
.prematchSection .stats .stats__statRow .stats__ratingInfo .stats__statName {
  flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  color: #667085;
  font-size: 9px;
  font-weight: 700;
  width: 100%;
}
.prematchSection .stats .stats__statRow .stats__ratingValues {
  align-items: center;
  display: flex;
  width: 100%;
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__ratingValue {
  color: rgb(156, 163, 175);
  font-size: 18px;
  font-weight: 700;
  width: 55px;
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__ratingValue.better {
  color: rgb(17, 24, 39);
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__ratingValue:first-child {
  text-align: left;
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__ratingValue:last-child {
  text-align: right;
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__bars {
  display: flex;
  width: calc(100% - 110px);
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__bars .stats__teamBar {
  background-color: rgb(156, 163, 175);
  height: 3.5px;
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__bars .stats__teamBar.better {
  background: rgb(227, 6, 19);
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__bars .stats__teamBar:first-child {
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__bars .stats__teamBar:last-child {
  border-bottom-right-radius: 999px;
  border-top-right-radius: 999px;
}
.prematchSection .stats .stats__statRow .stats__ratingValues .stats__bars .stats__barSeparator {
  height: 3.5px;
  background-color: #fff;
  width: 1px;
}
.prematchSection .teamMainStatistics {
  margin: 0 auto;
  max-width: 1366px;
  width: calc(100% - 20px);
  overflow: hidden;
}
.prematchSection .teamMainStatistics .lastMatchesList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prematchSection .teamMainStatistics .lastMatchesList .lastMatchesList__teamMatches {
  align-items: center;
  display: flex;
  width: calc(50% - 7.5px);
}
.prematchSection .teamMainStatistics .lastMatchesList .lastMatchesList__teamMatches:first-child {
  order: 2;
  justify-content: flex-end;
}
.prematchSection .teamMainStatistics .lastMatchesList .lastMatchesList__teamMatches:last-child {
  order: 3;
  justify-content: flex-start;
}
.prematchSection .teamMainStatistics .lastMatchesList .lastMatchesList__teamMatches .lastMatchesList__teamMatch {
  border-radius: 4px;
  border: 1px solid rgb(187, 247, 208);
  background-color: rgb(220, 252, 231);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(21, 128, 61);
  margin-left: 2px;
  font-weight: 700;
  font-size: 10px;
}
.prematchSection .teamMainStatistics .lastMatchesList .lastMatchesList__teamMatches .lastMatchesList__teamMatch.lose {
  color: rgb(185, 28, 28);
  border: 1px solid rgb(254, 202, 202);
  background-color: rgb(254, 226, 226);
}
.prematchSection .teamMainStatistics .lastMatchesList .lastMatchesList__title {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  order: 1;
  width: 100%;
}
.prematchSection .lastFaceToFaceMatchResults {
  margin-top: 18px;
}
.prematchSection .lastFaceToFaceMatchResults .lastFaceToFaceMatchResults__title {
  max-width: calc(100% - 20px);
  padding: 10px;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  background-color: #EAECF0;
  text-align: center;
  width: 100%;
}
.prematchSection .lastFaceToFaceMatchResults .lastFaceToFaceMatchResults__match {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.prematchSection .lastFaceToFaceMatchResults .lastFaceToFaceMatchResults__match .lastFaceToFaceMatchResults__team {
  flex-grow: 1;
  height: 30px;
  line-height: 30px;
  flex-basis: calc(50% - 40px);
  text-align: center;
  font-size: 14px;
}
.prematchSection .lastFaceToFaceMatchResults .lastFaceToFaceMatchResults__match .lastFaceToFaceMatchResults__score {
  text-align: center;
  height: 30px;
  line-height: 30px;
  flex-shrink: 0;
  font-size: 14px;
  width: 60px;
}
.prematchSection .lastFaceToFaceMatchResults .lastFaceToFaceMatchResults__match .lastFaceToFaceMatchResults__score .sepo {
  margin: 0 3px;
}
.prematchSection .lastMatches {
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 0;
  width: calc(100% - 20px);
  max-width: 1366px;
}
.prematchSection .lastMatches .lastMatches__teamMatches {
  width: 100%;
  margin-bottom: 15px;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__title {
  width: 100%;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  margin-top: 12px;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__teamInfo {
  align-self: flex-start;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 12px;
  width: 100%;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__teamInfo .lastMatches__teamLogo img {
  object-fit: contain;
  height: 80px;
  width: 100%;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__teamInfo .lastMatches__team {
  text-align: center;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__emptyList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__match {
  display: flex;
  width: 100%;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__match:nth-of-type(odd) {
  background-color: #F2F4F7;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__match .lastMatches__team {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: calc(50% - 30px);
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__match .lastMatches__team.bold {
  font-weight: 600;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__match .lastMatches__score {
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 60px;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__match .lastMatches__score .sepo {
  display: inline-block;
  margin: 0 3px;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__match .lastMatches__score.win strong {
  color: #12B76A;
}
.prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches .lastMatches__match .lastMatches__score.lose strong {
  color: #F63D68;
}
.prematchSection .leaders {
  margin: 15px auto 0;
  width: calc(100% - 20px);
  max-width: 1366px;
}
.prematchSection .leaders .leaders__stats {
  margin-bottom: 15px;
}
.prematchSection .leaders .leaders__title {
  font-size: 18px;
  margin: 15px 0;
  text-align: center;
  width: 100%;
}
.prematchSection .leaders .leaders__subType {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 15px 0;
}
.prematchSection .leaders .leaders__subType .leaders__titleText {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.prematchSection .leaders .leaders__subType .leaders__teamLogo {
  height: 50px;
  display: none;
  width: 50px;
}
.prematchSection .leaders .leaders__subType .leaders__teamLogo img {
  object-fit: contain;
  width: 50px;
  height: 50px;
}
.prematchSection .leaders .leaders__statName {
  background-color: #F9FAFB;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 100%;
  font-weight: 500;
}
.prematchSection .leaders .leaders__statInfo {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.prematchSection .leaders .leaders__statInfo .leaders__playerName {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: calc(50% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  box-sizing: border-box;
}
.prematchSection .leaders .leaders__statInfo .leaders__playerStatValue {
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 60px;
}
.prematchSection .teamStats {
  margin: 15px auto 0;
  width: 100%;
}
.prematchSection .teamStats .teamStats__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0;
  text-align: center;
  width: 100%;
}
.prematchSection .teamStats .teamStats__title .teamStats__titleText {
  flex-grow: 1;
  max-width: 250px;
}
.prematchSection .teamStats .teamStats__title .teamStats__teamLogo {
  height: 50px;
  width: 50px;
  display: none;
}
.prematchSection .teamStats .teamStats__title .teamStats__teamLogo img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.prematchSection .faceToFaceStats {
  margin-top: 18px;
}
.prematchSection .faceToFaceStats .faceToFaceStats__title {
  max-width: calc(100% - 20px);
  padding: 10px;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  background-color: #EAECF0;
  text-align: center;
  width: 100%;
}
.prematchSection .prematchStatistics {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1366px;
  width: calc(100% - 20px);
}
.prematchSection .prematchStatistics .prematchStatistics__statTitle {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background-color: #F2F4F7;
  font-weight: 500;
  font-size: 14pX;
}
.prematchSection .prematchStatistics .statInfo {
  display: flex;
  align-items: center;
}
.prematchSection .prematchStatistics .statInfo.hidden {
  display: none;
}
.prematchSection .prematchStatistics .statInfo .statInfo__statName {
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  width: 150px;
  flex-basis: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  flex-shrink: 0;
  padding: 6px;
}
.prematchSection .prematchStatistics .statInfo .statInfo__value {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  min-height: 30px;
  line-height: 20px;
  flex-basis: calc(50% - 30px - 75px);
  background-color: #EAECF0;
  /*
  &.left {
      text-align: left;
  }
  &.right {
      text-align: right;
  }
   */
}
.prematchSection .prematchStatistics .statInfo .statInfo__value.green {
  background-color: #a6f4c5;
}
.prematchSection .prematchStatistics .statInfo .statInfo__value.red {
  background-color: #FECDD6;
}
.prematchSection .prematchStatistics .statInfo .statInfo__rating {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  font-size: 11px;
}
.prematchSection .prematchStatistics .statInfo .statInfo__ranges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
  margin: 16px 0;
  width: 100%;
}
.prematchSection .prematchStatistics .statInfo .statInfo__ranges .teamSlider {
  background-color: #D0D5DD;
  border-radius: 6px;
  overflow: hidden;
  height: 5px;
  position: relative;
  width: calc(50% - 60px);
}
.prematchSection .prematchStatistics .statInfo .statInfo__ranges .teamSlider .teamSlider__fill {
  border-radius: 6px;
  background-color: #475467;
  position: absolute;
  top: 0;
  height: 5px;
}
.prematchSection .prematchStatistics .statInfo .statInfo__ranges .teamSlider .teamSlider__fill.better {
  background-color: #FD6F8E;
}
.prematchSection .prematchStatistics .statInfo .statInfo__ranges .teamSlider .teamSlider__fill.right {
  right: 0;
}
.prematchSection .prematchStatistics .statInfo .statInfo__ranges .teamSlider .teamSlider__fill.left {
  left: 0;
}
.prematchSection .prematchStatistics .showAllButton {
  cursor: pointer;
  border: 2px solid #FD6F8E;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  height: 30px;
  margin: 12px auto;
  width: calc(100% - 20px);
}
.prematchSection .prematchStatistics .blockWrapper {
  margin-top: 0;
  margin-bottom: 15px;
}
.prematchSection .subSectionHeader {
  font-weight: 700;
  text-align: center;
  margin: 15px auto;
  max-width: 1366px;
  width: calc(100% - 20px);
  font-size: 24px;
}

.teamMainStatistics__h2h {
  display: flex;
  flex-direction: column;
}
.teamMainStatistics__h2h .subSectionHeader {
  height: 30px;
}
.teamMainStatistics__h2h .h2hMatches {
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .prematchSection .teamMainStatistics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }
  .prematchSection .lastMatches {
    justify-content: space-between;
  }
  .prematchSection .lastMatches .lastMatches__teamMatches {
    width: calc(50% - 7.5px);
  }
  .prematchSection .lastMatches .lastMatches__teamMatches .lastMatches__listOfMatches {
    flex-basis: 50%;
  }
  .prematchSection .leaders {
    column-count: 2;
  }
  .prematchSection .leaders .leaderTypesWrapper {
    box-sizing: border-box;
    width: 100%;
    break-inside: avoid;
  }
  .prematchSection .leaders .leaders__subType {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .prematchSection .leaders .leaders__subType .leaders__teamLogo {
    display: flex;
  }
  .prematchSection .prematchStatistics {
    column-count: 2;
  }
  .prematchSection .prematchStatistics .blockWrapper {
    break-inside: avoid;
  }
  .prematchSection .prematchStatistics .teamStats {
    width: calc(100% - 7.5px);
  }
  .prematchSection .teamStats .teamStats__title {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .prematchSection .teamStats .teamStats__title .teamStats__teamLogo {
    display: flex;
  }
}
.mainPageSection {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
  padding: 10px 0;
}
.mainPageSection .leaderTableWrapper {
  width: calc(100% - 20px);
  border-radius: 6px;
  align-self: flex-start;
  background-color: #fff;
  padding: 5px;
  max-width: 420px;
  margin: 0 auto 15px auto;
}
.mainPageSection .leaderTableWrapper .leaderTable {
  margin: 0 auto;
}
.mainPageSection .powerIndexTableWrapper {
  align-self: flex-start;
  border-radius: 6px;
  padding: 5px;
  background-color: #fff;
  margin: 0 auto 15px auto;
  max-width: 420px;
  width: calc(100% - 20px);
}

.footer {
  color: #FFF;
  background-color: #101828;
  padding: 20px 0;
  width: 100%;
}
.footer .center {
  margin: 0 auto;
  max-width: 1366px;
  width: calc(100% - 20px);
  box-sizing: border-box;
}
.footer .footer__column {
  width: 100%;
}
.footer .footer__column.logo {
  margin-bottom: 15px;
}
.footer .footer__column.menu {
  display: flex;
}
.footer .footer__column.menu .columnMenu {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: 50%;
}
.footer .footer__column.menu .columnMenu:last-of-type {
  margin-bottom: 0;
}
.footer .footer__column.menu .columnMenu .columnMenu__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer .footer__column.menu .columnMenu .columnMenu__link {
  color: #fff;
  margin-bottom: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.25s;
  align-self: flex-start;
}
.footer .footer__column.menu .columnMenu .columnMenu__link:hover {
  color: #F63D68;
}
.footer .footer__logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}
.footer .footer__copyright {
  font-family: "Ubuntu", sans-serif;
  align-items: center;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}
.footer .footer__copyright span {
  flex-basis: 100%;
  margin: 3px 0;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer .center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer .footer__column {
    width: auto;
  }
  .footer .footer__column.logo {
    width: 250px;
  }
  .footer .footer__column.menu {
    width: calc(100% - 250px);
  }
  .footer .footer__column.menu .columnMenu {
    width: 200px;
  }
  .footer .footer__copyright {
    width: 100%;
  }
}
html {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 0;
  max-height: 100dvh;
  padding: 0;
  touch-action: manipulation;
}

body {
  display: flex;
  flex-direction: column;
  background: rgb(243, 245, 249);
  color: #000;
  margin: 0;
  min-height: 100dvh;
  padding: 0;
  touch-action: manipulation;
  width: 100%;
}
body.mobileOverflow {
  overflow: hidden;
}

.header {
  position: relative;
  z-index: 50;
}

.nextEvents {
  margin-top: 8px;
}

.blockWrapper {
  align-self: flex-start;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 6px;
  box-sizing: border-box;
}

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