html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

.hidden {
  display: none !important;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 4px #00a2ff;
          box-shadow: 0px 0px 0px 4px #00a2ff;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

h1, h2, h3, h4, h5, h6, p, blockquote, a, dt, dd, ul, li, ol, figcaption {
  line-height: 150%;
  color: #212121;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}

h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

h4 {
  font-size: 24px;
  margin-bottom: 16px;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

h6 {
  font-size: 16px;
  margin-bottom: 16px;
}

p {
  font-size: 16px;
  margin-bottom: 16px;
}

p.high-light {
  background-color: #ffee00;
  display: inline-block;
}

dd, dt, ul, li, ol {
  font-size: 16px;
}

a:hover {
  background-color: #ffee00;
}

::-moz-selection {
  background-color: #ffee00;
}

::selection {
  background-color: #ffee00;
}

strong {
  font-weight: bold;
}

figcaption {
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: dotted 1px #cccccc;
  padding-bottom: 8px;
}

blockquote {
  border-left: 4px solid #1B2226;
  padding: 16px;
  margin-left: 32px;
}

blockquote p {
  border-bottom: #cccccc dashed 1px;
  padding-bottom: 16px;
}

blockquote footer cite {
  font-style: italic;
  color: red;
}

blockquote footer cite::before {
  content: "- ";
}

em {
  font-style: italic;
}

body {
  background-color: #e1e1e1;
}

.icon {
  cursor: pointer;
}

.icon__24 {
  width: 24px;
}

.icon__container {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.icon__container:hover {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  background-color: #EB004A;
}

.icon__game-options--svg {
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
  fill: #ff2e70;
}

.icon__game-options--svg-size-slider {
  width: 16px;
  height: 16px;
}

.icon__game-options--svg-size-stepper {
  width: 8px;
  height: 16px;
}

.icon__restart--svg {
  display: inline;
}

.icon__pause--svg {
  fill: #EB004A;
}

.icon__play--svg {
  fill: #1B2226;
}

svg {
  width: 100%;
  display: inline;
}

hr {
  border-style: none;
  border-bottom: 1px solid #cccccc;
}

main, header, footer, nav {
  max-width: 100%;
}

.section, .article, .footer, .main {
  margin: 0 auto;
}

.section__fullwidth--background-grey-vlight, .article__fullwidth--background-grey-vlight, .footer__fullwidth--background-grey-vlight, .main__fullwidth--background-grey-vlight {
  background-color: #e1e1e1;
}

.section__breakout, .article__breakout, .footer__breakout, .main__breakout {
  max-width: 1000px;
}

.section__breakout--background-grey-vlight, .article__breakout--background-grey-vlight, .footer__breakout--background-grey-vlight, .main__breakout--background-grey-vlight {
  background-color: #e1e1e1;
}

.section__readable, .article__readable, .footer__readable, .main__readable {
  max-width: 600px;
}

.section__display, .article__display, .footer__display, .main__display {
  max-width: 800px;
}

.section__display--background-grey-vlight, .article__display--background-grey-vlight, .footer__display--background-grey-vlight, .main__display--background-grey-vlight {
  background-color: #e1e1e1;
}

.section__layout--container, .article__layout--container, .footer__layout--container, .main__layout--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .section__layout--container, .article__layout--container, .footer__layout--container, .main__layout--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.error {
  background-color: #1B2226;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.error__container {
  background-color: #1B2226;
}

.error__inline-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.error__title {
  color: #FFA200;
  font-weight: bold;
  letter-spacing: 1px;
}

.error__paragrapgh {
  color: #FFA200;
  letter-spacing: 1px;
  font-size: 24px;
}

.nav {
  background-color: grey;
  padding: 24px;
  margin-bottom: 16px;
}

.nav__list {
  list-style: none;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__item {
  padding: 16px;
}

.nav__link {
  color: #ffffff;
  font-size: 16px;
}

.nav__link--active {
  color: #1B2226;
  font-size: 16px;
}

.card {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .card {
    border-radius: 0;
  }
}

.card {
  background-color: #ffffff;
}

.card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__inner div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card__inner div:first-child {
  margin-right: 24px;
}

.card__title {
  font-weight: bold;
  line-height: 1.25em;
}

.card__image {
  width: 100%;
}

.card__restart {
  background-color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 0.25s background-color;
  transition: ease 0.25s background-color;
  -webkit-transition: ease 0.25s box-shadow;
  transition: ease 0.25s box-shadow;
}

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

.card__restart--hover {
  -webkit-transition: ease 0.25s background-color;
  transition: ease 0.25s background-color;
  -webkit-transition: ease 0.25s box-shadow;
  transition: ease 0.25s box-shadow;
  background-color: #ffdddd;
  -webkit-box-shadow: inset 0px 0px 0px 4px #a80202;
          box-shadow: inset 0px 0px 0px 4px #a80202;
}

.card__restart--title {
  border-bottom: 1px #1B2226 solid;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12.8px;
}

.card__restart--icon {
  width: 32px;
  margin: 0 auto;
}

.card__data {
  background-color: #63747E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.card__data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding-top: 8px;
}

.card__data--title {
  font-size: 24px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 550px) {
  .card__data--title {
    font-size: 16px;
  }
}

.card__data--display-text {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #EB004A;
  color: #ffffff;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  margin: 0;
  line-height: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 550px) {
  .card__data--display-text {
    font-size: 16px;
  }
}

.card__data--display-text-numbers {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.card__data--selectedLetter {
  text-align: center;
  font-size: 96px;
  font-weight: bold;
}

.card__data--countdown {
  text-align: center;
  background-color: #EB004A;
  color: #ffffff;
  border-radius: 8px;
  padding: 8px;
}

.card__data--game-over {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.card__data--game-over p {
  color: #cccccc;
  text-shadow: none;
}

.card__data--timer-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e1e1e1;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
}

.card__data--timer-controls-image {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 1000px;
}

.card__categories-container {
  background-color: #ffffff;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.card__categories-container--title {
  border-bottom: 1px #cccccc solid;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12.8px;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .card__categories-container--title {
    font-size: 12.8px;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
}

.card__info-page-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__info-page-container--title {
  border-bottom: 1px #cccccc solid;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12.8px;
  margin-bottom: 16px;
}

.card-pullout__container {
  background-color: #e1e1e1;
}

.card__donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: colorChangeBgrd 10s infinite alternate;
          animation: colorChangeBgrd 10s infinite alternate;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
          box-shadow: 0px 0px 0px 0px #000;
  border: 4px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.card__donate:hover {
  border: 4px solid rgba(0, 0, 0, 0.25);
}

.card__donate--title {
  margin-bottom: 0px;
}

.card__donate--link {
  text-decoration: none;
}

.card__donate--icon {
  width: 115px;
  margin-top: 3px;
}

.card__donate--paragrapgh {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 800px) {
  .card__donate--paragrapgh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card__donate--paragrapgh p {
  margin-bottom: 0px;
}

@-webkit-keyframes colorChangeBgrd {
  0% {
    background-color: #ffeeee;
  }
  20% {
    background-color: #feffeb;
  }
  40% {
    background-color: #ebffee;
  }
  60% {
    background-color: #ebfeff;
  }
  80% {
    background-color: #f2f0ff;
  }
  100% {
    background-color: #feeeff;
  }
}

@keyframes colorChangeBgrd {
  0% {
    background-color: #ffeeee;
  }
  20% {
    background-color: #feffeb;
  }
  40% {
    background-color: #ebffee;
  }
  60% {
    background-color: #ebfeff;
  }
  80% {
    background-color: #f2f0ff;
  }
  100% {
    background-color: #feeeff;
  }
}

button {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  button {
    font-size: 12.8px;
    padding: 12.8px;
  }
}

button:disabled {
  background-color: #999999;
  color: #333333;
  cursor: not-allowed;
}

button:disabled:hover {
  background-color: #999999;
}

a.button {
  padding: 16px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.button__game-options {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #ffffff;
  padding-left: 24px;
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.button__game-options:hover {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  border-bottom: 1px dotted #EB004A;
  color: #EB004A;
}

.button__game-options:disabled {
  color: #999999;
  background-color: transparent;
}

.button__game-options:disabled:disabled {
  background-color: transparent;
  color: #999999;
  cursor: not-allowed;
}

.button__game-options:disabled:disabled .icon__game-options--svg {
  fill: #999999;
}

.button__game-options:disabled:disabled svg {
  cursor: not-allowed;
}

.button__bottom-space {
  margin-bottom: 16px;
}

.button__primary {
  background-color: #1B2226;
  color: #ffffff;
}

.button__primary:hover {
  background-color: #060708;
}

.button__secondary {
  background-color: #EB004A;
  color: #ffffff;
}

.button__secondary:hover {
  background-color: #b8003a;
}

.button__small {
  padding: 8px 16px 8px 16px;
}

.button__xsmall {
  padding: 4px;
}

.button__tertiary {
  background-color: #ffffff;
  color: #1B2226;
}

.button__tertiary--outline {
  border: 1px solid #e1e1e1 !important;
  line-height: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.button__tertiary:hover {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  background-color: #cccccc;
}

@media screen and (max-width: 800px) {
  .button * {
    font-size: 16px;
  }
}

.button__link {
  background-color: transparent;
  padding: 0;
  font-weight: normal;
  color: #ff2e70;
}

.button__link--game-options {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.button__link--game-options:hover {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #ff6c9a;
}

.button__link--game-options:hover .icon__game-options--svg {
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
  fill: #ff6c9a;
}

.button__link--game-options:disabled {
  background-color: transparent;
  color: #999999;
  cursor: not-allowed;
}

.button__link--game-options:disabled .icon__game-options--svg {
  fill: #999999;
}

.button__link--game-options:disabled:hover {
  background-color: transparent;
}

.button__start-game {
  margin-bottom: 16px;
  width: 200px;
}

.button__restart-game {
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
  padding: 4px;
}

.button__restart-game:hover {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #A80202;
}

.button__glow {
  -webkit-animation: glowing 1300ms infinite;
          animation: glowing 1300ms infinite;
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 0 #EB004A;
            box-shadow: 0 0 0 #EB004A;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #ffffff;
            box-shadow: 0 0 10px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #EB004A;
            box-shadow: 0 0 0 #EB004A;
  }
}

@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 0 #EB004A;
            box-shadow: 0 0 0 #EB004A;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #ffffff;
            box-shadow: 0 0 10px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 #EB004A;
            box-shadow: 0 0 0 #EB004A;
  }
}

.button__pulse {
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

.intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__image {
  width: 300px;
  border: 1px solid red;
}

.intro__image img {
  border-radius: 1000px;
  width: 100%;
}

.intro__text {
  max-width: 600px;
  border: 1px solid green;
}

.dl-table__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px dashed #cccccc;
  margin-bottom: 16px;
}

.dl-table__sub-title {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding-left: 16px;
  border-bottom: 1px dashed #cccccc;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .dl-table__sub-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: 0;
    padding-bottom: 4px;
  }
}

.dl-table__text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding-left: 16px;
  border-bottom: 1px dashed #cccccc;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .dl-table__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 4px;
  }
}

.dl-table__flag {
  border-radius: 4px;
  border: #FFA200 2px solid;
  color: #FFA200;
  padding: 4px 8px 4px 8px;
}

.list__category {
  overflow: hidden;
}

.list__category--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #e1e1e1;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #1B2226;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .list__category--item {
    font-size: 16px;
    letter-spacing: 0em;
  }
}

.list__category--item-number {
  display: inline-block;
  background-color: #1B2226;
  color: #ffffff;
  width: 5%;
  height: 38px;
  padding-top: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  .list__category--item-number {
    font-size: 16px;
    width: 10%;
    height: 32px;
    padding-top: 4px;
  }
}

.list__category--category {
  width: 94%;
}

@media screen and (max-width: 800px) {
  .list__category--category {
    width: 88%;
  }
}

.list__category--type {
  font-size: 12.8px;
  padding: 0 8px 0 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1.15em;
}

.list__category--item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.list__category--scaffolding {
  display: inline-block;
  width: 94%;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, right top, left top, from(#e5e5e5), color-stop(#dddddd), color-stop(#d4d4d4), color-stop(#cccccc), to(#c4c4c4));
  background-image: linear-gradient(to left, #e5e5e5, #dddddd, #d4d4d4, #cccccc, #c4c4c4);
}

@media screen and (max-width: 800px) {
  .list__category--scaffolding {
    height: 32px;
    width: 88%;
  }
}

#dontate-banner {
  text-decoration: none;
}

.header {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  background-color: #1B2226;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed;
  -webkit-animation: colorchangeBorder 20s infinite alternate;
          animation: colorchangeBorder 20s infinite alternate;
}

@media screen and (max-width: 800px) {
  .header {
    padding: 16px;
  }
}

.header:hover {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  background-color: #ffee00;
  cursor: pointer;
  border-bottom: 1px #1B2226 solid;
}

.header__container {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

.header__paragrapgh {
  margin: 0;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: colorchange 20s infinite alternate;
          animation: colorchange 20s infinite alternate;
}

.header__circle {
  border-radius: 1000px;
  border: 1px solid red;
}

.header__color-change--background {
  -webkit-animation: colorchangeBgrd 20s infinite alternate;
          animation: colorchangeBgrd 20s infinite alternate;
}

@media screen and (max-width: 800px) {
  .header strong {
    display: block;
  }
}

.header__icon--coffee {
  width: 32px;
  display: inline-block;
  margin: 0 8px;
}

.header__icon--shake {
  -webkit-animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
          animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.header__logo--ko-fi {
  width: 80px;
  height: 30px;
  margin-left: 8px;
}

@media screen and (max-width: 800px) {
  .header * {
    font-size: 12.8px;
  }
}

@-webkit-keyframes shake {
  30%, 70% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  30%, 70% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
}

@-webkit-keyframes colorchange {
  0% {
    color: #9e3f3f;
  }
  20% {
    color: #6b7024;
  }
  40% {
    color: #2c7a36;
  }
  60% {
    color: #2e757a;
  }
  80% {
    color: #6c60d6;
  }
  100% {
    color: #ab48b4;
  }
}

@keyframes colorchange {
  0% {
    color: #9e3f3f;
  }
  20% {
    color: #6b7024;
  }
  40% {
    color: #2c7a36;
  }
  60% {
    color: #2e757a;
  }
  80% {
    color: #6c60d6;
  }
  100% {
    color: #ab48b4;
  }
}

@-webkit-keyframes colorchangeBgrd {
  0% {
    fill: #9e3f3f;
  }
  20% {
    fill: #6b7024;
  }
  40% {
    fill: #2c7a36;
  }
  60% {
    fill: #2e757a;
  }
  80% {
    fill: #6c60d6;
  }
  100% {
    fill: #ab48b4;
  }
}

@keyframes colorchangeBgrd {
  0% {
    fill: #9e3f3f;
  }
  20% {
    fill: #6b7024;
  }
  40% {
    fill: #2c7a36;
  }
  60% {
    fill: #2e757a;
  }
  80% {
    fill: #6c60d6;
  }
  100% {
    fill: #ab48b4;
  }
}

@-webkit-keyframes colorchangeBorder {
  0% {
    border-color: #9e3f3f;
  }
  20% {
    border-color: #6b7024;
  }
  40% {
    border-color: #2c7a36;
  }
  60% {
    border-color: #2e757a;
  }
  80% {
    border-color: #6c60d6;
  }
  100% {
    border-color: #ab48b4;
  }
}

@keyframes colorchangeBorder {
  0% {
    border-color: #9e3f3f;
  }
  20% {
    border-color: #6b7024;
  }
  40% {
    border-color: #2c7a36;
  }
  60% {
    border-color: #2e757a;
  }
  80% {
    border-color: #6c60d6;
  }
  100% {
    border-color: #ab48b4;
  }
}

.game-options {
  background-color: #1B2226;
  color: #ffffff;
  padding-top: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .game-options {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.game-options__container {
  background-color: #1B2226;
}

.game-options__inline-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .game-options__inline-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.game-options__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 800px) {
  .game-options__list {
    margin-bottom: 4px;
  }
}

.game-options__list--title {
  color: #ffffff;
  font-size: 12.8px;
}

.game-options__list--option {
  color: #ffffff;
  font-size: 24px;
}

.info-header {
  background-color: #1B2226;
  color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.info-header__container {
  background-color: #1B2226;
}

@media screen and (max-width: 800px) {
  .info-header__container {
    padding-left: 16px;
  }
}

.info-header__title {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
}

.footer {
  border-top: 1px #cccccc solid;
  padding-top: 32px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__link {
  margin: 0;
  padding: 0;
  margin-left: 16px;
  padding-left: 16px;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .footer__link {
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 0;
    font-size: 12.8px;
  }
}

.footer__link:hover {
  background-color: transparent;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .footer {
    padding: 16px;
  }
}

.options__letters {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.options__letters::-ms-expand {
  display: none;
}

.options__letters:hover {
  border-color: #888;
}

.options__letters:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.options__letters--container {
  margin-bottom: 24px;
}

.options__warning {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px #cccccc solid;
}

.list__segmented {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list__segmented li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  border-top: 1px solid #1B2226;
  border-right: 0;
  border-bottom: 1px solid #1B2226;
  border-left: 1px solid #1B2226;
  background-color: #ffffff;
}

.list__segmented li:first-child {
  border-radius: 4px 0 0 4px;
}

.list__segmented li:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #1B2226;
}

.list__segmented li:hover {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  background-color: #e1e1e1;
}

.list__segmented li.selected {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #1B2226;
  color: #ffffff;
}

@media screen and (max-width: 550px) {
  .list__segmented {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list__segmented li {
    border-radius: 0px 0px 0px 0px;
    border-left: 1px solid #1B2226;
    border-right: 1px solid #1B2226;
    border-bottom: 1px solid #1B2226;
    border-top: none;
  }
  .list__segmented li:first-child {
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #1B2226;
  }
  .list__segmented li:last-child {
    border-radius: 0 0 4px 4px;
  }
}

.lightbox__header {
  text-align: center;
  padding-top: 16px;
}

.lightbox__header--container {
  background-color: #FFA200;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.lightbox__main {
  padding: 16px;
}

.gameover__lightbox-container {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gameover__lightbox-container--paragrapgh {
  font-size: 24px;
  text-align: center;
}

.gameover__lightbox-container--title {
  font-size: 32px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
  text-align: center;
}

.gameover__lightbox-container--icon {
  width: 64px;
  margin: 0 auto;
}

.banner {
  padding: 8px;
}

@media screen and (max-width: 800px) {
  .banner {
    padding: 12.8;
  }
}

.banner__gdpr {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__gdpr--text {
  padding: 0;
  margin: 0 16px 0 0;
  line-height: 100%;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .banner__gdpr--text * {
    font-size: 12.8;
  }
}

.banner__gdpr--link {
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .banner__gdpr--link * {
    font-size: 12.8;
  }
}

.banner__gdpr--link:hover {
  background-color: transparent;
  text-decoration: none;
  border-bottom: dotted #EB004A 1px;
}

.game-readout {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #cccccc;
}

.game-readout__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.game-readout__play-again {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.game-readout__play-again svg {
  width: 24px;
  margin: 0 8px;
}

.game-readout__display-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #cccccc;
  padding: 8px 16px;
  border-radius: 0px 4px 4px 0px;
}

.game-readout__display-block:first-child {
  border-radius: 4px 0px 0px 4px;
  border-right: none;
}

.game-readout__display-block:last-child {
  margin-right: 8px;
}

.game-readout__display-block--text {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.game-readout__display-block--text svg {
  width: 24px;
  margin-left: 8px;
  cursor: pointer;
}

.game-readout__display-block--text-sup {
  font-size: 12.8px;
  text-align: center;
  color: #999999;
}

.game-readout__test {
  border: 1px solid red;
}

.game-readout__disabled {
  background-image: -webkit-gradient(linear, right top, left top, from(#e5e5e5), color-stop(#dddddd), color-stop(#d4d4d4), color-stop(#cccccc), to(#c4c4c4));
  background-image: linear-gradient(to left, #e5e5e5, #dddddd, #d4d4d4, #cccccc, #c4c4c4);
  border-radius: 4px !important;
}

.game-readout__data-container {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .game-readout__data-container {
    width: 60%;
  }
}

.game-readout__icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #ffee00;
  border-radius: 0px 4px 4px 0px;
  height: 48px;
  margin-bottom: 4px;
}

@media screen and (max-width: 550px) {
  .game-readout__icon-container {
    font-size: 1.5em;
    height: 32px;
    padding-top: 2px;
  }
}

.game-readout__icon-action-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
}

.game-readout__icon-action-layout div {
  margin-right: 16px;
}

.game-readout__data-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  width: 47%;
}

.game-readout__title {
  font-size: 12.8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .game-readout__title {
    font-size: 10px;
  }
}

.game-readout__hightlight {
  background-color: #ffee00;
  color: #1B2226;
  font-weight: bold;
  padding: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
  height: 48px;
}

@media screen and (max-width: 550px) {
  .game-readout__hightlight {
    font-size: 1.5em;
    height: 32px;
  }
}

.game-readout__hightlight--seconds {
  border-radius: 4px 0px 0px 4px;
}

.game-readout__serif {
  font-family: 'Times New Roman', Times, serif;
}
/*# sourceMappingURL=main.css.map */