@font-face {
  font-family: "Cubano";
  src: url(assets/fonts/Cubano-Regular.otf);
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  display: flex;
  min-height: 100vh;
  color: #212121;
  background-image: url("assets/img/bg-intro.jpg");
  background-color: #5c9e96;
  background-size: cover;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  flex-direction: column;
}
.l-main {
  flex: 1;
}
.l-container {
  width: 100%;
  max-width: 1440px;
  padding: 0 10px;
  margin: 0 auto;
}
.l-container--small {
  max-width: 832px;
}
.l-container--mini {
  max-width: 656px;
}
.c-feedback-container {
  min-height: 260px;
}
p {
  margin: 16px 0 !important;
}
p:first-child {
  margin-top: 0 !important;
}
p:last-child {
  margin-bottom: 0 !important;
}
strong {
  font-weight: 600;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}
input::-moz-placeholder {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
}
input::-webkit-input-placeholder {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
}
/*ANIMATIONS*/
@-webkit-keyframes monster {
  25% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(10px);
  }
}
@keyframes monster {
  25% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pop {
  50% {
    transform: scale(1.1);
  }
}
@keyframes pop {
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes pop2 {
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes pop2 {
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@-webkit-keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes pulse2 {
  25% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes pulse2 {
  25% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@-webkit-keyframes pulse3 {
  25% {
    transform: translate(150%, -150%) scale(0.9);
  }
  75% {
    transform: translate(150%, -150%) scale(1.1);
  }
}
@keyframes pulse3 {
  25% {
    transform: translate(150%, -150%) scale(0.9);
  }
  75% {
    transform: translate(150%, -150%) scale(1.1);
  }
}
@-webkit-keyframes pulse4 {
  25% {
    transform: translateY(-50%) scale(0.9);
  }
  75% {
    transform: translateY(-50%) scale(1.1);
  }
}
@keyframes pulse4 {
  25% {
    transform: translateY(-50%) scale(0.9);
  }
  75% {
    transform: translateY(-50%) scale(1.1);
  }
}
@-webkit-keyframes pulse5 {
  25% {
    transform: translate(50%, -50%) scale(0.9);
  }
  75% {
    transform: translate(50%, -50%) scale(1.1);
  }
}
@keyframes pulse5 {
  25% {
    transform: translate(50%, -50%) scale(0.9);
  }
  75% {
    transform: translate(50%, -50%) scale(1.1);
  }
}
@-webkit-keyframes pulse6 {
  25% {
    transform: translate(65%, 25%) scale(0.9);
  }
  75% {
    transform: translate(65%, 25%) scale(1.1);
  }
}
@keyframes pulse6 {
  25% {
    transform: translate(65%, 25%) scale(0.9);
  }
  75% {
    transform: translate(65%, 25%) scale(1.1);
  }
}
@-webkit-keyframes pulse7 {
  25% {
    transform: translate(-60%, 25%) rotate(137deg) scale(0.9);
  }
  75% {
    transform: translate(-60%, 25%) rotate(137deg) scale(1.1);
  }
}
@keyframes pulse7 {
  25% {
    transform: translate(-60%, 25%) rotate(137deg) scale(0.9);
  }
  75% {
    transform: translate(-60%, 25%) rotate(137deg) scale(1.1);
  }
}
@-webkit-keyframes pulse8 {
  25% {
    transform: translate(-84%, -5%) scale(0.9);
  }
  75% {
    transform: translate(-84%, -5%) scale(1.1);
  }
}
@keyframes pulse8 {
  25% {
    transform: translate(-84%, -5%) scale(0.9);
  }
  75% {
    transform: translate(-84%, -5%) scale(1.1);
  }
}
@-webkit-keyframes pulse9 {
  25% {
    transform: translate(25%, -50%) rotate(-88deg) scale(0.9);
  }
  75% {
    transform: translate(25%, -50%) rotate(-88deg) scale(1.1);
  }
}
@keyframes pulse9 {
  25% {
    transform: translate(25%, -50%) rotate(-88deg) scale(0.9);
  }
  75% {
    transform: translate(25%, -50%) rotate(-88deg) scale(1.1);
  }
}
@-webkit-keyframes pulse10 {
  25% {
    transform: translate(50%, 165%) scale(0.9);
  }
  75% {
    transform: translate(50%, 165%) scale(1.1);
  }
}
@keyframes pulse10 {
  25% {
    transform: translate(50%, 165%) scale(0.9);
  }
  75% {
    transform: translate(50%, 165%) scale(1.1);
  }
}
/*HEADER*/
.c-site-header {
  text-align: center;
  padding: 20px 0 40px;
}
.c-site-header .l-container {
  display: grid;
  align-items: center;
  grid-template-columns: 85px auto 85px;
}
.c-logo {
  width: 100%;
}
.c-logo img {
  display: block;
  width: 100%;
}
.c-site-header__title {
  margin: 0;
}
.c-title {
  background: linear-gradient(180deg, #ff9416 0%, #ff5c00 100%);
  text-align: center;
  font-family: "Cubano", sans-serif, cursive;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
/*SIDEBAR*/
.c-sidebar {
  background-color: #56bdc3;
  border-radius: 8px;
  align-self: flex-start;
}
.c-sidebar__header {
  color: #fff;
  background-color: #124a7d;
  text-align: center;
  font-size: 16px;
  padding: 16px;
  border-radius: 8px 8px 0 0;
}
.c-sidebar__title {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
}
.c-sidebar__header .c-sidebar__title {
  text-align: center;
  font-family: "Cubano", sans-serif, cursive;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 8px;
}
.c-sidebar__content {
  color: #124a7d;
  font-size: 16px;
  padding: 16px;
}
.c-sidebar__list {
  margin-bottom: 16px;
}
.c-sidebar__list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.c-sidebar__list li::before {
  content: attr(value);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  color: #fff;
  background-color: #124a7d;
  border-radius: 50%;
  margin-right: 10px;
}
/*GAME*/
.c-game-container {
  display: grid;
  gap: 32px;
}
.c-game {
  grid-row: 1;
  align-self: flex-start;
}
.c-game__content {
  width: 100%;
  color: #212121;
  background-color: #fff;
  font-size: 24px;
  padding: 8px;
  border-radius: 8px;
}
.c-game__content + .c-game__content {
  margin-top: 32px;
}
.c-game__content iframe {
  width: 100%;
}
.c-game__footer {
  text-align: center;
  padding-bottom: 8px;
  margin-top: 16px;
}
/*BOX*/
.c-box {
  color: #124a7d;
  background-color: #56bdc3;
  padding: 32px 24px;
  border-radius: 16px;
  margin-bottom: 16px;
  opacity: 0;
  -webkit-animation: fadein 2s ease 1;
  animation: fadein 2s ease 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-box + .c-box {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.c-box + .c-box + .c-box {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.c-box__header {
  margin-bottom: 24px;
}
.c-box__title {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Cubano", sans-serif, cursive;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.c-box__title svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #124c8b;
  padding: 8px;
  border-radius: 50%;
  margin-right: 12px;
}
.c-box--completed .c-box__title {
  justify-content: center;
}
.c-box--completed .c-box__title svg {
  background-color: #fff;
  margin-left: 12px;
  margin-right: 0;
}
/*INPUT*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.c-input {
  display: block;
  width: 100%;
  height: 60px;
  color: #212121;
  background: linear-gradient(180.25deg, #ffdf6d 0.1%, #ffb526 99.66%);
  background-color: #ffd902;
  text-align: center;
  font-family: "Cubano", sans-serif, cursive;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #ababab;
  border-radius: 8px;
}
.c-input:-moz-read-only {
  background: none;
  background-color: #e7e7e7;
  margin-bottom: 48px;
}
.c-input:read-only {
  background: none;
  background-color: #e7e7e7;
  margin-bottom: 48px;
}
.c-input::-moz-placeholder {
  font-family: "Cubano", sans-serif, cursive;
}
.c-input:-ms-input-placeholder {
  font-family: "Cubano", sans-serif, cursive;
}
.c-input::-webkit-input-placeholder {
  font-family: "Cubano", sans-serif, cursive;
}
.c-button {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(180deg, #ff9416 0%, #ff5c00 100%);
  font-family: "Cubano", sans-serif, cursive;
  font-size: 22px;
  line-height: 1.1;
  padding: 8px 32px;
  border: none;
  border-radius: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}
.c-button:hover {
  -webkit-animation: pop 0.4s linear 1;
  animation: pop 0.4s linear 1;
}
.c-button svg {
  width: 24px;
  margin-left: 8px;
}
.c-button--alternate {
  color: #1e272e;
  background: none;
  background-color: #fff;
}
.c-button--alternate svg {
  margin-left: 0;
  margin-right: 8px;
  transform: rotate(180deg);
}
.c-button--alternate svg * {
  fill: #1e272e;
}
.c-button--sos {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  justify-self: end;
}
/*MODAL*/
body.u-modal-open {
  overflow: hidden;
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.c-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 750px;
  max-height: 80vh;
  color: #124a7d;
  background-color: #56bdc3;
  padding: 32px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  -webkit-animation: pop2 0.4s linear 1;
  animation: pop2 0.4s linear 1;
}
.c-modal__header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.c-modal__title {
  color: #fff;
  font-family: "Cubano", sans-serif, cursive;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
.c-modal__header .c-button {
  color: #124a7d;
  background: none;
  background-color: #fff;
  font-size: 24px;
  padding: 9px 15px;
  margin-left: 12px;
}
.c-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background-color: #124a7d;
  font-size: 14px;
  padding: 5px;
  border: 4px solid #56bdc3;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.c-modal ul {
  list-style: disc;
  padding-left: 20px;
  margin: 16px 0;
}
.c-modal ul:first-child {
  margin-top: 0;
}
.c-modal ul:last-child {
  margin-bottom: 0;
}
/*MONSTER*/
.c-monster {
  display: flex;
  justify-content: center;
  width: 340px;
  margin: 40px auto 0;
  -webkit-animation: monster 2s linear infinite;
  animation: monster 2s linear infinite;
}
/*FOOTER*/
.c-site-footer {
  margin-top: 32px;
  margin-bottom: 24px;
}
.c-site-footer .c-button {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-site-footer .c-button + .c-button {
  margin-top: 16px;
}
.c-site-footer--center {
  margin-bottom: 56px;
}
.c-main-footer {
  margin-top: 48px;
  margin-bottom: 24px;
}
.c-main-footer .c-button {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-main-footer .c-button + .c-button {
  margin-top: 16px;
}
/*BUBBLES*/
.u-bubbles {
  position: relative;
}
.u-bubbles::after {
  content: url("./assets/img/bubble.png");
  position: absolute;
  z-index: 9;
  -webkit-animation: pulse 3s ease-in infinite;
  animation: pulse 3s ease-in infinite;
}
.c-modal-container.u-bubbles::after {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-animation: pulse2 3s ease-in infinite;
  animation: pulse2 3s ease-in infinite;
}
.u-bubbles-sm {
  position: relative;
}
.u-bubbles-sm::before {
  content: url("./assets/img/bubble-sm.png");
  position: absolute;
  z-index: 9;
  -webkit-animation: pulse 3s ease-in infinite;
  animation: pulse 3s ease-in infinite;
}
.c-modal-container.u-bubbles-sm::before {
  top: 0;
  right: 0;
  transform: translate(150%, -150%);
  -webkit-animation: pulse3 3s ease-in infinite;
  animation: pulse3 3s ease-in infinite;
}
.u-one-bubble {
  position: relative;
}
.u-one-bubble::after {
  content: url("./assets/img/bubble.png");
  position: absolute;
  top: 0;
  left: 25%;
  transform: translateY(-50%);
  z-index: 9;
  -webkit-animation: pulse4 3s ease-in infinite;
  animation: pulse4 3s ease-in infinite;
}
.u-two-bubbles {
  position: relative;
}
.u-two-bubbles-sm {
  position: relative;
}
.u-two-bubbles-sm::before {
  content: url("./assets/img/two-bubbles-sm.png");
  position: absolute;
  z-index: 9;
  -webkit-animation: pulse 3s ease-in infinite;
  animation: pulse 3s ease-in infinite;
}
.c-box--intro.u-two-bubbles-sm::before {
  display: none;
}
.c-box--completed.u-two-bubbles-sm::before {
  display: none;
}
.u-two-bubbles::after {
  content: url("./assets/img/two-bubbles.png");
  position: absolute;
  z-index: 9;
  -webkit-animation: pulse 3s ease-in infinite;
  animation: pulse 3s ease-in infinite;
}
.c-box--intro.u-two-bubbles::after {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-animation: pulse5 3s ease-in infinite;
  animation: pulse5 3s ease-in infinite;
}
.c-box--completed.u-two-bubbles::after {
  display: none;
}
.c-sidebar.u-two-bubbles::after {
  display: none;
}
.l-three-bubbles {
  position: relative;
}
.l-three-bubbles::before {
  content: url("./assets/img/three-bubbles.png");
  position: absolute;
  z-index: 9;
  -webkit-animation: pulse 3s ease-in infinite;
  animation: pulse 3s ease-in infinite;
}
.c-box--intro.l-three-bubbles::before {
  left: 0;
  bottom: 0;
  transform: translate(-84%, -5%);
  -webkit-animation: pulse8 3s ease-in infinite;
  animation: pulse8 3s ease-in infinite;
}
/*UTILITY*/
.u-overflow-hidden {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding: 0 24px;
  }
  /*HEADER*/
  .c-site-header .l-container {
    grid-template-columns: 160px auto 160px;
  }
  .c-site-header__title {
    font-size: 54px;
  }
  /*BUTTON*/
  .c-button--sos {
    font-size: 36px;
    padding: 12px 16px;
  }
  /*GAME*/
  .c-game-container {
    grid-template-columns: 304px auto;
  }
  .c-game {
    grid-column: 2;
  }
  /*BUBBLES*/
  .c-sidebar.u-two-bubbles::after {
    top: 0;
    right: 0;
    display: block;
    transform: translate(25%, -50%) rotate(-88deg);
    -webkit-animation: pulse9 3s ease-in infinite;
    animation: pulse9 3s ease-in infinite;
  }
  .c-box--completed.u-two-bubbles-sm::before {
    left: 0;
    bottom: 0;
    transform: translate(-60%, 25%) rotate(137deg);
    -webkit-animation: pulse7 3s ease-in infinite;
    animation: pulse7 3s ease-in infinite;
  }
  /*FOOTER*/
  .c-site-footer .l-container {
    display: flex;
    justify-content: flex-end;
  }
  .c-site-footer--center .l-container {
    justify-content: center;
  }
  .c-site-footer .c-button {
    margin: 0;
  }
  .c-site-footer .c-button + .c-button {
    margin-top: 0;
    margin-left: 16px;
  }
  .c-main-footer .l-container {
    display: flex;
    justify-content: center;
  }
  .c-main-footer .c-button {
    margin: 0;
  }
  .c-main-footer .c-button + .c-button {
    margin-top: 0;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .u-mobile {
    display: none !important;
  }
  /*INPUT*/
  .c-input {
    height: 100px;
    font-size: 48px;
  }
  /*BUBBLES*/
  .c-box--intro.u-two-bubbles-sm::before {
    right: 0;
    bottom: 0;
    display: block;
    transform: translate(50%, 165%);
    -webkit-animation: pulse10 3s ease-in infinite;
    animation: pulse10 3s ease-in infinite;
  }
  .c-box--completed.u-two-bubbles::after {
    right: 0;
    bottom: 0;
    transform: translate(65%, 25%);
    -webkit-animation: pulse6 3s ease-in infinite;
    animation: pulse6 3s ease-in infinite;
  }
  /*SIDEBAR*/
  .c-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    border-radius: 16px;
  }
  .c-sidebar__header {
    font-size: 18px;
    padding: 24px 20px;
    border-radius: 16px 16px 0 0;
  }
  .c-sidebar__content {
    padding: 24px 20px;
  }
  .c-sidebar__list {
    margin-bottom: 32px;
  }
  /*GAME*/
  .c-game__content {
    padding: 16px;
    border-radius: 16px;
  }
  /*IMAGES IN INTRO PAGES*/
  .c-monster-container {
    position: relative;
  }
  .c-monster-container + .c-main-footer {
    margin-bottom: 120px;
  }
  .c-monster {
    position: absolute;
    left: -300px;
    bottom: -130px;
    justify-content: flex-end;
    align-items: flex-end;
    height: 340px;
    margin: 0;
    overflow: hidden;
    z-index: 10;
  }
  .c-monster img {
    display: block;
    margin-left: auto;
  }
}
@media screen and (min-width: 1180px) {
  /*GAME*/
  .c-game-container {
    grid-template-columns: 304px auto 304px;
  }
  /*BUTTON*/
  .c-site-footer .c-button--check {
    position: fixed;
    bottom: 30px;
  }
}

@media screen and (min-width: 1400px) {
  /*HEADER*/
  .c-site-header__title {
    font-size: 64px;
    padding: 0 60px;
  }
  /*GAME*/
  .c-game-container {
    grid-template-columns: 359px auto 359px;
  }
  /*MONSTER*/
  .c-monster {
    left: -400px;
    width: 440px;
    height: 440px;
  }
}

@media screen and (max-width: 1023px) {
  .u-desktop {
    display: none !important;
  }
  .c-site-header__title {
    margin-top: 20px;
    grid-row: 2;
    grid-column: 1/4;
  }
  .c-site-header .c-button {
    grid-column: 3;
  }
  #modal-mobile-alert {
    display: block !important;
  }
}
