/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

span {
  display: inline-block;
}

/* @font-face rules removed as they are replaced by Google Fonts in index.html */

html,
body,
#game-container {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  /* Replaces Regular */
  font-size: 20px;
  height: 100%;
}

.fade-in-image {
  animation: fadeIn 0.5s ease-in;
  opacity: 1;
}

.prev-btn img {
  transform: rotate(180deg);
}

.step-content {
  flex-grow: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-text {
  animation: fadeInText 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Add animation delays for text elements */
.fade-in-text:nth-child(1) {
  animation-delay: 0.2s;
}

.fade-in-text:nth-child(2) {
  animation-delay: 0.4s;
}

.fade-in-text:nth-child(3) {
  animation-delay: 0.6s;
}

.step-content {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.step-content.fade-out {
  opacity: 0;
}

.step-content {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.step-content.fade-out {
  opacity: 0;
}

#stepper-container.white {
  background: #eff5f9;
  color: #004a96;
}

#stepper-container.blue {
  color: #fff;
}

.game__container {
  width: 100%;
  height: 100%;
}

.card {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.game__container--end {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.points-indicator {
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.stepper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  width: calc(100% - 5rem);
}

.instructions {
  text-align: left;
}

.step {
  display: flex;
  align-items: center;
  flex: 1;
}

.step-line {
  flex: 1;
  height: 2px;
  background-color: #bbddfd;
  margin: 0 3px;
}

.step-line.active {
  background-color: #0e93d0;
  color: #0e93d0;
}

.white .step-line {
  background-color: #004a96;
}

.white .step-line.active {
  background-color: #ff2f93;
  color: #ff2f93;
}

.step-content {
  text-align: center;
  padding: max(25px, 5vw);
  border-radius: 4px;
}

#stepper-container {
  background: #0057a2;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
}

.intro {
  color: #fff;
}

.paragraph {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  /* Replaces Regular */
  text-align: left;
}

.paragraph b {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  /* Replaces Bold */
}

.icon-container {
  background: transparent !important;
}

.more_container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.more_container .icon {
  width: 4rem;
}

.information .more_container {
  color: #0e93d0;
}

.fourth .list-item .list-number {
  animation: fadeInText 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

.fourth .list-item .list-number .fade-in-text {
  transform: translateY(0) !important;
}

.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 1rem;
  width: 90%;
}

.stepper-wrapper .step-btn {
  height: 2rem;
  width: 2rem;
}

.stepper-wrapper .step-btn.disabled {
  opacity: 0;
  pointer-events: none;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}

.link {
  color: #00a0e4;
  text-decoration: underline;
}

.graph_container video {
  width: 100%;
  height: 100%;
}

.qr_container a {
  color: #004a96;
  text-decoration: none;
}

.reference_link {
  color: #00a0e4;
  text-decoration: none;
}

.reference_link .text_icon {
  margin-right: 0.3rem;
  vertical-align: top;
  width: 0.8rem !important;
  height: auto;
}

.reference .reference_link .text_icon {
  vertical-align: middle;
}

.no_decoration {
  text-decoration: none;
}

@media screen and (max-width: 768px) {

  html,
  body,
  #game-container {
    font-size: 16px;
  }

  .reference_link {
    font-size: 0.6rem;
    font-size: 0.7rem;
    display: block;
  }

  .stepper {
    padding: 0;
  }

  .intro {
    display: grid;
    grid-template-columns: calc(100% - 5rem) 5rem;
    grid-template-areas:
      "learn learn"
      "title title"
      "description button_content"
      "footer footer";
  }

  .intro .learn {
    grid-area: learn;
    text-align: left;
    margin: 0;
  }

  .intro .title {
    grid-area: title;
    text-align: left;
    font-size: 11vw;
    font-weight: 100;
    line-height: 140%;
    margin: 1rem 0 3rem 0;
    padding-bottom: 10vh;
    border-bottom: solid 1px #ccc;
    text-transform: uppercase;
  }

  .intro .description {
    text-align: left;
  }

  .intro .footer {
    text-align: left;
  }

  .intro .learn .icon {
    height: 11vw;
  }

  .intro .description {
    grid-area: description;
    margin: 0;
  }

  .intro .footer {
    grid-area: footer;
    font-size: 0.8rem;
  }

  .intro .button_content {
    display: flex;
    grid-area: button_content;
    justify-content: flex-end;
  }

  .second {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-areas:
      "main main"
      "video video"
      "second button_content"
      "reference reference";
    height: 100%;
  }

  .second .main__p {
    margin: 0;
    font-size: 1.2rem;
  }

  .second p {
    font-size: 0.9rem;
  }

  .second .reference {
    color: #c1484f;
    grid-area: reference;
    text-align: left;
    padding-top: 1rem;
  }

  .second .reference * {
    font-size: 0.6rem;
  }

  .main__p {
    grid-area: main;
  }

  .second .second__p {
    margin: 0;
  }

  .second .button_content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .second .video__container {
    grid-area: video;
    margin-bottom: 1rem;
    width: 100%;
  }

  .second .video__container video {
    aspect-ratio: 1;
    height: 40vh;
    width: 100%;
  }

  .paragraph {
    font-size: 1.3rem;
    line-height: 130%;
  }

  .third {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 95%;
    padding: 10% 0 0 0;
  }

  .third .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .third .wrapper .paragraph {
    color: #00a0e4;
    max-width: 70%;
  }

  .third .main__p {
    margin-bottom: 1rem;
  }

  .third .second__p {
    margin-bottom: 4rem;
  }

  .fourth {
    font-size: 1rem;
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-areas:
      "title title"
      "list list"
      "start ."
      "usually button_content";
    width: 100%;
    height: 100%;
  }

  .fourth .main__p {
    grid-area: title;
  }

  .fourth .list_container {
    grid-area: list;
    border-bottom: solid 1px #fff;
  }

  .fourth .list-item {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .fourth .start_p_content {
    grid-area: start;
    margin-bottom: 2rem;
  }

  .fourth .button_content {
    grid-area: button_content;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
  }

  .fourth .usually {
    align-items: center;
    display: flex;
    grid-area: usually;
    margin: 0;
  }

  .fourth .list-item .list-number {
    align-items: center;
    background: #00a0e4;
    border-radius: 50%;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 3rem;
    min-height: 3rem;
    height: 3rem;
    width: 3rem;
  }

  .fourth .list-item .list-number img {
    height: 100%;
    width: 100%;
  }

  .fourth .list-item p {
    margin: 0;
    text-align: left;
    width: 100%;
  }

  .fourth .button_content .paragraph {
    max-width: 70%;
  }

  .instructions {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .instructions .info {
    margin-bottom: 2rem;
    width: 100%;
  }

  .instructions h2 {
    color: #00a0e4;
    font-size: 1.8rem;
    margin: 0;
  }

  .instructions .paragraph {
    margin: 0.5rem 0 1rem 0;
  }

  .instructions .subparagraph {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 2rem;
  }

  .instruction .video_container_wrapper {
    padding: 0 2vw;
  }

  .instructions .video_container {
    align-items: center;
    border: solid 1px #004a96;
    border-radius: 1rem;
    display: flex;
    flex-grow: 1;
    height: 60vh;
    overflow: hidden;
    position: relative;
    justify-content: center;
    width: 100%;
  }

  .instructions .video_container video {
    background: transparent;
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }

  .instructions .button_content {
    align-items: flex-end;
    display: flex;
    bottom: 0;
    position: absolute;
    right: 5%;
    top: 50%;
    padding-bottom: 1rem;
  }

  .instructions .header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .instructions .header .subparagraph {
    margin: 0;
  }

  .game .step-content__wrapper {
    height: 100%;
    width: 100%;
  }

  #game-container {
    position: relative;
    height: 60vh;
    width: 100%;
  }

  .game .step-btn {
    display: none;
  }

  .resume {
    text-align: left;
  }

  .resume .button_content {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .resume .title {
    font-size: 8.5vw;
  }

  .resume .divisor {
    border-top: solid 1px #fff;
    margin-top: 5rem;
  }

  .resume .point_p_container {
    align-items: center;
    display: flex;
    margin: 2rem 0;
  }

  .resume .point_p {
    margin: 0;
  }

  .resume .point_p b {
    color: #00a0e4;
    display: block;
    font-size: 2.5rem;
    margin-left: 2rem;
  }

  .step-btn {
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 2.5rem;
    overflow: hidden;
    padding: 0;
    width: 2.5rem;
  }

  .step-btn .icon {
    height: 100%;
    width: 100%;
  }

  .information {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto auto 4rem auto;
    grid-template-areas:
      "info info"
      "graph graph"
      "qrcode buttons"
      "more more";
    height: 100%;
    text-align: left;
  }

  .information .more_container .link {
    font-size: 0.6rem;
    text-align: left;
  }

  .information .info_p {
    grid-area: info;
    margin: 0 0 1rem 0;
  }

  .information .graph_container {
    grid-area: graph;
    height: 30vh;
    position: relative;
  }

  .information .graph_container video {
    margin-left: -20px;
    width: 100%;
    height: 100%;
  }

  .information .qr_container {
    align-items: center;
    display: flex;
    grid-area: qrcode;
    height: 15vh;
  }

  .information .qr_container .qr_code {
    margin-right: 1rem;
    height: 100%;
  }

  .information .qr_container .paragraph {
    text-align: left;
    margin: 0;
  }

  .information .more_container {
    grid-area: more;
  }

  .information .more_container .paragraph {
    max-width: 70%;
  }

  .information .button_content {
    align-items: center;
    display: flex;
    grid-area: buttons;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) and (max-height: 800px) {
  .reference_link {
    font-size: 0.75rem;
  }

  .intro {
    grid-template-columns: calc(100% - 4rem) 4rem;
  }

  .intro .title {
    padding-bottom: 8vh;
  }

  .intro .description {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .intro .footer {
    font-size: 0.6rem;
  }

  .paragraph {
    font-size: 1.1rem;
    line-height: 130%;
  }

  .fourth .list-item p {
    font-size: 0.8rem;
  }

  .instructions .info {
    margin-bottom: 2rem;
  }

  .instructions .paragraph {
    font-size: 1rem;
    line-height: 120%;
    margin: 0.5rem 0;
  }

  .instructions .subparagraph {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .information * {
    font-size: 0.8rem;
  }

  .information .reference_link {
    font-size: 0.6rem !important;
  }

  .information .qr_container {
    height: 10vh;
  }
}

@media screen and (max-height: 800px) and (min-width: 768px) {

  html,
  body {
    font-size: 15px;
  }

  .second {
    grid-template-rows: auto 30vh 30vh auto;
  }

  .second .video__container video {
    background: rebeccapurple;
    max-height: 60vh;
  }
}

@media screen and (max-height: 450px) and (min-width: 768px) {

  html,
  body {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .reference_link {
    font-size: 0.75rem;
  }

  .step-btn {
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 2.5rem;
    overflow: hidden;
    padding: 0;
    width: 2.5rem;
  }

  .step-btn .icon {
    height: 100%;
    width: 100%;
  }

  .step-content {
    align-items: center;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    width: 80%;
  }

  .intro {
    display: grid;
    grid-template-columns: 62% 38%;
    grid-template-areas:
      "learn learn"
      "title title"
      "description button_content"
      "footer button_content";
  }

  .intro .learn {
    font-size: 1.5vw;
    grid-area: learn;
    text-align: left;
    margin: 0;
  }

  .intro .title {
    grid-area: title;
    text-align: left;
    font-size: 4vw;
    font-weight: 100;
    line-height: 140%;
    margin: 1rem 0;
    padding-bottom: 10vh;
    border-bottom: solid 1px #ccc;
    text-transform: uppercase;
  }

  .intro .learn .icon {
    height: 2.5vw;
    margin-right: 10px;
  }

  .intro .description {
    grid-area: description;
    margin-bottom: 4rem;
  }

  .intro .footer {
    grid-area: footer;
    font-size: 0.8rem;
  }

  .intro .button_content {
    align-items: flex-end;
    display: flex;
    grid-area: button_content;
    justify-content: flex-end;
  }

  .second {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas:
      "main main"
      "video second"
      "video button_content"
      "reference reference";
    height: 100%;
  }

  .iframe .second {
    grid-template-columns: 1fr 1fr;
  }

  .second .reference {
    color: #c1484f;
    grid-area: reference;
    margin-top: 2rem;
  }

  .second .reference p {
    margin: 0.5rem 0 0 0;
  }

  .main__p {
    grid-area: main;
  }

  .second .video__container {
    aspect-ratio: 1;
    grid-area: video;
    max-width: 50vh;
    width: 40vw;
  }

  .second .video__container video {
    background: transparent;
    height: 100%;
    width: 100%;
  }

  .second .second__p {
    padding-left: 3rem;
    padding-top: 3rem;
    margin: 0;
  }

  .second .button_content {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 4rem;
  }

  .paragraph {
    font-size: 1.3rem;
    line-height: 130%;
  }

  .third {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 95%;
    padding: 5% 0 5% 0;
  }

  .third .wrapper {
    align-items: center;
    display: flex;
  }

  .third .wrapper .paragraph {
    color: #00a0e4;
    max-width: 70%;
    margin-right: 3rem;
  }

  .third .main__p {
    margin-bottom: 4rem;
  }

  .third .second__p {
    margin-bottom: 6rem;
  }

  .fourth {
    font-size: 1rem;
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-areas:
      "title title"
      "list list"
      "start ."
      "usually button_content";
    height: 100%;
    width: 100%;
  }

  .fourth .usually {
    grid-area: usually;
    margin-top: 2rem;
  }

  .fourth .main__p {
    grid-area: title;
    margin-bottom: 4rem;
  }

  .fourth .list_container {
    grid-area: list;
    border-bottom: solid 1px #fff;
  }

  .fourth .list-item {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .fourth .start_p_content {
    grid-area: start;
  }

  .fourth .list-item {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .fourth .list-item .list-number {
    align-items: center;
    background: #00a0e4;
    border-radius: 50%;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 3rem;
    min-height: 3rem;
    height: 3rem;
    width: 3rem;
  }

  .fourth .list-item p {
    margin: 0;
    text-align: left;
    width: 100%;
  }

  .fourth .button_content {
    grid-area: button_content;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    margin-bottom: 4rem;
  }

  .fourth .button_content .paragraph {
    max-width: 70%;
  }

  .instructions {
    display: grid;
    grid-template-columns: 35% 5% 60%;
    grid-template-areas: "info . video";
    height: 100%;
    width: 100%;
    position: relative;
  }

  .instructions #trial_indicator {
    margin-top: -7rem;
  }

  .instructions .info {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    justify-content: center;
    text-align: left;
  }

  .instructions h2 {
    color: #00a0e4;
    font-size: 1.8rem;
    margin: 0;
  }

  .instructions .paragraph {
    margin: 0.5rem 0 1rem 0;
  }

  .instructions .subparagraph {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 2rem;
  }

  .instructions .video_container_wrapper {
    align-items: center;
    display: flex;
    grid-area: video;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    padding: 0 12px;
  }

  .instructions .video_container {
    align-items: center;
    border: solid 1px #004a96;
    border-radius: 1rem;
    flex-grow: 1;
    justify-content: center;
    height: 60vh;
    position: relative;
    width: 80%;
  }

  .instructions .video_container video {
    background: transparent;
    height: 96%;
    margin: 2%;
    width: 96%;
  }

  .instructions .button_content {
    align-items: center;
    display: flex;
    bottom: 0;
    position: absolute;
    right: -30%;
    top: 0;
    z-index: 10;
  }

  .instructions .header {
    align-items: baseline;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
  }

  .instructions .header .subparagraph {
    margin: 0;
  }

  .game .step-content__wrapper {
    height: 80vh;
    grid-area: video;
    position: relative;
  }

  .game .step-btn {
    display: none;
  }

  .resume {
    text-align: left;
  }

  .resume .title {
    font-size: 4vw;
  }

  .resume .divisor {
    border-top: solid 1px #fff;
  }

  .resume #points {
    margin-left: 4rem;
  }

  .resume .point_p_container {
    align-items: center;
    display: flex;
    margin: 2rem 0;
  }

  .resume .point_p {
    margin: 0;
  }

  .resume .point_p b {
    color: #00a0e4;
    display: block;
    font-size: 2.5rem;
    margin-left: 2rem;
  }

  .information {
    display: grid;
    grid-template-columns: 50% 10% 10% 30%;
    grid-template-rows: auto auto 1.8rem auto;
    grid-template-areas:
      "info info info info"
      "graph graph graph graph"
      "qrcode qrcode qrcode qrcode"
      "more more more buttons";
    height: 100%;
  }

  .information .info_p {
    grid-area: info;
    margin-bottom: 3rem;
  }

  .information .graph_container {
    grid-area: graph;
    height: 35vh;
  }

  .information .qr_container {
    align-items: center;
    display: flex;
    grid-area: qrcode;
    margin-top: 1rem;
    line-height: 0;
  }

  .information .graph_container img {
    height: 100%;
    width: 100%;
  }

  .information .qr_container .qr_code {
    margin-right: 2rem;
    height: 4rem;
  }

  .information .qr_container .paragraph {
    font-size: 1.5rem;
  }

  .information .more_container .icon {
    width: 2rem;
  }

  .information .qr_container .paragraph {
    text-align: left;
    margin: 0;
  }

  .information .more_container {
    grid-area: more;
  }

  .information .button_content {
    align-items: flex-end;
    display: flex;
    grid-area: buttons;
    justify-content: flex-end;
  }

  .resume .button_content {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .resume {
    width: 100%;
  }
}

@media screen and (max-width: 1152px) {
  .iframe {
    font-size: 16px;
  }

  .iframe .intro .title {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 2500px) {
  html {
    font-size: 35px;
  }

  .intro .description {
    font-size: 1rem;
  }

  .intro .footer {
    font-size: 0.8rem;
  }

  .step-content {
    max-width: 1800px;
  }
}

@media screen and (max-width: 600px) {
  .iframe .intro .title {
    font-size: 2rem;
  }
}

/* 9:16 aspect ratio for .iframe body, only if width > 700px */
@media screen and (min-width: 700px) {
  .iframe .second {
    gap: 1rem;
    height: 100%;
  }

  .iframe .fourth {
    height: 90dvh;
  }

  .iframe .video_container_wrapper {
    margin: 0 auto;
  }

  .iframe .instructions .info {
    width: 100%;
  }

  .iframe .second .second__p {
    padding-left: 1rem;
  }
}