@font-face {
  font-family: "effra";
  src: url("../fonts/effra-light.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "effra";
  src: url("../fonts/effra-light-italic.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "effra";
  src: url("../fonts/effra-regular.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "effra";
  src: url("../fonts/effra-italic.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "effra";
  src: url("../fonts/effra-bold.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "effra";
  src: url("../fonts/effra-bold-italic.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "effra";
  src: url("../fonts/effra-black.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "effra";
  src: url("../fonts/effra-black-italic.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}
*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:not(input):not(textarea) {
  -webkit-user-drag: none;
  -user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  font-family: "effra", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  line-height: 1;
}

.content,
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}
a:not([href^="#"]) {
  cursor: pointer;
}

textarea,
input,
button {
  outline: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

select {
  padding: 0;
  margin: 0;
  border: none;
}
select:focus {
  outline: none;
}

button:disabled {
  cursor: auto;
}

@media (min-width: 993px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .show-desktop {
    display: block !important;
  }
}

.show-tablet {
  display: none !important;
}
@media (max-width: 992px) {
  .show-tablet {
    display: block !important;
  }
}

.show-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

@media (min-width: 993px) {
  .show-desktop-flex {
    display: flex !important;
  }
}

.show-tablet-flex {
  display: none !important;
}
@media (max-width: 992px) {
  .show-tablet-flex {
    display: flex !important;
  }
}

.show-mobile-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile-flex {
    display: flex !important;
  }
}

.clr {
  clear: both;
}

.grecaptcha-badge {
  display: none;
}

.quiz-game-container .slick-list {
  height: auto !important;
}
.quiz-game-container .slick-track {
  display: flex;
}

.ui-keyboard {
  top: auto !important;
}

.ui-widget.ui-widget-content {
  background-color: #273238;
  border: none;
  padding: 0;
}

.ui-widget .ui-keyboard-button {
  font-family: "effra", sans-serif;
  min-width: 60px;
  min-height: 55px;
  line-height: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 0.203125rem 0.46875rem 0.203125rem;
  box-shadow: none;
}
.ui-widget .ui-keyboard-button:not([disabled]):hover {
  background: rgba(255, 255, 255, 0.1);
}

.ui-keyboard-keyset {
  padding: 0.9375rem 0.9375rem 0.46875rem 0.9375rem;
  overflow: hidden;
}

.ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) span {
  font-size: 1rem;
  top: auto;
  left: auto;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
  border: none;
  background: rgba(255, 255, 255, 0.05);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #5ab6a9;
}

.ui-keyboard-preview-wrapper input.ui-keyboard-preview {
  margin: 0;
  border-radius: 0;
  font-family: "effra", sans-serif;
  font-size: 1.25rem;
  padding: 0.625rem 0.9375rem;
  background-color: rgba(255, 255, 255, 0.05);
}
.ui-keyboard-preview-wrapper input.ui-keyboard-preview::-webkit-input-placeholder {
  color: #ffffff;
}
.ui-keyboard-preview-wrapper input.ui-keyboard-preview:-moz-placeholder {
  color: #ffffff;
}
.ui-keyboard-preview-wrapper input.ui-keyboard-preview::-moz-placeholder {
  color: #ffffff;
}
.ui-keyboard-preview-wrapper input.ui-keyboard-preview:-ms-input-placeholder {
  color: #ffffff;
}

.top-fixed-steps-container .number {
  font-size: 1.75rem;
}
@media (min-width: 1921px) {
  .top-fixed-steps-container .number {
    font-size: 1.4583333333vw;
  }
}

.top-fixed-steps-container .step {
  font-size: 0.75rem;
}
@media (min-width: 1921px) {
  .top-fixed-steps-container .step {
    font-size: 0.625vw;
  }
}

.step-circle .line1 {
  font-size: 2.5rem;
}
@media (min-width: 1921px) {
  .step-circle .line1 {
    font-size: 2.0833333333vw;
  }
}

.step-circle .line2 {
  font-size: 7.8125rem;
}
@media (min-width: 1921px) {
  .step-circle .line2 {
    font-size: 6.5104166667vw;
  }
}

.info-game-popup h2, .form-container h2,
.finish-container h2,
.rules-container h2,
.withdraw-modal h2, .intro-container h2 {
  font-size: 4rem;
}
@media (min-width: 1921px) {
  .info-game-popup h2, .form-container h2,
.finish-container h2,
.rules-container h2,
.withdraw-modal h2, .intro-container h2 {
    font-size: 3.3333333333vw;
  }
}

input.form-input-text {
  font-size: 1.875rem;
}
@media (min-width: 1921px) {
  input.form-input-text {
    font-size: 1.5625vw;
  }
}

.info-game-popup p, .rules-container .rule .text, .form-container p,
.finish-container p,
.rules-container p,
.withdraw-modal p, .intro-container p {
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .info-game-popup p, .rules-container .rule .text, .form-container p,
.finish-container p,
.rules-container p,
.withdraw-modal p, .intro-container p {
    font-size: 1.0416666667vw;
  }
}

.tshirt-front-paper .number {
  font-size: 5rem;
}
@media (min-width: 1921px) {
  .tshirt-front-paper .number {
    font-size: 4.1666666667vw;
  }
}

.tshirt-front-paper .name {
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .tshirt-front-paper .name {
    font-size: 1.0416666667vw;
  }
}

.rules-container .rule .number {
  font-size: 4rem;
}
@media (min-width: 1921px) {
  .rules-container .rule .number {
    font-size: 3.3333333333vw;
  }
}

#game-timer {
  font-size: 3.125rem;
}
@media (min-width: 1921px) {
  #game-timer {
    font-size: 2.6041666667vw;
  }
}

#game-points {
  font-size: 3.125rem;
}
@media (min-width: 1921px) {
  #game-points {
    font-size: 2.6041666667vw;
  }
}

.ready-counter-modal .number {
  font-size: 18.375rem;
}
@media (min-width: 1921px) {
  .ready-counter-modal .number {
    font-size: 15.3125vw;
  }
}

.quiz-game-container h3 {
  font-size: 2.5rem;
}
@media (min-width: 1921px) {
  .quiz-game-container h3 {
    font-size: 2.0833333333vw;
  }
}

.quiz-game-container .answer .text {
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .quiz-game-container .answer .text {
    font-size: 1.0416666667vw;
  }
}

.quiz-game-container .answer .letter {
  font-size: 3rem;
}
@media (min-width: 1921px) {
  .quiz-game-container .answer .letter {
    font-size: 2.5vw;
  }
}

.game-positions {
  font-size: 1.5rem;
}
@media (min-width: 1921px) {
  .game-positions {
    font-size: 1.25vw;
  }
}

.ranking-container h2 {
  font-size: 2.8125rem;
}
@media (min-width: 1921px) {
  .ranking-container h2 {
    font-size: 2.34375vw;
  }
}

.ranking-container h3 {
  font-size: 1.5rem;
}
@media (min-width: 1921px) {
  .ranking-container h3 {
    font-size: 1.25vw;
  }
}

.ranking-row {
  font-size: 1.5rem;
}
@media (min-width: 1921px) {
  .ranking-row {
    font-size: 1.25vw;
  }
}

input.form-input-text, p.error {
  font-weight: 300;
}

.ui-keyboard-preview-wrapper input.ui-keyboard-preview {
  font-weight: 400;
}

.game-text-hint, .ranking-row, .ranking-container h2, .ranking-container h3, .ranking-container h4, .game-positions, .ready-counter-modal .number, .puzzle-drag-parent h6, .info-game-popup h2, .quiz-game-container h3, .quiz-game-container .answer .letter, #game-points, #game-timer, .title-screen-button, .arrows-container button,
.withdraw-modal button,
.withdraw-button-container button, .languages-container button.active, .switch-colors-container .tab, .tshirt-front-paper .number, .number-background, .step-circle .line1, .step-circle .line2, .rules-container .rule .number, .form-container h2,
.finish-container h2,
.rules-container h2,
.withdraw-modal h2, .intro-container h2, .bicycle-letter, .top-fixed-steps-container .number, .top-fixed-steps-container .step {
  font-weight: 700;
}

.tshirt-front-paper .name {
  font-weight: 900;
}

.game-text-hint, .puzzle-drag-parent h6, .quiz-game-container .answer .letter, .title-screen-button, .arrows-container button,
.withdraw-modal button,
.withdraw-button-container button, .switch-colors-container .tab, .step-circle .line1, .top-fixed-steps-container .step {
  text-transform: uppercase;
}

.ranking-container h4, .ranking-container h2, .puzzle-drag-parent h6, .tshirt-front-paper, .step-circle .line1, .step-circle .line2, .form-container > .half:first-child, .ui-keyboard-preview-wrapper input.ui-keyboard-preview {
  text-align: center;
}

#game-points {
  text-align: center;
}

.info-game-popup h2, .form-container h2,
.finish-container h2,
.rules-container h2,
.withdraw-modal h2, .intro-container h2 {
  line-height: 110%;
}

.info-game-popup p, .rules-container .rule .text, .form-container p,
.finish-container p,
.rules-container p,
.withdraw-modal p, .intro-container p {
  line-height: 140%;
}

.title-screen-button .circle, .arrows-container button .circle,
.withdraw-modal button .circle,
.withdraw-button-container button .circle, .languages-container button .circle, .helmet-select-arrow {
  border-radius: 50%;
}

.game-text-hint, .ready-counter-modal .number, .title-screen-button, .arrows-container button,
.withdraw-modal button,
.withdraw-button-container button, .languages-container button, .helmet-select-arrow:before, html, .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active, .ui-keyboard-preview-wrapper input.ui-keyboard-preview {
  color: #ffffff;
}

.memory-game-container .card .inside, .arrows-container button .circle:before, .arrows-container button .circle:after,
.withdraw-modal button .circle:before,
.withdraw-modal button .circle:after,
.withdraw-button-container button .circle:before,
.withdraw-button-container button .circle:after, .switch-colors-container .tab:before, .step-circle .line1:before, .step-circle .line1:after, input.form-input-text, .rules-container .rule .number:before {
  background-color: #ffffff;
}

.tshirt-front-paper .header {
  background-color: #e29f29;
}

p.error {
  color: #bf211e;
}

html.mouse-hide * {
  cursor: none !important;
}

.page-container {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #212121;
}

.screen {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-fixed-steps-container {
  padding-top: 3.125rem;
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 1086px;
  width: 100%;
  transform: translateX(-50%);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.top-fixed-steps-container > .row {
  display: flex;
  align-items: flex-end;
}
.top-fixed-steps-container .step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0.9375rem 0.625rem 0.9375rem;
  flex: 1 1 auto;
}
.top-fixed-steps-container .step.active:before {
  content: "";
}
.top-fixed-steps-container .step:before {
  position: absolute;
  bottom: -2.5px;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
}
.top-fixed-steps-container .number {
  margin-right: 0.625rem;
  line-height: 92.857142857%;
}

.top-fixed-logo {
  position: fixed;
  top: 30px;
  left: 40px;
  width: 100px;
}

.top-fixed-logo-company {
  position: fixed;
  top: 30px;
  right: 40px;
  height: 60px;
  filter: brightness(0) invert(1);
}

.background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  opacity: 0.15;
  filter: grayscale(100%);
}

.bicycle-letter {
  position: fixed;
  display: flex;
  bottom: 65px;
  left: 100%;
  width: calc(100vh + 130px);
  transform: rotate(-90deg) translate(calc(-0% - 130px), -50%);
  transform-origin: left bottom;
  white-space: nowrap;
  font-size: 45vh;
  letter-spacing: -2vh;
  line-height: 70%;
  color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.new-user-container {
  position: relative;
  z-index: 2;
}
.new-user-container .screen {
  padding: 5.625rem 6.25rem 8.125rem 6.25rem;
}

.intro-container,
.form-container,
.finish-container,
.rules-container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro-container > .half,
.form-container > .half,
.finish-container > .half,
.rules-container > .half {
  position: relative;
  width: 50%;
}

.intro-container > .half:first-child {
  padding-right: 2.1875rem;
}
.intro-container > .half:last-child {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 3.75rem 0rem;
}
.intro-container h2 {
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}
.intro-container h2:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.form-container h2,
.finish-container h2,
.rules-container h2,
.withdraw-modal h2 {
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}
.form-container h2:not(:last-child),
.finish-container h2:not(:last-child),
.rules-container h2:not(:last-child),
.withdraw-modal h2:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.finish-container > .half:not(:first-child),
.rules-container > .half:not(:first-child) {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.finish-container > .half:last-child {
  padding: 3.75rem 0;
}
.finish-container p:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.rules-container {
  flex-wrap: wrap;
}
.rules-container > .half:not(:first-child) {
  padding: 2.5rem 0;
}
.rules-container .rule {
  display: flex;
  align-items: center;
}
.rules-container .rule:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.rules-container .rule .number {
  position: relative;
  display: inline-block;
  margin-right: 70px;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.1);
}
.rules-container .rule .number:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 2px;
  height: 110%;
  transform: translate(-50%, -50%);
}
.form-container {
  flex-wrap: wrap;
}
.form-container > .half:not(:first-child) {
  border-top: 2px solid #ffffff;
  padding-top: 3.75rem;
}
.form-container > .half:not(:first-child):not(.swatchs) {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 2.5rem;
}

p.error {
  margin-top: 1.875rem;
  display: inline-block;
  padding: 0.3125rem 1.5625rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.step-logo-image {
  position: relative;
  z-index: 2;
}

input.form-input-text {
  border-radius: 7.5px;
  padding: 1.25rem 1.875rem;
  border: none;
  width: 100%;
  margin-top: 2.5rem;
  box-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}

.new-user-tshirt-container,
.new-user-shorts-container,
.new-user-helmets-container,
.new-user-cycler-container {
  position: relative;
  width: calc(100% - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3.125rem;
  pointer-events: none;
}

.tshirt-base-svg,
.shorts-base-svg,
.helmet-base-svg,
.cycler-base-svg {
  display: block;
  max-width: 715px;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
}
.tshirt-base-svg:not(.absolute),
.shorts-base-svg:not(.absolute),
.helmet-base-svg:not(.absolute),
.cycler-base-svg:not(.absolute) {
  position: relative;
}
.tshirt-base-svg.absolute,
.shorts-base-svg.absolute,
.helmet-base-svg.absolute,
.cycler-base-svg.absolute {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tshirt-color-svg,
.shorts-color-svg,
.helmet-color-svg,
.cycler-tshirt-color-svg,
.cycler-shorts-color-svg,
.cycler-helmet-color-svg,
.helmet-overlay-svg,
.cycler-overlay-svg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.tshirt-color-svg,
.shorts-color-svg {
  mix-blend-mode: multiply;
}

.helmet-base-svg,
.helmet-color-svg,
.helmet-overlay-svg {
  max-width: 500px;
  margin: 0 auto;
}

.step-circle {
  position: relative;
  max-width: 660px;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.step-circle > .wrapper {
  padding-top: 100%;
}
.step-circle .line1, .step-circle .line2 {
  margin: 0 auto;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
  white-space: nowrap;
}
.step-circle .line1 {
  position: relative;
  display: inline-block;
  margin-bottom: 0.625rem;
}
.step-circle .line1:before, .step-circle .line1:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 660px;
  height: 10px;
  box-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}
.step-circle .line1:before {
  right: calc(100% + 25px);
}
.step-circle .line1:after {
  left: calc(100% + 25px);
}
.step-circle .line2 {
  display: block;
}

.medal-points, .flag-step {
  filter: drop-shadow(3px 3px 3px rgba(33, 33, 33, 0.2));
}

.flag-step {
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2.1875rem;
}

.medal-points {
  margin-left: 0.9375rem;
}

.helmet-select-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.25);
}
.helmet-select-arrow.prev {
  left: 0;
  transform: translate(0%, -50%);
}
.helmet-select-arrow.prev:before {
  content: "<";
}
.helmet-select-arrow.next {
  right: 0;
  transform: translate(0%, -50%);
}
.helmet-select-arrow.next:before {
  content: ">";
}
.helmet-select-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 2px rgba(33, 33, 33, 0.4);
  font-size: 1.875rem;
}

.number-background {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(246px + 8vw);
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
}

.tshirt-front-paper {
  position: absolute;
  max-width: 205px;
  width: 100%;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
  color: #212121;
  overflow: hidden;
}
.tshirt-front-paper .header {
  width: 100%;
  height: 20px;
}
.switch-colors-container {
  margin-top: 2.8125rem;
  width: 100%;
}
.switch-colors-container .tabs {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1.5625rem;
}
.switch-colors-container .tab {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.625rem 0.625rem;
  min-width: 160px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px 5px 0 0;
  text-shadow: 2px 2px 2px rgba(33, 33, 33, 0.4);
}
.switch-colors-container .tab.active:before {
  content: "";
}
.switch-colors-container .tab:not(:last-child) {
  margin-right: 1.875rem;
}
.switch-colors-container .tab:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.switch-colors-container .colors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 3px 3px 3px rgba(33, 33, 33, 0.25);
}

.languages-container {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 10;
}
.languages-container button {
  display: flex;
  align-items: center;
}
.languages-container button.active {
  text-shadow: 2px 2px 2px rgba(33, 33, 33, 0.4);
}
.languages-container button.active .circle {
  box-shadow: 2px 2px 2px rgba(33, 33, 33, 0.4);
}
.languages-container button:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.languages-container button .circle {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 3px solid #ffffff;
  margin-right: 0.9375rem;
}
.languages-container button .circle img {
  max-width: none;
  width: auto;
  height: 100%;
}

.arrows-container,
.withdraw-modal,
.withdraw-button-container {
  position: fixed;
  z-index: 3;
}
.arrows-container button,
.withdraw-modal button,
.withdraw-button-container button {
  position: relative;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 7.5px;
  font-size: 1.125rem;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.4);
}
.arrows-container button .circle:before,
.withdraw-modal button .circle:before,
.withdraw-button-container button .circle:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.arrows-container button .circle:after,
.withdraw-modal button .circle:after,
.withdraw-button-container button .circle:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.arrows-container button,
.withdraw-modal button,
.withdraw-button-container button {
  position: relative;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 7.5px;
  font-size: 1.125rem;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.4);
}
.arrows-container button .circle,
.withdraw-modal button .circle,
.withdraw-button-container button .circle {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  top: 50%;
}
.arrows-container button .circle:before, .arrows-container button .circle:after,
.withdraw-modal button .circle:before,
.withdraw-modal button .circle:after,
.withdraw-button-container button .circle:before,
.withdraw-button-container button .circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
}
.arrows-container button .circle:before,
.withdraw-modal button .circle:before,
.withdraw-button-container button .circle:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.arrows-container button .circle:after,
.withdraw-modal button .circle:after,
.withdraw-button-container button .circle:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.withdraw-button-container {
  right: 40px;
  bottom: 40px;
}
.withdraw-button-container button.abandonar {
  width: 300px;
  height: 75px;
  margin-right: 1.875rem;
  right: 0;
}
.withdraw-button-container button.abandonar .circle {
  right: 0;
  transform: translate(50%, -50%);
}
.withdraw-button-container button.abandonar .circle:before, .withdraw-button-container button.abandonar .circle:after {
  transform-origin: center center;
}

.withdraw-modal button {
  width: 300px;
  margin: 0rem 0.9375rem;
}
.withdraw-modal button .circle {
  right: 0;
  transform: translate(50%, -50%);
}
.withdraw-modal button.yes .circle:before, .withdraw-modal button.yes .circle:after {
  transform-origin: right center;
}
.withdraw-modal button.no .circle:before, .withdraw-modal button.no .circle:after {
  transform-origin: center center;
}

.arrows-container {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.arrows-container button.prev, .arrows-container button.next, .arrows-container button.terminar {
  width: 300px;
}
.arrows-container button.prev, .arrows-container button.next {
  margin: 0 0.9375rem;
}
.arrows-container button.voltar_inicio {
  width: 600px;
  margin: 0 auto;
}
.arrows-container button.prev, .arrows-container button.voltar_inicio {
  left: 0;
}
.arrows-container button.prev .circle, .arrows-container button.voltar_inicio .circle {
  left: 0;
  transform: translate(-50%, -50%);
}
.arrows-container button.prev .circle:before, .arrows-container button.prev .circle:after, .arrows-container button.voltar_inicio .circle:before, .arrows-container button.voltar_inicio .circle:after {
  transform-origin: left center;
}
.arrows-container button.next, .arrows-container button.terminar {
  right: 0;
}
.arrows-container button.next .circle, .arrows-container button.terminar .circle {
  right: 0;
  transform: translate(50%, -50%);
}
.arrows-container button.next .circle:before, .arrows-container button.next .circle:after, .arrows-container button.terminar .circle:before, .arrows-container button.terminar .circle:after {
  transform-origin: right center;
}

.step-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.step-container.blue {
  background-image: url("/images/background_color_blue.svg");
}
.step-container.amarelo {
  background-image: url("/images/background_color_amarelo.svg");
}
.step-container.green {
  background-image: url("/images/background_color_green.svg");
}
.step-container.red {
  background-image: url("/images/background_color_red.svg");
}
.step-container > .wrapper {
  padding: 10.9375rem 0rem 1.875rem 6.25rem;
  width: 100vw;
  height: 100vh;
}
.step-container > .wrapper > .content {
  height: 100%;
}
.step-container > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.title-screen-container {
  position: relative;
  max-width: 1086px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  padding: 6.875rem 6.25rem 4.375rem 6.25rem;
  height: 100vh;
}

.title-screen-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  z-index: 2;
}

.title-screen-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  font-size: 1.25rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-shadow: 2px 2px 2px rgba(33, 33, 33, 0.4);
}
.title-screen-button .circle {
  display: inline-block;
  width: 65px;
  height: 65px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 1.5625rem;
}
.title-screen-button .circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 25px;
  border-color: transparent transparent transparent #ffffff;
}

.input-select-color {
  display: none;
}
.input-select-color:checked + .label-select-color:before {
  content: "";
}
.input-select-color[value="1"]:checked + .label-select-color:before {
  border-color: transparent transparent #212121 transparent;
}
.input-select-color:not([value="1"]):checked + .label-select-color:before {
  border-color: transparent transparent #ffffff transparent;
}

.label-select-color {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  width: calc(100% / 8);
  height: 40px;
  border-bottom: 2px solid #ffffff;
}
.label-select-color:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
}

#game-timer {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.25rem 4.375rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}

#game-points {
  position: fixed;
  top: 35px;
  right: 30px;
  display: flex;
  align-items: center;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}
#game-points .medal-points {
  width: 45px;
}

.differences-game-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  z-index: 2;
}
.differences-game-container > .row {
  margin: 0 -15px;
  display: flex;
}
.differences-game-container .image {
  width: 50%;
  margin: 0 1.875rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(33, 33, 33, 0.2), inset 0 0 10px rgba(33, 33, 33, 0.2);
}
.differences-game-container .image > .wrapper {
  position: relative;
}
.differences-game-container .image img {
  width: 100%;
}
.differences-game-container .spots-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.differences-game-container .spot {
  position: absolute;
  transform: translate(-50%, -50%);
}
.differences-game-container .spot.active {
  border: 4px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  pointer-events: none;
}
.differences-game-container .spot .wrapper {
  padding-top: 100%;
}

.quiz-game-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  z-index: 2;
}
.quiz-game-container .slide {
  width: 100%;
  height: auto !important;
  min-height: 100%;
  float: none;
  overflow: hidden;
}
.quiz-game-container .slide > .row {
  margin: 0 -0.9375rem;
  display: flex;
  justify-content: center;
  min-height: 100%;
}
.quiz-game-container .half {
  width: 50%;
  padding: 0 0.9375rem;
  min-height: 100%;
}
.quiz-game-container .half_question {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-game-container .half_question img {
  max-width: 600px;
  width: 100%;
  box-shadow: 10px 10px 10px rgba(33, 33, 33, 0.2), inset 0 0 10px rgba(33, 33, 33, 0.2);
  border: 6px solid #ffffff;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.quiz-game-container .half_answers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.quiz-game-container .answer {
  display: flex;
  width: 100%;
  align-items: center;
}
.quiz-game-container .answer:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.quiz-game-container .answer.correct .text, .quiz-game-container .answer.wrong .text {
  border: 4px solid #ffffff;
  box-shadow: 5px 5px 15px rgba(33, 33, 33, 0.2), inset 0 0 5px rgba(33, 33, 33, 0.2);
}
.quiz-game-container .answer.correct .text {
  background-color: green;
}
.quiz-game-container .answer.wrong .text {
  background-color: red;
}
.quiz-game-container .answer .letter {
  margin-right: 1.25rem;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}
.quiz-game-container .answer .text {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.625rem;
  padding: 1.5625rem 3.125rem;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
  border: 4px solid rgba(255, 255, 255, 0);
}
.quiz-game-container h3 {
  margin-bottom: 2.1875rem;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}
.quiz-game-container h3 big {
  display: block;
  margin-top: 0.625rem;
  text-align: center;
}

.memory-game-container {
  width: 100%;
  margin-bottom: -3.4375rem;
  z-index: 2;
}
.memory-game-container > .row {
  margin: 0 -1.875rem;
}
.memory-game-container.easy {
  max-width: 760px;
}
.memory-game-container.easy .card {
  width: calc(100% / 3);
}
.memory-game-container.medium {
  max-width: 1020px;
}
.memory-game-container.medium .card {
  width: calc(100% / 4);
}
.memory-game-container.hard {
  max-width: 1290px;
}
.memory-game-container.hard .card {
  width: calc(100% / 5);
}
.memory-game-container .card {
  position: relative;
  display: block;
  float: left;
  padding: 0 1.875rem;
  text-align: center;
  perspective: 500px;
  cursor: pointer;
  z-index: 50;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: 3.4375rem;
  height: 300px;
}
.memory-game-container .card .inside {
  width: 100%;
  height: 100%;
  display: block;
  transform-style: preserve-3d;
  box-shadow: 0px 3px 20px rgba(33, 33, 33, 0.4);
  border-radius: 10px;
}
.memory-game-container .card .front, .memory-game-container .card .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.memory-game-container .card .front img, .memory-game-container .card .back img {
  display: block;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.memory-game-container .card .front {
  transform: rotateY(-180deg);
  padding: 0.3125rem;
}
.memory-game-container .card .front img {
  min-width: 100%;
  height: 100%;
}
.memory-game-container .card .back {
  transform: rotateX(0);
}

.info-game-popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  align-items: center;
  overflow: hidden;
}
.info-game-popup.transparent .photo img {
  background-color: transparent;
  border: none;
}
.info-game-popup > .content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
}
.info-game-popup .photo {
  position: relative;
  width: calc(50% - 100px);
  margin-right: 6.25rem;
}
.info-game-popup .photo img {
  display: block;
  margin: 0 auto;
  border: 6px solid #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  max-width: 100%;
}
.info-game-popup .desc {
  width: 50%;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 3.75rem 0;
}
.info-game-popup h2 {
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}
.info-game-popup h2:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.puzzle-game-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 2;
}
.puzzle-game-container .half {
  position: relative;
  width: 50%;
}
.puzzle-game-container .half:nth-child(1) {
  margin-right: 3.125rem;
}
.puzzle-game-container .half:nth-child(2) {
  margin-left: 3.125rem;
}

.puzzle-board-container {
  position: relative;
  width: 100%;
  margin-left: 3.125rem;
  border-radius: 1.5625rem;
  border: 6px solid #ffffff;
  box-shadow: 10px 10px 10px rgba(33, 33, 33, 0.2), inset 0 0 10px rgba(33, 33, 33, 0.2);
  overflow: hidden;
}

.puzzle-board-background {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.puzzle-board-pieces-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.puzzle-drop-space {
  position: absolute;
  z-index: 2;
}
.puzzle-drop-space.active {
  z-index: 3;
}
.puzzle-drop-space.filled {
  pointer-events: none;
  z-index: 1;
}
.puzzle-drop-space.filled img {
  opacity: 1;
}
.puzzle-drop-space img {
  width: 100%;
  opacity: 0.2;
}

.puzzle-pieces-container > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.875rem;
}

.puzzle-drag-parent {
  width: 33.333%;
  padding: 0 1.875rem;
  margin-bottom: 1.875rem;
  height: 180px;
}
.puzzle-drag-parent.correct .correct {
  display: block;
}
.puzzle-drag-parent.correct .puzzle-drag-piece {
  display: none !important;
  pointer-events: none;
  z-index: 1;
  transform: none !important;
}
.puzzle-drag-parent > .wrapper {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.625rem;
  height: 100%;
  position: relative;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
}
.puzzle-drag-parent h6 {
  margin-bottom: 1.25rem;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}
.puzzle-drag-parent .puzzle-drag-piece {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translate(0px, 0px);
}
.puzzle-drag-parent .puzzle-drag-piece:not(.dragging) {
  max-width: 170px;
  width: 100%;
  height: 100%;
  max-height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.puzzle-drag-parent .correct {
  display: none;
  max-width: 200px;
  margin: 0 auto;
}

.puzzle-drag-piece {
  z-index: 11;
}
.puzzle-drag-piece .piece {
  max-width: 100%;
  opacity: 1;
  max-height: 100%;
}

.simon-game-container {
  max-width: 1400px;
  width: 100%;
  z-index: 2;
}
.simon-game-container > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

.simon-square {
  width: calc(25%);
  padding: 0 0.9375rem;
  pointer-events: none;
  transition: transform 0.35s ease-in-out;
}
.simon-square img {
  width: 100%;
  border: 6px solid #ffffff;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 10px 10px 10px rgba(33, 33, 33, 0.2), inset 0 0 10px rgba(33, 33, 33, 0.2);
}
.simon-square.full {
  transform: scale(1.1);
}
.simon-square.playable {
  pointer-events: auto;
}

.starburst {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125vh;
  height: 125vh;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.starburst.hide {
  display: none;
}
.starburst img {
  width: 100%;
  height: 100%;
}

.ready-counter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 33, 33, 0.2);
  z-index: 100;
  visibility: visible;
}
.ready-counter-modal.hide {
  visibility: hidden;
}
.ready-counter-modal .number {
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}

.game-positions {
  display: inline-block;
  padding: 0.9375rem 1.875rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.625rem;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
}

.ranking-container {
  max-width: 1530px;
  width: 100%;
}
.ranking-container .slide {
  width: 100%;
}
.ranking-container .slide > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
.ranking-container .third {
  width: 520px;
  padding: 0rem 0.9375rem;
}
.ranking-container h2, .ranking-container h3, .ranking-container h4 {
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
  margin-bottom: 1.875rem;
}
.ranking-container h4 {
  font-size: 2.25rem;
}
.ranking-container ul {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  max-height: 515px;
  overflow: auto;
  padding: 0.3125rem 1.875rem;
  border-radius: 0.625rem;
}

.ranking-row {
  display: inline-flex;
  align-items: center;
  text-shadow: 3px 3px 3px rgba(33, 33, 33, 0.2);
  width: 100%;
  padding: 0.3125rem 0;
}
.ranking-row:not(:last-child) {
  border-bottom: 1px solid green;
}
.ranking-row .tshirt, .ranking-row .position {
  position: relative;
  width: 35px;
  margin-right: 0.625rem;
}
.ranking-row .tshirt img, .ranking-row .tshirt svg, .ranking-row .position img, .ranking-row .position svg {
  width: 100%;
}
.ranking-row .tshirt svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-row .name {
  width: 215px;
  word-break: break-word;
  margin-right: 1.875rem;
}
.ranking-row .dorsal {
  width: 40px;
  margin-right: 1.875rem;
}
.ranking-row .time {
  width: 105px;
}

.withdraw-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.withdraw-modal.open {
  display: flex;
}
.withdraw-modal > .content {
  max-width: 665px;
}
.withdraw-modal .text {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 5rem 0;
}
.withdraw-modal .text:not(:last-child) {
  margin-bottom: 1.875rem;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  width: calc(100% - 30px);
  margin: 0 auto 0.9375rem auto;
}
.progress-bar .bar {
  position: absolute;
  height: 5px;
  background-color: #ffffff;
}

.game-text-hint {
  position: absolute;
  left: 50%;
  bottom: 60px;
  font-size: 1.25rem;
  transform: translateX(-50%);
  text-shadow: 2px 2px 2px rgba(33, 33, 33, 0.4);
}

#toggle-fullscreen {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 21000;
}

.page-content {
  transition: opacity 0.35s ease-in-out;
}
.page-content[v-cloak] {
  opacity: 0;
}

.fade-enter-active {
  transition: opacity 0.5s linear 0.5s;
}

.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-half-enter-active {
  transition: opacity 0.5s linear 0.5s;
}

.fade-half-leave-active {
  transition: opacity 0.5s;
}

.fade-half-enter, .fade-half-leave-to {
  opacity: 0;
}

.languages-container button {
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
.languages-container button.active {
  opacity: 1;
}

.top-fixed-steps-container .step {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.5s ease-in-out;
}
.top-fixed-steps-container .step.active {
  color: white;
}

.arrows-container button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.arrows-container button:disabled {
  opacity: 0.5;
}

.starburst {
  -webkit-animation: starburst_rotating 10s linear infinite;
          animation: starburst_rotating 10s linear infinite;
}

.ready-counter-modal {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.ready-counter-modal.hide {
  opacity: 0;
}

.memory-game-container .card .inside {
  transition: 0.4s ease-in-out;
}
.memory-game-container .card .inside.picked, .memory-game-container .card .inside.matched {
  transform: rotateY(180deg);
}
.memory-game-container .card .inside.matched {
  -webkit-animation: 2s cardscorrect ease-in-out;
          animation: 2s cardscorrect ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  transform: scale(1.1) rotateY(180deg);
}

.tshirt-color-svg path, .tshirt-color-svg circle, .tshirt-color-svg polyline,
.shorts-color-svg path,
.shorts-color-svg circle,
.shorts-color-svg polyline,
.helmet-color-svg path,
.helmet-color-svg circle,
.helmet-color-svg polyline,
.cycler-tshirt-color-svg path,
.cycler-tshirt-color-svg circle,
.cycler-tshirt-color-svg polyline,
.cycler-shorts-color-svg path,
.cycler-shorts-color-svg circle,
.cycler-shorts-color-svg polyline,
.cycler-helmet-color-svg path,
.cycler-helmet-color-svg circle,
.cycler-helmet-color-svg polyline,
.helmet-overlay-svg path,
.helmet-overlay-svg circle,
.helmet-overlay-svg polyline,
.cycler-overlay-svg path,
.cycler-overlay-svg circle,
.cycler-overlay-svg polyline {
  transition: fill 0.35s ease-in-out;
}

.progress-bar .bar {
  transition: left 0.5s ease-in-out;
}

.game-text-hint,
.languages-container,
.withdraw-button-container {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.game-text-hint.hide,
.languages-container.hide,
.withdraw-button-container.hide {
  opacity: 0;
}

.global-game-container {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.global-game-container.hide {
  opacity: 0;
}

@-webkit-keyframes starburst_rotating {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes starburst_rotating {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes cardscorrect {
  0% {
    background: white;
  }
  50% {
    background: #bcffcc;
  }
  100% {
    background: white;
  }
}
@keyframes cardscorrect {
  0% {
    background: white;
  }
  50% {
    background: #bcffcc;
  }
  100% {
    background: white;
  }
}
.info-game-popup {
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0s ease-in-out 0.35s, height ease-in-out 0s 0.35s, opacity 0.35s ease-in-out;
}
.info-game-popup.show {
  opacity: 1;
  width: 100%;
  height: 100vh;
  transition: width ease-in-out 0s, height ease-in-out 0s, opacity 0.35s ease-in-out 0.35s;
}

.puzzle-drop-space.filled img {
  opacity: 1;
}
.puzzle-drop-space img {
  opacity: 0.2;
  transition: opacity 0.35s ease-in-out;
}