p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "PT Sans", sans-serif;
  background-color: #121114;
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.link {
  text-decoration: none;
}

.list {
  list-style-type: none;
}

.content_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main {
  flex-grow: 1;
}

.hero_title {
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero_title:hover {
  color: rgb(255, 255, 255);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}

.search_filter_input {
  color: rgb(255, 255, 255);
  border-color: rgb(51, 46, 46);
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  border-radius: 20px;
  background: #201e1e;
  border-style: solid;
  border-width: 1px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 40px;
  padding-top: 8px;
  outline-color: rgba(0, 0, 0, 0);
  transition: ease 0.5s;
  outline: none;
}
.search_filter_input:hover {
  border-color: rgb(64, 169, 255);
  outline-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 2px rgba(24, 144, 255, 0.2);
}
.search_filter_input:focus {
  border-color: rgb(64, 169, 255);
  box-shadow: 0px 0px 0px 2px rgba(24, 144, 255, 0.2);
}
.search_filter_input:active {
  background-color: rgba(0, 0, 0, 0);
  background: #201e1e;
}
.search_filter_input:disabled {
  background-color: rgba(255, 255, 255, 0);
  background: #201e1e;
}
.bg_color_gray {
  background-color: #1c1b1d;
}

.content_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.content_link:hover {
  color: rgb(217, 54, 62);
}

.block_section_content_bg_img {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/bg-hero.webp");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  height: 300px;
  background-size: cover;
}
.block_search_filter {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.block_hero_container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.block_hero_container:hover {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.hero_subtitle {
  color: rgb(255, 255, 255);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: 400;
}

.search_filter_btn {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  cursor: pointer;
  background: #201e1e;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  border-color: rgb(51, 46, 46);
  font-size: 15px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  font-weight: 700;
  transition: ease 0.5s;
}
.search_filter_btn:hover {
  border-color: rgb(64, 169, 255);
  box-shadow: 0px 0px 0px 2px rgba(24, 144, 255, 0.2);
}
.search_filter_input_btn_img {
  color: rgba(0, 0, 0, 0);
  object-fit: contain;
  height: 20px;
  width: 20px;
}
.search_filter_input_btn {
  color: rgba(0, 0, 0, 0);
  background: transparent;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 20%;
  right: 1%;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: ease 0.5s;
  filter: invert(1%);
}
.search_filter_input_btn:hover {
  filter: invert(20%);
}
.search_filter_btn_img {
  color: rgba(0, 0, 0, 0);
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.block_search_filter_input {
  width: 450px;
}
.position_relative {
  position: relative;
}
.padding_top_0 {
  padding-top: 0;
}
.video_status {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.block_img_gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(18, 17, 20, 0.35);
}
.block_img_gradient:hover {
  border-color: rgba(0, 0, 0, 0);
}

.play_icon_small {
  height: 70px;
  width: 70px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: scale 1s;
  scale: 1;
  transform: translate(-50%, -50%);
}
.play_icon_small:hover {
  scale: 1.1;
}

.indicator_item:hover {
  border-color: rgba(0, 0, 0, 0.58);
  border-top-color: rgba(0, 0, 0, 0.01);
}
.indicator_list {
  align-items: center;
  display: grid;
  column-gap: 15px;
  grid-template-columns: repeat(6, 1fr);
}
.indicator_list:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
.video_info_stat_item {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.block_video_info_stat_img {
  color: rgba(0, 0, 0, 0);
  background: #ffffff;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 30px;
  width: 30px;
}

.video_info_stat_list {
  color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  column-gap: 15px;
}
.video_info_stat_value {
  color: rgb(214, 214, 214);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.video_info_stat_value:hover {
  color: rgb(214, 214, 214);
}
.video_info_stat_img {
  color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.block_indicator_value {
  color: rgba(0, 0, 0, 0);
  height: 4px;
  width: 100%;
  background: #ffffff;
}
.width_height_15 {
  height: 15px;
  width: 15px;
}
.width_height_25 {
  height: 25px;
  width: 25px;
}

.rated_list {
  display: flex;
  column-gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
}
.block_post_socials_list {
  padding-bottom: 15px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(102, 102, 102);
  display: flex;
  justify-content: flex-end;
}
.font_size_16 {
  font-size: 16px;
}

.team_stats_table_body_point {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.width_10pr {
  width: 10%;
}

.awards_link {
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  height: 100%;
  transition: ease 0.5s;
}
.awards_link:hover {
  color: rgb(217, 54, 62);
}
.awards_link_img {
  color: rgba(0, 0, 0, 0);
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.team_position_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
}

.team_position_item {
  background: #1c1b1d;
  width: calc(calc((100% - 100px) / 5));
}
.block_team_position_info {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  width: 100%;
  padding-top: 8px;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.team_position_info_title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.aside_news_link {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  column-gap: 15px;
  display: flex;
}
.aside_news_link:hover {
  color: rgb(217, 54, 62);
}
.aa {
  color: rgb(217, 54, 62);
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.vvvvv {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
}

.block_player_bio_table {
  background: #1c1b1d;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(102, 102, 102);
  width: calc(calc((100% - 50px) / 3));
}
.block_player_bio_table_line {
  display: grid;
  grid-template-columns: 40% 1fr;
}

.b:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.team_position_info_subtitle_accent {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}
.team_position_info_subtitle {
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}
.aside_news_item {
  margin-bottom: 20px;
}
.aside_news_item:hover {
  z-index: 10000;
}
.aside_news_item:last-child {
  margin-bottom: 0;
}
.aside_news_item::after {
  content: "";
  z-index: 99999;
}
.block_calendar_week_days {
  padding-bottom: 20px;
  padding-top: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.block_calendar_week_days:hover {
  border-color: rgba(0, 0, 0, 0);
}

.height_250 {
  height: 250px;
}
.height_250:hover {
  background-color: rgba(0, 0, 0, 0);
}
.calendar_filter_title {
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 700;
}

.block_calendar_filter {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.margin_bottom_25 {
  margin-bottom: 25px;
}
.block_calendar_wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(102, 102, 102);
}
.border_radius_20 {
  border-radius: 20px;
}
.block_calendar_week {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #1c1b1d;
}
.calendar_week_days {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.block_calendar_mounth {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.block_calendar_mounth_days_content {
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg_color_white {
  background: #ffffff;
}
.block_calendar_team_meet_link {
  align-items: baseline;
  display: flex;
  column-gap: 20px;
}
.calendar_mounth_days {
  color: rgb(28, 27, 29);
  font-size: 15px;
  font-weight: 500;
}
.block_calendar_link {
  display: flex;
}
.results_item {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  background: #1c1b1d;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(102, 102, 102);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  width: calc(calc((100% - 25px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results_link {
  border-left-color: rgba(0, 0, 0, 0);
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background: #ef4623;
  border-radius: 24px;
  transition: ease 0.5s;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.results_link:hover {
  background: #f27043;
}
.calendar_team_meet_place {
  color: rgb(28, 27, 29);
  font-size: 11px;
  font-weight: 700;
}
.results_link_title {
  color: rgb(255, 255, 255);
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block_calendar_mounth_days {
  padding-bottom: 70%;
}
.results_list {
  border-top-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.block_results_link {
  color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 20%;
}
.block_results_link:hover {
  color: rgba(0, 0, 0, 0);
}
.block_results_team_meet_link {
  border-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  width: 75%;
}
.border_top_gray {
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-color: rgb(102, 102, 102);
}
.calendar_team_meet_link_title {
  font-size: 12px;
  font-weight: 700;
}
.border_top_left_gray {
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-left-color: rgb(102, 102, 102);
  border-bottom-color: rgb(102, 102, 102);
  border-top-width: 1px;
  border-top-color: rgb(102, 102, 102);
}
.section_calendar {
  padding-bottom: 40px;
  padding-top: 40px;
}
.teams_link {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  height: 100%;
  width: 100%;
  transition: ease 0.5s;
  color: rgb(255, 255, 255);
  gap: 16px;
}
.teams_link:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(217, 54, 62);
}
.lives_team_meet_link {
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
  transition: ease 0.5s;
}
.lives_team_meet_link:hover {
  color: rgb(217, 54, 62);
}
.teams_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .teams_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .teams_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .teams_link {
    padding: 16px 24px;
    gap: 24px;
  }
}

.teams_link_img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.lives_team_meet_link_img {
  color: rgba(0, 0, 0, 0);
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.lives_team_meet_text {
  color: rgb(255, 15, 15);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.pagination_list {
  align-items: center;
  display: flex;
  column-gap: 5px;
}
.teams_link_title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .teams_link_img {
    height: 70px;
    width: 70px;
  }

  .teams_link_title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .teams_link_img {
    height: 80px;
    width: 80px;
  }

  .teams_link_title {
    font-size: 20px;
  }
}
.calendar_team_meet_text {
  color: rgb(28, 27, 29);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.width_40pr {
  width: 40%;
}
.height_100 {
  color: rgba(0, 0, 0, 0);
  height: 100px;
}
.height_275 {
  height: 275px;
}
.flex_direction_row_reverse {
  flex-direction: row-reverse;
}
.calendar_team_meet_link {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  color: rgb(28, 27, 29);
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  flex: 1 1 auto;
  width: 25%;
  transition: ease 0.5s;
  align-items: center;
}
.calendar_team_meet_link:hover {
  color: rgb(217, 54, 62);
}
.results_team_meet_link {
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  transition: ease 0.5s;
  column-gap: 25px;
}
.results_team_meet_link:hover {
  color: rgb(217, 54, 62);
}
.block_results_team_meet_info {
  background-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
}
.width_150 {
  color: rgba(0, 0, 0, 0);
  width: 150px;
}
.results_team_meet_link_title {
  font-size: 18px;
  font-weight: 700;
}

.lives_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 1200px) {
  .lives_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.results_team_meet_info_score {
  color: rgb(255, 15, 15);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.lives_item {
  background: #1c1b1d;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(102, 102, 102);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  align-items: center;
  display: flex;
  column-gap: 25px;
  justify-content: space-between;
}
.results_team_meet_link_active {
  color: rgb(217, 54, 62);
}
.height_150 {
  height: 150px;
}
.results_team_meet_info_place {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.block_lives_team_meet_link {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  align-items: center;
  width: 45%;
}
.results_team_meet_link_img {
  color: rgba(0, 0, 0, 0);
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.results_team_meet_link_img:hover {
  color: rgba(0, 0, 0, 0);
}
.calendar_team_meet_link_img {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.block_lives_team_meet_info {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 20%;
}
.lives_team_meet_link_title {
  font-size: 16px;
  font-weight: 700;
}
.calendar_link {
  color: rgb(255, 255, 255);
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  margin-left: auto;
  margin-right: auto;
  transition: ease 0.5s;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 24px;
  background: #ef4623;
}
.calendar_link:hover {
  color: rgb(255, 255, 255);
  background: #f27043;
}
.block_lives_team_meet_info_link {
  display: flex;
}
.lives_team_meet_info_link {
  background: #ef4623;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  text-transform: capitalize;
  transition: ease 0.5s;
  font-size: 15px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.lives_team_meet_info_link:hover {
  background: #f27043;
}
.width_250 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  width: 250px;
}
.block_teams_list {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.teams_item {
  background: #1c1b1d;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(102, 102, 102);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block_video_status {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background: #fa3737;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  left: 5%;
  top: 5%;
  border-radius: 12px;
}
.player_stats_table {
  width: 100%;
}
.position_absolute {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
}
.content_btn {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  display: block;
  border: none;
  margin-left: auto;
  margin-right: auto;
  transition: ease 0.5s;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 18px;
  border-radius: 24px;
  background: #ef4623;
}
.content_btn:hover {
  background: #f27043;
}

.bottom_0 {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  bottom: 0;
}

.block_pagination_indicator {
  align-items: center;
  display: grid;
  column-gap: 15px;
  grid-template-columns: auto 1fr;
}
.standing_title {
  font-size: 23px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.standing_link {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
.standing_link:hover {
  text-decoration: underline;
}
.width_100pr {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.font_size_12 {
  font-size: 12px;
}
.lives_team_meet_info_date_accent {
  font-size: 12px;
}
.lives_team_meet_info_date_accent:hover {
  background-color: rgba(0, 0, 0, 0);
}
.width_50pr {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  width: 50%;
}
.column_gap_15 {
  column-gap: 15px;
}
.lives_team_meet_info_date {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
}
.standing_link_info {
  display: flex;
  padding-left: 16px;
  padding-right: 25px;
  justify-content: space-between;
}
.width_120 {
  width: 120px;
}
.block_team_history_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 1024px) {
  .block_team_history_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.width_90pr {
  width: 90%;
}
.aside_news_info_subtitle {
  color: rgb(217, 54, 62);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.player_stats_table_head_point {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.width_height_20 {
  color: rgba(0, 0, 0, 0);
  height: 20px;
  width: 20px;
}
.width_height_20:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.player_stats_table_head_line {
  background: #1c1b1d;
}
.column_gap_10 {
  background-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  column-gap: 10px;
}
.team_stats_table {
  width: 100%;
}
.team_history_text {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
}
.team_stats_table_head_point_text {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.team_stats_table_body_point_text {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.display_flex {
  display: flex;
}
.awards_item {
  background-color: #252729;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.block_team_history_wrap {
  width: 50%;
}
.margin_bottom_5 {
  margin-bottom: 5px;
}
.height_400 {
  height: 400px;
}
.team_position_link {
  color: rgb(255, 255, 255);
  display: inline-flex;
  height: 100%;
  transition: ease 0.5s;
}
.team_position_link:hover {
  color: rgb(217, 54, 62);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.team_stats_table_body_line {
  background: #666666;
  transition: ease 0.5s;
}
.team_stats_table_body_line:hover {
  background: #d6d6d6;
}
.awards_list {
  display: flex;
  column-gap: 25px;
}

.team_stats_table_head_point {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.team_stats_table_head_line {
  background-color: rgba(0, 0, 0, 0);
  background: #1c1b1d;
}
.team_stats_table_head_line:hover {
  background-color: rgba(0, 0, 0, 0);
  fill: rgba(0, 0, 0, 0);
}
.block_awards_info {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.aside_news_list::before {
  content: "";
  z-index: 10;
}
.awards_info_title {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}
.awards_info_title::before {
  content: "";
}
.awards_info_subtitle {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.block_player_bio_wrapper {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
.block_player_bio_wrap {
  background-color: rgba(0, 0, 0, 0);
  width: calc(calc((100% - 50px) / 3));
}
.team_name_link_active {
  color: rgb(217, 54, 62);
}
.player_bio_text {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
}
.player_bio_table_point_text {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
}
.bbb {
  color: rgb(255, 255, 255);
}
.block_player_bio_table_point {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.block_player_bio_table_point_value {
  border-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  background: #d6d6d6;
  border-radius: 12px;
  height: 20px;
}
.bb {
  color: rgb(255, 255, 255);
}
.border_right_gray {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-right-color: rgb(102, 102, 102);
}
.player_stats_table_body_line {
  transition: ease 0.5s;
  background: #666666;
}
.player_stats_table_body_line:hover {
  background: #d6d6d6;
}
.post_content_info_item_img {
  color: rgba(0, 0, 0, 0);
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.player_stats_table_body_point {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}
.post_content_text {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
}
.post_content_text:hover {
  background-color: rgba(0, 0, 0, 0);
}
.pagination_item {
}
.post_content_info_item_text {
  color: rgb(165, 165, 165);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.post_content_info_item_text:hover {
}
.block_post_wrapper {
  display: flex;
  column-gap: 45px;
}
.post_content_info_item {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.block_aside_news_info {
  z-index: 99999;
  width: 50%;
  padding-bottom: 5px;
  padding-top: 5px;
}

.block_post_content_info_list {
  padding-bottom: 15px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(102, 102, 102);
}
.block_post_aside {
  width: 25%;
}

.post_content_info_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.padding_10 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.padding_10:hover {
  color: rgba(0, 0, 0, 0);
}
.aside_news_info_title {
  z-index: 99999;
  font-size: 15px;
  font-weight: 700;
}

.height_550 {
  color: rgba(0, 0, 0, 0);
  height: 550px;
}
.rated_item {
  width: calc(((100% - 100px) / 5));
}
.block_player_bio_table_point_value_current {
  height: 20px;
}
.player_stats_table_head_point_text {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.player_stats_table_body_point_text {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.player_stats_table_body_point_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.player_stats_table_body_point_link:hover {
  color: rgb(217, 54, 62);
}
.v {
  color: rgba(0, 0, 0, 0);
}
.vv {
  z-index: 99999;
  display: block;
}
.vv:hover {
  opacity: 1;
}

.vvvv {
  height: 200px;
  width: 200px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.font_size_14 {
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}
.margin_bottom_15 {
  margin-bottom: 15px;
}
.vvv {
  color: rgba(0, 0, 0, 0);
  height: 600px;
}
.home_video_item {
  border-radius: 12px;
}
.home_video_item:hover {
  opacity: 1;
}
.bg_color_red {
  background-color: #ff0f0f;
}
.play_icon_average {
  position: absolute;
  height: 85px;
  width: 85px;
  top: 50%;
  left: 50%;
  transition: scale 1s;
  scale: 1;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.play_icon_average:hover {
  scale: 1.1;
}
.block_video_info {
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
}
.width_25pr {
  width: 25%;
}
.video_info_title {
  background-color: rgba(0, 0, 0, 0);
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
}
.home_video_list {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
.border_radius_12 {
  border-radius: 20px;
}
.border_radius_12:hover {
  color: rgba(0, 0, 0, 0);
}
.overflow_hidden {
  overflow: hidden;
}
.overflow_hidden:hover {
}
.video_info_subtitle {
  color: rgb(217, 54, 62);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.padding_left_padding_right_12 {
  padding-left: 12px;
  padding-right: 12px;
}

.flex_wrap_wrap {
  flex-wrap: wrap;
}
.flex_wrap_wrap:hover {
}
.block_news_right {
  width: calc(((100% - 25px) / 2));
}

.height_195 {
  height: 195px;
}

.bg_color_green {
  background: #07bc0c;
}
.hover_scale_img {
  color: rgba(0, 0, 0, 0);
  transition: scale 1s;
  scale: 1;
}
.hover_scale_img:hover {
  scale: 1.1;
}

.block_post_content {
  width: 75%;
}
.width_15pr {
  width: 15%;
}
.width_35pr {
  width: 35%;
}
.bg_color_transparent {
  background: rgba(0, 0, 0, 0.6);
}
.font_size_20 {
  font-size: 20px;
}
.row_gap_column_gap_25 {
  row-gap: 25px;
  column-gap: 25px;
}
.font_size_15 {
  font-size: 15px;
}
.block_calendar_team_meet_info {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: space-between;
}
.font_size_25 {
  font-size: 25px;
}
