@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Exo+2&family=Open+Sans:wght@400;700&display=swap");
article, aside, details, dl, dt, dd, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

*,
*::after,
*::before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

button {
  background: none;
  color: inherit;
  line-height: 1em;
  padding: 0.5em;
}

img {
  border: 0;
  border-style: none;
  display: block;
}

html {
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 37.5em) {
  html {
    font-size: 4vw;
  }
}
@media (min-width: 37.5625em) {
  html {
    font-size: 1em;
  }
}
@media (min-width: 160em) {
  html {
    font-size: 0.8vw;
  }
}

@media (max-width: 37.5em) {
  *[desktop] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 37.5625em) {
  *[mobile] {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 64em) {
  *[expanded] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 64.0625em) {
  *[collapsed] {
    display: none !important;
    visibility: hidden;
  }
}

@keyframes slide-right-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-left-fade-in {
  0% {
    opacity: 0;
    transform: translateX(20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anim__modal-lightbox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim__shelf-left {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim__shelf-right {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim__shelf-center {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(0);
  }
}
:root {
  font-family: "Open Sans", sans-serif;
}

.headline-text, h1, h2, h3, h4, h5, h6 {
  font-family: "Exo 2", sans-serif;
  font-style: normal;
  line-height: 1.1;
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

section.container,
footer.container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 37.5em) {
  section.container,
  footer.container {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

nav.container {
  margin-bottom: 0;
  position: fixed;
  position: sticky;
  top: 0;
}

.container__fixed,
.container__fluid,
.container__full {
  margin: 0 auto;
  width: 100%;
}

.container__fixed {
  max-width: 60em;
}

.container__fluid {
  margin: 0 auto;
  width: 100%;
  padding: 1.25rem 5vw;
}

@media (min-width: 48em) {
  .container__full {
    padding: 0;
  }
}

.col-group {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: flex-start;
}
@media (max-width: 37.5em) {
  .col-group {
    gap: 0.625rem;
  }
}

.col-2,
.col-3,
.col-4,
.col-4b,
.col-5,
.col-6 {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
}

@media (max-width: 37.5em) {
  .col-3,
  .col-4 {
    flex-basis: calc(50% - 0.625rem + 0.3125rem );
  }
  .col-4b {
    flex-basis: 100%;
  }
}
@media (min-width: 37.5625em) {
  .col-2 {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
  .col-3 {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
  .col-4 {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
  .col-4b {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
  .col-6 {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
}
@media (min-width: 48em) {
  .col-3 {
    flex-basis: calc(100%/3 - 1.25rem + 0.4166666667rem );
  }
  .col-4 {
    flex-basis: calc(100%/3 - 1.25rem + 0.4166666667rem );
  }
  .col-4b {
    flex-basis: calc(100%/3 - 1.25rem + 0.4166666667rem );
  }
  .col-6 {
    flex-basis: calc(100%/3 - 1.25rem + 0.4166666667rem );
  }
}
@media (min-width: 85.375em) {
  .col-4 {
    flex-basis: calc(25% - 1.25rem + 0.3125rem );
  }
  .col-4b {
    flex-basis: calc(25% - 1.25rem + 0.3125rem );
  }
  .col-6 {
    flex-basis: calc(16.6666667% - 1.25rem + 0.2083333333rem );
  }
}
#reportcard button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  border-radius: 0.375rem;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1;
  text-transform: normal;
  padding: 1.25rem 2.125rem;
  transition: color 100ms, border-color 100ms, background-color 100ms;
  cursor: pointer;
  flex-wrap: nowrap;
}
@media (min-width: 37.5625em) {
  #reportcard button {
    cursor: pointer;
  }
}
#reportcard button[bs-disabled] {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}
#reportcard button span {
  padding-bottom: 0.2em;
}

body > div {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
#page-bottom-deco {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 12.5rem;
  margin-top: -9.375rem;
  position: relative;
  z-index: 2;
  pointer-events: none;
  cursor: default;
}
@media (min-width: 37.5625em) and (max-width: 60em) {
  #page-bottom-deco {
    margin-top: -8.125rem;
  }
}
@media (max-width: 37.5em) and (orientation: portrait) {
  #page-bottom-deco {
    background-size: auto 100%;
    height: 30vmin;
    margin-top: -18vmin;
  }
}

img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#reportcard > *[class*=reportcard__] {
  width: 100%;
  background-size: 100%;
  position: relative;
}

#reportcard .reportcard__title {
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 29.1666666667%;
  z-index: 1;
}
#reportcard .reportcard__title figure {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}
#reportcard .reportcard__title img {
  max-width: 50rem;
  width: 90%;
  height: auto;
}
#reportcard .reportcard__title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background-size: 100%;
  bottom: -10px;
}

#reportcard .reportcard__body {
  background-repeat: repeat-y;
  background-position: center;
  padding: 0 5vmin;
  z-index: 2;
}

#reportcard .reportcard__footer {
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 10.4166666667%;
  z-index: 1;
}
#reportcard .reportcard__footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background-size: 100%;
  top: -10px;
}

#mission-table {
  max-width: 43.5rem;
  margin: 0 auto 1.25rem;
  padding: 1rem 0;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}
@media (max-width: 37.5em) {
  #mission-table {
    padding: 1rem 0.625rem;
  }
}

#mission-table table {
  width: 100%;
  font-size: 0.875rem;
}

#mission-table tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#mission-table tr:first-child {
  border-top: 1px solid;
}
#mission-table tr:last-child {
  border-bottom: 1px solid;
}

#mission-table td,
#mission-table th {
  border-left: 1px solid;
  border-right: 1px solid;
  vertical-align: middle;
  padding: 0.3em 1.25rem;
  text-align: left;
}
#mission-table td img,
#mission-table th img {
  margin: 0 auto;
  height: 1.875rem;
  width: auto;
}

#mission-table-decor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  max-height: 7.5rem;
  padding: 0.625rem;
}
#mission-table-decor img {
  max-height: 6.25rem;
  height: 100%;
  width: auto;
}

#reward-box, #grading-guide {
  max-width: 48.75rem;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (max-width: 37.5em) {
  #reward-box, #grading-guide {
    padding: 1rem 0.625rem;
  }
}

#reward-box-intro, #grading-guide-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
#reward-box-intro h1, #grading-guide-title h1 {
  font-size: 2.25rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  #reward-box-intro h1, #grading-guide-title h1 {
    font-size: 1.5rem;
  }
}
#reward-box-intro img, #grading-guide-title img {
  width: 2.5rem;
  height: auto;
}
@media (max-width: 37.5em) {
  #reward-box-intro img, #grading-guide-title img {
    width: 5rem;
    margin-left: 1.2rem;
  }
}

#reward-box-banner {
  font-size: 0.875rem;
  padding: 0.625rem 0;
}
#reward-box-banner > * {
  margin: 1.25rem 0;
}
#reward-box-banner > *:first-child {
  margin-top: 0;
}
#reward-box-banner > *:last-child {
  margin-bottom: 0;
}
#reward-box-banner p {
  max-width: 60ch;
  margin: 0 auto;
  text-align: center;
}
#reward-box-banner figure {
  transform: rotate(-1deg);
  border-radius: 0.125rem;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.27);
}
#reward-box-banner img {
  width: 100%;
  height: auto;
}

#reward-box-ribbon {
  width: 100%;
  font-size: 0.875rem;
  padding: 1.25rem 2.5rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  background-color: white;
}
#reward-box-ribbon p {
  max-width: 44ch;
  flex: 1 1 auto;
}
#reward-box-ribbon figure {
  flex: 0 0 auto;
}
#reward-box-ribbon img {
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  #reward-box-ribbon {
    flex-direction: column;
  }
  #reward-box-ribbon p {
    text-align: center;
    margin-bottom: 0.75rem;
  }
}

#my-reportcard-table #reward-box-ribbon {
  margin-block: 8px;
}

#reward-box-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 2.5rem;
}

#my-reportcard-intro,
#my-reportcard-table,
#my-reportcard-disclaimer {
  max-width: 50.375rem;
  margin: 0 auto;
  padding: 1rem 0.625rem;
}

#my-reportcard-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
#my-reportcard-intro p {
  font-size: 0.875rem;
}
#my-reportcard-intro p.user-salutation {
  font-size: 1.875rem;
}
@media (max-width: 64em) {
  #my-reportcard-intro {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    text-align: center;
  }
  #my-reportcard-intro p.user-salutation {
    font-size: 1.5625rem;
  }
  #my-reportcard-intro a, #my-reportcard-intro button {
    width: 100%;
  }
}

#my-reportcard-disclaimer {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  opacity: 0.6667;
}

#my-reportcard-table ul,
#my-reportcard-table li {
  list-style: none;
}

.mytable_row {
  display: flex;
}
@media (min-width: 64.0625em) {
  .mytable_row {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border-top: 1px solid;
  }
  .mytable_row:last-child {
    border-bottom: 1px solid;
  }
}
@media (max-width: 64em) {
  .mytable_row {
    border: 1px solid;
    padding: 1em;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
  .mytable_row:last-child {
    margin-bottom: 0;
  }
}

.mytable_row li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.mytable_row li strong {
  font-weight: bold;
  font-size: 0.875rem;
}
.mytable_row li p + p, .mytable_row li button + p {
  margin-top: 0.3em;
}
@media (min-width: 64.0625em) {
  .mytable_row li:nth-child(1) {
    flex: 1 1 39%;
  }
  .mytable_row li:nth-child(2) {
    flex: 0 1 12%;
  }
  .mytable_row li:nth-child(3) {
    flex: 1 1 27%;
  }
  .mytable_row li:nth-child(4) {
    flex: 1 1 22%;
  }
  .mytable_row li:nth-child(2), .mytable_row li:nth-child(3), .mytable_row li:nth-child(4) {
    text-align: center;
  }
  .mytable_row li:nth-child(1), .mytable_row li:nth-child(2), .mytable_row li:nth-child(3), .mytable_row li:nth-child(4) {
    border-left: 1px solid;
  }
  .mytable_row li:nth-child(4) {
    border-right: 1px solid;
  }
  .mytable_row li:nth-child(1), .mytable_row li:nth-child(3), .mytable_row li:nth-child(4) {
    padding: 1.25rem;
  }
}
@media (max-width: 64em) {
  .mytable_row li:nth-child(1) {
    flex: 1 1 80%;
  }
  .mytable_row li:nth-child(2) {
    flex: 0 0 20%;
  }
  .mytable_row li:nth-child(3), .mytable_row li:nth-child(4) {
    flex: 1 1 100%;
    justify-content: flex-start;
    padding-top: 1em;
    margin-top: 1em;
  }
  .mytable_row li:nth-child(3) {
    border-top: 1px solid;
  }
  .mytable_row li:nth-child(4) {
    border-radius: 0.1875rem;
    padding: 0.3em;
  }
  .mytable_row li img {
    width: 100%;
    height: auto;
  }
  .mytable_row li:nth-child(1) img {
    max-width: 33px;
  }
  .mytable_row li:nth-child(2) img {
    max-width: 80px;
  }
}

.mytable_row li:nth-child(1) {
  gap: 1.25rem;
}
.mytable_row li:nth-child(1) img {
  flex: 0 0 auto;
}
.mytable_row li:nth-child(1) > div {
  flex: 1 1 100%;
  padding-right: 1.25rem;
}

.mytable_row li:nth-child(4) * {
  text-wrap: balance;
}

#mytable_header {
  background-color: #e4e5e1;
}
#mytable_header li:nth-child(1) {
  justify-content: flex-start;
}
#mytable_header li {
  font-size: 0.875rem;
}
@media (max-width: 64em) {
  #mytable_header {
    display: none !important;
    visibility: hidden;
  }
}

.tooltip {
  cursor: pointer;
  position: relative;
}
.tooltip img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 64em) {
  .tooltip {
    position: static;
  }
  .tooltip img {
    width: 17px !important;
    height: auto;
    position: static;
    display: inline;
    margin-top: -5px;
    margin-bottom: -4px;
  }
}

.tooltip .tooltiptext {
  visibility: hidden;
  border: 1px solid;
  background-color: white;
  color: black;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 64.0625em) {
  .tooltip:hover .tooltiptext {
    width: 60ch;
    columns: 2;
    top: 18px;
    left: 18px;
  }
}
@media (max-width: 64em) {
  .tooltip:hover .tooltiptext {
    width: 77vw;
    columns: 1;
    top: 94px;
    left: 16px;
  }
}

div[popover] {
  border: 1px solid black;
  border-radius: 4px;
  background-color: white;
  color: black;
  text-align: left;
  padding: 10px;
  margin: auto;
}
@media (width <= 64em) {
  div[popover] {
    margin-top: auto;
  }
}

div[popover] > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
  padding: 0;
}

div[popover] > div > *:nth-child(even) {
  text-align: right;
}

div[popover] * {
  margin: 0;
}

#reportcard button[popovertarget] {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#reportcard button[popovertarget] img {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
}

.crate {
  width: min(90%, 300px);
}
.crate img {
  width: 100%;
  height: auto;
}

#grading-guide-title img {
  width: 1.1875rem;
}
@media (max-width: 37.5em) {
  #grading-guide-title img {
    width: 1.1875rem;
  }
}

#grading-guide-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
#grading-guide-intro > * {
  margin: 1em 0 1.5em;
}
#grading-guide-intro > p {
  font-size: 0.875rem;
  padding: 0 2em;
  text-align: center;
}
#grading-guide-intro > div {
  align-self: stretch;
}
@media (max-width: 64em) {
  #grading-guide-intro a, #grading-guide-intro button {
    width: 100%;
  }
}

#grading-guide-tables {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.25rem;
  flex-wrap: wrap;
}
#grading-guide-tables > * {
  flex: 0 0 calc(50% - 0.625rem);
}
@media (max-width: 64em) {
  #grading-guide-tables > * {
    flex: 1 1 100%;
  }
}
#grading-guide-tables .tooltip:hover .tooltiptext {
  visibility: visible;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 64em) {
  #grading-guide-tables .tooltip:hover .tooltiptext {
    width: 77vw;
    columns: 1;
    top: 54px;
    left: 16px;
  }
}

.grading-guide-table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  position: relative;
}

.grading-guide-table figure {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  padding: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.75rem;
}
.grading-guide-table figure img {
  flex: 0 0 auto;
}
.grading-guide-table figure div {
  flex: 1 1 100%;
  padding-right: 1.25rem;
}
.grading-guide-table figure strong {
  font-weight: bold;
  font-size: 0.875rem;
}

.grading-guide-table-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid;
}
.grading-guide-table-row:last-child {
  border-bottom: 1px solid;
}

.grading-guide-table-row:not(#grading-guide-table-header) li {
  min-height: 61px;
}

.grading-guide-table-row li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 0.75rem;
}
.grading-guide-table-row li strong {
  font-weight: bold;
  font-size: 0.875rem;
}
.grading-guide-table-row li:nth-child(1) {
  flex: 0 0 20%;
}
.grading-guide-table-row li:nth-child(2) {
  flex: 0 0 40%;
}
.grading-guide-table-row li:nth-child(3) {
  flex: 0 0 40%;
}
.grading-guide-table-row li:nth-child(1), .grading-guide-table-row li:nth-child(2), .grading-guide-table-row li:nth-child(3) {
  text-align: center;
  border-left: 1px solid;
  padding: 1em;
}
.grading-guide-table-row li:nth-child(3) {
  border-right: 1px solid;
}
.grading-guide-table-row li p + p, .grading-guide-table-row li button + p {
  margin-top: 0.3em;
}

#grading-guide-table-header li {
  font-size: 0.875rem;
  letter-spacing: -0.02em;
}

/*# sourceMappingURL=report.min.css.map */
