.wrapper {
  min-height: 100vh;
}
.cirle {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: conic-gradient(#3498db 0% 80%, #ccc 80% 100%);;
  position: relative;
}
.cirle::before {
  inset: 10px 10px 10px 10px;
  background: #FFF;
  border-radius: 50%;
  content: "";
  position: absolute;
}
.header {
  height: 80px;
  background: #151f6d;
}
.page {
  background: #fff;
}
.footer {
  background:   url("https://all-blacks.nz/assets/img/fa8f6bfb583aeebce9f49177c5c522bc.png") center / cover no-repeat,   radial-gradient(circle at center top, #bcabffe6, #7451ffa6 6.5%, #5e36ff59 25%, #582fff00 55.8%),   #151f6d;;
  position: relative;
  z-index: 2;
  padding-bottom: 36px;
  padding-top: 36px;
}
.footer::before {
}
.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;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.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%;
}
.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;
}
.mb10 {
  margin-bottom: 10px;
}
.dfccc {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dfrfsfs {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.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;
}
.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;
}
.cg20 {
  column-gap: 20px;
}
.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;
}
.p10 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.p12 {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.p16 {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.p20 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.p24 {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.fw700 {
  font-weight: 700;
}
.lines {
  background: #030635;
}
.lines__container {
}
.lines__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
}
.lines__item {
}
.lines__item-head {
  font-size: 12px;
  line-height: 100%;
}
.lines__item-round {
  position: relative;
  padding-right: 8px;
}
.lines__item-round::after {
  background: #d22630;
  position: absolute;
  transform: skewX(-15deg);
  width: 2px;
  content: "";
  height: 100%;
  right: 0;
}
.lines__item-date {
}
.lines__teams {
  display: grid;
  grid-gap: 4px;
}
.lines__team {
  font-size: 14px;
  font-weight: 600;
}
.results__container {
}
.lines__link {
  background: #0e1557;
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 700;
  padding-bottom: 2px;
  padding-top: 2px;
}
.lines__link:hover {
  background: #d22630;
}
.lines__team-icon {
  width: 20px;
}
.lines__team-name {
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.lines__team-name:hover {
  border-color: rgb(255, 255, 255);
}
.lines__team-score {
}
.header__container {
}
.header__body {
  position: relative;
  height: 80px;
  padding-left: 24px;
  padding-right: 24px;
}
.header__logo {
  height: 60px;
}
.header__menu {
}
.header__menu-list {
}
.header__menu-item {
}
.header__menu-link {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(#fff, #fff);;
  background-repeat: no-repeat;
  background-size: 0% 6%;
  text-transform: capitalize;
  background-position: left bottom;
}
.header__menu-link:hover {
  background-size: 100% 6%;
}
.footer__container {
}
.footer__body {
  align-items: stretch;
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(4, 1fr);
}
.footer__club {
}
.footer__club-logo {
}
.footer__club-logo-icon {
  width: 100px;
}
.footer__club-info {
}
.videos__container {
}
.footer__club-name {
  font-size: 24px;
  font-weight: 700;
}
.footer__club-txt {
}
.schedule__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.footer__club-descr {
}
.footer__links {
}
.footer__links-title {
  font-size: 20px;
  font-weight: 700;
}
.footer__links-menu {
  row-gap: 5px;
  flex-wrap: wrap;
}
.footer__links-menu-item {
  flex: 0 0 45%;
}
.footer__links-menu-link {
  font-size: 14px;
  font-weight: 500;
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  text-transform: capitalize;
}
.footer__links-menu-link:hover {
  border-color: rgb(255, 255, 255);
}
.footer__get {
}
.footer__get-menu {
}
.footer__get-menu-list {
  display: grid;
  grid-gap: 16px;
}
.footer__get-menu-item {
}
.footer__get-menu-link {
  background-image: url("https://all-blacks.nz/assets/img/09b082d3686db333974e6d234948fe0b.png");
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 24px;
  line-height: 100%;
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.footer__get-menu-link:hover {
  border-color: rgb(255, 255, 255);
}
.footer__get-menu-link_phone {
  background-image: url("https://all-blacks.nz/assets/img/c566fbd3e25cee24a5d8e6d2003999db.png");
}
.footer__get-menu-link_location {
  background-image: url("https://all-blacks.nz/assets/img/4beb41e8e36b47fd90fcde58dfaea614.png");
}
.footer__gallery {
}
.footer__gallery-items {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.footer__gallery-item {
}
.footer__gallery-item-image {
  padding-bottom: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.home-hero {
}
.home-hero__container {
  background: #030635;
}
.home-hero__body {
  align-items: stretch;
  grid-template-columns: 2fr 1fr;
  display: grid;
}
.home-hero__main {
}
.home-hero__sidebar {
}
.schedule {
}
.home-hero__main-article {
}
.home-hero__main-image {
  padding-bottom: 60%;
  position: relative;
}
.home-hero__main-image::after {
  background: linear-gradient(to right, rgba(3,6,53, 0) 0, #030635 100%);;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.home-hero__main-image::before {
  background: linear-gradient(to bottom left, rgba(3,6,53, 0) 30%, #030635 100%);;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: 0;
  left: 0;
}
.home-hero__items {
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-hero__item {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.home-hero__item-content {
  row-gap: 3px;
}
.home-hero__item-image {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
  flex: 0 0 90px;
}
.im {
}
.home-hero__item-link {
  border-radius: 3px;
  line-height: 100%;
  padding-bottom: 4px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #d22630;
  font-size: 14px;
  font-weight: 500;
}
.home-hero__item-link:hover {
  background: transparent;
}
.home-hero__item-title {
  border: 1px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  line-height: 110%;
}
.home-hero__item-title:hover {
  border-color: rgb(255, 255, 255);
}
.home-hero__item-date {
  opacity: 0.7;
  font-size: 12px;
}
.bg_d22630 {
  background: #d22630;
}
.line-video {
}
.line-video__container {
  background: #030635;
  padding-bottom: 24px;
  padding-top: 24px;
}
.schedule__container {
}
.line-video__items {
  align-items: stretch;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  display: grid;
}
.line-video__item {
  position: relative;
}
.line-video__item-image {
  padding-bottom: 60%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.line-video__item-image::before {
  background: linear-gradient(rgba(3, 6, 53, 0) 60%, rgb(3, 6, 53) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.play {
  background-image: url("https://all-blacks.nz/assets/img/890aa101bbb17a3e7201e468b04f63e8.png");
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.line-video__item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  z-index: 3;
}
.line-video__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}
.line-video__item-title:hover {
  border-color: rgb(255, 255, 255);
  text-decoration: underline;
}
.home-news {
}
.home-news__container {
}
.title {
  line-height: 100%;
  font-size: 26px;
  font-weight: 700;
}
.title-deco {
  color: rgb(210, 38, 48);
  font-size: 24px;
}
.home-news__menu {
}
.home-news__menu-link {
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgb(102, 102, 102);
}
.home-news__menu-link:hover {
  border-color: rgb(210, 38, 48);
}
.home-news__menu-list {
}
.home-news__menu-item {
}
.home-news__menu-link_active {
  border-bottom-color: rgb(210, 38, 48);
  color: rgb(34, 34, 34);
}
.home-news__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: 47fr 35fr 35fr;
  grid-gap: 24px;
}
.home-news__item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.home-news__item-image {
  padding-bottom: 60%;
  position: relative;
}
.contacts {
}
.home-news__item-content {
  row-gap: 5px;
}
.home-news__item-title {
  font-size: 18px;
  font-weight: 700;
  flex-grow: 1;
  line-height: 110%;
}
.home-news__item-title:hover {
  text-decoration: underline;
}
.home-news__item-date {
  font-size: 11px;
  font-weight: 400;
  color: rgb(102, 102, 102);
}
.home-news__el {
  grid-row: span 2;
  border-radius: 8px;
  overflow: hidden;
}
.home-news__el-image {
  padding-bottom: 80%;
  position: relative;
}
.home-news__el-image::before {
  background: linear-gradient(rgba(3, 6, 53, 0) 60%, rgb(3, 6, 53) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.home-news__el-content {
  background: #030635;
  flex-grow: 1;
  row-gap: 8px;
}
.home-news__el-title {
  font-size: 36px;
  line-height: 110%;
  font-weight: 700;
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.home-news__el-title:hover {
  border-color: rgb(255, 255, 255);
}
.home-news__el-descr {
  font-size: 16px;
}
.home-news__el-descr:hover {
}
.home-news__el-date {
  opacity: 0.7;
  font-size: 12px;
}
.home-video {
}
.home-video__container {
}
.home-video__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.home-upcoming {
}
.home-upcoming__container {
}
.home-upcoming__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.home-upcoming__items::before {
}
.home-upcoming__item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}
.home-upcoming__item::before {
}
.home-upcoming__item-match {
  height: 312px;
  position: relative;
}
.home-upcoming__item-match::before {
  background: linear-gradient(rgba(3, 6, 53, 0) 60%, rgb(3, 6, 53) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.home-upcoming__item-content {
  position: relative;
  z-index: 5;
}
.deco1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
}
.deco2 {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 48%;
}
.men-secondary {
  position: absolute;
  left: auto;
  right: -11px;
  bottom: -4px;
  height: 79%;
}
.img_contain {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.men-main {
  position: absolute;
  left: -12px;
  bottom: -4px;
  z-index: 2;
  height: 83%;
}
.home-upcoming__item-info {
  position: relative;
  z-index: 5;
}
.home-upcoming__item-date {
  background: hsla(0, 0%, 100%, .1);
  font-size: 11px;
  font-weight: 500;
  width: 52px;
  height: 52px;
  row-gap: 8px;
  flex: 0 0 52px;
  backdrop-filter: blur(4px);
  border-radius: 5px;
  overflow: hidden;
}
.home-upcoming__item-date-month {
  line-height: 100%;
}
.home-upcoming__item-date-day {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.home-upcoming__item-info-content {
  font-size: 12px;
}
.home-upcoming__item-info-league {
  font-size: 13px;
  font-weight: 500;
}
.home-upcoming__item-info-league:hover {
  text-decoration: underline;
}
.home-upcoming__item-info-round {
  opacity: 0.7;
}
.home-upcoming__item-info-stadium {
  opacity: 0.7;
}
.team-history__date {
  align-items: stretch;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 24px;
}
.home-upcoming__item-event {
  align-items: center;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr auto 1fr;
  position: relative;
  z-index: 5;
}
.home-upcoming__item-team {
}
.home-upcoming__item-team:hover {
  text-decoration: underline;
}
.home-upcoming__item-team-icon {
  height: 48px;
  width: 48px;
}
.home-upcoming__item-team-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.home-upcoming__item-team-location {
  font-size: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.home-upcoming__item-event-time {
  font-size: 14px;
  font-weight: 700;
}
.NewClass-177 {
}
.home-upcoming__item-menu {
}
.home-upcoming__item-menu-list {
  display: grid;
  grid-gap: 5px;
}
.home-upcoming__item-menu-item {
}
.home-upcoming__item-menu-item-icon {
  width: 12px;
}
.home-upcoming__item-menu-link {
  font-size: 12px;
  color: rgb(34, 34, 34);
}
.home-upcoming__item-menu-link:hover {
  text-decoration: underline;
}
.home-upcoming__item-btn {
  border: 2px solid #d22630;
  border-radius: 8px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 600;
}
.home-upcoming__item-btn:hover {
  background: #d22630;
  color: rgb(255, 255, 255);
}
.videos {
}
.news__container {
}
.news__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.fs32 {
  font-size: 32px;
}
.paginations {
}
.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  color: rgb(112, 112, 112);
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  width: 30px;
}
.pagination:hover {
  background: #e7e7e7;
}
.videos__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.videos__item {
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  overflow: hidden;
}
.videos__item-image {
  padding-bottom: 70%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.videos__item-image::before {
  background: linear-gradient(rgba(3, 6, 53, 0) 60%, rgb(3, 6, 53) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.videos__item-content {
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 3;
  right: 0;
  left: 0;
}
.videos__item-title {
  font-size: 18px;
  font-weight: 700;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  line-height: 110%;
}
.videos__item-title:hover {
  border-color: rgb(255, 255, 255);
  text-decoration: underline;
}
.standings {
}
.standings__container {
}
.tablez {
}
.tablez-head {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(17, 1fr);
  font-size: 14px;
  font-weight: 400;
  color: rgb(102, 102, 102);
  height: 40px;
  justify-items: center;
  text-transform: capitalize;
  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;
  justify-items: center;
  grid-template-columns: repeat(17, 1fr);
  font-size: 14px;
  font-weight: 400;
  color: rgb(102, 102, 102);
  padding-bottom: 5px;
  padding-top: 5px;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transition: all .3s ease-in-out;
}
.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%);;
}
.col3 {
  grid-column: span 3;
}
.tablez-team {
}
.tablez-team__icon {
  height: 48px;
  width: 48px;
}
.tablez-team__name {
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  font-size: 16px;
  font-weight: 700;
}
.tablez-team__name:hover {
  border-color: rgb(0, 0, 0);
}
.tablez-team__enemy {
  width: 48px;
  height: 48px;
}
.up {
  height: 20px;
  width: 20px;
  background-image: url("https://all-blacks.nz/assets/img/a5dd534da5530b350be213a8540718ec.png");
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 24px;
  display: block;
  background-position-y: 10px;
}
.down {
  background-image: url("https://all-blacks.nz/assets/img/63e79f972adf6885fbafd5dea631b48b.png");
  background-position-x: right;
  background-position-y: 10px;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 24px;
  height: 20px;
  width: 20px;
}
.results {
}
.results__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.results__head {
  grid-column: span 2;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  overflow: hidden;
}
.results__head-round {
}
.results__head-team {
  width: 80px;
}
.results__item {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11);
  row-gap: 8px;
}
.results__item-round {
  font-size: 14px;
  font-weight: 400;
  color: rgb(77, 77, 77);
}
.results__item-match {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 36px;
  width: 100%;
}
.results__item-location {
}
.results__item-btns {
}
.Round-1---Sunday-2nd-March----------------- {
}
.results__item-team {
}
.results__item-scores {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 20px;
}
.results__item-team-icon {
  width: 80px;
}
.results__item-team-name {
  font-size: 20px;
  font-weight: 600;
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.results__item-team-name:hover {
  border-color: rgb(0, 0, 0);
}
.results__item-score {
  font-size: 36px;
}
.results__item-time {
}
.NewClass-225 {
}
.results__item-location-name {
}
.Queensland-Country-Bank-Stadium-Townsville {
}
.results__item-location-icon {
  width: 40px;
}
.results__item-btn {
  height: 36px;
  max-width: 200px;
  width: 100%;
  border: 2px solid #d22630;
  border-radius: 4px;
}
.results__item-btn:hover {
  background: #fff;
  color: rgb(0, 0, 0);
}
.results__item-btn_light {
}
.results__item-btn_light:hover {
  background: #d22630;
  color: rgb(255, 255, 255);
}
.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__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.post__wapper {
}
.post__sidebar__body {
  position: sticky;
  top: 0;
  display: grid;
  grid-gap: 16px;
}
.post__title {
  font-size: 36px;
  font-weight: 700;
}
.post__author {
  font-size: 20px;
  font-weight: 600;
}
.post__date {
  font-size: 14px;
  font-style: italic;
  color: rgb(112, 112, 112);
}
.post__image {
  padding-bottom: 58%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.post__image-tip {
  font-size: 12px;
  font-style: italic;
  color: rgb(112, 112, 112);
}
.post__txt {
}
.post__content {
}
.post-video {
}
.post-video__container {
}
.post-video__body {
}
.post-video__image {
  position: relative;
  padding-bottom: 45%;
  border-radius: 8px;
  overflow: hidden;
}
.post-video__items {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  max-width: 400px;
  width: 100%;
}
.NewClass-251 {
}
.post-video__item {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  backdrop-filter: blur(5px);
}
.post-video__item-content {
}
.post-video__item-title {
  font-size: 14px;
  font-weight: 600;
}
.post-video__item-title:hover {
  text-decoration: underline;
}
.post-video__item-date {
  font-size: 12px;
  opacity: 0.7;
}
.post-video__item-date:hover {
}
.post-video__item-image {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.play_big {
  height: 80px;
  width: 80px;
}
.play_small {
  width: 20px;
  height: 20px;
}
.post-video__content {
}
.post-video__title {
}
.post-video__author {
  font-size: 12px;
  color: rgb(112, 112, 112);
}
.post-video__txt {
}
.post-video__block {
}
.post-video__wrapper {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.reviews {
}
.reviews__container {
}
.reviews__body {
}
.reviews-players {
}
.reviews-players__container {
}
.reviews-players__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.NewClass-271 {
}
.reviews-players__items {
  display: grid;
  grid-gap: 16px;
}
.reviews-players__item {
}
.reviews-players__item-title {
  text-align: center;
  color: rgb(112, 112, 112);
}
.reviews-players__body {
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}
.reviews-players__match {
  height: 86px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: linear-gradient(120deg, #151f6d 50%, #6c1d45 50%);;
  position: relative;
  z-index: 2;
  border-radius: 8px 8px 0px 0px;
}
.reviews-players__men {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  background-position-y: center;
  position: relative;
  z-index: 0;
  height: 86px;
  padding-right: 48px;
}
.reviews-players__men-image {
  width: 159px;
  height: 104px;
  align-self: flex-end;
}
.reviews-players__score {
  font-size: 36px;
}
.reviews-players__men_right {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 48px;
}
.reviews-players__info {
}
.reviews-players__info-name {
  font-size: 18px;
  font-weight: 700;
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.reviews-players__info-name:hover {
  border-color: rgb(0, 0, 0);
}
.reviews-scoring {
}
.reviews-scoring__container {
}
.reviews-scoring__btns {
  display: inline-flex;
  max-width: 400px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.scoring {
}
.scoring-head {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  justify-items: center;
  grid-template-rows: 40px;
  color: rgb(127, 127, 127);
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  text-transform: capitalize;
}
.scoring-rows {
}
.scoring-row {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-top: 12px;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgb(112, 112, 112);
  transition: all .3s ease-in-out;
}
.scoring-row:hover {
  color: rgb(112, 112, 112);
  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%);;
}
.scoring-row:last-child {
  border-width: 0;
}
.reviews-scoring__btn {
  border: 2px solid #d22630;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  max-width: 200px;
  width: 100%;
  border-radius: 8px;
}
.reviews-scoring__btn:hover {
  background: transparent;
  color: rgb(0, 0, 0);
}
.reviews-scoring__btn_right {
  border: 2px solid transparent;
  color: rgb(112, 112, 112);
}
.reviews-scoring__btn_right:hover {
  background: #d22630;
  color: rgb(255, 255, 255);
}
.txt_center {
  text-align: center;
}
.scoring__player {
  width: 60px;
  height: 40px;
}
.scoring__player-name {
  font-size: 16px;
  font-weight: 700;
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  display: inline;
}
.scoring__player-name:hover {
  border-color: rgb(0, 0, 0);
}
.col2 {
  grid-column: span 2;
}
.reviews-stat {
}
.reviews-stat__container {
}
.reviews-stat__items {
  align-items: center;
}
.reviews-stat__item {
}
.circle {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
  background: conic-gradient(#6c1d45 0deg 167.5deg, white 167.5deg 172.5deg,  #131c63 172.5deg 355deg, white 355deg 360deg);
  z-index: 0;
}
.circle::before {
  background: #fff;
  content: "";
  inset: 10px 10px 10px 10px;
  border-radius: 50%;
  position: absolute;
}
.circle_border {
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background: conic-gradient(                 #6c1d45 0deg 167.5deg,                  white 167.5deg 172.5deg,  #131c63 172.5deg 360deg);
}
.circle__wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-items: center;
  grid-gap: 24px;
}
.circle__value {
  font-size: 36px;
}
.w30pc {
  width: 30%;
}
.circle-double__wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 200px;
}
.circle-double__box {
}
.circle-double__value {
  font-size: 24px;
}
.circle-inner {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle_blue-91 {
  background: conic-gradient(  #131c63 0deg 324deg, #e7e7e7 324deg 360deg);
}
.circle_red-72 {
  background: conic-gradient(#6c1d45 0deg 260deg, #e7e7e7 260deg 360deg);
}
.dividers {
  height: 10px;
  max-width: 640px;
  width: 640px;
}
.NewClass-312 {
}
.divider {
  height: 10px;
  transform: skewX(-15deg);
}
.bg_6c1d4 {
  background: #6c1d45;
}
.bg_131c63 {
  background:  #131c63;
}
.divider__value {
  font-size: 28px;
}
.w56pc {
  width: 56%;
}
.divider__wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 24px;
}
.reviews-news {
}
.reviews-news__container {
}
.reviews-news__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.team-history {
}
.team-history__container {
}
.team-players {
}
.team-players__container {
}
.team-players__block {
}
.team-players__posititon {
}
.team-players__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.f {
}
.team-players__item {
  background: #151f6d;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  height: 185px;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  border-radius: 8px;
  position: relative;
}
.team-players__item::before {
  background-image: url("https://all-blacks.nz/assets/img/a72fa74aa9f9c45f3df0b9f997865fbb.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  opacity: 0.2;
  background-position-x: center;
  background-position-y: center;
}
.player-upcoming__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.NewClass-332 {
}
.team-players__item-image {
  width: 180px;
  height: 192px;
}
.team-players__item-info {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: 600;
  row-gap: 5px;
  z-index: 3;
}
.team-players__item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.team-players__item-name:hover {
  border-color: rgb(255, 255, 255);
}
.team-players__item-pos {
}
.team-players__item-team {
}
.team-news {
}
.team-news__container {
}
.team-news__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.team-scoring {
}
.team-scoring__container {
}
.team-history__body {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.team-history__aside {
  position: relative;
}
.team-history__main {
  grid-column: span 3;
}
.team-history__aside-body {
  position: sticky;
  top: 0;
}
.team-history__aside-image {
  width: 120px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.team-history__dates {
}
.team-history__day {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-history__day-circle {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid rgba(209, 176, 0, 1);
  border-radius: 50%;
  flex: 0 0 80px;
  font-size: 14px;
  font-weight: 600;
  height: 80px;
  width: 80px;
}
.team-history__day-divider {
  background: rgba(209, 176, 0, 1);
  height: 100%;
  width: 2px;
  flex-grow: 1;
}
.team-history__info {
  padding-bottom: 20px;
  padding-top: 20px;
}
.team-history__info-title {
}
.team-history__info-descr {
}
.team-video {
}
.team-video__container {
}
.team-video__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.player-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  position: relative;
  background-image: url("https://all-blacks.nz/assets/img/b6b34e588061ab9a28b2dfaa07b6e299.jpg");
}
.player-banner::before {
  background-image: url("https://all-blacks.nz/assets/img/b6b34e588061ab9a28b2dfaa07b6e299.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(-1);
}
.player-banner__container {
}
.player-banner__body {
  align-items: flex-end;
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
}
.player-banner__body::before {
  background-image: url("https://all-blacks.nz/assets/img/b6b34e588061ab9a28b2dfaa07b6e299.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(-1);
}
.player-banner__image {
  align-self: flex-end;
  padding-bottom: 110%;
  position: relative;
}
.NewClass-362 {
}
.player-banner__info {
}
.player-banner__name {
}
.player-banner__descr {
  width: 50%;
}
.player-banner__stats {
  align-items: center;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  width: 70%;
}
.player-banner__stat {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
  position: relative;
}
.player-banner__stat-type {
}
.player-banner__stat-value {
}
.br_gray {
}
.br_gray::before {
  background: #e7e7e7;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: -8px;
}
.NewClass-371 {
}
.bb_gray {
}
.bb_gray::after {
  background: #e7e7e7;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -8px;
}
.player-biogrphy {
}
.player-biogrphy__container {
}
.player-biogrphy__body {
  align-content: stretch;
  display: grid;
  grid-gap: 64px;
  grid-template-columns: 2fr 5fr;
}
.player-biogrphy__body::before {
}
.player-biogrphy__aside {
}
.player-biogrphy__main {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 10px;
}
.player-biogrphy__aside-body {
}
.career {
}
.career__head {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  justify-items: center;
  font-size: 14px;
  font-weight: 400;
  color: rgb(112, 112, 112);
  padding-bottom: 5px;
  padding-top: 5px;
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.career__rows {
}
.career__row {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  justify-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(112, 112, 112);
  border: 1px solid #e7e7e7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transition: all .3s ease-in-out;
}
.career__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%);;
}
.career__row:last-child {
  border-width: 0;
}
.career__logo {
  width: 30px;
}
.career__team {
  border: 2px solid transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  font-size: 14px;
  font-weight: 600;
}
.career__team:hover {
  border-color: rgb(0, 0, 0);
}
.player-biogrphy__content {
}
.NewClass-386 {
}
.career__title {
}
.player-news {
}
.player-news__container {
}
.player-news__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.player-stat {
}
.player-stat__container {
}
.player-mate {
}
.player-mate__container {
}
.player-mate__items {
  align-items: stretch;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.player-upcoming {
}
.NewClass-397 {
}
.player-upcoming__container {
}
.pt48 {
  padding-top: 60px;
}
.gallery {
}
.gallery__container {
}
.gallery__items {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2px;
}
.gallery__item {
  cursor: pointer;
  transition: all .3s ease-in-out;
  text-decoration: none;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}
.gallery__item:hover {
  text-decoration: none;
}
.gallery__item_big {
  grid-column: span 2;
  grid-row: span 2;
}
.h {
}
.history {
}
.history__container {
  max-width: 1000px;
}
.history__author {
  font-size: 24px;
  font-weight: 500;
}
.history__date {
  font-size: 12px;
  font-weight: 400;
  color: rgb(112, 112, 112);
  font-style: italic;
}
.history__txt_big {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.history__txt {
  margin-bottom: 10px;
}
.history__image {
  border-radius: 3px;
  width: 100%;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.history__image-tip {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgb(112, 112, 112);
}
.NewClass-414 {
}
.contacts__container {
}
.contacts__body {
}
.contacts-main {
}
.contacts__title {
  font-size: 48px;
  font-weight: 700;
}
.contacts__items {
  display: grid;
  grid-gap: 36px;
}
.contacts__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
}
.contacts__item-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contacts__item-txt {
  font-size: 16px;
  font-weight: 500;
}
