body {
  background-color: #000;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.01em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.8em;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.8em;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.03em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0.8em;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.04em;
}

p {
  margin-bottom: 2em;
  font-size: 1.2rem;
}

a {
  color: #7b86ff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: line-through;
}

ul {
  margin-top: -20px;
  margin-bottom: 2em;
  padding-left: 40px;
  font-size: 1.2rem;
}

li {
  margin-bottom: 0.4em;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.cc-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 700px;
  padding-top: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.cc-bracket-heading {
  padding-bottom: 0px;
  background-color: #000;
}

.section.u-mb-1 {
  padding-bottom: 1em;
}

.section.u-p-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.u-pt-3 {
  padding-top: 3em;
}

.section.u-p-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.u-pb-0 {
  padding-bottom: 0px;
}

.container {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.u-position-relative {
  position: relative;
  z-index: 1;
}

.container.cc-nav {
  height: 70px;
}

.container.cc-about {
  z-index: 1;
  max-width: 800px;
}

.container.cc-full-width {
  width: 100%;
}

.hero-content {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.h0 {
  font-size: 5rem;
}

.eyebrow {
  display: inline-block;
  padding: 3px 12px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: 'Roboto Mono', sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-content-p {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
  line-height: 1.5;
}

.hero-bg-img {
  position: absolute;
  left: 10%;
  top: -24%;
  right: 0%;
  bottom: 0%;
  width: 2880px;
  height: 1550px;
  background-image: url('../images/bracket-hero-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.hero-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5) 28%, #000 77%), -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0.25)), to(#000));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5) 28%, #000 77%), linear-gradient(180deg, rgba(0, 0, 0, 0.25) 35%, #000);
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
}

.brkt-champion-name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #fff;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ddd));
  background-image: linear-gradient(0deg, #fff, #ddd);
  font-family: Staatliches, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-content_wrapper {
  text-align: center;
}

.footer-content {
  margin-bottom: 0.4em;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 0.875rem;
}

.footer-content.u-mb-2 {
  margin-bottom: 2em;
}

.u-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  margin-bottom: 2em;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 70px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-link {
  -webkit-transition: color 200ms cubic-bezier(.165, .84, .44, 1);
  transition: color 200ms cubic-bezier(.165, .84, .44, 1);
  color: hsla(0, 0%, 100%, 0.6);
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bracket-round_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.bracket-round_panel-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.bracket-round_panel {
  position: relative;
  width: 50%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.bracket-round_panel-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.9;
}

.bracket-round_score {
  font-family: Staatliches, sans-serif;
  font-size: 10rem;
  line-height: 1.2;
  font-weight: 400;
}

.bracket-round_panel-content {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bracket-round_team-name {
  font-family: Staatliches, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stats_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.stats-item {
  width: 33.333333333333336%;
}

.stats-item.cc-end {
  text-align: right;
}

.stats-item.cc-name {
  width: 50%;
}

.stats-label {
  text-align: center;
}

.stats_wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.brkt-champion_content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), color-stop(18%, hsla(0, 0%, 100%, 0.1)), color-stop(78%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.1) 18%, hsla(0, 0%, 100%, 0) 78%);
  opacity: 1;
}

.brkt-championship_bg-color {
  position: absolute;
  width: 1280px;
  height: 1280px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5) 40%, #000 70%);
}

.vs_wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vs-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Staatliches, sans-serif;
  color: #424242;
  font-size: 1.4rem;
  font-weight: 500;
}

.bracket-team-divider {
  width: 2px;
  background-color: #fff;
}

.sub-heading {
  font-family: 'Roboto Mono', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.heading-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.brkt-champion-logo {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 70px;
  box-shadow: 0 20px 20px -3px rgba(0, 0, 0, 0.3);
  mix-blend-mode: normal;
}

.brkt_section {
  position: relative;
  overflow: auto;
  padding-bottom: 200px;
  padding-left: 5%;
}

.brkt_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1000px;
  min-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brkt_container.cc-center {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brkt-region_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brkt-round_wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brkt-round_wrapper.cc-reverse {
  margin-right: 0px;
  margin-left: 10px;
}

.brkt-round_wrapper.cc-tuck-80 {
  margin-left: -80px;
}

.brkt-round_wrapper.cc-tuck-80-reverse {
  margin-right: -80px;
  margin-left: 10px;
}

.brkt-round_wrapper.cc-tuck-40 {
  margin-left: -40px;
}

.brkt-round_wrapper.cc-tuck-40-reverse {
  margin-right: -40px;
  margin-left: 10px;
}

.brkt-round_wrapper.cc-championship {
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brkt-round_game-wrapper {
  height: 100%;
}

.brkt-round_game-wrapper.cc-first-round {
  height: 12.5%;
}

.brkt-round_game-wrapper.cc-second-round {
  height: 25%;
}

.brkt-round_game-wrapper.cc-sweetened-16 {
  height: 50%;
}

.brkt-round_game-wrapper.cc-championship {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brkt-round_game-wrapper.cc-early-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brkt-round_game {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brkt-round_game.cc-championship {
  width: 200px;
  margin-right: 5px;
  margin-left: 5px;
}

.brkt-round_link {
  position: relative;
  width: 100%;
  color: #000;
  text-decoration: none;
}

.brkt-round_team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px 4px 0px 0px;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 30%, #fff);
}

.brkt-round_team.cc-bottom {
  border-radius: 0px 0px 4px 4px;
}

.brkt-round_team.cc-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.brkt-region_label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Mono', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brkt-lines {
  position: absolute;
  left: -10px;
  top: 25%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56.5%;
  height: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0.5;
}

.brkt-lines.cc-reverse {
  left: auto;
  right: -10px;
  bottom: 0%;
  border-right-style: none;
  border-left-style: solid;
  border-radius: 4px 0px 0px 4px;
}

.brkt-lines.cc-tuck {
  left: 70px;
  width: 20%;
}

.brkt-lines.cc-tuck.cc-reverse {
  left: auto;
  right: 70px;
  bottom: auto;
}

.brkt-lines.cc-last {
  left: 30px;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 40%;
}

.brkt-lines.cc-last.cc-reverse {
  left: auto;
  right: 30px;
}

.brkt-divider {
  width: 100%;
  height: 1px;
  background-color: #bbb;
}

.brkt_team-logo {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.brkt_team-logo.cc-reverse {
  margin-right: 0px;
  margin-left: 4px;
}

.brkt_team-seed {
  width: 12px;
  margin-top: 1px;
  margin-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.6rem;
  text-align: right;
  white-space: nowrap;
}

.brkt_team-seed.cc-reverse {
  margin-right: 0px;
  margin-left: 4px;
  text-align: left;
}

.brkt_team-seed.cc-lost {
  color: rgba(0, 0, 0, 0.55);
}

.brkt_team-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}

.brkt_team-name.cc-reverse {
  text-align: right;
}

.brkt_team-name.cc-lost {
  color: rgba(0, 0, 0, 0.55);
}

.brkt_team-score {
  width: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

.brkt_team-score.cc-reverse {
  text-align: left;
}

.brkt_team-score.cc-lost {
  color: rgba(0, 0, 0, 0.55);
}

.brkt-rounds_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brkt-rounds_container.cc-center {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brkt-round-label_wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.brkt-round-label_wrapper.cc-reverse {
  margin-right: 0px;
  margin-left: 10px;
}

.brkt-round-label_wrapper.cc-tuck-80 {
  margin-left: -80px;
}

.brkt-round-label_wrapper.cc-tuck-80-reverse {
  margin-right: -80px;
  margin-left: 10px;
}

.brkt-round-label_wrapper.cc-tuck-40 {
  margin-left: -40px;
}

.brkt-round-label_wrapper.cc-tuck-40-reverse {
  margin-right: -40px;
  margin-left: 10px;
}

.brkt-round-label_wrapper.cc-championship {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brkt-round-label_inner-wrapper {
  height: 100%;
}

.brkt-round_label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: 'Roboto Mono', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brkt-champion_banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brkt-champion_national-champs {
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px 0px 8px 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.2));
  font-family: 'Roboto Mono', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brckt-year {
  position: absolute;
  left: 40px;
  top: 60px;
  right: auto;
  bottom: auto;
  font-family: 'Roboto Mono', sans-serif;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.brckt-year.cc-right {
  left: auto;
  right: 40px;
  bottom: auto;
}

.brkt-champion_bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
  mix-blend-mode: overlay;
}

.brkt-round_header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brkt-round_header-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.7));
}

.brkt-round_header-item-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 100px 24px 10%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
  opacity: 1;
  font-family: Staatliches, sans-serif;
}

.brkt-round_header-item-info.cc-reverse {
  padding-right: 10%;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-left: 1px solid #fff;
  border-right-style: none;
}

.brkt-round-hero_logo-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 2px;
  border-radius: 100px;
  background-color: #fff;
}

.brkt-round-hero-logo {
  width: 100%;
  height: 100%;
}

.brkt-round_hero-seed {
  position: relative;
  margin-right: 16px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 0.875rem;
}

.brkt-round_hero-seed.cc-reverse {
  margin-right: 0px;
  margin-left: 16px;
}

.brkt-round_hero-team-name {
  font-size: 1.6rem;
  line-height: 1;
}

.brkt-round_hero-record {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 0.875rem;
}

.brkt-round-hero-name_wrapper {
  position: relative;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #fff;
}

.brkt-round-hero-name_wrapper.cc-reverse {
  padding-right: 16px;
  padding-left: 0px;
  border-right: 1px solid #fff;
  border-left-style: none;
  text-align: right;
}

.brkt-round_hero-score {
  position: relative;
  margin-left: 24px;
  font-size: 3rem;
  letter-spacing: 1px;
}

.brkt-round_hero-score.cc-reverse {
  margin-right: 24px;
  margin-left: 0px;
}

.brkt-round_header-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brkt-round_header-badge-label {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 70px;
  padding: 4px 0px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Staatliches, sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}

.brkt-round_stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.brkt-round_stats-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brkt-round_stats-inner-wrapper.cc-center {
  padding-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brkt-round_stats-inner-wrapper.cc-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.brkt-round_stat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding: 4px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 100px;
  font-family: 'Roboto Mono', sans-serif;
  text-align: center;
}

.brkt-round_glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -50%;
  opacity: 0.5;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.brkt-round_team-stats-wrapper {
  padding-right: 5%;
  padding-left: 5%;
}

@media screen and (min-width: 1920px) {
  .brkt-round_wrapper.cc-tuck-80 {
    margin-left: 0px;
  }

  .brkt-round_wrapper.cc-tuck-80-reverse {
    margin-right: 0px;
  }

  .brkt-round_wrapper.cc-tuck-40 {
    margin-left: 0px;
  }

  .brkt-round_wrapper.cc-tuck-40-reverse {
    margin-right: 0px;
  }

  .brkt-lines.cc-tuck {
    left: -10px;
    width: 56.5%;
  }

  .brkt-lines.cc-tuck.cc-reverse {
    right: -10px;
  }

  .brkt-lines.cc-last {
    left: -10px;
    right: auto;
    width: 56.5%;
  }

  .brkt-lines.cc-last.cc-reverse {
    left: auto;
    right: -10px;
  }

  .brkt-round-label_wrapper.cc-tuck-80 {
    margin-left: 0px;
  }

  .brkt-round-label_wrapper.cc-tuck-80-reverse {
    margin-right: 0px;
  }

  .brkt-round-label_wrapper.cc-tuck-40 {
    margin-left: 0px;
  }

  .brkt-round-label_wrapper.cc-tuck-40-reverse {
    margin-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-hero {
    height: auto;
  }

  .h0 {
    font-size: 4rem;
  }

  .hero-content-p {
    font-size: 1.4rem;
  }

  .hero-bg-img {
    left: -20%;
    top: -40%;
  }

  .hero-bg-overlay {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5) 30%, #000), -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.25)), to(#000));
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5) 30%, #000), linear-gradient(180deg, rgba(0, 0, 0, 0.25) 50%, #000);
  }

  .bracket-round_panel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bracket-round_panel {
    width: 100%;
    height: 50%;
  }

  .bracket-round_score {
    font-size: 8rem;
  }

  .stats_wrapper {
    max-width: 100%;
  }

  .bracket-team-divider {
    width: 100%;
    height: 2px;
  }

  .brkt-round_header-item-info {
    padding-right: 60px;
  }

  .brkt-round_header-item-info.cc-reverse {
    padding-left: 60px;
  }

  .brkt-round-hero_logo-wrapper {
    width: 50px;
    height: 50px;
  }

  .brkt-round_hero-team-name {
    font-size: 1.4rem;
  }

  .brkt-round_hero-score {
    margin-left: 16px;
    font-size: 2.5rem;
  }

  .brkt-round_hero-score.cc-reverse {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  p {
    font-size: 1.1rem;
  }

  ul {
    font-size: 1.1rem;
  }

  .section.cc-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .h0 {
    font-size: 3rem;
  }

  .eyebrow {
    font-size: 0.75rem;
  }

  .hero-content-p {
    width: 100%;
    font-size: 1.3rem;
  }

  .hero-bg-img {
    left: -83%;
    top: -117%;
    background-size: 65%;
  }

  .hero-bg-overlay {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.77) 62%, #000), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(58%, rgba(0, 0, 0, 0.65)), to(#000));
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.77) 62%, #000), linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65) 58%, #000);
  }

  .nav-link {
    font-size: 0.875rem;
  }

  .bracket-round_hero {
    height: 700px;
  }

  .bracket-round_score {
    font-size: 6rem;
  }

  .bracket-round_team-name {
    font-size: 2rem;
  }

  .stats_row {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .stats-item {
    width: 15%;
  }

  .stats-label {
    width: 80%;
  }

  .vs_wrapper {
    width: 40px;
    height: 40px;
  }

  .vs-label {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }

  .brkt_section {
    padding-bottom: 120px;
  }

  .brkt-round_header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brkt-round_header-item {
    width: 100%;
  }

  .brkt-round_header-item-info {
    padding-right: 5%;
    padding-left: 5%;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .brkt-round_header-item-info.cc-reverse {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: solid none none;
    border-top-width: 1px;
    border-top-color: #fff;
  }

  .brkt-round_hero-seed {
    width: 20px;
    text-align: right;
  }

  .brkt-round_hero-seed.cc-reverse {
    width: 20px;
    margin-right: 16px;
    margin-left: 0px;
  }

  .brkt-round-hero-name_wrapper.cc-reverse {
    padding-right: 0px;
    padding-left: 16px;
    border-right-style: none;
    border-left-style: solid;
    text-align: left;
  }

  .brkt-round_hero-score {
    margin-left: 24px;
    font-size: 2.5rem;
  }

  .brkt-round_hero-score.cc-reverse {
    margin-right: 0px;
    margin-left: 24px;
  }

  .brkt-round_stats-wrapper {
    font-size: 0.875rem;
  }

  .brkt-round_stat-item {
    padding: 2px 16px;
  }

  .brkt-round_glow {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cc-hero {
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .hero-content {
    margin-bottom: 40px;
  }

  .h0 {
    font-size: 2.75rem;
  }

  .hero-bg-img {
    left: -175%;
    top: -25%;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bracket-round_hero {
    height: 100vh;
  }

  .bracket-round_score {
    font-size: 4rem;
  }

  .stats-item {
    font-size: 0.875rem;
  }

  .stats-label {
    font-size: 0.875rem;
  }

  .brkt-round_header-item {
    height: 150px;
  }

  .brkt-round-hero_logo-wrapper {
    width: 40px;
    height: 40px;
  }

  .brkt-round_hero-seed {
    font-size: 0.75rem;
  }

  .brkt-round_hero-team-name {
    font-size: 1rem;
  }

  .brkt-round_hero-record {
    font-size: 0.76rem;
  }

  .brkt-round_hero-score {
    font-size: 2rem;
  }
}

#w-node-_5759e1b1-1127-595d-21d1-10f3e341f00d-330ef5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f8bf2098-31ab-0511-5734-3d92c838d2e4-330ef5f8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

