@charset "UTF-8";
.text {
  transition: 0.3s;
}
.text--link {
  color: #FFBF00;
}
.text--primary {
  color: #FFFFFF;
}
.text--secondary {
  color: #C496AA;
}
.text--tertiary {
  color: #A8768A;
}

.icon--accent {
  color: #FFBF00 !important;
}
.icon--1 {
  color: #4F0F28;
}
.icon--2 {
  color: #FFFFFF;
}
.icon--3 {
  color: #C496AA;
}

:root {
  --bg-main: #330C1C;
  --yellow-main: #FFBF00;
  --bg-3: #4F0F28;
  --border-main: #6E2B46;
  --text-secondary: #C496AA;
  --border-secondary: #6E2B46;
  --switcher: #C496AA;
}

.background {
  transition: 0.3s;
}
.background--back-main {
  background: #330C1C;
}
.background--back-2 {
  background: #3F0C21;
}
.background--back-3 {
  background: #4F0F28;
}
.background--white {
  background: rgba(255, 255, 255, 0.1);
}

body.light-theme {
  --bg-main: #F1F1F3;
  --yellow-main: #80113C;
  --bg-3: #fff;
  --border-main: #E4E4E8;
  --text-secondary: #777788;
  --border-secondary: #6E2B46;
  --switcher: #FFBF00;
}

body.light-theme .text--link {
  color: #80113C;
}
body.light-theme .text--primary {
  color: #18181C;
}
body.light-theme .text--secondary {
  color: #777788;
}
body.light-theme .text--tertiary {
  color: #AEAEB8;
}
body.light-theme .icon--accent {
  color: #80113C !important;
}
body.light-theme .icon--1 {
  color: #FFBF00;
}
body.light-theme .icon--2 {
  color: #18181C;
}
body.light-theme .icon--3 {
  color: #777788;
}
body.light-theme .background--back-main {
  background: #F1F1F3;
}
body.light-theme .background--back-2 {
  background: #E4E4E8;
}
body.light-theme .background--back-3 {
  background: #FFFFFF;
}
body.light-theme .background--white {
  background: #FFFFFF;
}

.color--black {
  color: #000000;
}
.color--black-50 {
  color: rgbd(#000000, 0.5);
}
.color--white {
  color: #FFFFFF;
}
.color--gray {
  color: #D9D9D9;
}
.color--gray-secondary {
  color: #BFBFBF;
}
.color--gray-third {
  color: #333333;
}
.color--gray-5 {
  color: #E0E0E0;
}
.color--gray-2 {
  color: #F5F5F5;
}
.color--dark-gray {
  color: #404040;
}
.color--green {
  color: #29D37E;
}
.color--red {
  color: #E0455A;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-600 {
  color: #3F0C21;
}
.color--burgundy-500 {
  color: #4F0F28;
}
.color--burgundy-400 {
  color: #6E2B46;
}
.color--burgundy-300 {
  color: #A8768A;
}
.color--burgundy-200 {
  color: #C496AA;
}
.color--burgundy-100 {
  color: #DAAEC1;
}
.color--burgundy-50 {
  color: #EBBDD0;
}
.color--burgundy-accent {
  color: #80113C;
}
.color--neutral-900 {
  color: #18181C;
}
.color--neutral-800 {
  color: #27272B;
}
.color--neutral-700 {
  color: #484852;
}
.color--neutral-600 {
  color: #5F5F6D;
}
.color--neutral-500 {
  color: #777788;
}
.color--neutral-400 {
  color: #9292A0;
}
.color--neutral-300 {
  color: #AEAEB8;
}
.color--neutral-200 {
  color: #C8C9D0;
}
.color--neutral-100 {
  color: #E4E4E8;
}
.color--neutral-50 {
  color: #F1F1F3;
}
.color--yellow-600 {
  color: #CC9800;
}
.color--yellow-500 {
  color: #FFBF00;
}
.color--yellow-300 {
  color: #FFD761;
}
.color--yellow-200 {
  color: #FFEBB2;
}
.color--blue {
  color: #0099FF;
}
.color--orange {
  color: #E48423;
}

.bg--black {
  background: #000000;
}
.bg--black-50 {
  background: rgbd(#000000, 0.5);
}
.bg--white {
  background: #FFFFFF;
}
.bg--gray {
  background: #D9D9D9;
}
.bg--gray-third {
  background: #333333;
}
.bg--gray-5 {
  background: #E0E0E0;
}
.bg--gray-2 {
  background: #F5F5F5;
}
.bg--dark-gray {
  background: #404040;
}
.bg--green {
  background: #29D37E;
}
.bg--red {
  background: #E0455A;
}
.bg--burgundy-800 {
  background: #200610;
}
.bg--burgundy-700 {
  background: #330C1C;
}
.bg--burgundy-600 {
  background: #3F0C21;
}
.bg--burgundy-500 {
  background: #4F0F28;
}
.bg--burgundy-400 {
  background: #6E2B46;
}
.bg--burgundy-300 {
  background: #A8768A;
}
.bg--burgundy-200 {
  background: #C496AA;
}
.bg--burgundy-100 {
  background: #DAAEC1;
}
.bg--burgundy-50 {
  background: #EBBDD0;
}
.bg--burgundy-accent {
  background: #80113C;
}
.bg--neutral-900 {
  background: #18181C;
}
.bg--neutral-800 {
  background: #27272B;
}
.bg--neutral-700 {
  background: #484852;
}
.bg--neutral-600 {
  background: #5F5F6D;
}
.bg--neutral-500 {
  background: #777788;
}
.bg--neutral-400 {
  background: #9292A0;
}
.bg--neutral-300 {
  background: #AEAEB8;
}
.bg--neutral-200 {
  background: #C8C9D0;
}
.bg--neutral-100 {
  background: #E4E4E8;
}
.bg--neutral-50 {
  background: #F1F1F3;
}
.bg--yellow-600 {
  background: #CC9800;
}
.bg--yellow-500 {
  background: #FFBF00;
}
.bg--yellow-300 {
  background: #FFD761;
}
.bg--yellow-200 {
  background: #FFEBB2;
}
.bg--blue {
  background: #0099FF;
}
.bg--orange {
  background: #E48423;
}

.ls--1-1 {
  letter-spacing: -1.1%;
}

.border--stroke-1 {
  border: 1px solid #6E2B46;
}
.border--stroke-3 {
  border: 1px solid #C496AA;
}

body.light-theme .border--stroke-1 {
  border: 1px solid #E4E4E8;
}
body.light-theme .border--stroke-3 {
  border: 1px solid #AEAEB8;
}

.team-hero .team-hero-swiper {
  height: calc(100vh - 140px);
  min-height: 520px;
}
@media (max-width: 992px) {
  .team-hero .team-hero-swiper {
    min-height: unset;
    height: 440px;
  }
}
.team-hero .team-hero-swiper .swiper-nav {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 40px;
  right: calc((100vw - 1264px + 40px) / 2);
  column-gap: 16px;
  height: 56px;
}
@media (max-width: 1080px) {
  .team-hero .team-hero-swiper .swiper-nav {
    right: auto;
    height: auto;
    bottom: 12px;
    justify-content: center;
    left: 50%;
    translate: -50% 0;
    z-index: 5;
  }
}
@media (max-width: 1080px) {
  .team-hero .team-hero-swiper .swiper-nav .swiper-button {
    display: none !important;
  }
}
.team-hero .team-hero-swiper .swiper-nav .team-hero-pagination {
  width: fit-content;
  position: static;
  color: #FFFFFF;
}
@media (max-width: 1080px) {
  .team-hero .team-hero-swiper .swiper-nav .team-hero-pagination {
    display: flex;
    align-items: center;
    column-gap: 4px;
  }
  .team-hero .team-hero-swiper .swiper-nav .team-hero-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 16px;
    height: 6px;
    background: rgba(255, 255, 255, 0.4509803922);
    transition: 0.3s;
    border-radius: 0;
    opacity: 1;
  }
  .team-hero .team-hero-swiper .swiper-nav .team-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #FFFFFF;
  }
}
.team-hero .team-hero-swiper .swiper-slide {
  position: relative;
}
.team-hero .team-hero-swiper .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 340px;
  background: linear-gradient(180deg, rgba(24, 24, 28, 0) 0%, rgba(24, 24, 28, 0.8) 100%);
}
.team-hero .team-hero-swiper .swiper-slide .team-hero-swiper__bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-hero .team-hero-swiper .swiper-slide .team-hero-swiper__bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .team-hero .team-hero-swiper .swiper-slide .team-hero-swiper__bg img {
    object-position: center;
  }
}
.team-hero__content {
  padding-bottom: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.team-hero__content .title {
  max-width: 808px;
}
@media (max-width: 1080px) {
  .team-hero__content {
    max-width: 100%;
  }
}

.matches .match .inner::before, .matches .match .inner::after {
  background: #3F0C21;
}

body.light-theme .stat .stat-table table thead tr th {
  background: #FFFFFF;
  color: #777889;
}
body.light-theme .stat .stat-table table thead tr th:not(:first-child) {
  border-left: 1px solid #F1F1F3;
}
body.light-theme .stat .stat-table table tr td {
  background: #FFFFFF;
  border-top: 1px solid #F1F1F3;
  color: #18181C;
}
body.light-theme .stat .stat-table table tr td span {
  color: #777889;
}
body.light-theme .stat .stat-table table tr td:not(:first-child) {
  border-left: 1px solid #F1F1F3;
}

@media (max-width: 1080px) {
  .stat .stat-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
  }
}
.stat .stat-table table {
  width: 100%;
}
@media (max-width: 1080px) {
  .stat .stat-table table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
  }
}
.stat .stat-table table tr {
  column-gap: 1px;
}
.stat .stat-table table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.stat .stat-table table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.stat .stat-table table tr td {
  padding: 10px 12px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  background: #4F0F28;
  text-align: center;
  border-top: 1px solid #330C1C;
}
.stat .stat-table table tr td:has(span) {
  position: relative;
  padding-left: 50px;
}
.stat .stat-table table tr td:has(span):before {
  content: "C";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 32px;
  height: 26px;
  border-radius: 8px;
  background: #FFBF00;
  color: #18181C;
  font-size: 16px;
  font-weight: 600;
}
.stat .stat-table table tr td:first-child {
  font-weight: 600;
}
.stat .stat-table table tr td span {
  color: #C496AA;
  font-weight: 400;
}
.stat .stat-table table tr td:not(:first-child) {
  border-left: 1px solid #330C1C;
}
.stat .stat-table table tr td:nth-child(2) {
  text-align: left;
  font-weight: 600;
}
.stat .stat-table table thead tr {
  column-gap: 1px;
}
.stat .stat-table table thead tr th {
  padding: 10px 12px;
  color: #C496AA;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  background: #4F0F28;
}
.stat .stat-table table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.stat .stat-table table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
.stat .stat-table table thead tr th:not(:first-child) {
  border-left: 1px solid #330C1C;
}
.stat .stat-table table thead tr th:nth-child(2) {
  text-align: left;
}

.statistics {
  position: relative;
}
@media (max-width: 992px) {
  .statistics.second-view .rows {
    flex-direction: column;
  }
}
.statistics.second-view .statistics__item__table {
  width: 100%;
  max-width: 496px;
}
@media (max-width: 992px) {
  .statistics.second-view .statistics__item__table {
    max-width: unset;
  }
}
.statistics.second-view .best-players {
  width: 100%;
  max-width: calc(100% - 496px);
  overflow: hidden;
}
@media (max-width: 992px) {
  .statistics.second-view .best-players {
    max-width: unset;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .statistics.second-view .best-players .card-wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
}
@media (max-width: 1280px) {
  .statistics.second-view .best-players .teammate-card {
    min-width: 229px;
  }
}
@media (max-width: 992px) {
  .statistics.second-view .best-players .teammate-card {
    min-width: 160px;
  }
}
.statistics.second-view .best-players .teammate-card__image img {
  height: 264px;
}
@media (max-width: 992px) {
  .statistics.second-view .best-players .teammate-card__image img {
    height: 160px;
  }
}
.statistics .grid {
  position: relative;
  z-index: 2;
}
.statistics__item__table .tournament-table-box {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.statistics__item__table .tournament-table-box__row {
  padding: 12px 12px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .statistics__item__table .tournament-table-box__row {
    padding: 8px 12px;
  }
}
.statistics__item__table .tournament-table-box__row.main-row {
  padding: 8px 12px;
}
.statistics__item__table .tournament-table-box__row.main-row .tournament-table-box__positions {
  font-size: 14px;
  font-weight: 400;
  font-family: "Fixel Text";
}
.statistics__item__table .tournament-table-box__row.current-team {
  background: #FFD761;
}
.statistics__item__table .tournament-table-box .values {
  flex-basis: 40px;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 992px) {
  .statistics__item__table .tournament-table-box .values {
    flex-basis: 24px;
  }
}
.statistics__item__table .tournament-table-box__team-logo {
  margin: 0 8px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .statistics__item__table .tournament-table-box__team-logo {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 4px;
  }
}
.statistics__item__table .tournament-table-box__team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.statistics__item__table .tournament-table-box__positions {
  font-size: 14px;
  font-weight: 900;
  font-family: "Klaster Sans Trial";
}
@media (max-width: 992px) {
  .statistics__item__table .tournament-table-box__positions {
    margin-left: 0;
  }
}
.statistics__item__table .tournament-table-box__team-name {
  flex-grow: 1;
  font-size: 14px;
  transition: 0.3s;
  font-weight: 600;
}
.statistics__item__table .tournament-table-box__games {
  font-weight: 400;
  font-size: 14px;
}
.statistics__item__table .tournament-table-box__points {
  font-weight: 600;
  margin-left: 14px;
}

.sp-hero-section {
  position: relative;
}
.sp-hero-section .breadcrumbs {
  position: relative;
  z-index: 3;
}
.sp-hero-section:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background: url(../../images/sp-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .sp-hero-section:before {
    height: 416px;
    width: 100%;
    background: url(../../images/sp-bg-mob.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.sp-hero-section .body-sp {
  position: relative;
  padding-left: 104px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sp-hero-section .body-sp {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
.sp-hero-section .body-sp .player-links {
  width: 56px;
  border-radius: 12px;
  position: absolute;
  top: 32px;
  left: 0;
}
@media (max-width: 992px) {
  .sp-hero-section .body-sp .player-links {
    right: 0;
    top: 24px;
    left: auto;
  }
}
.sp-hero-section .body-sp .player-links a {
  transition: 0.3s;
}
.sp-hero-section .body-sp .player-links a:hover {
  opacity: 0.7;
}
.sp-hero-section .body-sp .content {
  width: calc(100% - 404px);
}
.sp-hero-section .body-sp .content .icon {
  position: relative;
}
.sp-hero-section .body-sp .content .icon .number {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-family: "Klaster Sans Trial";
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
}
@media (max-width: 992px) {
  .sp-hero-section .body-sp .content {
    width: 100%;
  }
  .sp-hero-section .body-sp .content .first-row {
    column-gap: 32px;
    row-gap: 20px;
  }
  .sp-hero-section .body-sp .content .first-row .col {
    min-width: 110px;
  }
  .sp-hero-section .body-sp .content .second-row .col .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .sp-hero-section .body-sp .content .second-row .col .txt {
    text-align: left;
  }
}
.sp-hero-section .body-sp .player-image {
  position: relative;
  width: 364px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .sp-hero-section .body-sp .player-image {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sp-hero-section .body-sp .player-image .number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -48px;
  top: -32px;
  width: 220px;
  height: 270px;
  font-family: "Klaster Sans Trial";
  font-weight: 900;
  font-size: 180px;
  line-height: 150%;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .sp-hero-section .body-sp .player-image .number {
    left: -28px;
    font-size: 150px;
    top: -50px;
  }
}
.sp-hero-section .body-sp .player-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .sp-hero-section .body-sp .player-image img {
    height: 348px;
    width: 300px;
  }
}

.player-info__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 808px;
}
@media (max-width: 992px) {
  .player-info__body {
    max-width: unset;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .player-info__body .nav {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .player-info__body .nav .btn {
    display: none;
  }
}
.player-info__body .info-section {
  border-radius: 12px;
}
@media (max-width: 992px) {
  .player-info__body .info-section {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 16px 20px;
    border-radius: 0;
  }
}
.player-info__body .info-section .txt p:not(:last-child) {
  margin-bottom: 16px;
}
.player-info__body .info-section .txt.hidden {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.player-info__body .info-section .show-more-link .btn-link.active .visible {
  display: none;
}
.player-info__body .info-section .show-more-link .btn-link.active .hidden {
  display: block;
}
.player-info__body .info-section .show-more-link .btn-link.active .arr svg, .player-info__body .info-section .show-more-link .btn-link.active .arr img {
  rotate: 180deg;
}
.player-info__body .info-section .show-more-link .btn-link .hidden {
  display: none;
}
.player-info__body .info-section .show-more-link .btn-link .arr svg, .player-info__body .info-section .show-more-link .btn-link .arr img {
  transition: 0.3s;
}

.links-section {
  position: sticky;
  top: 100px;
  z-index: 3;
  background: #F5F5F5;
}
.links-section.scroll {
  padding-top: 8px;
  padding-bottom: 8px;
}
.links-section .row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 794px;
}

.sp-template-section__body {
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 794px;
  padding: 28px 24px;
}

.biography .show-more-btn {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-decoration: underline;
}
.biography .show-more-btn .hidden {
  display: none;
}
.biography .show-more-btn.active .visible {
  display: none;
}
.biography .show-more-btn.active .hidden {
  display: block;
}
.biography__desc.hidden {
  overflow: hiden;
  display: -webkit-box;
  -webkit-line-clamp: 13; /* Кількість рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.biography__desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -1.1%;
}
.biography__desc p:not(:last-child) {
  margin-bottom: 20px;
}

.statisticks__wrap .col {
  min-width: 114px;
}

body.light-theme .calendar .calendar-event {
  color: #18181C;
}
body.light-theme .calendar .calendar-event .calendar-event__location, body.light-theme .calendar .calendar-event .calendar-event__tournament {
  color: #AEAEB8;
}
@media (max-width: 992px) {
  body.light-theme .calendar table thead {
    display: none;
  }
}
body.light-theme .calendar table thead th {
  border: none !important;
  color: #18181C;
  background: #fff;
}
body.light-theme .calendar table td {
  background: #FFFFFF;
}
body.light-theme .calendar table td[role=presentation] {
  background: transparent;
  padding: 0;
}
body.light-theme .calendar .fc .fc-button-group {
  column-gap: 16px;
}
body.light-theme .calendar .fc .fc-button-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: #FFFFFF;
  border: 1px solid #E4E4E8;
  width: 44px;
  height: 44px;
}
body.light-theme .calendar .fc .fc-button-group button .fc-icon {
  filter: grayscale(100%) invert(1);
}
body.light-theme .calendar .fc .fc-toolbar-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #18181C;
  font-family: "Klaster Sans Trial";
}
body.light-theme .calendar .fc .fc-daygrid-day-number {
  color: #18181C;
  text-align: left;
  font-size: 16px;
}

@media (max-width: 992px) {
  .calendar .fc-scrollgrid-sync-table {
    height: 500px !important;
  }
}
.calendar .fc .fc-toolbar-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Klaster Sans Trial";
}
.calendar .fc-theme-standard td, .calendar .fc-theme-standard th {
  border: none !important;
}
.calendar .fc .fc-daygrid-day-number {
  color: #FFFFFF;
  text-align: left;
  font-size: 16px;
}
.calendar .fc .fc-daygrid-day-top {
  flex-direction: row;
}
.calendar .fc .fc-button-group {
  column-gap: 16px;
}
.calendar .fc .fc-button-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background: #4F0F28;
  border: 1px solid #6E2B46;
  width: 44px;
  height: 44px;
}
.calendar .fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}
.calendar .fc-event:hover {
  background: transparent;
}
.calendar .calendar-event__add {
  position: absolute;
  right: -6px;
  top: -30px;
  width: 24px;
  height: 24px;
  background: transparent;
}
.calendar .calendar-event {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  font-size: 14px;
  width: 100%;
}
.calendar .calendar-event .calendar-event__location, .calendar .calendar-event .calendar-event__tournament {
  color: #A8768A;
}
.calendar .calendar-event .calendar-event__teams {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.calendar .calendar-event .calendar-event__team {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.calendar .calendar-event .calendar-event__team img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.calendar .calendar-event .calendar-event__title {
  margin-top: auto;
}
.calendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: unset;
}
.calendar table {
  border: none !important;
}
.calendar table table:has(td) {
  border-collapse: separate;
  border-spacing: 4px;
  margin-top: 2px;
}
.calendar table td {
  background: #4F0F28;
  border-radius: 8px;
  padding: 12px;
}
.calendar table td.fc-day-other {
  opacity: 0.4;
}
.calendar table td[role=presentation] {
  background: transparent;
  padding: 0;
}
@media (max-width: 992px) {
  .calendar table tr {
    margin-top: 4px;
  }
  .calendar table tr[role=row] {
    display: grid;
    width: 100%;
    row-gap: 4px;
  }
}
@media (max-width: 992px) {
  .calendar table thead {
    display: none;
  }
}
.calendar table thead th {
  border: none !important;
  color: #FFFFFF;
  background: #4F0F28;
  padding: 8px;
  font-size: 16px;
}
.calendar table thead th:first-child {
  border-radius: 8px 0 0 8px;
}
.calendar table thead th:last-child {
  border-radius: 0 8px 8px 0;
}
.calendar #calendar .fc-today-button {
  display: none;
}
@media (max-width: 992px) {
  .calendar .heading-row {
    flex-direction: column;
  }
  .calendar .heading-row .selects {
    width: 100%;
    flex-direction: column;
  }
  .calendar .heading-row .tabs-type-2 {
    width: 100%;
  }
  .calendar .heading-row .tabs-type-2 .tab {
    width: calc(50% - 1px);
    min-width: unset;
  }
}
.calendar .heading-row .custom-select {
  max-width: 250px;
}
@media (max-width: 992px) {
  .calendar .heading-row .custom-select {
    max-width: unset;
    width: 100%;
  }
}
.calendar .calendar-list .calendar-row {
  border-radius: 12px;
}
@media (max-width: 992px) {
  .calendar .calendar-list .calendar-row {
    flex-direction: column;
  }
}
.calendar .calendar-list .calendar-row .left {
  max-width: 300px;
}
@media (max-width: 992px) {
  .calendar .calendar-list .calendar-row .left {
    text-align: center;
    max-width: unset;
    width: 100%;
  }
}
.calendar .calendar-list .calendar-row .center {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 992px) {
  .calendar .calendar-list .calendar-row .center {
    max-width: unset;
    width: 100%;
  }
}
.calendar .calendar-list .calendar-row .center .divider {
  width: 22px;
}
.calendar .calendar-list .calendar-row .center .opponent {
  width: calc(50% - 51px);
}
@media (max-width: 992px) {
  .calendar .calendar-list .calendar-row .center .opponent {
    flex-direction: column;
    align-items: center;
    width: calc(50% - 23px);
  }
  .calendar .calendar-list .calendar-row .center .opponent .sub-title {
    order: 1;
  }
  .calendar .calendar-list .calendar-row .center .opponent .icon {
    order: 0;
    width: 48px;
    height: 48px;
  }
}
.calendar .calendar-list .calendar-row .right {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 992px) {
  .calendar .calendar-list .calendar-row .right {
    max-width: unset;
    width: 100%;
    column-gap: 12px;
  }
  .calendar .calendar-list .calendar-row .right:has(.btn:nth-child(2)) .btn {
    width: calc(50% - 6px);
  }
  .calendar .calendar-list .calendar-row .right .btn {
    width: 100%;
  }
}

body.light-theme .standings .brackets-viewer .match {
  background: transparent;
}
body.light-theme .standings .brackets-viewer .match .opponents {
  background: transparent;
}
body.light-theme .standings .brackets-viewer .match .opponents .loss {
  color: #18181C;
  border: 1px solid #E4E4E8;
  background: #E4E4E8;
}
body.light-theme .standings .brackets-viewer .match .opponents .loss:hover, body.light-theme .standings .brackets-viewer .match .opponents .loss.hover {
  background: #C8C9D0 !important;
}
body.light-theme .standings .brackets-viewer .match .opponents .loss .result {
  color: #18181C;
}
body.light-theme .standings .brackets-viewer .round:not(:last-child) h3:after {
  background: #FFFFFF;
}
body.light-theme .standings .brackets-viewer .round:first-child h3:first-child {
  padding-left: 16px;
}
body.light-theme .standings .brackets-viewer .round:last-child h3 {
  padding-right: 16px;
}
body.light-theme .standings .brackets-viewer h3 {
  background: #FFFFFF;
  color: #18181C;
}

.standings .brackets-viewer {
  margin-top: 24px;
  background: transparent;
  padding: 0;
}
.standings .brackets-viewer h1 {
  display: none;
}
.standings .brackets-viewer .match {
  width: 263px;
  background: transparent;
}
.standings .brackets-viewer .match .opponents {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.standings .brackets-viewer .match .opponents .win {
  background: #FFD761;
  color: #18181C;
  border: 1px solid #FFBF00;
}
.standings .brackets-viewer .match .opponents .win:hover, .standings .brackets-viewer .match .opponents .win.hover {
  background: #FFEBB2 !important;
}
.standings .brackets-viewer .match .opponents .win .result {
  color: #18181C;
}
.standings .brackets-viewer .match .opponents .loss {
  color: #FFFFFF;
  border: 1px solid #6E2B46;
  background: #3F0C21;
}
.standings .brackets-viewer .match .opponents .loss:hover, .standings .brackets-viewer .match .opponents .loss.hover {
  background: #4F0F28 !important;
}
.standings .brackets-viewer .match .opponents .loss .result {
  color: #FFFFFF;
}
.standings .brackets-viewer .participant {
  padding: 8px 12px;
  background: transparent;
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 48px;
}
.standings .brackets-viewer .participant .name {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.standings .brackets-viewer .participant .name img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.standings .brackets-viewer .round:not(:last-child) h3 {
  position: relative;
}
.standings .brackets-viewer .round:not(:last-child) h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 50px;
  height: 100%;
  background: #4F0F28;
  top: 0;
}
.standings .brackets-viewer .round:first-child h3:first-child {
  padding-left: 16px;
  border-radius: 8px 0 0 8px;
}
.standings .brackets-viewer .round:last-child h3 {
  padding-right: 16px;
  border-radius: 0 8px 8px 0;
}
.standings .brackets-viewer h3 {
  padding: 12px;
  background: #4F0F28;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  overflow: unset;
  width: 100%;
  text-align: left;
}
.standings__body {
  width: 100%;
}
@media (max-width: 992px) {
  .standings__body {
    flex-direction: column;
    row-gap: 40px;
  }
}
.standings__body .side-bar {
  position: sticky;
  top: 108px;
  width: 100%;
  max-width: 320px;
  border: 1px solid #6E2B46;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .standings__body .side-bar {
    max-width: unset;
    width: 100%;
  }
}
.standings__body .side-bar:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 62px;
  width: 105px;
  background: url(../../images/sbb.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.standings__body .side-bar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35px;
  width: 135px;
  background: url(../../images/sba.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.standings__body .side-bar .content {
  position: relative;
  z-index: 2;
}
.standings__body .left {
  max-width: calc(100% - 344px);
  width: 100%;
}
@media (max-width: 992px) {
  .standings__body .left {
    max-width: unset;
  }
}

.about-academy {
  position: relative;
}
.about-academy:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 55%;
  background: url(../../images/aba-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 992px) {
  .about-academy:after {
    width: 100%;
    height: 55%;
  }
}
.about-academy__body {
  position: relative;
}
.about-academy .col {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.about-academy .col .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .about-academy .col .image {
    width: 220px;
    height: 220px;
  }
}
.about-academy .col .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.light-theme .ac-kids .ac-kids-body .columns:before {
  background: #AEAEB8;
}

.ac-kids .ac-kids-body {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 16px;
}
.ac-kids .ac-kids-body.form-sec {
  position: relative;
  overflow: hidden;
}
.ac-kids .ac-kids-body.form-sec:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: url(../../images/form-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 992px) {
  .ac-kids .ac-kids-body.form-sec:after {
    background: url(../../images/form-bg-mob.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    width: 50%;
    height: 90%;
  }
}
.ac-kids .ac-kids-body.form-sec form {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .ac-kids .ac-kids-body.form-sec form .btn {
    width: 100%;
  }
}
.ac-kids .ac-kids-body .columns {
  position: relative;
}
.ac-kids .ac-kids-body .columns:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  translate: -50% 0;
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .ac-kids .ac-kids-body .columns:before {
    display: none;
  }
}
.ac-kids .ac-kids-body .row a.text--primary {
  transition: 0.3s;
}
.ac-kids .ac-kids-body .row a.text--primary:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .ac-kids .ac-kids-body {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 16px 20px;
    border-radius: 0;
  }
}
.ac-kids .ac-kids-body iframe {
  width: 100%;
  border-radius: 16px;
}