/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_table_grid__table__wr {
    border: 0.0625rem solid #ededed;
    border-radius: 1rem;
    overflow: hidden;
  }
}
.sn_table_grid__table__row.__head {
  font-weight: 700;
}
.sn_table_grid__table__row.__head .sn_table_grid__table__col {
  min-height: 0;
  border-right: 0;
}
.sn_table_grid__table__col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid rgba(237, 237, 237, 0.15);
}
.sn_table_grid__table__col {
  font-size: 1rem;
}
@media only screen and (min-width: 48em) {
  .sn_table_grid__table__col {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_table_grid__table__col {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 9.6875rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_table_grid__table__col:not(:last-child) {
    border-right: 0.0625rem solid rgba(237, 237, 237, 0.15);
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_table_grid__table__col:first-child {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_table_grid__table__col:last-child {
    position: relative;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_table_grid__table__col:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    transform: translateY(-50%);
    left: 0;
    width: 0.0625rem;
    height: 1.5rem;
    background-color: rgba(237, 237, 237, 0.15);
  }
}
.sn_table_grid__table__col small {
  font-weight: 400;
}
.sn_table_grid__table__col small {
  font-size: 0.75rem;
}
@media only screen and (min-width: 48em) {
  .sn_table_grid__table__col small {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_table_grid__table__col.__head {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 62em) {
  .sn_table_grid__table__col.__head {
    align-items: flex-start;
    text-align: left;
  }
}
.sn_table_grid__table__col.__head span {
  display: inline-block;
  font-weight: 700;
}
@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_table_grid__table__col.__head span {
    background: linear-gradient(284.33deg, #3D66AA -15.4%, #00FFFF 111.91%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
}
.sn_table_grid__nav {
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 62em) {
  .sn_table_grid__nav {
    gap: 2rem;
  }
}
.sn_table_grid__nav__i .nav-link {
  color: #fff;
  width: 8.75rem;
  text-align: center;
  border: 0;
  border-radius: 0.75rem;
  position: relative;
  background: none !important;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.sn_table_grid__nav__i .nav-link {
  font-size: 1rem;
}
@media only screen and (min-width: 48em) {
  .sn_table_grid__nav__i .nav-link {
    font-size: 1.25rem;
  }
}
.sn_table_grid__nav__i .nav-link span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(284.33deg, #131618 -15.4%, #111a1a 111.91%);
  width: 100%;
  height: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  transition: all 0.35s ease;
  border-radius: 0.75rem;
}
@media only screen and (min-width: 62em) {
  .sn_table_grid__nav__i .nav-link span {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.sn_table_grid__nav__i .nav-link.active {
  box-shadow: 0rem 0rem 2.25rem 0rem rgba(38, 237, 160, 0.2);
}
.sn_table_grid__nav__i .nav-link.active span {
  font-weight: 700;
  background: linear-gradient(284.33deg, #182733 -15.4%, #103d3f 111.91%);
}
.sn_table_grid__nav__i .nav-link.active::before {
  opacity: 1;
}
.sn_table_grid__nav__i .nav-link::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  background: linear-gradient(284.33deg, #3D66AA -15.4%, #00FFFF 111.91%);
  border-radius: 0.75rem;
  opacity: 0.2;
  transition: all 0.35s ease;
}