.wrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  background: #f6f6f6 ;
}
.header {
  align-items: center;
  display: flex;
  height: 60px;
  background: #121212;
  margin-bottom: 50px;
}
.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.footer {
  background-color: rgb(0, 0, 0);
  padding-top: 40px;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.flx-btwn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.link-reset {
  cursor: pointer;
  text-decoration: none;
}
.header__logo_link {
}
.header__logo_img {
  background-image: url("https://basketball24.nz/assets/img/8cd8b188406060eadc989fe836703740.png");
  height: 70px;
  position: relative;
  top: 10px;
  z-index: 10;
}
.header__menu {
}
.reset {
  list-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.header__menu_list {
  align-items: center;
  display: flex;
  column-gap: 30px;
}
.header__menu_link {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.header__menu_link:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.hero__section {
  background-image: url("https://basketball24.nz/assets/img/6d6919e3fa73db9687048a2ddd0cefd2.jpg");
  height: 70vh;
  align-items: center;
  display: flex;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.hero__content {
  width: 60%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  z-index: 10;
}
.title__block {
  margin-bottom: 35px;
}
.subtitle {
  font-size: 18px;
  font-weight: 600;
  color: rgb(251, 183, 2);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.hero__title {
  font-size: 55px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}
.link__btn {
  background: #FBB702 ;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  transition: 0.3s all ease;
  border-style: solid;
  border-width: thin;
  border-color: rgb(251, 183, 2);
  z-index: 10;
  position: relative;
}
.link__btn:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.42);
}
.ibg {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.matches__section {
  background: #000000;
  padding-bottom: 40px;
  padding-top: 40px;
}
.matches__rows {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
.match__item {
  flex-basis: 20%;
  background-color: rgb(255, 255, 255);
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  text-align: center;
  border-radius: 5px;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(251, 183, 2);
}
.match__ {
}
.match__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.match__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.match__team_block {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-size: 18px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  transition: 0.3s all ease;
  text-transform: uppercase;
}
.match__team_block:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.team-logo-50 {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.match__score {
  font-size: 25px;
  font-weight: 700;
  color: rgb(251, 183, 2);
  text-align: center;
}
.NewClass-31 {
}
.news__section {
}
.section {
  margin-bottom: 70px;
}
.title {
  font-size: 44px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  display: block;
  line-height: 50px;
}
.news__rows {
  display: grid;
  grid-template-columns: 25% 1fr 25%;
  column-gap: 10px;
}
.news__items {
}
.flx-col-row-10px {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.news__item {
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  border-radius: 10px;
}
.news__item:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.new {
}
.pb-60prc {
  padding-bottom: 60%;
}
.image-block {
  display: block;
  position: relative;
  width: 100%;
}
.news__img {
  border-radius: 10px;
}
.news__text_block {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  z-index: 10;
  border-radius: 0px 0px 10px 10px;
}
.NewClass-44 {
}
.news__overlay {
  background: linear-gradient(0deg, rgba(18, 18, 18, 1) 15%, rgba(255, 255, 255, 0) 100%);;
  border-radius: 10px;
}
.big-news__item {
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
  position: relative;
}
.big-news__item:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.big-news__img-block {
  padding-bottom: 95%;
  border-radius: 10px;
}
.big-news__img {
  border-radius: 10px;
}
.big-news__text-block {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  z-index: 10;
  text-transform: uppercase;
}
.fs-20 {
  font-size: 20px;
}
.fs-28 {
  font-size: 28px;
}
.big-video__section {
  align-items: center;
  display: flex;
  background-image: url("https://basketball24.nz/assets/img/09078e49a2d1eebdf3e10e6641d4f849.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  background-attachment: fixed;
}
.big-video__content {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.play__icon_block {
  align-items: center;
  background-color: rgb(0, 0, 0);
  display: flex;
  border-radius: 50%;
  justify-content: center;
  height: 100px;
  width: 100px;
  overflow: hidden;
  background: transparent;
  border-style: solid;
  border-width: 4px;
  border-color: rgb(251, 183, 2);
}
.play__icon_block:hover {
}
.play__icon_img {
  width: 60%;
  position: relative;
  left: 4px;
}
.hover-scale {
  transition: 0.3s all ease;
}
.hover-scale:hover {
  transition: 0.3s all ease;
  scale: 1.1;
}
.features__section {
}
.features__rows {
}
.grid-col-2 {
  display: grid;
  grid-template-columns: 49% 1fr;
}
.features__img_block {
  padding-bottom: 50%;
}
.features__img {
}
.filtr {
  background: brightness(115%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);;
}
.features__text_block {
  background-color: rgb(255, 255, 255);
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.hover-text {
  transition: 0.3s all ease;
}
.hover-text:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.video-info__section {
  background-image: url("https://basketball24.nz/assets/img/88dd68814bdf0dba319bd7d3ae8c09aa.jpg");
  background-size: cover;
}
.video-info__rows {
  column-gap: 15px;
}
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.video-info__text_block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: center;
}
.video-info__img_block {
}
.video-info__img {
}
.video__items_block {
}
.video__item {
  position: relative;
}
.v {
}
.fs-35 {
  font-size: 35px;
}
.play-icon {
  position: absolute;
  height: 20%;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
}
.video-sectiom {
}
.pb-70prc {
  padding-bottom: 70%;
}
.text-orange {
  color: rgb(251, 183, 2);
}
.latest__section {
  background-image: url("https://basketball24.nz/assets/img/88dd68814bdf0dba319bd7d3ae8c09aa.jpg");
  background-size: cover;
}
.latest__rows {
}
.latest__text_block {
  align-items: flex-start;
  row-gap: 20px;
  align-self: center;
}
.latest__img_block {
}
.latest__img {
  object-fit: cover;
}
.latest__news_block {
}
.results__section {
}
.results {
}
.results__content {
}
.results__item {
  align-items: center;
  background-color: rgb(255, 255, 255);
  display: grid;
  border-style: solid;
  border-width: thin;
  border-color: rgb(220, 220, 222);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  grid-template-columns: 3%  20% 24% 15% 24% auto;
  height: 100px;
}
.result__place {
  background: #FBB702 ;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.result__place_text {
  transform: rotate(90deg);
  position: relative;
  right: 3px;
}
.results__date_block {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
.text-bold {
  font-weight: 700;
}
.res__team_block {
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  transition: 0.3s all ease;
  align-items: center;
  display: flex;
  column-gap: 15px;
  justify-content: flex-start;
}
.res__team_block:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.NewClass-94 {
}
.res__info_block {
  text-transform: uppercase;
}
.res__score {
  font-size: 26px;
  font-weight: 700;
  color: rgb(251, 183, 2);
}
.res-team__text-block {
  position: relative;
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.win {
  font-size: 16px;
  background-color: rgb(0, 156, 65);
  color: rgb(255, 255, 255);
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.res__link_block {
}
.bg-black {
  background-color: rgb(0, 0, 0);
}
.tournament__section {
}
.contain {
}
.tour__table {
}
.tour-table__header {
  background: #FBB702 ;
  display: grid;
  font-size: 16px;
  font-weight: 600;
  grid-template-columns: 1fr 20% repeat(12, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.tour-table__body {
  align-items: center;
  border-style: solid;
  border-width: thin;
  border-color: rgb(251, 183, 2);
  border-top-width: 0;
  display: grid;
  font-size: 16px;
  grid-template-columns: 1fr 20% repeat(12, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(0, 0, 0);
  text-align: center;
  font-weight: 500;
}
.tour-table__team_block {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  transition: 0.3s all ease;
  column-gap: 10px;
}
.tour-table__team_block:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.team-logo__small {
  height: 30px;
  width: 30px;
}
.text-green {
  color: rgb(0, 203, 136);
}
.text-red {
  color: rgb(255, 0, 0);
}
.teams__section {
}
.teams__rows {
  column-gap: 15px;
  margin-bottom: 15px;
}
.team__block {
  border-color: rgb(251, 183, 2);
  display: grid;
  grid-template-columns: 30% 1fr;
  box-sizing: border-box;
}
.team__logo_link {
  background: #FBB702 ;
  border-radius: 10px 0px 0px 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: 0.3s all ease;
}
.team__logo_link:hover {
  background-color: rgb(242, 114, 2);
  transition: 0.3s all ease;
}
.team-logo-150 {
  height: 150px;
}
.team-info__wrapper {
  background-color: rgb(0, 0, 0);
  border-radius: 0px 10px 10px 0px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.team-name-24 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.team-name-24:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.team-info__stat-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.team-info__stat-rows {
  column-gap: 10px;
}
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.team-info__stat-item {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(251, 183, 2);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: capitalize;
  padding-left: 5px;
}
.team-info__stat-item:first-child {
  border-left-width: 0;
}
.team-info__items {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 20px;
}
.team-info__item {
  display: flex;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}
.team-info__details {
  display: flex;
  justify-content: center;
}
.footer__content {
  padding-bottom: 30px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(255, 255, 255);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.footer__logo_link {
}
.footer__logo_img {
  height: 150px;
  object-fit: cover;
}
.footer__menu {
  display: flex;
  flex-basis: 60%;
  justify-content: space-between;
  column-gap: 15px;
}
.footer__menu_item {
}
.footer__link {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.footer__link:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.footer__btm {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  padding-top: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.post__section {
}
.post__rows {
  column-gap: 30px;
}
.grid-col-70-1fr {
  display: grid;
  grid-template-columns: 70% 1fr;
}
.post__content {
}
.sidebar {
}
.post__img_block {
  padding-bottom: 50%;
  margin-bottom: 20px;
}
.post__img {
}
.post__text_block {
  font-size: 17px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.sidebar__table_section {
  margin-bottom: 20px;
}
.sidebar__table {
}
.sidebar__table_header {
  background-color: rgb(0, 0, 0);
  display: grid;
  font-size: 16px;
  font-weight: 600;
  grid-template-columns: 10% 40% repeat(5, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.sidebar__table_body {
  align-items: center;
  border-style: solid;
  border-width: thin;
  border-color: rgb(0, 0, 0);
  border-top-width: 0;
  display: grid;
  font-size: 16px;
  font-weight: 500;
  grid-template-columns: 10% 40% repeat(5, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(0, 0, 0);
  text-align: center;
}
.mb-reset {
  margin-bottom: 0;
}
.sidebar__video_section {
  margin-bottom: 20px;
}
.sidebar__video_content {
}
.video-post__section {
}
.video-post__img-block {
  margin-bottom: 20px;
  padding-bottom: 57%;
}
.play-icon-17prc {
  height: 17%;
}
.latest-news__section {
}
.mb-10 {
  margin-bottom: 10px;
}
.pagination__section {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 30px;
}
.pag__item {
  border-color: rgb(251, 183, 2);
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-radius: 5px;
  transition: 0.3s all ease;
  background: #FBB702 ;
}
.pag__item:hover {
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
  background-color: rgb(0, 0, 0);
}
.pag__item_active {
  background-color: rgb(0, 0, 0);
}
.video__rows {
  column-gap: 10px;
}
.big-video__img-block {
  padding-bottom: 51%;
}
.contact__section {
  text-align: center;
  background-image: url("https://basketball24.nz/assets/img/88dd68814bdf0dba319bd7d3ae8c09aa.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
.contact__block {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
  color: rgb(0, 0, 0);
  text-align: center;
  align-items: center;
}
.contact__link {
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  transition: 0.3s all ease;
}
.contact__link:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.reviews__section {
}
.reviews__rows {
  column-gap: 20px;
  margin-bottom: 20px;
}
.reviews__block {
  background-color: rgb(0, 0, 0);
  border-style: solid;
  border-radius: 10px;
  border-width: 5px;
  border-color: rgb(251, 183, 2);
}
.NewClass-163 {
}
.reviews-block__head {
  color: rgb(255, 255, 255);
}
.brd__btn {
  border-style: solid;
  border-width: 3px;
  border-color: rgb(251, 183, 2);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.pdng-15-20 {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.reviews__team_block {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.reviews__team_block:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.team-logo-70 {
  height: 70px;
}
.reviews__best_block {
  text-align: center;
  text-transform: uppercase;
}
.reviews__best_items {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.reviews-best__item {
}
.best-player__info {
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
}
.best-player__info:hover {
  color: rgb(251, 183, 2);
  transition: 0.3s all ease;
}
.player__photo {
  height: 90px;
}
.best__item_stat {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 600;
}
.reviews__stats_section {
  text-align: center;
  text-transform: uppercase;
}
.reviews__stats_content {
  margin-top: 10px;
}
.reviews__stats_item {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.fs-22 {
  font-size: 22px;
}
.team__header_section {
}
.team-header__block {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-weight: 700;
  column-gap: 20px;
  text-transform: uppercase;
}
.team-logo-120 {
  height: 120px;
  object-fit: contain;
  width: 140px;
}
.fs-16 {
  font-size: 16px;
}
.history__section {
}
.history__rows {
  column-gap: 30px;
}
.history__img_block {
}
.history__img {
}
.management__section {
}
.management__rows {
  column-gap: 15px;
}
.management__item {
}
.management__photo_block {
  padding-bottom: 70%;
}
.management__photo {
  object-position: 100% 10%;
}
.management__text_block {
  padding-bottom: 10px;
  padding-top: 10px;
  row-gap: 0px;
  font-size: 18px;
  text-transform: capitalize;
}
.management__name {
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.hover-tex {
}
.team__section {
}
.players__rows {
  column-gap: 15px;
  margin-bottom: 15px;
}
.player__card {
  border-radius: 10px;
}
.player__photo_block {
  overflow: hidden;
  padding-bottom: 90%;
  border-radius: 10px 10px 0px 0px;
  transition: 0.3s all ease;
}
.player__photo_block:hover {
  background-color: rgb(255, 206, 73);
  transition: 0.3s all ease;
}
.player__photo_img {
  border-radius: 10px 10px 0px 0px;
}
.bx-shdw {
  box-shadow: 0px 0px 4px rgb(251, 183, 2);
}
.player__footer {
  background: #FBB702 ;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  border-radius: 0px 0px 10px 10px;
}
.player__info {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.player__number {
  font-size: 40px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.hover-text-white {
  transition: 0.3s all ease;
}
.hover-text-white:hover {
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
}
.cups__section {
  background-image: url("https://basketball24.nz/assets/img/88dd68814bdf0dba319bd7d3ae8c09aa.jpg");
  background-size: cover;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.cups__rows {
  column-gap: 20px;
}
.NewClass-207 {
}
.cup__item {
  text-align: center;
}
.cup__img_block {
}
.cup__img {
  height: 230px;
}
.player__head_section {
  text-align: center;
  background: #000;
  padding-top: 20px;
}
.player-head__content {
  align-items: center;
}
.player__img_block {
  padding-bottom: 70%;
}
.player__img {
  object-position: 100% 10%;
}
.player__info_block {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-white {
  color: rgb(255, 255, 255);
}
.fs-60 {
  font-size: 60px;
}
.team-logo-200 {
  height: 200px;
}
.player-info__table {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  border-style: solid;
  border-width: thin;
  border-color: rgb(255, 255, 255);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.player-info__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  border-style: solid;
  border-width: thin;
  border-color: rgb(255, 255, 255);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.player-info__item:first-child {
}
.player-info__item:last-child {
  border-right-width: thin;
}
.bio__section {
}
.bio__rows {
  column-gap: 20px;
}
.bio__img_block {
}
.bio__img {
}
.player__stats_section {
}
.player__stats_table {
}
.player-stats__table_head {
  background: #FBB702 ;
  display: grid;
  font-size: 16px;
  font-weight: 600;
  grid-template-columns: 10% repeat(25, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.player-stats__table_body {
  align-items: center;
  border-style: solid;
  border-width: thin;
  border-color: rgb(251, 183, 2);
  border-top-width: 0;
  font-size: 16px;
  font-weight: 500;
  display: grid;
  grid-template-columns: 10% repeat(25, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(0, 0, 0);
  text-align: center;
  text-transform: uppercase;
}
.lives__section {
}
.lives__rows {
  column-gap: 15px;
  margin-bottom: 15px;
}
.lives__block {
  background-image: url("https://basketball24.nz/assets/img/a4cb3d29217d0393ffa98eba5289cc4e.jpg");
  border-radius: 10px;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.lives__head_block {
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  row-gap: 5px;
  position: relative;
  z-index: 10;
}
.lives__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.lives__team_block {
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  row-gap: 5px;
}
.lives__overlay {
  background-color: rgba(0, 0, 0, 0.61);
  border-radius: 10px;
  backdrop-filter: blur(5px);
}
.lives__score {
  font-size: 50px;
  font-weight: 700;
  color: rgb(251, 183, 2);
  background-color: rgba(0, 0, 0, 0.76);
  background: none;
}
.team-logo-100 {
  height: 100px;
}
.calendar__section {
}
.calendar__wrapper {
  text-align: center;
}
.calendar__header {
  background: #FBB702 ;
  display: grid;
  font-size: 17px;
  font-weight: 600;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.calendar__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar__item {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  border-style: solid;
  border-width: thin;
  border-color: rgb(251, 183, 2);
  border-top-width: 0;
  border-right-width: 0;
}
.calendar__item:last-child {
  border-right-width: thin;
}
.calendar__item_date {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: rgb(251, 183, 2);
}
.calendar-item__body {
  column-gap: 0px;
  margin-bottom: 10px;
}
.calendar__team_block {
  row-gap: 0px;
  font-size: 17px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  align-items: center;
}
.link-btn__small {
  font-size: 14px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.team-logo-40 {
  height: 40px;
}
.bg-grey {
  background-color: rgb(137, 137, 137);
}
