body {
  color: #fff;
  background-color: #000;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  letter-spacing: .025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
}

.container--exterior {
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.container--interior {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  max-width: 1000px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.hero-header--wrapper {
  background-color: #000;
}

.h1--hero-wrapper {
  object-fit: contain;
  object-position: 0% 50%;
  background-color: #000;
  width: calc(50vw + 50%);
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  display: block;
  overflow: hidden;
}

.page-wrapper {
  position: relative;
}

.hero-subblock {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.what--callout {
  background-color: #000;
  border: 0 solid #000;
  border-right-width: 2px;
  margin-right: -1.625rem;
  padding: 2rem 1.5rem;
  position: relative;
  left: 4px;
  box-shadow: inset -2px 0 #000, inset 0 0 0 2px #fff;
}

.hero-subtitle {
  margin-top: -1rem;
  position: absolute;
}

.what-callout--styling {
  background-image: url('/images/diagnol.svg');
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #fff;
  border-left-width: 0;
  width: 80px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% -78px 0% auto;
}

.plus-callout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.what-callout--content {
  padding-left: 2.125rem;
}

.link-prefix {
  line-height: 1;
}

.link--cmd {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #686868;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: inline-flex;
}

.link--cmd:hover {
  color: #08ff00;
}

.link--label {
  color: #fff;
  line-height: 1;
}

.link-cursor {
  opacity: 0;
  background-color: #fff;
  width: .7em;
  height: 1.35em;
}

.overline {
  color: #ffffff61;
  text-transform: uppercase;
  font-size: 1rem;
}

.diagnol {
  flex: 1;
}

.season-50-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.diagonal {
  flex: 1;
  align-self: stretch;
}

.season-content {
  flex: 0 auto;
}

.season--callout {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2--season {
  font-size: 2.5rem;
}

.exterior-border {
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.exterior-border.right {
  align-items: flex-end;
  inset: 0% 0% 0% auto;
}

.border-box {
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
}

.border-box.top-left {
  border-top-width: 0;
  border-left-width: 0;
}

.border-box.bottom-left {
  border-bottom-width: 0;
  border-left-width: 0;
}

.border-box.top-right {
  border-top-width: 0;
  border-right-width: 0;
}

.border-box.top-right.hidden {
  opacity: 0;
}

.border-box.bottom-right {
  border-bottom-width: 0;
  border-right-width: 0;
}

.border-text {
  opacity: .37;
  text-transform: uppercase;
  transform: translate(-46%)rotate(-90deg);
}

.border-text.right {
  transform: translate(46%)rotate(90deg);
}

.home-content--wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column--teams {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  margin-top: -1.825rem;
  display: flex;
}

.column--schedule {
  flex-flow: column;
  display: flex;
}

.thead {
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: .5rem;
  font-weight: 700;
}

.trow {
  color: #fff;
  border-bottom: 1px solid #ffffff42;
  justify-content: space-between;
  align-items: stretch;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}
.trow.team-record {
  color: #fff;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.trow.team-record.current {
  border-bottom-color: #fff;
}

.trow.team-record.notcurrent {
  color: #ffffff4a;
}

.trow.team-record.last {
  border-bottom-width: 0;
}

.trow.player {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 13px;
}

.team-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-dot {
  background-color: #06b6ed;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}
.table--team.rosters{
  min-width: 800px;
}
.table--schedule {
  margin-top: 4.3rem;
}

.nav {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #141414e3;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  display: grid;
  position: fixed;
  inset: auto 0% 0;
}

.nav.games {
  background-color: #000;
  border-top-width: 0;
  border-bottom: 1px solid #ffffff47;
  max-width: 1000px;
  padding-top: 1.5rem;
  padding-bottom: .75rem;
  display: block;
  position: sticky;
  top: 0;
  bottom: auto;
}

.nav-acount {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.nav-wallet {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.account-icon {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100px;
  flex: none;
  width: 35px;
  height: 35px;
  font-size: 1.125rem;
  line-height: 28px;
}

.account-label {
  font-size: 1rem;
}

.link-nav {
  color: #ffffff5e;
  text-align: center;
  border: 0 solid #fff;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-nav:hover, .link-nav.active {
  color: #fff;
}

.link-nav--indicator {
  background-color: #fff;
  width: 2px;
  height: 1.25rem;
  position: absolute;
  top: -1.5rem;
}

.link-nav--label {
  text-transform: uppercase;
  border: 0 solid #000;
}

.hidden-code {
  display: none;
}

.wallet-label {
  color: gray;
  padding-right: .5rem;
}

.wallet-amount, .wallet-icon {
  font-weight: 700;
}

.interior-wrapper {
  padding-bottom: 100px;
}

.interior-wrapper.interior {
  padding-top: 180px;
}

.sidebar-wrapper {
  z-index: 99;
  width: 70px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -72px;
}

.sidebar {
  transform-origin: 100% 0;
  background-color: #262626;
  border: 2px solid #fff;
  border-bottom-width: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 75vh;
  min-width: 750px;
  height: 70px;
  padding-left: 1rem;
  padding-right: 1.5rem;
  display: flex;
  position: fixed;
  top: 12.5vh;
  left: auto;
  right: auto;
  overflow: hidden;
  transform: translate(0)translate(-100%)rotate(-90deg);
}

.sb--live-games {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.live-indicator {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.live-dot {
  background-color: red;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.pulse-dot {
  --pulse-color: red;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    background-color: #808080;
    opacity: 0.6;
  }
  50% {
    background-color: var(--pulse-color);
    opacity: 1;
  }
}

.live-game--list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link--live-game {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.link--live-game.game-screen {
  opacity: .22;
  transition: opacity .2s;
}

.link--live-game.game-screen.w--current {
  opacity: 1;
}

.ll-divider {
  opacity: .47;
  padding-left: .25rem;
  padding-right: .25rem;
}

.link-standard {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.restruct-wrapper {
  background-color: #1b1b1b;
  border: 1px solid #474747;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.restruct-scroller {
  flex: 0 auto;
  width: 100%;
  height: 290px;
  padding: .875rem;
  overflow: scroll;
}

.div-block-2 {
  background-color: #ee2626;
  height: 2000px;
}

.divider {
  background-color: #fff;
  height: 2px;
  margin: 4rem -1.5rem;
}

.divider.game {
  margin-top: 0;
  margin-bottom: 0;
}

.rule-name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: top;
  margin-bottom: .35rem;
  font-weight: 700;
  display: flex;
}

.rule-text {
  margin-left: 1.425rem;
}

.rule {
  margin-top: 1rem;
}

.restruct-label {
  text-transform: uppercase;
}

.desc-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 3rem;
  display: grid;
}

.h2--hero {
  letter-spacing: .015em;
  margin-top: 7rem;
  margin-bottom: -.3rem;
  font-family: Climate Crisis, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
}

.team-record {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-color {
  border-radius: 0;
  flex: none;
  width: 8px;
  height: 8px;
  overflow: visible;
}

.team-color--overlay {
  background-color: #424242;
  width: 8px;
  height: 8px;
  position: absolute;
}

.team-color--container {
  border-radius: 100px;
  width: 8px;
  height: 8px;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 18%;
  display: grid;
  position: relative;
}

.angled-lines {
  background-image: url('/images/diagnol.svg');
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #fff;
  border-right-width: 0;
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0 0% auto;
}

.disclaimer {
  opacity: .39;
  text-indent: -1em;
  column-count: 0;
  max-width: 900px;
  margin-left: 1em;
  font-size: 12px;
  font-weight: 400;
}

.paragraph {
  column-count: 2;
  column-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-right: 20%;
}

.copyright {
  opacity: .39;
  text-indent: 0;
  column-count: 0;
  border-top: 1px solid #ffffff82;
  max-width: 900px;
  margin-bottom: 2rem;
  margin-left: 0;
  padding-top: 2rem;
  font-size: 12px;
  font-weight: 400;
}

.rich-text-block {
  column-count: 2;
}

.image {
  width: 103%;
  max-width: none;
}

.copyright-icon {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-4 {
  text-align: center;
}

.interior-nav--hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gametime-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .75rem;
  font-size: 12px;
  display: flex;
}

.gametimer {
  background-color: #2e2e2e;
  flex: 1;
  height: 2px;
}

.gametime-progress {
  background-color: #fff;
  width: 30%;
  height: 100%;
}

.game {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
}

.game-sim {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.game-teams {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.game-court {
  width: 100%;
}

.player-stats {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  display: flex;
}

.player-mech {
  text-transform: uppercase;
}

.pbp-wrapper {
  background-color: #1b1b1b;
  border: 1px solid #474747;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pbp-scroller {
  flex: 0 auto;
  width: 100%;
  height: 250px;
  padding: .875rem;
  overflow: scroll;
}

.score {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.game-team {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.game-score {
  text-align: right;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.game-score.right {
  text-align: left;
}

.vs-label {
  opacity: .48;
  font-size: 1.125rem;
  font-weight: 400;
}

.game-wrapper {
  padding-top: 5rem;
}

.game-wrapper.game-1 {
  margin-top: -2rem;
  padding-top: 1px;
}

@media screen and (max-width: 991px) {
  .container--exterior {
    display: none;
  }

  .container--interior {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .hero-subblock {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .what--callout {
    display: none;
  }

  .column--teams, .table--schedule {
    margin-top: 0;
  }

  .nav {
    width: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    inset: auto 0% 0%;
  }

  .nav.games {
    width: auto;
  }

  .sidebar-wrapper {
    display: none;
  }

  .restruct-scroller {
    height: 380px;
  }

  .desc-hero {
    grid-template-columns: 1fr 1.75fr;
  }

  .paragraph {
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .diagonal {
    display: none;
  }

  .home-content--wrapper {
    grid-template-columns: 1fr;
  }

  .nav-links {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .account-label, .wallet-label {
    display: none;
  }

  .h2--hero {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .container--interior {
    margin-left: .75rem;
    margin-right: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-subblock, .season-50-50, .season--callout {
    display: block;
  }

  .trow.team-record {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .825rem;
  }

  .nav {
    margin-left: .75rem;
    margin-right: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: space-between;
    display: flex;
  }
  .link-nav--indicator{
    top: -1rem;
    height: .75rem;
  }
  .betting-grid,
  .game-sim{
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .nav-acount {
    display: none;
  }

  .divider {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .desc-hero {
    margin-top: 0;
  }

  .h2--hero {
    margin-top: 0;
    font-size: 32px;
  }

  .paragraph {
    column-count: 1;
  }

  .game {
    flex-flow: column;
    display: flex;
  }

  .team-name {
    font-size: .825rem;
  }
}

#w-node-_1cbbe3dd-80f3-e3ec-d4af-673638b9ac23-ae6402ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f433c9cd-4f6c-3118-00ef-5f2b592d2dd6-ae6402ce {
  justify-self: stretch;
}


