.wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.header {
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
.page {
  flex-grow: 1;
  width: 100%;
}
.footer {
  background: #13160b;
}
.reset {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.link_base {
  cursor: pointer;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.link_base:hover {
  text-decoration: none;
}
.img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ibg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.img_scale {
  transition: all .3s ease-in-out;
}
.img_scale:hover {
  scale: 1.1;
}
.w100pc {
  width: 100%;
}
.mu {
  margin-left: auto;
  margin-right: auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
}
.fc_white {
  color: rgb(255, 255, 255);
}
.fc_black {
  color: rgb(0, 0, 0);
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.dfrcc {
  align-items: center;
  display: flex;
  justify-content: center;
}
.dfrcsb {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.dfrcfs {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.dfrcfend {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.dfrfsc {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.dfrfssb {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.dfrfsfs {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.dfccc {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dfccsb {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dfccfs {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.dfcfsc {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dfcfssb {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dfcfsfs {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flex_grow {
  flex: 1 1 auto;
}
.mb5 {
  margin-bottom: 5px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb36 {
  margin-bottom: 36px;
}
.mb48 {
  margin-bottom: 48px;
}
.cg5 {
  column-gap: 5px;
}
.cg8 {
  column-gap: 8px;
}
.cg10 {
  column-gap: 10px;
}
.cg16 {
  column-gap: 16px;
}
.cg24 {
  column-gap: 24px;
}
.p3 {
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
}
.p5 {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.p8 {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  border-radius: 0px;
  overflow: hidden;
}
.p10 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.p16 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.p24 {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.header__container {
}
.header__body {
  height: 80px;
  padding-top: 10px;
  column-gap: 300px;
}
.header__logo {
  width: 120px;
  transform: translate(0px, 30px);
}
.header__menu {
}
.header__menu-list {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__menu-item {
}
.header__menu-link {
  background: linear-gradient(#fff, #fff);;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__menu-link:hover {
  background-size: 100% 10%;
}
.home-banner {
  background-image: url("https://nzwarriors.nz/assets/img/5fa8d0e3069ebb9bc33d429d629157c9.jpg");
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  background-position-x: center;
}
.news-line {
  position: relative;
  z-index: 2;
  transform: translate(0px, -63%);
  margin-bottom: -180px;
}
.news-line__items {
  align-items: stretch;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 352px;
}
.news-line__item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.news-line__item-content {
  row-gap: 5px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 22px;
  background: rgba(255, 255, 255, .7);
}
.news-line__item-btn {
  background: rgba(22, 22, 22, 0.1);
  border-radius: 20px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  font-size: 10px;
  border: 1px solid transparent;
}
.news-line__item-btn:hover {
  background: transparent;
  border: 1px solid #e7e7e7;
}
.news-line__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}
.news-line__item-club {
  font-size: 12px;
  font-weight: 400;
}
.news-line__item-image {
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}
.fc_161616 {
  color: rgb(22, 22, 22);
}
.news-line__container {
}
.bg_eee {
  background: #f7f7f7;
}
.hover_2px-black {
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.hover_2px-black:hover {
  border-color: rgb(22, 22, 22);
}
.home-schedule {
}
.home-schedule__container {
}
.home__title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 100%;
}
.home__title::after {
  background: #d22630;
  content: "";
  height: 80%;
  width: 3px;
  position: absolute;
  transform: skewX(-15deg);
  right: -24px;
  top: 5px;
  bottom: 5px;
}
.home-schedule__items {
  align-items: stretch;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 400px;
}
.home-schedule__item {
  border-radius: 8px;
  background-repeat: no-repeat;
  border: 1px solid #e7e7e7;
  background-position: bottom right;
  background-size: contain;
  background-image: url("https://nzwarriors.nz/assets/img/bedb8e7bb109d168fe797d6a730e2694.png");
}
.home-schedule__item-content {
  text-align: center;
  row-gap: 10px;
}
.home-schedule__item-canal {
  height: 10px;
}
.home-schedule__item-date {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-schedule__item-cup {
  font-size: 12px;
  font-weight: 400;
  flex-grow: 1;
}
.home-schedule__item-match {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-items: center;
  grid-gap: 20px;
  height: 135px;
}
.home-schedule__item-lication {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 110%;
}
.home-schedule__item-btn {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  font-weight: 700;
}
.home-schedule__item-btn:hover {
  background: #D30C14;
}
.shadow {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
}
.footer__info__social {
}
.home-schedule__item-team {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  row-gap: 5px;
}
.home-schedule__item-icon {
  height: 60px;
}
.home-schedule__item-name {
}
.home-schedule__item-vs {
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
}
.home-schedule__item-res {
  background-image: url("https://nzwarriors.nz/assets/img/18cbfffaf02f9b07b7d08450eeb9bdba.png");
  background-position: top -16px center;
  background-repeat: no-repeat;
  background-size: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.bg_161616_07 {
  background: rgba(22,22,22, 0.8);
}
.bg_161616_07:hover {
}
.home-schedule__item-score {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.bg_d30c14 {
  background: #d30c14;
}
.bg_black_03 {
  background: rgba(0, 0, 0, 0.3);
}
.home-video {
}
.home-video__container {
}
.home-video__items {
  align-content: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.home-video__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.home-video__item-image {
  padding-bottom: 100%;
  position: relative;
}
.home-video__item-image::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0.025) 50%);;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.home-video__item-content {
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.home-video__item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  border: 1px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.home-video__item-title:hover {
  border-color: rgb(255, 255, 255);
}
.play {
  border: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play::before {
  transform: translate(-50%, -50%);
}
.footer-nav__menu {
  display: grid;
  grid-gap: 5px;
}
.footer-info {
  padding-bottom: 90px;
  padding-top: 90px;
}
.footer-info__container {
}
.footer-info__body {
  align-items: stretch;
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 3fr 2fr 2fr 2fr 3fr;
}
.footer__info__store {
  row-gap: 20px;
}
.footer__info__title {
  font-size: 18px;
  font-weight: 700;
}
.footer__info__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footer__info__social-item {
  flex: 0 0 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #FFFFFF38;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("https://nzwarriors.nz/assets/img/d3e3de8e57e126d82cba9d5bd263482b.png");
}
.footer-nav__list-item {
}
.footer-nav__list-link {
  cursor: pointer;
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: rgb(255, 255, 255);
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.footer-nav__list-link:hover {
  text-decoration: none;
  border-color: rgb(255, 255, 255);
}
.footer__nav {
}
.footer-lets {
}
.footer-lets__title {
  font-family: Georgia;
  font-size: 32px;
  font-weight: 700;
}
.footer-lets__descr {
}
.bgi_inst {
  background-image: url("https://nzwarriors.nz/assets/img/dc05f6014712d059a6e0f00ed667c580.png");
}
.bgi_fb {
  background-image: url("https://nzwarriors.nz/assets/img/80d209977ed218f22e794fa8d50bff66.png");
}
.bgi_X {
  background-image: url("https://nzwarriors.nz/assets/img/1fa562bc474bb1a388962de68f3a7247.png");
}
.home-news {
}
.home-news__container {
}
.home-news__items {
  align-items: stretch;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}
.home-news__item {
  position: relative;
}
.home-news__item-image {
  padding-bottom: 166%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.home-news__item-image::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0.025) 50%);;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.home-news__item-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.home-news__item-content::before {
  z-index: 0;
}
.home-news__item-date {
  font-size: 12px;
  font-weight: 400;
}
.home-news__item-dat {
}
.header__menu-link_active {
  background-size: 100% 10%;
}
.reviews__body {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.home-news__item-subtitle {
  font-size: 12px;
  font-weight: 700;
}
.home-news__item_big {
  grid-column: span 2;
}
.pb87pc {
  padding-bottom: 80%;
}
.home-gallery {
}
.home-gallery__container {
}
.home-gallery__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2px;
}
.home-gallery__item {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}
.home-gallery__item:hover {
  text-decoration: none;
}
.home-gallery__item_big {
  grid-column: span 2;
  grid-row: span 2;
}
.standings {
}
.standings__container {
}
.NewClass-140 {
}
.tablez {
  border-radius: 16px;
}
.tablez-head {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  justify-items: center;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 16px;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.tablez-rows {
}
.tablez-row {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  justify-items: center;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
  padding-top: 16px;
  transition: all .3s ease-in-out;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.tablez-row:hover {
  background: linear-gradient(90deg, rgba(196, 196, 196, 0) 0.18%, rgb(196 196 196 / 15%) 21.97%, rgb(196 196 196 / 15%) 78.29%, rgba(196, 196, 196, 0) 99.38%);;
}
.span5 {
  grid-column: span 5;
}
.tablez__team {
}
.tablez__team-icon {
  width: 50px;
}
.NewClass-148 {
}
.tablez__team-name {
  font-size: 16px;
  font-weight: 700;
}
.schedule {
}
.schedule__container {
}
.schedule__month {
}
.schedule__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.schedule__item {
  background-image: url("https://nzwarriors.nz/assets/img/bce13f56f3b626836c0b605f5a7c84f7.png");
  position: relative;
  border-radius: 8px;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.schedule__item::before {
  background-image: url("https://nzwarriors.nz/assets/img/bedb8e7bb109d168fe797d6a730e2694.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.schedule__item-content {
  height: 100%;
  position: relative;
  z-index: 3;
  row-gap: 10px;
}
.schedule__item-dat {
  height: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.schedule__item-date {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.schedule__item-cup {
  text-align: center;
}
.schedule__item-match {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  grid-gap: 48px;
}
.Top-14---20me-journe {
}
.schedule__item-btn {
  border-radius: 4px;
  background: #0000004d;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  max-width: 200px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.schedule__item-btn:hover {
  background: #D30C14;
}
.schedule__item-team {
}
.schedule__item-team-icon {
  height: 50px;
}
.schedule__item-team-name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.schedule__item-vs {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  border-radius: 5px;
  background: #0000004d;
}
.schedule__month-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.results {
}
.results__container {
}
.results__month {
}
.results__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.results__item {
  border-radius: 8px;
  background-image: url("https://nzwarriors.nz/assets/img/39df6af901c53fe9872f5a5dc9bcf709.png");
  background-repeat: repeat-x;
  background-position: top -23px center;;
  overflow: hidden;
  background-size: 500px;
  height: 100%;
}
.top--16px-center {
}
.results__item__content {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 3;
  padding-left: 40px;
  padding-right: 40px;
}
.hover_2px-white {
  border: 2px solid transparent;
  transition: all .3s ease-in-out;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.hover_2px-white:hover {
  border-color: rgb(255, 255, 255);
}
.bg_161616-038 {
  background-color: rgba(22, 22, 22, 0.38);
}
.schedule__item-scores {
}
.schedule__item-score {
  border-radius: 4px;
  height: 40px;
  width: 40px;
  font-weight: 700;
}
.reviews {
}
.reviews__container {
}
.NewClass-180 {
}
.reviews__aside {
  position: relative;
}
.reviews-main {
  grid-column: span 3;
}
.marg0-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.home-schedule__item-stats {
}
.home-schedule__item-stat {
  column-gap: 3px;
}
.home-schedule__item-stat-details {
  font-size: 12px;
}
.essais {
}
.home-schedule__item-stat-details_bgi {
  background-image: url("https://nzwarriors.nz/assets/img/e7ce590c6cf0e68eea6355e7612e240f.png");
}
.transformations {
}
.home-schedule__item-stat-icon {
  width: 16px;
}
.NewClass-191 {
}
.home-schedule__item-wrapp-stats {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px;
}
.text_rigth {
  text-align: right;
}
.reviews__aside-body {
  position: sticky;
  top: 0;
}
.reviews-field {
  border-radius: 8px;
}
.reviews-field__body {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 32px;
}
.reviews-field__descr {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
.field {
  width: 450px;
  padding-top: 0px;
  box-sizing: border-box;
}
.field-half {
  background-image: url("https://nzwarriors.nz/assets/img/bc235e7b31051acc7fcf0f713de2c722.png");
  height: 378px;
  padding-top: 35px;
}
.field-half_bottom {
  background-image: url("https://nzwarriors.nz/assets/img/d7681ccc51e8cac006960f05a3cc2d32.png");
  padding-top: 0;
  padding-bottom: 35px;
}
.field-team__icon {
  width: 44px;
}
.field-rows {
  display: grid;
  grid-gap: 8px;
  padding-bottom: 6px;
}
.field__body {
  margin-top: 0px;
}
.field__row {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.field__player {
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.field__player:hover {
  border-color: rgb(255, 255, 255);
}
.field__player-num {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.field__player-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
.fc_d31b14 {
  color: rgb(211, 27, 20);
}
.reviews-stat-dividers {
  height: 8px;
}
.field-team {
  height: 100%;
}
.column-rev {
  flex-direction: column-reverse;
}
.field-rows_bottom {
  padding-bottom: 0;
  padding-top: 6px;
}
.reviews-field__descr-list {
  align-self: flex-end;
}
.reviews-field__descr-title {
}
.reviews-field__descr-player {
  font-size: 12px;
}
.dfcfendfs {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.NewClass-217 {
}
.reviews-field__descr-players {
  display: grid;
  grid-gap: 3px;
}
.asfs {
  align-self: flex-start;
}
.reviews-statistic {
  border-radius: 8px;
}
.reviews-stats {
  display: grid;
  grid-gap: 10px;
}
.reviews-stat {
}
.reviews-stat-head {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.reviews-stat-value {
  font-size: 24px;
  font-weight: 700;
}
.reviews-stat-type {
}
.reviews-stat-divider {
  height: 8px;
}
.w57pc {
  width: 57%;
}
.w43pc {
  width: 43%;
}
.w43p {
}
.w47pc {
  width: 47%;
}
.w80pc {
  width: 80%;
}
.w67pc {
  width: 67%;
}
.reviews-news {
  border-radius: 8px;
}
.home-subtitle {
}
.reviews__items {
  align-items: stretch;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.team {
}
.team__container {
  border-radius: 8px;
}
.team__players {
}
.team__players-items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
}
.team__player {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.team__player-image {
  padding-bottom: 166%;
  position: relative;
  overflow: hidden;
}
.team__player-image::before {
  background: linear-gradient(360deg, #000 11%, transparent 62%);;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.team__player-info {
  position: absolute;
  bottom: 0;
  z-index: 3;
  row-gap: 10px;
}
.team__player-name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 110%;
}
.team__player-stats {
  border: solid rgba(198, 198, 198, 0.4) 0.3px;;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  padding-top: 5px;
}
.team__player-stat {
}
.team__player-stat-type {
  font-size: 9px;
  font-weight: 400;
}
.team__player-stat-value {
  font-size: 12px;
  font-weight: 700;
}
.txt_center {
  text-align: center;
}
.team-news {
}
.team-news__conainer {
}
.team-news__items {
  align-items: stretch;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}
.reviews__standings {
}
.reviews__standings__container {
  border-radius: 8px;
}
.team-video {
}
.reviews__standings-body {
  grid-gap: 24px;
  grid-template-columns: 2fr 1fr;
}
.reviews__standings-table {
}
.reviews__standings-stat {
}
.team-video__container {
}
.team-video__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.reviews-players {
  border-radius: 8px;
}
.reviews-players__items {
  align-items: stretch;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.reviews-next {
  border-radius: 8px;
}
.reviews-next__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.team-history {
}
.team-history__container {
}
.team-history__body {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.team-history__aside {
  border-radius: 8px;
  position: relative;
}
.team-history__main {
  grid-column: span 3;
}
.team-history__dates {
  border-radius: 8px;
}
.team-history__date {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: auto 1fr;
}
.team-history__day {
}
.team-history__info {
  padding-bottom: 20px;
  padding-top: 20px;
}
.team-history__info-title {
}
.team-history__info-descr {
}
.The-New-Zealand-Warriors-were-established-as-the-first-professional-rugby-league-team-from-New-Zealand-to-compete-in-the-Australian-National-Rugby-League-NRL {
}
.team-history__day-circle {
  border: 2px solid rgba(209, 176, 0, 1);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  font-size: 14px;
  font-weight: 600;
  flex: 0 0 80px;
}
.NewClass-277 {
}
.team-history__day-divider {
  background: rgba(209, 176, 0, 1);
  height: 100%;
  width: 2px;
}
.team-history__image {
  width: 100px;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.team-history__txt {
  font-weight: 500;
}
.team-history__aside-body {
  position: sticky;
  border-radius: 8px;
  top: 10px;
}
.news-schedule__item_bg {
  background: rgba(255,255,255, .7);
}
.news {
}
.news__container {
}
.news__items {
  align-items: stretch;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}
.videos {
}
.videos__container {
}
.videos__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.home-standings {
}
.home-standings__container {
}
.player-hero {
}
.player-hero__container {
}
.player-hero__body {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -100px;
}
.player-hero__aside {
  position: relative;
}
.player-hero__main {
  grid-column: span 3;
}
.player-hero__item {
  position: sticky;
  top: 10px;
}
.player-hero__item-image {
  position: relative;
  padding-bottom: 166%;
  overflow: hidden;
  border-radius: 8px;
}
.player-hero__item-image::before {
  background: linear-gradient(360deg, #000 11%, transparent 62%);;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.player-hero__item-link {
  max-width: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.player-hero__info {
  padding-top: 100px;
}
.player-hero__info-title {
  font-size: 100px;
}
.player-hero__info-title::before {
}
.player-hero__info-data {
  font-size: 32px;
  font-weight: 700;
}
.player-hero__info-stats {
}
.player-hero__info-data-social {
  width: 25px;
}
.player-hero__biography {
  border-radius: 8px;
}
.player-hero__biography-txt {
}
.NewClass-306 {
}
.player-hero__fields {
  border-radius: 8px;
}
.NewClass-308 {
}
.player-hero__field {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: url("https://nzwarriors.nz/assets/img/42e37f199794221b68a7a6a714265358.png") no-repeat center top,    black;;
  background-position-y: center;
  background-position-x: center;
  border-radius: 5px;
}
.player-hero__field::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.player-hero__field-rows {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
.player-hero__field-row {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.player-hero__field-item {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
.player-hero__field-item-value {
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}
.player-hero__field-item-type {
  font-size: 12px;
  font-weight: 400;
}
.player-hero__course {
  border-radius: 8px;
}
.player-hero__course-items {
}
.player-hero__course-item {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.player-hero__course-item:last-child {
  border-width: 0;
}
.NewClass-318 {
}
.player-hero__course-list {
}
.player-hero__course-list-item {
}
.player-hero__course-list-link {
}
.post {
}
.post__container {
}
.post__body {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.post-main {
  grid-column: span 3;
}
.post-sidebar {
  position: relative;
}
.post-sidebar__body {
  position: sticky;
  top: 0;
  padding-top: 112px;
}
.post__author {
}
.post__author-clock {
  background-image: url("https://nzwarriors.nz/assets/img/fdb7030563be19ef8000473fc8fc48f4.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  padding-left: 20px;
}
.post-main__image {
  padding-bottom: 60%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.post-main__content {
}
.post-main__image-tip {
  font-size: 10px;
  font-weight: 400;
  color: rgb(112, 112, 112);
  padding-left: 10px;
}
.NewClass-333 {
}
.post-main__txt {
}
.READ-MORE- {
}
.post-main__txt-link {
  font-size: 17px;
  font-weight: 400;
}
.gap10 {
  grid-gap: 10px;
}
.post-video {
}
.post-video__container {
}
.post-video__image {
  padding-bottom: 50%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.post-video__items {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 350px;
  row-gap: 0px;
}
.post-video__item {
  align-items: stretch;
  backdrop-filter: blur(5px);
}
.post-video__item-image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.post-video__item-content {
}
.post-video__item-title {
  font-weight: 700;
  font-size: 18px;
  border: 1px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.post-video__item-title:hover {
  border-color: rgb(255, 255, 255);
}
.post-video__item-descr {
  font-size: 13px;
}
.post-video__lines {
  align-items: stretch;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(10, 1fr);
}
.post-video__line {
  padding-bottom: 58%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.7;
}
.post-video__line:hover {
  opacity: 1;
}
.post-video__line_active {
  opacity: 1;
}
.play_big {
  height: 70px;
  width: 70px;
}
.post-video__body {
}
.post-video__content {
}
.post-video__title {
  font-size: 28px;
  font-weight: 700;
}
.post-video__author {
  font-size: 12px;
  font-weight: 400;
  color: rgb(112, 112, 112);
}
.post-video__txt {
}
.history {
}
.history__container {
  max-width: 1000px;
}
.history__author {
  font-size: 30px;
  font-weight: 500;
}
.history__date {
  font-size: 12px;
  font-weight: 400;
  color: rgb(112, 112, 112);
}
.history__txt_big {
  font-size: 18px;
  font-weight: 500;
}
.history__txt {
}
.history__image {
  padding-bottom: 58%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.NewClass-363 {
}
.contacts {
}
.contacts__container {
}
.contacts__body {
}
.contacts-main {
}
.contacts-main__title {
  font-size: 48px;
  font-weight: 700;
}
.contacts-main__items {
  display: grid;
  grid-gap: 36px;
}
.contacts-main__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
}
.contacts-main__item-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contacts-main__item-txt {
  font-size: 16px;
  font-weight: 500;
}
.after_none {
}
.after_none::after {
  display: none;
}
.h650px {
  height: 650px;
}
.play_small {
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
}
