:root {
  --accent-dark: #4774CC;
  --accent-light: #bccae5;
  --rigorous: #d62021;
  --unbiased: #000005;
  --true: #237bbd;
  --gotham: 'Gotham SSm', Helvetica, Arial, sans-serif;
  --knockout: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  --sans: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  --serif: Georgia, "Times New Roman", Times, serif;
  --vh: 1vh;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}
html a {
  color: #137e87;
  font-weight: bold;
  transition: color 0.2s;
}
html a:hover {
  color: #ec6838;
}
html a:visited {
  color: #137e87;
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.hidden {
  animation: hide 0.2s linear forwards;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #666;
}
p {
  margin-top: 0.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 1%;
}
a,
a:visited {
  color: unset;
}
a:hover,
a:active,
a:focus {
  color: unset;
}
img:not([alt]) {
  outline: 3px solid red;
}
[aria-hidden] img:not([alt]),
[role="img"] img:not([alt]) {
  outline: none;
}
/* NPR standard partials */
footer {
  position: relative;
  z-index: 999;
  justify-content: flex-start;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .constrained {
  max-width: 700px;
  margin: auto;
}
footer .npr {
  margin-top: 44px;
}
footer .npr a,
footer .npr a:visited {
  color: white;
  text-decoration: none;
}
footer .npr a:hover,
footer .npr a:visited:hover,
footer .npr a:focus,
footer .npr a:visited:focus {
  color: #888;
}
footer .npr ul {
  border-top: 1px solid white;
  font-size: 0.8rem;
  padding-top: 22px;
}
footer .npr ul li {
  display: inline-block;
  margin: 0 22px 3px 0;
  padding: 0;
  text-indent: 0;
  white-space: nowrap;
}
@media (min-width: 721px) {
  footer .npr ul li {
    display: inline-block;
  }
}
.kuow-logo {
  height: 100%;
  object-fit: contain;
}
.iframe-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#start {
  padding-top: 2rem;
}
.dropcap {
  color: #0c4a50;
  font-family: noto-serif, serif;
  font-size: 60px;
  line-height: 0.65;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 0.09em 0.09em 0 0;
  float: left;
}
@media (max-width: 720px) {
  .dropcap {
    font-size: 80px;
  }
}
.brand-header {
  max-height: 6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #c5e7e7;
  padding: 2rem;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 11;
}
@media (max-width: 720px) {
  .brand-header {
    padding: 2rem 1rem;
  }
}
.brand-header .kuow-logo-container {
  margin: -0.8rem 2rem;
}
@media (max-width: 720px) {
  .brand-header .kuow-logo-container {
    margin: -0.2rem 0rem;
    transform: translateY(3px);
  }
}
.brand-header .donate {
  background-color: #137e87;
  border: 3px solid #5bccce;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: border-color 0.5s, background-color 0.5s;
}
.brand-header .donate:hover {
  background-color: #0c4a50;
  border-color: #0c4a50;
}
.brand-header .donate a,
.brand-header .donate a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 720px) {
  .hide-on-mobile {
    display: none;
  }
}
main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main #intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #c5e8e8;
  background: linear-gradient(90deg, #c5e8e8 0%, #52ade1 100%);
  object-fit: cover;
  height: 100vh;
  min-height: 900px;
}
@media (max-width: 720px) {
  main #intro {
    min-height: unset;
  }
}
main #intro .header-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
main #intro .header-contents h1 {
  font-size: 50px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: black;
  text-align: center;
}
@media (max-width: 720px) {
  main #intro .header-contents h1 {
    font-size: 35px;
    padding: 0 0.5rem;
  }
}
main #intro .header-contents .splash-image {
  text-align: center;
  max-width: 1000px;
  height: auto;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  position: relative;
}
main #intro .header-contents .splash-image .svg-iframe {
  flex: 1 1 auto;
  object-fit: cover;
}
main #intro .header-contents .splash-image .svg-iframe.desktop {
  display: flex;
}
main #intro .header-contents .splash-image .svg-iframe.mobile {
  display: none;
}
@media (max-width: 720px) {
  main #intro .header-contents .splash-image .svg-iframe.desktop {
    display: none;
  }
  main #intro .header-contents .splash-image .svg-iframe.mobile {
    display: flex;
  }
}
main #intro .header-contents .subheader-content {
  max-width: 600px;
  padding: 0 1rem;
  width: 100%;
}
main #intro .header-contents .subheader-content .bylines {
  padding: 1rem 0;
  margin-bottom: 1rem;
}
main #intro .header-contents .subheader-content .bylines .authors {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1rem;
}
@media (max-width: 720px) {
  main #intro .header-contents .subheader-content .bylines .authors {
    font-size: 1rem;
  }
}
main #intro .header-contents .subheader-content .bylines .subtitle {
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1rem;
}
@media (max-width: 720px) {
  main #intro .header-contents .subheader-content .bylines .subtitle {
    font-size: 0.9rem;
  }
}
main #intro .header-contents .subheader-content .bylines .date {
  padding-top: 0.5rem;
}
main #intro .header-contents .subheader-content .bylines .date span:first-child {
  padding-right: 5px;
  border-right: 2px solid #494c59;
}
main .table-of-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
main .table-of-contents h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  width: 200%;
}
@media (max-width: 720px) {
  main .table-of-contents h3 {
    width: 100%;
  }
}
main .table-of-contents .button-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 720px) {
  main .table-of-contents .button-bar {
    padding: 0 1rem;
  }
}
main .table-of-contents .button-bar a {
  display: block;
  padding: 0.8rem 1rem;
  text-decoration: none;
  color: #fff;
  flex: 1 1 auto;
  transition: opacity 0.25s, border-width 0.5s, margin 0.5s, transform 0.2s;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
main .table-of-contents .button-bar a:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
main .table-of-contents .button-bar a:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
main .table-of-contents .button-bar a.beginner {
  background-color: #5bccce;
  border: 2px solid #39bbbd;
  border-right-width: 0px;
}
main .table-of-contents .button-bar a.intermediate {
  background-color: #137e87;
  border: 2px solid #0d545a;
}
main .table-of-contents .button-bar a.advanced {
  background-color: #0c4a50;
  border: 2px solid #052124;
  border-left-width: 0px;
}
main .table-of-contents .button-bar a:hover {
  transform: scale(1.05);
  z-index: 5;
  border-width: 2px;
}
main section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section.opaque {
  background-color: #fff;
}
main section section {
  max-width: 600px;
}
main section .section-image {
  max-width: 600px;
  width: 100%;
  height: 300px;
  margin-top: 6rem;
  display: flex;
  position: relative;
}
main section .section-image .svg-iframe {
  flex: 1 1 auto;
}
main section .illustration {
  max-width: 1100px;
  width: 200%;
}
@media (max-width: 720px) {
  main section .illustration {
    width: 100%;
    padding: 0 0.5rem;
  }
}
main section .copy-block {
  padding: 1rem;
}
main section .copy-block h2 {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
@media (max-width: 720px) {
  main section .copy-block h2 {
    font-size: 1.5rem;
  }
}
main section .copy-block h3 {
  text-align: center;
  text-transform: uppercase;
  color: #ec6838;
  margin: 0;
  padding-top: 1rem;
}
main .top-section {
  box-shadow: 0 10px 10px rgba(73, 76, 89, 0.5);
}
main #scrolly-cards {
  background-color: unset;
}
main .bottom-section {
  box-shadow: 10px 0 10px rgba(73, 76, 89, 0.5);
}
main .scrolling-section {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 100vh;
  margin-right: 8rem;
  margin-left: auto;
  display: flex;
  max-width: 700px;
}
@media (max-width: 720px) {
  main .scrolling-section {
    margin-right: auto;
  }
}
main .scrolling-section:first-child {
  padding-top: 100vh;
}
main .scrolling-section .floating-card {
  max-width: 650px;
  width: 100%;
  background-color: #fff;
  opacity: 0.9;
  border-radius: 2rem;
  padding: 3rem 3rem 2.5rem 3rem;
  box-shadow: 5px 5px 10px rgba(73, 76, 89, 0.5);
  margin-top: 80vh;
}
main .scrolling-section .floating-card:first-of-type {
  margin-top: 0;
}
@media (max-width: 720px) {
  main .scrolling-section .floating-card {
    max-width: 90%;
  }
}
main .scrolling-section .floating-card .level {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 1rem;
}
main .scrolling-section .floating-card .level img {
  width: 40px;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(30px) rotate(-360deg);
  }
}
main .scrolling-section .floating-card .level .gem-spinner {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex: 1 1 auto;
  margin: 0.5rem 0 3.5rem 0;
}
main .scrolling-section .floating-card .level .gem-spinner img {
  position: absolute;
  animation: orbit 4s linear infinite;
}
main .scrolling-section .floating-card .level .gem-spinner img:nth-child(1) {
  animation-delay: -1s;
}
main .scrolling-section .floating-card .level .gem-spinner img:nth-child(2) {
  animation-delay: -2s;
}
main .scrolling-section .floating-card .level .gem-spinner img:nth-child(3) {
  animation-delay: -3s;
}
main .scrolling-section .floating-card h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: #dc4a15;
  font-size: 1.4rem;
  text-align: center;
  margin: 0.2rem 0 0.5rem 0;
}
main .scrolling-section .floating-card .subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  padding: 0;
  margin: 0.5rem 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-top: 3px solid #137e87;
}
main .scrolling-section .floating-card .subtitle .subtitle-content {
  text-transform: uppercase;
  color: #137e87;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 0 1rem;
}
main .scrolling-section .floating-card a {
  font-weight: bold;
  color: #0c4a50;
  transition: 0.2s;
}
main .scrolling-section .floating-card a:hover {
  color: #ec6838;
}
main .scrolling-section .floating-card .card-body {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 720px) {
  main .scrolling-section .floating-card .card-body {
    flex-direction: column;
  }
  main .scrolling-section .floating-card .card-body img {
    margin-bottom: 0.5rem;
  }
}
main .scrolling-section .floating-card .card-body p {
  flex: 1 1 auto;
}
main .scrolling-section .floating-card .card-body p em {
  font-size: 1.2rem;
  display: block;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  main .scrolling-section .floating-card .card-body p em {
    text-align: center;
  }
}
main .scrolling-section .floating-card .card-body img {
  width: 80px;
  flex: 0 0 auto;
  padding-right: 1rem;
}
@media (max-width: 720px) {
  main .scrolling-section .floating-card .card-body img {
    width: 70px;
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  main .scrolling-section .floating-card {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0 5px 10px #494c59;
    opacity: 0.9;
  }
  main .scrolling-section .floating-card:not(:first-child) {
    margin-top: 100vh;
  }
  main .scrolling-section .floating-card p {
    margin: 0;
  }
}
main .topics-section .filter-bar {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  max-width: 600px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 720px) {
  main .topics-section .filter-bar {
    justify-content: center;
  }
}
main .topics-section .filter-bar label {
  display: inline;
  padding-right: 1rem;
  font-weight: bold;
}
main .topics-section .topic {
  padding: 2rem 1rem 0 1rem;
}
@media (max-width: 720px) {
  main .topics-section .topic {
    padding: 1rem 1rem 0 1rem;
  }
}
main .topics-section .topic.hidden {
  display: none;
}
main .topics-section .topic .topic-header {
  text-align: center;
}
main .topics-section .topic h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #494c59;
}
main .topics-section .topic p {
  margin-top: 0.1rem;
}
main .data-viz {
  background-color: #fff;
  padding: 0;
}
main .data-viz .flourish-credit {
  display: none;
}
main #credits {
  padding-top: 2rem;
}
main #credits .credits-content {
  padding: 1.5rem 1rem 2rem 1rem;
  max-width: 600px;
  width: 100%;
  border-top: 3px solid #c5e7e7;
}
main #credits .credits-content a {
  text-decoration: none;
  transition: color 0.2s;
  color: black;
}
main #credits .credits-content a:hover {
  color: #137e87;
}
main #credits .credits-content .credits-header {
  color: #137e87;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
main #credits .credits-content .credits-container {
  columns: 2;
}
@media (max-width: 720px) {
  main #credits .credits-content .credits-container {
    columns: 1;
  }
}
main #credits .credits-content .credits-container .credit {
  padding: 0.2rem;
  display: block;
}
main #credits .credits-content .credits-container .credit .credit-title {
  color: #99a1ab;
  display: block;
}
main #credits .credits-content .credits-container .credit .credit-name {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  font-size: 1.1rem;
}
footer {
  background-color: #1a9ca8;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}
@media (max-width: 720px) {
  footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-logo .kuow-logo-container {
  height: 4rem;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 720px) {
  footer .footer-logo .kuow-logo-container {
    margin: 1rem;
  }
}
footer .footer-logo .footer-copy {
  color: #fff;
  font-size: 1.1rem;
  max-width: 700px;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 720px) {
  footer .footer-logo .footer-copy {
    font-size: 1rem;
    padding: 0.9rem;
  }
}
footer .links {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #c5e7e7;
  padding: 1rem;
  align-items: center;
}
footer .links ul {
  max-width: 600px;
  width: 100%;
  font-weight: bold;
  color: #137e87;
}
@media (max-width: 720px) {
  footer .links ul li {
    padding: 0.2rem 0;
  }
}
footer .copyright {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 2px solid #fff;
  color: #fff;
  text-align: center;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 720px) {
  footer .copyright {
    margin-top: 0;
    border-top: none;
  }
}
#scrollytelly-background {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -1;
  background: #c5e8e8;
  background: linear-gradient(90deg, #c5e8e8 0%, #52ade1 100%);
}
@media (max-width: 720px) {
  #scrollytelly-background {
    background: linear-gradient(180deg, #c5e8e8 0%, #52ade1 100%);
  }
}
#scrollytelly-background img,
#scrollytelly-background .scrolly-image {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.5s;
  min-width: 100%;
  min-height: 100%;
  max-height: 110%;
  max-width: none !important;
}
#scrollytelly-background img.is-visible,
#scrollytelly-background .scrolly-image.is-visible {
  opacity: 1;
}
@media (max-width: 720px) {
  #scrollytelly-background img,
  #scrollytelly-background .scrolly-image {
    top: 0;
    transform: translateX(-50%);
  }
}
#scrollytelly-background img .svg-iframe,
#scrollytelly-background .scrolly-image .svg-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
}
#scrollytelly-background img .svg-iframe.desktop,
#scrollytelly-background .scrolly-image .svg-iframe.desktop {
  display: flex;
}
#scrollytelly-background img .svg-iframe.mobile,
#scrollytelly-background .scrolly-image .svg-iframe.mobile {
  display: none;
}
@media (max-width: 720px) {
  #scrollytelly-background img .svg-iframe.desktop,
  #scrollytelly-background .scrolly-image .svg-iframe.desktop {
    display: none;
  }
  #scrollytelly-background img .svg-iframe.mobile,
  #scrollytelly-background .scrolly-image .svg-iframe.mobile {
    display: flex;
  }
}
@keyframes side-to-side {
  0% {
    translate: -10px 0px;
  }
  100% {
    translate: 8px 0px;
  }
}
@keyframes up-and-down {
  0% {
    translate: 0px -10px;
  }
  100% {
    translate: 0px 8px;
  }
}
@keyframes bounce-up-down {
  0% {
    translate: 0px 2px;
  }
  100% {
    translate: 0px -3px;
  }
}
@keyframes in-and-out {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
svg text {
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
}
svg .Cloud_1 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-duration: 3s;
}
svg .Cloud_2 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  animation-duration: 2s;
}
svg .Cloud_3 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-duration: 5s;
}
svg .Cloud_4 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
svg .Cloud_5 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-duration: 3.5s;
}
svg .Cloud_6 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-duration: 4.5s;
}
svg .Cloud_7 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-duration: 2.5s;
}
svg .Cloud_8 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-duration: 5.5s;
}
svg .Cloud_9 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-duration: 6s;
}
svg .Cloud_10 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-duration: 6.5s;
}
svg .Cloud_11 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-duration: 7s;
}
svg .Cloud_12 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-duration: 7.5s;
}
svg .Cloud_13 {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-duration: 8s;
}
svg #Start_button {
  display: none;
}
svg .maze-item {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-name: bounce-up-down;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-duration: 0.5s;
  transition: opacity 1s;
}
svg .maze-item.badge {
  animation: none;
  transition: filter 1s;
  filter: blur(10px);
}
svg .maze-item:nth-child(odd) {
  animation-direction: alternate-reverse;
}
svg .maze-item:nth-child(n+3) {
  animation-duration: 0.7s;
}
svg .maze-item.Whitecircle {
  animation: none;
}
svg .maze-item.Greenjewel,
svg .maze-item.Jewel1 {
  animation-duration: 1s;
}
svg .maze-item.Redjewel,
svg .maze-item.Jewel2 {
  animation-duration: 1.25s;
  animation-direction: alternate-reverse;
}
svg .maze-item.Bluejewel,
svg .maze-item.Jewel3 {
  animation-duration: 1.75s;
  animation-delay: 0.5s;
}
svg .maze-item.Purplejewel,
svg .maze-item.Jewel4 {
  animation-duration: 2s;
  animation-direction: alternate-reverse;
  animation-delay: 0.5s;
}
svg .maze-item.faded {
  opacity: 0.2;
}
svg .maze-arrow {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-name: up-and-down;
}
svg .maze-arrow.reverse {
  animation-direction: alternate-reverse;
}
svg .maze-pointer {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
}
svg #Speedrun {
  animation-name: side-to-side;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-name: in-and-out;
}
svg.is-visible .badge {
  filter: blur(0);
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #137e87;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #137e87 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pull-quote {
  position: relative;
  float: left;
  max-width: 380px;
  margin: 0 20px 20px -20%;
}
.pull-quote.is-visible:before {
  transform: translateY(0px);
  opacity: 0.5;
}
.pull-quote:before {
  transform: translateY(60px);
  opacity: 0;
  transition: transform 2s, opacity 2s;
  content: open-quote;
  position: absolute;
  top: -180px;
  left: -120px;
  font-size: 450px;
  font-weight: bold;
  opacity: 0.5;
  color: #82d8da;
  font-family: Georgia, "Times New Roman", Times, serif;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 720px) {
  .pull-quote:before {
    top: -140px;
    left: 0;
  }
}
@media (max-width: 200px) {
  .pull-quote:before {
    display: none;
  }
}
.pull-quote .quote {
  margin: 0 0 0.2rem 0;
  line-height: 1.1;
  font-size: 37px;
  letter-spacing: -2px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-style: normal;
}
.pull-quote .attribution {
  margin-bottom: 0;
  letter-spacing: 1.6px;
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.875rem;
  line-height: 1.143;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .pull-quote {
    float: unset;
    max-width: unset;
    margin: 0.5rem 0 1.2rem 0;
  }
}
.slide-into-view {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.slide-into-view.is-visible {
  transform: translateY(0px);
  opacity: 1;
}
.custom-select-container {
  position: relative;
  box-sizing: border-box;
  margin: 0 1rem;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 720px) {
  .custom-select-container {
    max-width: 100%;
  }
}
.custom-select-container.is-open .custom-select-opener {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: none;
}
.custom-select-container.is-open .custom-select-opener:after {
  content: "▲";
}
.custom-select-container * {
  box-sizing: border-box;
}
.custom-select-container.is-disabled {
  opacity: 0.333;
}
.custom-select-opener {
  background-color: #f6fdfe;
  border: 2px solid #1a9ca8;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
  border-radius: 0.5rem;
  transition: border-radius 0.2s;
}
.custom-select-opener:after {
  float: right;
  content: "▼";
  color: #137e87;
}
.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-select-panel {
  max-height: 0;
  transition: max-height 0.2s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #fff;
  border: 0px solid #1a9ca8;
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}
.custom-select-container.is-open .custom-select-panel {
  max-height: 20rem;
  overflow-y: auto;
  border-width: 2px;
}
.custom-select-option {
  padding: 0.5em;
  cursor: pointer;
}
.custom-select-option.has-focus {
  background-color: #5bccce;
  color: #fff;
}
.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em;
}
.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}
.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}
