/* MIXINS */
/* COLOR */
/* FONT */
/* EASINGS */
/* TRANSITIONS */
.non-structure-transition, a, input[type=submit], button {
  transition: color 240ms ease-out, background 240ms ease-out, border 240ms ease-out, opacity 240ms ease-out, box-shadow 240ms ease-out;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*body {
  line-height: 1;
}*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* MIXINS */
/* COLOR */
/* FONT */
/* EASINGS */
/* TRANSITIONS */
.non-structure-transition, a, input[type=submit], button {
  transition: color 240ms ease-out, background 240ms ease-out, border 240ms ease-out, opacity 240ms ease-out, box-shadow 240ms ease-out;
}

/* STRUCTURE */
/* BODY */
body {
  font-size: 62.5%;
}

body, input, textarea, select, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #5d5d5d;
}

p {
  text-rendering: optimizeLegibility;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

input, textarea, select, button {
  border: none;
  outline: none;
  resize: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]), textarea, select, button {
  -webkit-appearance: none;
}

button {
  overflow: visible;
}

a, input[type=submit], button {
  color: #ec7068;
  -webkit-tap-highlight-color: rgba(236, 112, 104, 0);
  outline: none;
  cursor: pointer;
}

/* GENERAL */
.notVisible {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cover, html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.scrollable {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.align-m:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.align-m > .align {
  display: inline-block;
  vertical-align: middle;
}

.text-center {
  text-align: center;
}

.push-t {
  margin-top: 20px;
}

.push-t-1 {
  margin-top: 10px;
}

.push-t-3 {
  margin-top: 40px;
}

.img {
  background: no-repeat center/cover;
}

.cursive, .content h1:not([class*=heading]),
.content h2:not([class*=heading]),
.content h3:not([class*=heading]),
.content h4:not([class*=heading]),
.content h5:not([class*=heading]),
.content h6:not([class*=heading]) {
  font-family: "Sriracha", cursive;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.cursive.underline, .content h1.underline:not([class*=heading]),
.content h2.underline:not([class*=heading]),
.content h3.underline:not([class*=heading]),
.content h4.underline:not([class*=heading]),
.content h5.underline:not([class*=heading]),
.content h6.underline:not([class*=heading]) {
  display: inline-block;
  line-height: 0.8;
  position: relative;
  top: -3px;
}
.cursive.underline:before, .content h1.underline:before:not([class*=heading]),
.content h2.underline:before:not([class*=heading]),
.content h3.underline:before:not([class*=heading]),
.content h4.underline:before:not([class*=heading]),
.content h5.underline:before:not([class*=heading]),
.content h6.underline:before:not([class*=heading]) {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -12px;
  background: no-repeat center bottom;
  background-size: auto 4px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNDJweCIgaGVpZ2h0PSI0cHgiIHZpZXdCb3g9IjAgMCAxNDIgNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyIDQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNFRDdBN0EiIGQ9Ik0xLjI3NywzLjk5OGM0Ni4yNC0yLjAyMiw5Mi41MzctMi4xNzUsMTM4Ljc4Ny0wLjQyOWMxLjQ2NCwwLjA1NSwyLjk2My0yLjI2OCwwLjk5LTIuMzQzQzk0LjU1LTAuNTI5LDQ4LjAwNS0wLjQwNCwxLjUxMiwxLjYyOUMtMC4xOCwxLjcwMy0wLjcxLDQuMDg1LDEuMjc3LDMuOTk4TDEuMjc3LDMuOTk4eiIvPjwvZz48L3N2Zz4=);
}

.subtitle {
  color: #cecece;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 0.07em;
}

.subtitle.w-color {
  color: #ec7068;
  font-weight: 700;
}

.text-sm {
  font-size: 1.3em;
}

.wrapper {
  width: 100%;
  max-width: 600px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.shadow-btn {
  display: inline-block;
  font-size: 1.4em;
  color: #ec7068;
  line-height: 1.1;
  padding: 11px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.12);
}

/* STYLED FORM */
.styled-form .cols > .col {
  margin-top: 30px;
}

.styled-form .cols > .col:first-child {
  margin-top: 0;
}

.styled-form .label {
  display: block;
  position: relative;
  padding-top: 10px;
  cursor: pointer;
}

.styled-form .input-holder,
.styled-form .submit-holder {
  margin-top: 35px;
}

.styled-form .input-holder:first-child {
  margin-top: 0;
}

.styled-form .label .input {
  display: block;
  width: 100%;
  padding: 1px 0 12px;
  position: relative;
  z-index: 0;
  font-size: 1.4em;
  color: #5d5d5d;
  transition: border-color 200ms ease-out;
  box-shadow: inset 0px 0px 0px 50px #fff, 0px 1px 0px 0px rgba(165, 165, 165, 0.2);
}

.styled-form .label .input[disabled],
.styled-form .label .input[disabled=disabled] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.styled-form .label .text {
  width: 100%;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 1.2em;
  opacity: 0.6;
  text-align: left;
  transform: translate3d(0, 10px, 0);
  transition: transform 200ms ease-out, color 200ms ease-out;
}

.styled-form .label .input:focus {
  border-color: rgba(251, 145, 115, 0.5);
}

.styled-form .label .input:focus ~ .text {
  transform: translate3d(0, -10px, 0);
  color: #fb9173;
}

.styled-form .label .input.completed ~ .text {
  transform: translate3d(0, -10px, 0) !important;
}

.styled-form label.error {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2em;
  color: #ff6666;
}

.styled-form .submit-holder {
  text-align: center;
}

.styled-form p {
  font-size: 1.4em;
}
.styled-form p + p {
  margin-top: 12px;
}

/* PAGE */
.app-view {
  position: relative;
  z-index: 1;
  padding: 0;
  transition: padding 350ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.app-view[data-header=true] {
  padding-top: 130px;
}
.app-view[data-header=true] .scrollable {
  padding-top: 90px;
}

.app-view[data-nav=true] .scrollable {
  padding-bottom: 95px;
}

.app-view .view-content {
  position: relative;
  z-index: 10;
}

.app-view .view-content {
  display: none;
  opacity: 0;
  transform: translate3d(0, 80px, 0);
  transition: transform 400ms ease-in, opacity 400ms ease-out;
}

.app-view .view-content.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 450ms ease-out, opacity 400ms ease-out;
}

.app-view .view-content.on-top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  transform: scale(1.2);
  transition: transform 450ms ease-out, opacity 400ms ease-out;
}

.app-view .view-content.on-top.show {
  transform: scale(1);
}

/* HEADER */
#header {
  width: 100%;
  height: 155px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  padding-top: 6px;
  box-sizing: border-box;
}

#header .bg,
#header .bg .pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

#header .bg:before,
#header .bg:after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  right: -15px;
  background: #fb9173;
  background: linear-gradient(to right, #fdac6c, #f16a68);
}

#header .bg:before {
  bottom: 50px;
  top: 0;
}

#header .bg:after {
  height: 80px;
  bottom: 0;
  border-radius: 0 0 50% 50%/0 0 30% 30%;
}

#header .bg .pattern {
  z-index: 2;
  background: no-repeat center top/1550px;
  background-image: url(../images/pattern.svg);
  opacity: 0.07;
}

#header .top {
  height: 80px;
  padding: 10px 0;
  padding-right: 36px;
  position: relative;
  box-sizing: border-box;
}

#header .top .title {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

#header .top .logo {
  display: block;
  width: 160px;
  position: relative;
  top: -1px;
  background: no-repeat left center/contain;
  background-image: url(../images/home/logo-header@3.png);
}

#header .top .logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 18.125%;
}

#header .top .title-holder {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 320ms ease-out, opacity 320ms ease-out, padding 300ms ease-out;
}
#header .top .title-holder.switching {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 300ms ease-in, opacity 300ms ease-out, padding 300ms ease-out;
}

#header .top .btn {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  margin-top: -15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#header .top .btn:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  margin: -18px 0 0 -18px;
}

#header .top .help-btn,
#header .top .profile-btn {
  font-size: 1.8em;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px #fff;
  /*opacity: 0;*/
  /*transform: translate3d(0, 0, 0);*/
  /*    transition:
          transform 300ms ease-out,
          opacity 300ms ease-out;*/
  /*    &.show{
          opacity: 1;
          transform: translate3d(0, 0, 0);
      }*/
}

#header .top .profile-btn {
  right: 35px;
  background-image: url(../images/nav/btn-profile@3.png);
  background-size: cover;
  background-size: 90%;
  background-position: center;
  margin-right: 5px;
}

#header .top .back-btn {
  display: none;
  left: -3px;
  right: auto;
  opacity: 0;
  transform: translate3d(-60px, 0, 0);
  transition: transform 300ms ease-out, opacity 300ms ease-out;
}
#header .top .back-btn:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 0 0 3px 3px;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.app-view[data-nav=false] #header .top .title-holder {
  padding-left: 28px;
}
.app-view[data-nav=false] #header .top .back-btn.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#header .card,
#header .card .holder,
#header .card:before {
  display: block;
  width: 100%;
  height: 66px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

#header .card {
  display: none;
  width: 100%;
  max-width: 380px;
  margin: 14px auto 0;
}

#header .card .holder,
#header .card:before {
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.06);
}

#header .card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: rotate(-2.5deg);
}

#header .card {
  opacity: 0;
  transform: scale(0.6) rotate(3deg);
  transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 300ms ease-out;
}
#header .card:before {
  transform: rotate(0deg);
  transition: transform 300ms ease-out;
}

#header .card.show {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-out;
}
#header .card.show:before {
  transform: rotate(-2.5deg);
  transition-delay: 150ms;
}

#header .tabs {
  width: 100%;
  height: 100%;
}

#header .tabs .tab {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  position: relative;
}

#header .tabs .tab + .tab:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(165, 165, 165, 0.15);
}

#header .tabs .tab .text {
  font-size: 2em;
  letter-spacing: -0.01em;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 250ms ease-out;
}
#header .tabs .tab .text:before {
  opacity: 0;
  transform: scale(0.5, 1);
  transition: opacity 300ms ease-out, transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .tabs .tab.active .text {
  transform: translate3d(0, -3px, 0);
}
#header .tabs .tab.active .text:before {
  opacity: 1;
  transform: scale(1, 1);
}

/* NAV */
#nav {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  box-sizing: border-box;
  opacity: 0;
  transform: translate3d(0, 102%, 0);
  transition: transform 300ms ease-in, opacity 300ms ease-out;
}

.app-view[data-nav=true] #nav {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#nav .wrapper,
#nav .bg {
  width: 100%;
  height: 100%;
}

#nav .bg {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}

#nav .bg:before,
#nav .bg .holder {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  box-shadow: 0px -4px 30px -2px rgba(0, 0, 0, 0.04);
}

#nav .bg:before {
  width: 101%;
  height: 110%;
  top: -2.86%;
  left: -1.36%;
  z-index: 0;
  background-color: #f5f5f5;
  transform: rotate(-1.8deg);
}

#nav #menu {
  width: 100%;
  height: 100%;
  padding: 9px 7px 0;
  box-sizing: border-box;
}

#nav #menu .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
}

#nav #menu .item + .item:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 3px;
  background-color: rgba(165, 165, 165, 0.3);
}

#nav #menu .item .link {
  display: block;
  width: 100%;
  color: #8c8c8c;
  font-size: 1.2em;
}
#nav #menu .item .link[disabled] {
  opacity: 0.3;
  cursor: default;
}

#nav #menu .item .link .icon {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  margin: 0 auto 2px;
}
#nav #menu .item .link .icon * {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat top center/100% auto;
  opacity: 1;
  transition: opacity 200ms ease-out;
}
#nav #menu .item .link .icon.home * {
  background-image: url(../images/nav/home@3.png);
}
#nav #menu .item .link .icon.play * {
  background-image: url(../images/nav/play@3.png);
}
#nav #menu .item .link .icon.ranking * {
  background-image: url(../images/nav/ranking@3.png);
}
#nav #menu .item .link .icon.profile * {
  background-image: url(../images/nav/profile@3.png);
}
#nav #menu .item .link .icon.pregunta * {
  background-image: url(../images/nav/pregunta@3.png);
}
#nav #menu .item .link .icon .off {
  opacity: 1;
}
#nav #menu .item .link .icon .on {
  opacity: 0;
  background-position: center bottom;
}

#nav #menu .item .link .text {
  display: block;
  line-height: 1;
}

#nav #menu .item .link.active .icon .on {
  opacity: 1;
}
#nav #menu .item .link.active .icon .off {
  opacity: 0;
}
#nav #menu .item .link.active .text {
  font-weight: 700;
}

/* STYLED LIST */
.styled-list > .item + .item {
  margin-top: 16px;
}

.styled-list > .item:after {
  content: "";
  display: block;
  height: 1px;
  margin: 16px -40px 0;
  opacity: 0.15;
  background: #a5a5a5;
  background: linear-gradient(to right, rgba(165, 165, 165, 0.1), #a5a5a5, #a5a5a5, rgba(165, 165, 165, 0.1));
}

.styled-list > .item .text {
  font-size: 1.4em;
  color: #5d5d5d;
  line-height: 1.1;
}

.styled-list > .item .text .caption {
  display: block;
  font-size: 0.857em;
  color: #9e9e9e;
  margin-top: 5px;
}

/* PROGRESS CIRCLE */
.progress-circle {
  position: relative;
}

.progress-circle:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.progress-circle svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
}

.progress-circle .base,
.progress-circle .bar {
  stroke-width: 3px;
}

.progress-circle .base {
  stroke: #dbdbdb;
}

.progress-circle .bar {
  stroke: #ec7068;
  stroke-dasharray: 132;
  stroke-dashoffset: 132;
  transition: stroke-dashoffset 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.progress-circle .num {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1px;
  white-space: nowrap;
  font-size: 1.5em;
  font-weight: 700;
  color: rgba(93, 93, 93, 0.8);
  letter-spacing: -0.05em;
}

.progress-circle .num > * {
  letter-spacing: initial;
}

.progress-circle .num .sm {
  font-size: 0.6em;
}

.progress-circle .bar.complete-bar {
  stroke: #bed326;
}

/* STYLED LOADER */
.styled-loader {
  display: none;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin-left: -25px;
  text-align: center;
}
.styled-loader:before, .styled-loader:after {
  content: "";
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ec7068;
  border-radius: 100%;
}
.styled-loader:after {
  top: auto;
  bottom: 0;
  background-color: #fdac6c;
}

.styled-loader.loading {
  display: block;
  animation: rotate 1500ms infinite linear;
}
.styled-loader.loading:before, .styled-loader.loading:after {
  animation: bounce 1500ms infinite ease-in-out;
}
.styled-loader.loading:after {
  animation-delay: -750ms;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* MAIN LOADER */
#main-loader {
  transform: translate(-50%, 0%);
  top: 205px;
}

/* FILTER TABS */
.filter-tabs {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 35px;
  text-align: center;
}

.filter-tabs .item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  text-align: center;
}
.filter-tabs .item .btn-filter {
  padding: 5px 6px;
  font-size: 1.4em;
  opacity: 0.7;
  text-transform: uppercase;
  color: #5d5d5d;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid transparent;
}
.filter-tabs .item .btn-filter:hover {
  color: #ec7068;
  border: 1px solid #ec7068;
}
.filter-tabs .item.active .btn-filter {
  color: #ec7068;
  font-weight: 700;
  opacity: 1;
}

/* EMPTY PLACEHOLDER */
.img-placeholder {
  text-align: center;
}

.img-placeholder .align {
  width: 100%;
  position: relative;
  top: -5.5%;
}

.img-placeholder .img {
  width: 52%;
  max-width: 220px;
  overflow: hidden;
  margin: 0 auto;
  background-size: contain;
  background-image: url(../images/placeholder/empty.svg);
}
.img-placeholder .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
}

.img-placeholder .img.no-internet {
  width: 56.4%;
  max-width: 240px;
  background-image: url(../images/placeholder/no-internet.svg);
}
.img-placeholder .img.no-internet:before {
  padding-bottom: 126.67%;
}

.img-placeholder .title {
  display: block;
  margin-top: 30px;
  font-size: 3.6em;
  color: #ec7068;
  line-height: 0.8;
}

.img-placeholder .text {
  display: block;
  margin-top: 10px;
  font-size: 1.6em;
  color: #a5a5a5;
}

.view-content .img-placeholder .title,
.view-content .img-placeholder .text {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 300ms ease-out;
}
.view-content.show .img-placeholder .title,
.view-content.show .img-placeholder .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-out;
  transition-delay: 100ms;
}
.view-content.show .img-placeholder .text {
  transition-delay: 200ms;
}

/* TOAST */
#toast {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  padding-top: 20px;
}

#toast .wrapper {
  width: 100%;
  max-width: 500px;
}

#toast .text {
  display: block;
  margin: 0 -10px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.06), 0px 15px 25px -5px rgba(0, 0, 0, 0.2);
  font-size: 1.4em;
  padding: 12px 20px;
  box-sizing: border-box;
}

#toast.error .text {
  color: #ec7068;
}

#toast.success .text {
  color: #9ab837;
}

#toast.warning .text {
  color: #fbc746;
}

#toast {
  display: none;
  opacity: 0;
  transform: translate3d(0, -80px, 0);
  transition: transform 500ms ease-out, opacity 300ms ease-out;
}

#toast.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 350ms ease-out, opacity 300ms ease-out;
}

/* HELP POPUP */
.help-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  background-color: rgba(93, 93, 93, 0.8);
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  transition: opacity 400ms ease-out;
}

.help-popup .wrapper {
  width: 100%;
  max-width: 650px;
  padding: 30px 26px;
}

.help-popup .holder {
  width: 100%;
  padding: 40px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translate3d(0, -100px, 0);
  transition: transform 400ms ease-out, opacity 400ms ease-out;
}

.help-popup.show {
  opacity: 1;
  transition-delay: 0ms;
}

.help-popup.show .holder {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 180ms;
}

.help-popup .character {
  width: 100%;
  height: 130px;
  margin: -10px 0 15px;
  background: no-repeat center/contain;
}
.help-popup .character.category-1 {
  background-image: url(../images/game/characters/1.svg);
}
.help-popup .character.category-2 {
  background-image: url(../images/game/characters/2.svg);
}
.help-popup .character.category-3 {
  background-image: url(../images/game/characters/3.svg);
}
.help-popup .character.category-4 {
  background-image: url(../images/game/characters/4.svg);
}
.help-popup .character.category-5 {
  background-image: url(../images/game/characters/5.svg);
}
.help-popup .character.category-6 {
  background-image: url(../images/game/characters/6.svg);
}

.help-popup .subtitle {
  font-size: 2.2em;
}

.help-popup .content {
  margin-top: 20px;
}

.help-popup .close-btn {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.help-popup .close-btn span,
.help-popup .close-btn span:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -10px;
  background-color: #cecece;
  transform: rotate(45deg);
}

.help-popup .close-btn span:before {
  transform: rotate(-90deg);
}

/* CONTENT */
.content > * {
  margin-top: 20px;
}

.content > *:first-child {
  margin-top: 0 !important;
}

.content p {
  font-size: 1.3em;
  line-height: 1.5;
}

.content p a {
  font-size: 1em;
  color: #ec7068;
  border-bottom: 1px solid rgba(236, 112, 104, 0.4);
}

/* Titles */
.content h1:not([class*=heading]),
.content h2:not([class*=heading]),
.content h3:not([class*=heading]),
.content h4:not([class*=heading]),
.content h5:not([class*=heading]),
.content h6:not([class*=heading]) {
  display: block;
  margin-top: 35px;
  color: #ec7068;
  line-height: 1.1;
}

.content h1:not([class*=heading]) {
  font-size: 2.6em;
}

.content h2:not([class*=heading]) {
  font-size: 2.4em;
}

.content h3:not([class*=heading]) {
  font-size: 2.2em;
}

.content h4:not([class*=heading]) {
  font-size: 2em;
}

.content h5:not([class*=heading]) {
  font-size: 1.8em;
}

.content h6:not([class*=heading]) {
  font-size: 1.6em;
}

/* Lists */
.content li {
  padding-left: 20px;
  margin-top: 6px;
  position: relative;
  font-size: 1.3em;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

.content li:first-child {
  margin-top: 0;
}

.content li p {
  font-size: 1em;
}

.content ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #fdac6c;
}

.content ol {
  counter-reset: num;
}

.content ol li {
  counter-increment: num;
}

.content ol li:before {
  content: counter(num) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  font-weight: 700;
  color: #fdac6c;
}

/* Blockquote */
.content blockquote {
  position: relative;
}

.content blockquote:before {
  content: "";
  display: block;
  width: 40px;
  height: 33px;
  float: left;
  margin-right: 9px;
  position: relative;
  left: -3px;
  top: 1px;
  background: no-repeat center/contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjMzcHgiIHZpZXdCb3g9IjAgMCA0MCAzMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDAgMzMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGMEVDRUMiIGQ9Ik0xNy43NzgsMy42NTRjLTEuODgzLDEuMDk3LTMuNDA0LDIuMDQyLTQuNTY1LDIuODMzQzEyLjA1Miw3LjI4LDEwLjg3MSw4LjMyNSw5LjY3LDkuNjIzYy0xLjEyMiwxLjIxOS0xLjk4MiwyLjQ5OS0yLjU4MiwzLjgzOGMtMC42MDEsMS4zNC0xLjAyMSwzLjA2Ni0xLjI2MSw1LjE3N2gyLjg4M2MyLjQ4MiwwLDQuNDM0LDAuNjIxLDUuODU2LDEuODY0YzEuNDIxLDEuMjQzLDIuMTMyLDMuMDY2LDIuMTMyLDUuNDY5YzAsMS43MTEtMC42MywzLjMxMS0xLjg5MSw0Ljc5N0MxMy41NDMsMzIuMjU2LDExLjgxMSwzMyw5LjYxLDMzYy0zLjQ0NCwwLTUuOTA3LTEuMTQ5LTcuMzg3LTMuNDQ3QzAuNzQsMjcuMjU2LDAsMjQuMjM2LDAsMjAuNDk1YzAtMi42NDMsMC41Ni01LjA1MiwxLjY4Mi03LjIyN2MxLjEyLTIuMTc1LDIuNDgyLTQuMTE3LDQuMDg0LTUuODI2YzEuNjQyLTEuNzQ4LDMuMzgzLTMuMjMyLDUuMjI1LTQuNDUyYzEuODQxLTEuMjIxLDMuMzgzLTIuMjE3LDQuNjI1LTIuOTlMMTcuNzc4LDMuNjU0eiBNNDAsMy42NTRjLTEuODgzLDEuMDk3LTMuNDA0LDIuMDQyLTQuNTY0LDIuODMzYy0xLjE2MiwwLjc5My0yLjM0MiwxLjgzOS0zLjU0NCwzLjEzN2MtMS4xNjIsMS4yNTktMi4wMzMsMi41NDktMi42MTMsMy44NjhjLTAuNTgxLDEuMzItMC45OTEsMy4wMzYtMS4yMzEsNS4xNDdoMi44ODJjMi40ODIsMCw0LjQzNCwwLjYyMSw1Ljg1NiwxLjg2NGMxLjQyMSwxLjI0MywyLjEzMiwzLjA2NiwyLjEzMiw1LjQ2OWMwLDEuNzExLTAuNjMsMy4zMTEtMS44OTIsNC43OTdDMzUuNzY2LDMyLjI1NiwzNC4wMzMsMzMsMzEuODMyLDMzYy0zLjQ0NCwwLTUuOTA2LTEuMTQ5LTcuMzg3LTMuNDQ3Yy0xLjQ4Mi0yLjI5Ny0yLjIyMi01LjMxNy0yLjIyMi05LjA1OWMwLTIuNjQzLDAuNTYtNS4wNTIsMS42ODItNy4yMjdjMS4xMjEtMi4xNzUsMi40ODItNC4xMTcsNC4wODQtNS44MjZjMS42NDEtMS43NDgsMy4zODMtMy4yMzIsNS4yMjUtNC40NTJjMS44NDEtMS4yMjEsMy4zODMtMi4yMTcsNC42MjUtMi45OUw0MCwzLjY1NHoiLz48L2c+PC9zdmc+);
}

.content blockquote p {
  margin-top: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1;
  color: #ec7068;
}

.content blockquote:after {
  content: "";
  clear: both;
}

/* Images */
.content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}

/* Iframe */
.content .iframe,
.content .youtube-embed-wrapper {
  position: relative;
  margin-top: 25px;
}

.content .iframe:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 0;
}

.content .iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.content iframe {
  max-width: 100%;
}

/* *************** de Mobile a EXTRA SMALL MOBILE *************** */
@media (max-height: 568px) {
  /* HEADER */
  #header {
    height: 135px;
    padding-top: 0;
  }

  #header .top {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #header .top .help-btn {
    /*margin-top:-7px;*/
  }

  #header .card {
    margin-top: 10px;
  }

  /* PAGE */
  .app-view[data-header=true] {
    padding-top: 115px;
  }
  .app-view[data-header=true] .scrollable {
    padding-top: 80px;
  }

  /* STYLED LOADER */
  .styled-loader {
    height: 44px;
    width: 44px;
    margin-left: -22px;
  }

  /* MAIN LOADER */
  #main-loader {
    top: 179px;
  }

  /* PLACEHOLDERS */
  .img-placeholder .img {
    max-height: 30vh;
  }

  .img-placeholder .title {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* HEADER */
  #header .top .title {
    font-size: 2em;
  }

  #header .card {
    width: auto;
    margin-right: -5px;
    margin-left: -5px;
  }

  /* STYLED FORM */
  .styled-form .input-holder,
.styled-form .submit-holder {
    margin-top: 30px;
  }

  .styled-form .submit-holder {
    margin-top: 27px;
  }

  /* STYLED LIST */
  .styled-list > .item:before {
    margin: 0 -30px;
  }

  /* MAIN TABS */
  #header .tabs .tab .text {
    font-size: 1.8em;
  }

  /* HELP POPUP */
  .help-popup .holder {
    padding: 30px;
  }

  .help-popup .wrapper {
    padding: 30px 20px;
  }

  .help-popup .character {
    height: 100px;
    margin-top: 0;
  }
}
@media (max-height: 480px) {
  /* STYLED FORM */
  .styled-form .input-holder,
.styled-form .submit-holder {
    margin-top: 25px;
  }

  .styled-form .submit-holder {
    margin-top: 22px;
  }

  /* STYLED LIST */
  .styled-list > .item:before {
    margin: 0 -30px;
  }
}
/* ********************** de Mobile a TABLET ********************** */
@media (min-width: 768px) {
  .subtitle {
    font-size: 2em;
  }

  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* HEADER */
  #header {
    padding-top: 10px;
  }

  #header .bg:before,
#header .bg:after {
    left: -50px;
    right: -50px;
  }

  #header .bg:after {
    border-radius: 0 0 50% 50%/0 0 45% 45%;
  }

  #header .top .title {
    font-size: 2.4em;
  }

  #header .top .logo {
    width: 180px;
  }

  #header .top .help-btn {
    /*        width: 26px;
            height: 26px;
            margin-top:-13px;*/
    font-size: 2em;
  }

  #header .card {
    height: 76px;
    margin-top: 10px;
  }

  #header .card .holder,
#header .card:before {
    border-radius: 8px;
    box-shadow: 0px 5px 20px -1px rgba(0, 0, 0, 0.06);
  }

  /* NAV */
  #nav {
    height: 80px;
  }

  #nav #menu {
    padding: 10px 7px 0;
  }

  #nav #menu .item + .item:before {
    top: 8px;
  }

  #nav #menu .item .link {
    font-size: 1.3em;
  }

  #nav #menu .item .link .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
  }

  /* PAGE */
  .app-view[data-header=true] .scrollable {
    padding-top: 110px;
  }

  .app-view[data-nav=true] .scrollable {
    padding-bottom: 105px;
  }

  /* STYLED LIST */
  .styled-list > .item:before {
    margin: 0 -50px;
  }

  .styled-list > .item + .item,
.styled-list > .item:after {
    margin-top: 20px;
  }

  .styled-list > .item .text {
    font-size: 1.6em;
  }

  .filter-tabs .item {
    padding: 0 10px;
  }

  /* STYLED LOADER */
  .styled-loader {
    height: 60px;
    width: 60px;
    margin-left: -30px;
  }

  /* MAIN LOADER */
  #main-loader {
    top: 227px;
  }

  /* EMPTY PLACEHOLDER */
  .img-placeholder .img {
    max-height: 35vh;
  }

  .img-placeholder .title {
    font-size: 5em;
  }

  .img-placeholder .text {
    font-size: 2em;
  }

  /* TOAST */
  #toast .text {
    padding: 15px 30px;
  }

  /* HELP POPUP */
  .help-popup .holder {
    padding: 45px 55px;
  }

  .help-popup .wrapper {
    padding: 40px 50px 60px;
  }

  .help-popup .subtitle {
    font-size: 2.6em;
  }

  .help-popup .close-btn {
	  /*
    right: 50%;
    margin-right: -335px;
	top: 34px;
	*/
	top: 10px;
	right: 10px;
  }

  .help-popup .close-btn span,
.help-popup .close-btn span:before {
    width: 24px;
    height: 4px;
    margin: -2px 0 0 -12px;
  }

  /* CONTENT */
  .content p {
    font-size: 1.5em;
  }

  /* Titles */
  .content h1:not([class*=heading]) {
    font-size: 2.8em;
  }

  .content h2:not([class*=heading]) {
    font-size: 2.6em;
  }

  .content h3:not([class*=heading]) {
    font-size: 2.4em;
  }

  .content h4:not([class*=heading]) {
    font-size: 2.2em;
  }

  .content h5:not([class*=heading]) {
    font-size: 2em;
  }

  .content h6:not([class*=heading]) {
    font-size: 1.8em;
  }

  /* Lists */
  .content li {
    padding-left: 25px;
    margin-top: 10px;
    font-size: 1.5em;
  }

  .content ul li:before {
    width: 7px;
    height: 7px;
    top: 7px;
  }

  /* Blockquote */
  .content blockquote:before {
    width: 50px;
    height: 41px;
  }

  .content blockquote p {
    font-size: 2.2em;
  }
}
@media (min-width: 768px) and (min-height: 720px) {
  /* STYLED FORM */
  .styled-form .label {
    padding-top: 14px;
  }

  .styled-form .label .input {
    padding: 2px 0 14px;
    font-size: 1.6em;
  }

  .styled-form .label .text {
    padding-bottom: 10px;
    font-size: 1.4em;
  }

  /* NAV */
  #nav {
    height: 90px;
  }

  #nav #menu {
    padding: 13px 7px 0;
  }

  #nav #menu .item + .item:before {
    top: 8px;
  }

  #nav #menu .item .link .icon {
    width: 36px;
    width: 36px;
    margin-bottom: 4px;
  }

  /* PAGE */
  .app-view[data-nav=true] .scrollable {
    padding-bottom: 115px;
  }

  /* EMPTY PLACEHOLDER */
  .img-placeholder .title {
    margin-top: 35px;
  }

  .img-placeholder .text {
    margin-top: 15px;
  }

  /* TOAST */
  #toast {
    padding-top: 40px;
  }

  #toast .text {
    font-size: 1.6em;
  }

  /* HELP POPUP */
  .help-popup .holder {
    padding-top: 55px;
  }

  .help-popup .character {
    height: 150px;
    margin: 0px 0 25px;
  }
}
/* ********************** de Tablet a DESKTOP ********************** */
@media (min-width: 980px) {
  /* GENERAL */
  .wrapper {
    max-width: 600px;
  }

  .shadow-btn {
    box-shadow: inset 0px 0px 0px 1px rgba(236, 112, 104, 0), 0px 3px 16px 0px rgba(0, 0, 0, 0.12);
  }

  .shadow-btn:hover,
.shadow-btn:focus {
    box-shadow: inset 0px 0px 0px 1px rgba(236, 112, 104, 0.7), 0px 3px 16px 0px rgba(0, 0, 0, 0.12);
  }

  /* HEADER */
  #header .bg:before,
#header .bg:after {
    left: -75px;
    right: -75px;
  }

  #header .bg:after {
    border-radius: 0 0 50% 50%;
  }

  #header .top .btn:after {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 6px;
    transition: background-color 200ms ease-out;
  }

  #header .top .btn:hover,
#header .top .btn:focus {
    /*color: $color1;*/
  }

  #header .top .profile-btn:hover,
#header .top .profile-btn:focus {
    box-shadow: 0px 0px 0px 1px #fff;
  }

  #header .top .btn:hover:after,
#header .top .btn:focus:after {
    background-color: rgba(255, 255, 255, 0.25);
  }

  #header .top .back-btn:after {
    margin-left: -21px;
  }

  #header .top .back-btn:before {
    transition: border-color 200ms ease-out;
  }

  #header .top .back-btn:hover:before,
#header .top .back-btn:focus:before {
    border-color: #ec7068;
  }

  #header .card.show.hover {
    transform: scale(1.1) rotate(2deg);
  }

  #header .tabs .tab .text {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    transition: transform 250ms ease-out, color 200ms ease-out;
  }

  #header .tabs .tab:hover .text,
#header .tabs .tab:focus .text {
    transform: translate3d(0, 0, 0) rotate(-4deg) scale(1.1);
    color: #fdac6c;
  }

  #header .tabs .tab.active .text {
    transform: translate3d(0, -3px, 0) rotate(0deg) scale(1);
  }

  #header .tabs .tab.active:hover .text,
#header .tabs .tab.active:focus .text {
    transform: translate3d(0, -3px, 0) rotate(-4deg) scale(1.1);
  }

  /* NAV */
  #nav #menu .item .link {
    transform: scale(1) rotate(0deg);
    transition: color 200ms ease-out, transform 200ms ease-out;
  }

  #nav #menu .item .link:hover,
#nav #menu .item .link:focus {
    transform: scale(1.15) rotate(-5deg);
    color: #fdac6c;
  }
  #nav #menu .item .link:hover .icon .off,
#nav #menu .item .link:focus .icon .off {
    opacity: 0;
  }
  #nav #menu .item .link:hover .icon .on,
#nav #menu .item .link:focus .icon .on {
    opacity: 1;
  }

  /* HELP POPUP */
  .help-popup .close-btn span,
.help-popup .close-btn span:before {
    transition: background-color 200ms ease-out;
  }

  .help-popup .close-btn:hover span,
.help-popup .close-btn:hover span:before {
    background-color: #ec7068;
  }
}
@media (min-width: 980px) and (min-height: 850px) {
  /* MAIN LOADER */
  #main-loader {
    top: 275px;
  }
}
/* ********************** de Desktop a HD ********************** */
@media (min-width: 1367px) {
  /* HEADER */
  #header .bg:before,
#header .bg:after {
    left: -85px;
    right: -85px;
  }

  #header .bg .pattern {
    background-size: cover;
  }
}
/* MIXINS */
/* COLOR */
/* FONT */
/* EASINGS */
/* TRANSITIONS */
.non-structure-transition, a, input[type=submit], button {
  transition: color 240ms ease-out, background 240ms ease-out, border 240ms ease-out, opacity 240ms ease-out, box-shadow 240ms ease-out;
}

/* STRUCTURE */
/* START PAGE */
.start-page {
  display: block;
  text-align: center;
}

.start-page.scrollable,
.start-page .scrollable {
  padding: 0 !important;
  position: relative;
  z-index: 1;
}

.start-page .bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #ec7068;
  background-image: url(../images/start/bg@2.png);
}

.start-page .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.start-page .holder {
  width: 100%;
  max-width: 500px;
  padding: 40px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.25);
}

.start-page.view-content .holder {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
  transition: transform 0ms linear 1000ms, opacity 0ms linear 1000ms;
}

.start-page.view-content.show .holder:not(.hide) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 550ms ease-out, opacity 400ms ease-out;
}

.start-page .holder.hide {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
  transition: transform 400ms ease-out, opacity 400ms ease-out;
}

.start-page .logo {
  display: block;
  width: 65%;
  max-width: 170px;
  margin: 0 auto;
}

.start-page .logo .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 46.51%;
  background-size: contain;
  background-image: url(../images/start/logo@3.png);
}

.start-page .logo + * {
  margin-top: 50px;
}

.start-page .styled-form {
  margin-right: auto;
  margin-left: auto;
  max-width: 360px;
}

.start-page .styled-form .links {
  margin: 30px 0 18px;
  text-align: center;
}

.start-page .styled-form .links .link {
  display: inline-block;
  padding: 5px 0;
  font-size: 1.4em;
  color: #9e9e9e;
}

.start-page .mdp {
  content: "";
  display: block;
  width: 78px;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  bottom: 25px;
  background-size: contain;
  background-image: url(../images/start/mdp@3.png);
}

.start-page .mdp:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 38.46%;
}

.start-page .text {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4em;
  text-align: center;
}

/* TEAM SELECT */
#team-select {
  margin: 20px -40px 0;
  padding-bottom: 25px;
  text-align: center;
}

#team-select .viewport {
  background-color: rgba(93, 93, 93, 0.07);
  overflow: hidden;
  overflow-x: auto;
}

#team-select .submit {
  margin-top: 40px;
}

#team-select .teams {
  white-space: nowrap;
  padding: 0 0 0 40px;
}

#team-select .teams .team {
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
}

#team-select .teams .team:last-child {
  padding-right: 40px;
  margin-right: 0;
}

#team-select .teams .team .label {
  display: inline-block;
  padding: 15px 0;
  cursor: pointer;
}

#team-select .teams .team input {
  position: absolute;
  top: -9999px;
}

#team-select .teams .team .name {
  display: inline-block;
  font-size: 2.4em;
  line-height: 1.2;
  color: rgba(93, 93, 93, 0.3);
  transition: color 200ms ease-out;
}

#team-select .teams .team input:checked ~ .name {
  color: #ec7068 !important;
}

/* *************** de Mobile a EXTRA SMALL MOBILE *************** */
@media (max-width: 360px) {
  /* START PAGE */
  .start-page .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .start-page .holder {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
  }

  .start-page .logo + * {
    margin-top: 40px;
  }

  .start-page .styled-form .links {
    margin: 25px 0 10px;
  }

  /* TEAM SELECT */
  #team-select {
    margin-right: -30px;
    margin-left: -30px;
  }

  #team-select .submit {
    margin-top: 30px;
  }

  #team-select .teams {
    padding-left: 30px;
  }

  #team-select .teams .team:last-child {
    padding-right: 30px;
  }
}
@media (max-height: 480px) {
  /* START PAGE */
  .start-page .holder {
    padding-top: 30px;
  }

  .start-page .logo + * {
    margin-top: 35px;
  }

  .start-page .styled-form .links {
    margin: 25px 0 5px;
  }
}
/* ********************** de Mobile a TABLET ********************** */
@media (min-width: 768px) {
  /* START PAGE */
  .start-page .bg {
    background-image: url(../images/start/bg-tablet@2.png);
  }

  .start-page .text {
    font-size: 1.8em;
  }

  /* TEAM SELECT */
  #team-select {
    margin: 30px -50px 0;
  }

  #team-select .submit {
    margin-top: 50px;
  }

  #team-select .teams {
    padding-left: 50px;
  }

  #team-select .teams .team {
    margin-right: 40px;
  }

  #team-select .teams .team:last-child {
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (min-height: 720px) {
  /* START PAGE */
  .start-page .wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .start-page .holder {
    padding: 10vh 50px 21vh;
  }

  .start-page .logo {
    max-width: 190px;
  }

  .start-page .logo + * {
    margin-top: 10vh;
  }

  .start-page .styled-form .input-holder {
    margin-top: 5.7vh;
  }

  .start-page .styled-form .submit-holder {
    margin-top: 5.7vh;
  }

  .start-page .styled-form .links .link {
    font-size: 1.6em;
  }

  .start-page .mdp {
    width: 90px;
    margin-left: -45px;
    bottom: 5.7vh;
  }

  /* TEAM SELECTION */
  #team-select {
    margin-top: 35px;
  }

  #team-select .teams .team .label {
    padding: 20px 0;
  }
}
/* ********************** de Tablet a DESKTOP ********************** */
@media (min-width: 980px) {
  /* START PAGE */
  .start-page .bg {
    background-image: url(../images/start/bg-desktop@2.png);
  }

  .start-page .styled-form .links .link:hover,
.start-page .styled-form .links .link:focus {
    color: #ec7068;
  }

  /* TEAM SELECTION */
  #team-select .teams .team .label:hover .name {
    color: rgba(236, 112, 104, 0.7);
  }

  #team-select .teams .team .label .name {
    position: relative;
  }

  /*
  #team-select .teams .team .label .name:before{
      content: "";
      display: block;
      position: absolute;
      top: -5px;
      bottom: -5px;
      right: -10px;
      left: -10px;
      border: 1px solid $color1;
      border-radius: 10px;
      opacity: 0;
      transition: border 200ms ease-out;
      box-sizing: border-box;
  }
  #team-select .teams .team .label input:focus ~ .name:before{
      opacity: 0.7;
  }
  */
}
/* MIXINS */
/* COLOR */
/* FONT */
/* EASINGS */
/* TRANSITIONS */
.non-structure-transition, a, input[type=submit], button {
  transition: color 240ms ease-out, background 240ms ease-out, border 240ms ease-out, opacity 240ms ease-out, box-shadow 240ms ease-out;
}

/* STRUCTURE */
/* **************** */
/* ***** HOME ***** */
/* **************** */
/* HEADER */
#header #new-game-btn .btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 38% 0 0;
  text-align: center;
}

#header #new-game-btn .btn .text {
  font-size: 2em;
  letter-spacing: -0.01em;
}

#header #new-game-btn .btn .img {
  display: block;
  width: 42%;
  max-width: 180px;
  position: absolute;
  right: -3.35%;
  bottom: -19.7%;
  background-size: contain;
  background-image: url(../images/home/new-game-graphic@3.png);
}

#header #new-game-btn .btn .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 62.67%;
}

/* CONTENT */
#home .subtitle + .styled-list {
  margin-top: 16px;
}

#home .styled-list + .subtitle {
  margin-top: 40px;
}

#home .styled-list > .item .holder {
  padding: 4px 90px 5px 60px;
  position: relative;
  box-sizing: border-box;
}

#home .styled-list > .item .play-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 32px;
  padding-left: 12px;
}
#home .styled-list > .item .play-btn .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  background: no-repeat center/contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNFRDdBN0EiIGQ9Ik03LjY2NiwxMC4xODVsMy4wOTEtMi4xNzFMNiw1LjIxOXY2LjQ1YzAsMC4yMzEtMC4yNjksMC40MTktMC41LDAuNDE5Yy0wLjIzMSwwLTAuNS0wLjE4OC0wLjUtMC40MTlWNC45MzhDNSw0LjUxNiw1LjQ0LDQuMzIsNS41NzEsNC4yNDZDNS42MzQsNC4yMSw1Ljg4NSw0LjE5MSw1Ljk1Nyw0LjE5MWMwLjA3NSwwLDAuMjM5LDAuMDIsMC4zMDQsMC4wNTlsNS43MzksMy4zOWMwLjEyNiwwLjA3NSwwLjIyNSwwLjIwNywwLjIyNywwLjM1M2MwLjAwMywwLjE0NC0wLjA2LDAuMjgyLTAuMTgxLDAuMzZMOC4xMTQsMTAuODljLTAuMDY4LDAuMDQ0LTAuMTQzLDAuMDY3LTAuMjI0LDAuMDY3Yy0wLjE0MywwLTAuMjc0LTAuMDcyLTAuMzUyLTAuMTkyQzcuNDE0LDEwLjU3LDcuNDcyLDEwLjMxLDcuNjY2LDEwLjE4NXogTTE1LjExNSw0LjMzOGMtMC41Ni0xLjA4Ni0xLjM3Ny0yLjA0Ni0yLjM2My0yLjc3NWMtMC4wNzMtMC4wNTQtMC4xNTktMC4wODItMC4yNDktMC4wODJjLTAuMTMzLDAtMC4yNTksMC4wNjQtMC4zMzcsMC4xN2MtMC4xMzcsMC4xODYtMC4wOTgsMC40NDksMC4wODgsMC41ODdjMC44ODIsMC42NTIsMS42MTQsMS41MTIsMi4xMTYsMi40ODVDMTQuODk1LDUuNzQyLDE1LjE2MSw2Ljg0NSwxNS4xNjEsOGMwLDMuOTQ5LTMuMjEzLDcuMTYxLTcuMTYxLDcuMTYxUzAuODM5LDExLjk0OSwwLjgzOSw4YzAtMy45NDksMy4yMTMtNy4xNjEsNy4xNjEtNy4xNjFjMC4yMzEsMCwwLjQxOS0wLjE4OCwwLjQxOS0wLjQxOVM4LjIzMSwwLDgsMEMzLjU4OSwwLDAsMy41ODksMCw4YzAsNC40MTEsMy41ODksOCw4LDhzOC0zLjU4OSw4LThDMTYsNi43MjgsMTUuNjk0LDUuNDYxLDE1LjExNSw0LjMzOHoiLz48L3N2Zz4=);
}

#home .styled-list > .item .progress-circle {
  display: block;
  width: 46px;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}

/* FINISHED */
#home #finished-list .progress-circle .base {
  stroke: #f98c8c;
}

#home #finished-list .progress-circle .bar {
  stroke: #bed326;
}

/*
#home #finished-list .progress-circle .num{
	color: $lightgrey2;
}
#home #finished-list .progress-circle .num .xl{
    color: $success;
}
*/
#home #finished-list .earned {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 10px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  color: #ec7068;
  border: 1px solid #ec7068;
  border-radius: 5px;
  box-sizing: border-box;
}
#home #finished-list .earned:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  right: -7px;
  top: -8px;
  background: no-repeat center/contain;
  background-image: url(../images/home/earned@2.png);
}

/* *************** de Mobile a EXTRA SMALL MOBILE *************** */
@media (max-width: 360px) {
  #header #new-game-btn .btn .text {
    font-size: 1.8em;
  }

  /* CONTENT */
  #home .styled-list > .item .holder {
    padding: 4px 70px 5px 50px;
  }

  #home .styled-list > .item .play-btn {
    padding-right: 12px;
  }
  #home .styled-list > .item .play-btn .icon {
    display: none;
  }

  #home .styled-list > .item .progress-circle {
    width: 40px;
  }
}
/* ********************** de Mobile a TABLET ********************** */
@media (min-width: 768px) {
  /* HEADER */
  #header #new-game-btn .btn .text {
    font-size: 2.2em;
  }

  #header #new-game-btn .btn .img {
    width: 39.47%;
    right: 2%;
    bottom: -21.05%;
  }

  /* CONTENT */
  #home .subtitle + .styled-list {
    margin-top: 25px;
  }

  #home .styled-list + .subtitle {
    margin-top: 44px;
  }

  #home .styled-list > .item .holder {
    padding-right: 100px;
    padding-left: 70px;
  }

  #home .styled-list > .item .play-btn {
    padding-right: 36px;
    padding-left: 18px;
  }
  #home .styled-list > .item .play-btn .icon {
    width: 18px;
    height: 18px;
    right: 12px;
  }

  #home .styled-list > .item .progress-circle {
    width: 50px;
  }
}
/* ********************** de Tablet a DESKTOP ********************** */
@media (min-width: 980px) {
  /* HEADER */
  #header #new-game-btn .btn .img {
    transform: scale(1) rotate(0deg);
    transition: transform 250ms ease-out;
  }

  #header #new-game-btn.hover .btn .img {
    transform: scale(1.1) rotate(-2deg);
  }
}
/* MIXINS */
/* COLOR */
/* FONT */
/* EASINGS */
/* TRANSITIONS */
.non-structure-transition, a, input[type=submit], button {
  transition: color 240ms ease-out, background 240ms ease-out, border 240ms ease-out, opacity 240ms ease-out, box-shadow 240ms ease-out;
}

/* STRUCTURE */
/* ******************* */
/* ***** RANKING ***** */
/* ******************* */
/*.ranking{
    counter-reset: ranking;
}*/
.ranking > .item {
  position: relative;
}

.ranking > .item .text {
  padding: 3px 85px 6px 60px;
  position: relative;
  box-sizing: border-box;
}

#ranking #teams > .item .text {
  padding-top: 10px;
  padding-bottom: 12px;
}

.ranking > .item .text .num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  line-height: 0.8;
  font-weight: 700;
  color: #e5e5e5;
}

.ranking > .item .text .num.xl {
  font-size: 1.5em;
}

.ranking > .item .text .num.xxl {
  font-size: 1.3em;
}

.ranking > .item .text .name,
.ranking > .item .text .caption {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.ranking > .item .text .position {
  display: inline-block;
  vertical-align: middle;
}

.ranking > .item .text .points {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-bottom: -2px;
  transform: translateY(-50%);
  margin-top: 1px;
  text-align: right;
  font-size: 0.714em;
  color: #cecece;
}
.ranking > .item .text .points .num {
  display: block;
  font-size: 2em;
  color: #8c8c8c;
  line-height: 0.8;
  position: relative;
  right: -2px;
  margin-bottom: 5px;
}
.ranking > .item .text .points .position {
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.ranking > .item .text .points .position.up {
  background-image: url(../images/ranking/up.png);
}
.ranking > .item .text .points .position.down {
  background-image: url(../images/ranking/down.png);
}
.ranking > .item .text .points .position.same {
  background-image: url(../images/ranking/same.png);
}

.ranking > .item.me .text .name {
  color: #ec7068;
  font-weight: 700;
}
.ranking > .item.me .text:before {
  color: rgba(165, 165, 165, 0.6);
}

.ranking > .item.winner .text:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  left: -5px;
  margin-top: -4px;
  background: no-repeat center/contain;
  background-image: url(../images/ranking/cup@2.png);
}
.ranking > .item.winner .text .name {
  font-size: 1.286em;
  font-weight: 700;
  color: #ec7068;
}
.ranking > .item.winner .text .points .num {
  font-size: 2.2em;
  font-weight: 700;
  color: #ec7068;
}

.ranking .item.outside {
  margin-top: 80px;
}
.ranking .item.outside:before {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  margin-left: -4px;
  height: 36px;
  background-repeat: repeat-y;
  width: 8px;
  background-image: url(../images/outside.png);
  background-size: contain;
}

/* *************** de Mobile a EXTRA SMALL MOBILE *************** */
@media (max-width: 360px) {
  .ranking > .item .holder {
    padding: 3px 70px 6px 50px;
  }

  .ranking > .item:nth-child(n+10) .text:before {
    font-size: 2.2em;
  }

  .ranking > .item:nth-child(n+100) .text:before {
    font-size: 1.8em;
  }
}
/* ********************** de Mobile a TABLET ********************** */
@media (min-width: 768px) {
  .ranking > .item .holder {
    padding-right: 100px;
    padding-left: 70px;
  }
}
/* ********************** de Tablet a DESKTOP ********************** */
/* MIXINS */
/* COLOR */
/* FONT */
/* EASINGS */
/* TRANSITIONS */
.non-structure-transition, a, input[type=submit], button {
  transition: color 240ms ease-out, background 240ms ease-out, border 240ms ease-out, opacity 240ms ease-out, box-shadow 240ms ease-out;
}

/* STRUCTURE */
/* ******************* */
/* ****** JUEGO ****** */
/* ******************* */
#game-progress .text {
  width: 100%;
  padding: 0 76px 0 20px;
  font-size: 1.8em;
  color: #8c8c8c;
  box-sizing: border-box;
}

#game-progress .progress-circle {
  width: 54px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#game-progress .progress-circle .num {
  font-size: 1.8em;
  margin-top: 0;
}

/* SELECTION */
#selection {
  padding: 35px 0 48px;
  background-color: #fafafb;
}

#selection .align-m {
  height: 100%;
}

#selection .align {
  width: 100%;
}

#selection .wheel-holder {
  margin: 0 -15px;
}

#selection .wheel-holder .wheel-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
}

#selection .wheel-holder .wheel-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  box-shadow: 0px 11px 60px -3px rgba(0, 0, 0, 0.2);
}

#selection .wheel-holder .wheel-btn .wheel {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: no-repeat center/contain;
  background-image: url(../images/game/wheel@2.png);
  border-radius: 50%;
  transform: rotate(-15deg);
}
#selection .wheel-holder .wheel-btn .wheel.num {
  background-image: url(../images/game/wheel-num@2.png);
}

#selection .wheel-holder .wheel-btn .center {
  display: block;
  width: 22.84%;
  height: 22.84%;
  padding: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -11.42% 0 0 -11.42%;
  background-color: #e0e0e0;
  border-radius: 50%;
  box-shadow: 0px 10px 23px -3px rgba(0, 0, 0, 0.2);
  color: #5d5d5d;
  box-sizing: border-box;
}

#selection .wheel-holder .wheel-btn .center:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #e0e0e0;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
}

#selection .wheel-holder .wheel-btn .center .center-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}
#selection .wheel-holder .wheel-btn .center .center-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 140%;
  position: absolute;
  left: -27%;
  top: -42.5%;
  border-radius: 50%;
  background-color: #fff;
}

#selection .wheel-holder .wheel-btn .center .text {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1px;
  font-size: 1.7em;
  line-height: 0.8;
  color: #a5a5a5;
}

#selection .text-spinner {
  display: block;
  height: 28px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  overflow: hidden;
}

#selection .text-spinner .align {
  display: block;
  height: 100%;
  position: relative;
}

#selection .text-spinner .mover {
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
  white-space: nowrap;
}

#selection .text-spinner .group {
  display: inline-block;
  vertical-align: top;
}

#selection .text-spinner .mover.cloned-before .group {
  transform: translateX(-100%);
}

#selection .text-spinner .mover.cloned-after .group {
  transform: translateX(100%);
}

#selection .text-spinner .text {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  font-size: 2.4em;
  line-height: 28px;
  letter-spacing: 0.07em;
  color: #dadada;
}
#selection .text-spinner .text.active {
  color: #5d5d5d;
}

#selection .wheel-holder .wheel-btn .wheel.spin {
  animation: rotate 250ms linear infinite;
}

#selection .wheel-holder .wheel-btn .wheel.stop,
#selection .wheel-holder .wheel-btn .wheel.spin.stop {
  animation: none !important;
  transition: transform 3s cubic-bezier(0.18, 0.89, 0.74, 1.02);
}

#selection .text-spinner.spin .mover {
  animation: marquee 250ms linear infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

#selection .text-spinner.stop .mover,
#selection .text-spinner.spin.stop .mover {
  animation: none !important;
}

#selection .wheel-holder .wheel-btn .center.animate {
  animation: wheelCenter 125ms linear infinite;
}

/*
#selection .wheel-holder .wheel-btn .wheel.stop ~ .center,
#selection .wheel-holder .wheel-btn .wheel.spin.stop ~ .center{
        animation: none !important;
}
*/
#selection .mdp {
  content: "";
  display: block;
  width: 78px;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  bottom: 25px;
  background-size: contain;
  background-image: url(../images/start/mdp@3.png);
}

#selection .mdp:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 38.46%;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes wheelCenter {
  0% {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: rotate(0deg);
  }
  20% {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: rotate(15deg);
  }
  100% {
    transition-timing-function: ease-in;
    transform: rotate(0deg);
  }
}
/* GAME */
#game {
  background-color: #a5a5a5;
  transform: scale(1.4);
  transition: transform 550ms ease-in, opacity 450ms ease-out;
}

#game.show {
  opacity: 1;
  transform: scale(1);
  transition: transform 550ms ease-out, opacity 400ms ease-out;
}

#game:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: no-repeat center top/cover;
  background-image: url(../images/pattern.svg);
  opacity: 0.07;
}

#game .character {
  display: block;
}
#game .character:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: no-repeat center/contain;
}

#game .splash {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
#game .splash.show {
  opacity: 1;
}

#game .splash .title-holder {
  width: 100%;
  position: absolute;
  left: 0;
  top: 27.58%;
  transform: translateY(-50%);
  z-index: 10;
}

#game .splash .title-holder .title {
  padding: 0 40px;
  box-sizing: border-box;
  font-size: 4em;
  color: #fff;
}

#game .splash .character-holder {
  display: block;
  width: 77.3%;
  position: absolute;
  left: 57%;
  top: 36%;
}

#game .splash .character-holder .character {
  margin: 0 auto;
  transform: rotate(-26.7deg);
}

#game .splash .character-holder .character:before {
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: transform 300ms ease-in, opacity 300ms ease-out;
}

#game .splash.show .character-holder .character:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 450ms ease-out, opacity 350ms ease-out;
  transition-delay: 150ms;
}

#game .splash .btn-holder {
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  transform: translateX(-50%);
}

#game .splash .btn-holder .btn {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 1.7em;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: scale(1.2);
  transition: transform 300ms ease-in, opacity 300ms ease-out;
}

#game .splash.show .btn-holder .btn {
  opacity: 1;
  transform: scale(1);
  transition: transform 400ms ease-out, opacity 300ms ease-out;
  transition-delay: 150ms;
}

#game .game-content {
  position: relative;
  z-index: 10;
}

#game .game-content .align {
  width: 100%;
}

#game .game-content .wrapper {
  max-width: 580px;
}

#game .game-content .timer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: no-repeat center top/cover;
  background-image: url(../images/pattern.svg);
  opacity: 0.07;
  width: 0%;
  z-index: 0;
  background: #000;
  opacity: 0.05;
}

#game .card,
#game .card:before {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.22);
}

#game .card {
  width: 100%;
}

#game .card:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: rotate(-4deg);
}

#game .card .card-height:before {
  min-height: 26vh;
}

#game .card .holder {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  box-sizing: border-box;
}

#game .card .holder .delay-show {
  opacity: 0;
  transform: scale(0.6);
  transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 300ms ease-out;
}

#game .card .text {
  display: inline-block;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.25;
  padding: 5px 0;
}

#game .card .progress-circle {
  width: 30px;
  position: absolute;
  left: 20px;
  bottom: 10px;
}

#game .card .progress-circle .base,
#game .card .progress-circle .bar {
  stroke-width: 4px;
}

#game .card .progress-circle .num {
  font-size: 1em;
}

#game .card .character {
  width: 90px;
  position: absolute;
  right: -10px;
  bottom: -36px;
}

#game[data-category="1"] {
  background-color: #14919a;
}
#game[data-category="1"]:before {
  opacity: 0.05;
}
#game[data-category="1"] .character:before {
  background-image: url(../images/game/characters/1.svg);
  padding-bottom: 106.06%;
}
#game[data-category="1"] .splash .character-holder .character {
  width: 120%;
  margin: -5% 0 0 -5%;
}
#game[data-category="1"] .timer {
  opacity: 0.06;
}
#game[data-category="1"] .card .progress-circle .bar {
  stroke: #14919a;
}
#game[data-category="1"] .card .character {
  width: 90px;
  right: -10px;
  bottom: -36px;
}
#game[data-category="1"] .answers .answer[data-success=loading] .checkbox:after {
  border-top-color: #14919a;
}

#game[data-category="2"] {
  background-color: #38425b;
}
#game[data-category="2"]:before {
  opacity: 0.035;
}
#game[data-category="2"] .character:before {
  padding-bottom: 207.69%;
  background-image: url(../images/game/characters/2.svg);
}
#game[data-category="2"] .splash .character-holder .character {
  width: 60%;
}
#game[data-category="2"] .timer {
  opacity: 0.15;
}
#game[data-category="2"] .card .progress-circle .bar {
  stroke: #38425b;
}
#game[data-category="2"] .card .character {
  width: 40px;
  right: 20px;
  bottom: -22px;
}
#game[data-category="2"] .answers .answer[data-success=loading] .checkbox:after {
  border-top-color: #38425b;
}

#game[data-category="3"] {
  background-color: #ec7068;
}
#game[data-category="3"] .character:before {
  padding-bottom: 169.44%;
  background-image: url(../images/game/characters/3.svg);
}
#game[data-category="3"] .splash .character-holder .character {
  width: 67%;
}
#game[data-category="3"] .card .progress-circle .bar {
  stroke: #ec7068;
}
#game[data-category="3"] .card .character {
  width: 48px;
  right: 14px;
  bottom: -22px;
}
#game[data-category="3"] .answers .answer[data-success=loading] .checkbox:after {
  border-top-color: #ec7068;
}

#game[data-category="4"] {
  background-color: #fbc746;
}
#game[data-category="4"]:before {
  opacity: 0.1;
}
#game[data-category="4"] .character:before {
  padding-bottom: 144.29%;
  background-image: url(../images/game/characters/4.svg);
}
#game[data-category="4"] .card .progress-circle .bar {
  stroke: #fbc746;
}
#game[data-category="4"] .card .character {
  width: 72px;
  right: 7px;
  bottom: -42px;
}
#game[data-category="4"] .answers .answer[data-success=loading] .checkbox:after {
  border-top-color: #fbc746;
}

#game[data-category="5"] {
  background-color: #eaeaea;
}
#game[data-category="5"]:before {
  opacity: 0.17;
}
#game[data-category="5"] .character:before {
  padding-bottom: 151.28%;
  background-image: url(../images/game/characters/5.svg);
}
#game[data-category="5"] .splash .character-holder .character {
  width: 70%;
}
#game[data-category="5"] .timer {
  opacity: 0.04;
}
#game[data-category="5"] .card,
#game[data-category="5"] .card:before {
  box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.1);
}
#game[data-category="5"] .card .progress-circle .bar {
  stroke: #5d5d5d;
}
#game[data-category="5"] .card .character {
  width: 52px;
  right: 13px;
  bottom: -23px;
}
#game[data-category="5"] .answers .answer .holder,
#game[data-category="5"] .answers .answer:before {
  box-shadow: 0px -1px 25px -1px rgba(0, 0, 0, 0.08);
}
#game[data-category="5"] .answers .answer[data-success=loading] .checkbox:after {
  border-top-color: #5d5d5d;
}

#game[data-category="6"] {
  background-color: #9ab837;
}
#game[data-category="6"] .character:before {
  padding-bottom: 179.31%;
  background-image: url(../images/game/characters/6.svg);
}
#game[data-category="6"] .splash .character-holder .character {
  width: 70%;
}
#game[data-category="6"] .card .progress-circle .bar {
  stroke: #9ab837;
}
#game[data-category="6"] .card .character {
  width: 52px;
  right: 14px;
  bottom: -35px;
}
#game[data-category="6"] .answers .answer[data-success=loading] .checkbox:after {
  border-top-color: #9ab837;
}

#game .answers {
  position: relative;
  z-index: 2;
  margin-top: 8.2vh;
}

#game .answers .answer ~ .answer {
  margin-top: 3.1vh;
}

#game .answer,
#game .answer .holder,
#game .answer:before {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

#game .answers .answer {
  width: 100%;
  margin: 0 auto;
}

#game .answers .answer .holder,
#game .answers .answer:before {
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px -1px 20px -1px rgba(0, 0, 0, 0.2);
  transition: background-color 300ms ease-out;
}

#game .answers .answer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: rotate(-2.5deg);
}

#game .answers .answer .holder {
  font-size: 1em;
}

#game .answers .answer .holder:before {
  min-height: 9.8vh;
}

#game .answers .answer .text {
  padding: 6px 20px 6px 60px;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.25;
  color: #8c8c8c;
  box-sizing: border-box;
  transition: color 300ms ease-out;
}

#game .answers .answer .checkbox {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(93, 93, 93, 0.15);
  box-shadow: inset 0px 0px 0px 3px transparent;
  transition: background-color 300ms ease-out, box-shadow 300ms ease-out;
}
#game .answers .answer .checkbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/contain;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
}
#game .answers .answer .checkbox:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ec7068;
  box-sizing: border-box;
}

#game .answers .answer[data-success=loading] .checkbox:after {
  display: block;
  animation: rotate 600ms infinite linear;
}

#game .answers .answer.disabled {
  opacity: 0.6 !important;
  transition: opacity 200ms ease-out !important;
}
#game .answers .answer.disabled:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
}

#game .answers .answer[data-success=true] .checkbox,
#game .answers .answer[data-success=false] .checkbox {
  background-color: #fff;
}
#game .answers .answer[data-success=true] .checkbox:before,
#game .answers .answer[data-success=false] .checkbox:before {
  transform: scale(1);
  opacity: 1;
  transition-delay: 100ms;
}
#game .answers .answer[data-success=true] .text,
#game .answers .answer[data-success=false] .text {
  color: #fff;
}

#game .answers .answer[data-success=true] .holder {
  background-color: #9ab837;
}
#game .answers .answer[data-success=true]:before {
  background-color: #8aa431;
}
#game .answers .answer[data-success=true] .checkbox {
  box-shadow: inset 0px 0px 0px 3px #8fa534;
}
#game .answers .answer[data-success=true] .checkbox:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjI4cHgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjggMjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM5QUI4MzciIGQ9Ik0yMC42NTcsNS44NzljLTQuMTQyLDMuNjExLTcuMDI2LDguNDM3LTkuMzc3LDEzLjQwNWMtMC42NTYtMS4xMDktMS4zNzItMi4xNzktMi4xNy0zLjIyNGMtMC41MDUtMC42NjEtMy4zODMsMC4zMy0yLjgwOCwxLjA4MmMxLjM2OCwxLjc5MSwyLjQ4NCwzLjY1MSwzLjQzNiw1LjY4NmMwLjM5OSwwLjg1MywyLjY5NiwwLjAzOCwyLjk4NS0wLjYzNWMyLjQ4Mi01Ljc2OSw1LjQ2NC0xMS44NzIsMTAuMjcyLTE2LjA2NUMyNC4yMjEsNS4wNjIsMjEuMjQxLDUuMzcsMjAuNjU3LDUuODc5eiIvPjwvc3ZnPg==);
}

#game .answers .answer[data-success=false] {
  animation: shake 750ms;
}
#game .answers .answer[data-success=false] .holder {
  background-color: #c94f4f;
}
#game .answers .answer[data-success=false]:before {
  background-color: #b73535;
}
#game .answers .answer[data-success=false] .checkbox {
  box-shadow: inset 0px 0px 0px 3px #931614;
}
#game .answers .answer[data-success=false] .checkbox:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjI4cHgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjggMjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM5MzE2MTQiIGQ9Ik0yMC43NjYsNy42MDhjLTIuMzQyLDEuMTMtNC41MDEsMi41MDgtNi40NjcsNC4xMDdjLTEuNjMtMi4wNTMtMy4zODgtNC4wNTYtNS43MjEtNS4yNTNDNy4zMDksNS44MSw1LjE1MSw3LjY1NSw2Ljg2MSw4LjUzM2MyLjA3NiwxLjA2NiwzLjc0NSwzLjE1OCw1LjI0Miw1LjE0NmMtMS43MTksMS42OTgtMy4yNTEsMy41OTktNC41NDUsNS43MjRjLTAuNjkxLDEuMTM0LDIuMzAzLDAuNzY1LDIuNzcyLTAuMDA3YzAuODg4LTEuNDU4LDEuODk5LTIuODE3LDMuMDA1LTQuMDg2YzAuMDcxLDAuMDkyLDAuMTQ0LDAuMTkxLDAuMjE1LDAuMjgxYzIuMjM3LDIuODUyLDQuMjU2LDUuODY4LDYuMTU2LDguOTUxYzAuNzM1LDEuMTkzLDMuNTgzLDAuMDMsMi43MzktMS4zNGMtMi4xMTYtMy40MzUtNC40MTItNi43MjgtNi45MDItOS45MDJjLTAuMDQxLTAuMDUyLTAuMDgzLTAuMTA2LTAuMTI0LTAuMTU5YzEuOTE5LTEuNzc0LDQuMDg5LTMuMjc2LDYuNDk0LTQuNDM2QzIzLjc5OSw3Ljc5OSwyMi4wNDgsNi45OSwyMC43NjYsNy42MDh6Ii8+PC9zdmc+);
}

#game .game-content {
  display: none;
}
#game .game-content .card {
  opacity: 0;
  transform: translate3d(0, -50px, 0) rotate(4.5deg);
  transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 300ms ease-out;
}
#game .game-content .card:before {
  transform: rotate(0deg);
  transition: transform 300ms ease-out;
}
#game .game-content .answers .answer {
  opacity: 0;
  transform: scale(0.6) rotate(3deg);
  transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 300ms ease-out;
}
#game .game-content .answers .answer:before {
  transform: rotate(0deg);
  transition: transform 300ms ease-out;
}

#game .game-content.show .card {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-out;
}
#game .game-content.show .card:before {
  transform: rotate(-4deg);
  transition-delay: 150ms;
}
#game .game-content.show .card .holder .delay-show {
  opacity: 1;
  transform: scale(1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 350ms ease-out;
  transition-delay: 300ms;
}
#game .game-content.show .card .holder .delay-show.delay-1 {
  transition-delay: 380ms;
}
#game .game-content.show .card .holder .delay-show.delay-2 {
  transition-delay: 460ms;
}
#game .game-content.show .answers .answer {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: transform 550ms cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity 500ms ease-out;
  transition-delay: 150ms;
}
#game .game-content.show .answers .answer:before {
  transform: rotate(-2.5deg);
}
#game .game-content.show .answers .answer:nth-child(2) {
  transition-delay: 300ms;
}
#game .game-content.show .answers .answer:nth-child(3) {
  transition-delay: 450ms;
}
#game .game-content.show .answers .answer:nth-child(4) {
  transition-delay: 600ms;
}

/* *************** de Mobile a EXTRA SMALL MOBILE *************** */
@media (max-width: 360px) {
  #game-progress .text {
    font-size: 1.7em;
  }

  /* SELECTION */
  #selection .wheel-holder .wheel-btn {
    width: 90%;
  }

  #selection .wheel-holder .wheel-btn .center .text {
    font-size: 1.5em;
  }

  #selection .text-spinner {
    margin-top: 15px;
  }

  #selection .text-spinner .text {
    font-size: 1.8em;
    line-height: 28px;
  }

  /* GAME */
  #game .splash .title-holder .title {
    font-size: 3.8em;
  }

  #game .card .card-height:before {
    min-height: 23vh;
  }

  #game .card .text {
    font-size: 1.4em;
  }

  #game .card .progress-circle {
    width: 28px;
    left: 15px;
    bottom: 5px;
  }

  #game .card .progress-circle .num {
    font-size: 0.8em;
  }

  #game .card .character:before {
    transform: scale(0.8);
  }

  #game .answers {
    margin-top: 6.2vh;
  }
}
@media (max-height: 500px) {
  #selection .wheel-holder {
    margin: 0;
  }

  #selection .wheel-holder .wheel-btn {
    width: 41vh;
  }

  #selection .wheel-holder .wheel-btn .center .text {
    font-size: 1.2em;
  }
}
@media (max-height: 400px) {
  #selection {
    padding-bottom: 40px;
  }

  #selection .wheel-holder .wheel-btn .center:before {
    top: -7px;
  }

  #selection .wheel-holder .wheel-btn .center .text {
    font-size: 8px;
  }

  #selection .text-spinner {
    display: none;
  }

  #selection .mdp {
    width: 64px;
    bottom: 20px;
    margin-left: -32px;
  }
}
/* ********************** de Mobile a TABLET ********************** */
@media (min-width: 768px) {
  /* SELECTION */
  #selection {
    padding: 45px 0 7.8vh;
  }

  #selection .wheel-holder {
    margin: 0;
  }

  #selection .wheel-holder .wheel-btn {
    width: 44.12vh;
  }

  #selection .text-spinner {
    height: 50px;
    margin-top: 3.5vh;
  }

  #selection .text-spinner .text {
    padding: 0 10px;
    line-height: 50px;
  }

  #selection .mdp {
    width: 100px;
    margin-left: -50px;
    bottom: 4.8vh;
  }

  /* GAME */
  #game .splash .title-holder {
    top: 31.25%;
  }

  #game .splash .title-holder .title {
    padding: 0 90px;
    font-size: 5.5em;
  }

  #game .splash .character-holder {
    width: 65.6%;
    left: 62.24%;
    top: 32.42%;
  }

  #game .splash .btn-holder {
    bottom: 8.5%;
  }

  #game .splash .btn-holder .btn {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 2em;
  }

  #game .card,
#game .card:before {
    border-radius: 18px;
    box-shadow: 0px 2px 45px 0px rgba(0, 0, 0, 0.22);
  }

  #game .card .holder {
    padding: 0 60px;
  }

  #game .card .text {
    font-size: 2em;
  }

  #game .card .progress-circle {
    width: 40px;
    left: 30px;
  }

  #game .card .progress-circle .num {
    font-size: 1.4em;
  }

  #game .card .character:before {
    transform: scale(1.2);
  }

  #game[data-category="1"] .card .character {
    right: 0px;
    bottom: -40px;
  }

  #game[data-category="2"] .card .character {
    right: 30px;
    bottom: -26px;
  }

  #game[data-category="3"] .card .character {
    right: 24px;
    bottom: -26px;
  }

  #game[data-category="4"] .card .character {
    right: 17px;
    bottom: -46px;
  }

  #game[data-category="5"] .card .character {
    right: 23px;
    bottom: -24px;
  }

  #game[data-category="6"] .card .character {
    right: 24px;
  }

  #game .answers .answer .text {
    padding: 6px 40px 6px 80px;
    font-size: 1.8em;
  }

  #game .answers .answer .checkbox {
    width: 30px;
    height: 30px;
    left: 25px;
  }
}
@media (min-width: 768px) and (min-height: 720px) {
  /* SELECTION */
  #selection .wheel-holder .wheel-btn .center .text {
    font-size: 2em;
    letter-spacing: 0.05em;
  }

  #selection .text-spinner .text {
    font-size: 2.6em;
  }

  /* GAME */
  #game .card .holder:before {
    min-height: 200px;
  }
}
@media (min-width: 768px) and (min-height: 750px) {
  #game .answers {
    margin-top: 9vh;
  }

  #game .answers .answer ~ .answer {
    margin-top: 4vh;
  }

  #game .answers .answer .holder:before {
    min-height: 72px;
  }
}
@media (min-width: 768px) and (min-height: 800px) {
  /* SELECTION */
  #selection {
    padding-bottom: 9vh;
  }

  #selection .text-spinner {
    margin-top: 5vh;
  }

  #selection .text-spinner .text {
    font-size: 2.8em;
  }

  #selection .mdp {
    bottom: 6vh;
  }
}
@media (min-width: 768px) and (min-height: 850px) {
  /* SELECTION */
  #selection .wheel-holder .wheel-btn {
    width: 100%;
  }

  #selection .text-spinner {
    margin-top: 5vh;
  }
}
@media (min-width: 768px) and (min-height: 950px) {
  /* SELECTION */
  #selection .text-spinner {
    margin-top: 8.5vh;
    margin-bottom: -20px;
  }

  /* GAME */
  #game .splash .btn-holder {
    bottom: 10%;
  }
}
/* ********************** de Tablet a DESKTOP ********************** */
@media (min-width: 980px) {
  /* GAME */
  #game[data-category="1"] .card .character {
    right: 10px;
  }

  #game[data-category="2"] .card .character {
    right: 40px;
  }

  #game[data-category="3"] .card .character {
    right: 34px;
  }

  #game[data-category="4"] .card .character {
    right: 27px;
  }

  #game[data-category="5"] .card .character {
    right: 33px;
  }

  #game[data-category="6"] .card .character {
    right: 34px;
  }

  #selection .wheel-holder .wheel-btn .center {
    transform: scale(1);
    transition: transform 250ms ease-out, box-shadow 300ms ease-out;
  }
  #selection .wheel-holder .wheel-btn .center .center-bg {
    transition: background-color 300ms ease-out;
  }
  #selection .wheel-holder .wheel-btn .center .center-bg:before {
    transform: rotate(0deg) translate3d(0, 0, 0);
    transition: background-color 300ms ease-out, transform 300ms ease-out;
  }
  #selection .wheel-holder .wheel-btn .center .text {
    transition: color 300ms ease-out;
  }

  #selection .wheel-holder .wheel-btn:hover .center {
    transform: scale(1.1);
    box-shadow: 0px 13px 33px -3px rgba(0, 0, 0, 0.2);
  }
  #selection .wheel-holder .wheel-btn:hover .center .center-bg:before {
    transform: rotate(-40deg) translate3d(36%, 22%, 0);
  }
  #selection .wheel-holder .wheel-btn:hover .center .text {
    color: #ec7068;
  }

  /* GAME */
  #game .answers .answer .holder:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 6px;
    z-index: 0;
    box-shadow: inset 0px 0px 0px 1px #fdac6c;
    opacity: 0;
    transition: opacity 200ms ease-out;
  }

  #game .answers .answer:not([data-success=""]) .holder {
    cursor: default;
  }

  #game .answers .answer[data-success=""] .holder:hover:after,
#game .answers .answer[data-success=""] .holder:focus:after {
    opacity: 1;
  }
}
@media (min-width: 980px) and (orientation: landscape) {
  #game .splash .title-holder {
    top: 40%;
  }

  #game .splash .title-holder .title {
    padding: 0 30% 0 0;
    font-size: 6em;
    text-align: center;
  }

  #game .splash .character-holder {
    width: 41.25%;
    left: 76.25%;
    top: 22.5%;
  }
}
@media (min-width: 1300px) and (orientation: landscape) {
  #game .splash .title-holder .title {
    font-size: 7em;
  }

  #game .splash .character-holder {
    top: 17%;
  }
}
@media (min-width: 1600px) and (orientation: landscape) {
  #game .splash .title-holder .title {
    font-size: 7.5em;
  }

  #game .splash .character-holder {
    width: 38%;
    left: 77%;
    top: 14%;
  }

  #game .splash .btn-holder .btn {
    font-size: 2.2em;
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
/* MIXINS */
/* COLOR */
/* FONT */
/* EASINGS */
/* TRANSITIONS */
.non-structure-transition, a, input[type=submit], button {
  transition: color 240ms ease-out, background 240ms ease-out, border 240ms ease-out, opacity 240ms ease-out, box-shadow 240ms ease-out;
}

/* STRUCTURE */
/* ******************* */
/* ***** PROFILE ***** */
/* ******************* */
/* HEADER */
#profile-header .text {
  width: 100%;
  padding: 3px 70px 6px 20px;
  font-size: 1.6em;
  position: relative;
  box-sizing: border-box;
}

#profile-header .text {
  padding-top: 10px;
  padding-bottom: 12px;
}

#profile-header .text .name,
#profile-header .text .caption {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#profile-header .text .name {
  color: #ec7068;
  font-weight: 700;
}

#profile-header .text .caption {
  display: block;
  font-size: 0.857em;
  color: #9e9e9e;
}

#profile-header .text .points {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  font-size: 0.714em;
  line-height: 1;
  color: #cecece;
}
#profile-header .text .points .num {
  display: block;
  font-size: 2em;
  color: #8c8c8c;
  line-height: 0.8;
  position: relative;
  right: -2px;
  margin-bottom: 5px;
}

/* STATS */
#profile .stats .games {
  margin-top: 12px;
}

#profile .stats .games .graph {
  width: 100%;
  height: 34px;
  position: relative;
  background-color: #bed326;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: inset 0px -5px 0px 0px rgba(93, 93, 93, 0.1);
}

#profile .stats .games .graph .num {
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#profile .stats .games .graph .incorrect {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff6666;
  border-radius: 0 6px 6px 0;
  box-shadow: -3px 0px 0px 0px #fff, inset 0px -5px 0px 0px rgba(93, 93, 93, 0.1);
  transition: width 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#profile .stats .games .text {
  display: block;
  font-size: 1.2em;
  color: #9e9e9e;
  text-align: center;
  margin-top: 14px;
}

#profile .stats .categories {
  max-width: 340px;
  margin: 55px auto 0;
}

#profile .stats .categories .graph {
  height: 130px;
  position: relative;
  border-bottom: 1px solid rgba(165, 165, 165, 0.1);
  margin-bottom: 17px;
}
#profile .stats .categories .graph .category {
  display: inline-block;
  vertical-align: top;
  width: 16.667%;
  height: 100%;
  position: relative;
}
#profile .stats .categories .graph .category .bar {
  display: block;
  width: 34%;
  max-width: 17px;
  height: 0%;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 3px 3px 0 0;
  background-color: rgba(165, 165, 165, 0.5);
  transform: translateX(-50%);
  box-shadow: inset -4px 0px 0px 0px rgba(93, 93, 93, 0.1);
  transition: height 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#profile .stats .categories .graph .category .bar:before {
  content: attr(data-percentage) "%";
  font-size: 1.6em;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
}
#profile .stats .categories .graph .category:nth-child(2) .bar {
  transition-delay: 50ms;
}
#profile .stats .categories .graph .category:nth-child(3) .bar {
  transition-delay: 100ms;
}
#profile .stats .categories .graph .category:nth-child(4) .bar {
  transition-delay: 150ms;
}
#profile .stats .categories .graph .category:nth-child(5) .bar {
  transition-delay: 200ms;
}
#profile .stats .categories .graph .category:nth-child(6) .bar {
  transition-delay: 250ms;
}
#profile .stats .categories .graph .category.category-1 .bar {
  background-color: #14919a;
}
#profile .stats .categories .graph .category.category-1 .bar:before {
  color: #0e676d;
}
#profile .stats .categories .graph .category.category-2 .bar {
  background-color: #38425b;
}
#profile .stats .categories .graph .category.category-2 .bar:before {
  color: #252b3b;
}
#profile .stats .categories .graph .category.category-3 .bar {
  background-color: #ec7068;
}
#profile .stats .categories .graph .category.category-3 .bar:before {
  color: #e6453b;
}
#profile .stats .categories .graph .category.category-4 .bar {
  background-color: #fbc746;
}
#profile .stats .categories .graph .category.category-4 .bar:before {
  color: #fab814;
}
#profile .stats .categories .graph .category.category-5 .bar {
  background-color: #eaeaea;
}
#profile .stats .categories .graph .category.category-5 .bar:before {
  color: #d1d1d1;
}
#profile .stats .categories .graph .category.category-6 .bar {
  background-color: #9ab837;
}
#profile .stats .categories .graph .category.category-6 .bar:before {
  color: #79912b;
}

#profile .stats .categories .characters .character {
  display: inline-block;
  vertical-align: bottom;
  width: 16.667%;
  padding: 0 4px;
  position: relative;
  box-sizing: border-box;
}
#profile .stats .categories .characters .character:before {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 1;
  background: no-repeat center bottom/contain;
}
#profile .stats .categories .characters .character:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  z-index: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  transform: scale(0.9, 0.15);
}
#profile .stats .categories .characters .character.category-1:before {
  background-image: url(../images/game/characters/1.svg);
}
#profile .stats .categories .characters .character.category-2:before {
  background-image: url(../images/game/characters/2.svg);
}
#profile .stats .categories .characters .character.category-3:before {
  background-image: url(../images/game/characters/3.svg);
}
#profile .stats .categories .characters .character.category-4:before {
  background-image: url(../images/game/characters/4.svg);
}
#profile .stats .categories .characters .character.category-5:before {
  background-image: url(../images/game/characters/5.svg);
}
#profile .stats .categories .characters .character.category-6:before {
  background-image: url(../images/game/characters/6.svg);
}

#profile .info {
  margin-top: 45px;
  border-top: 1px solid rgba(165, 165, 165, 0.2);
  padding-top: 45px;
  padding-bottom: 40px;
}

#profile .info .styled-form {
  margin-top: 40px;
}

#profile .info .styled-form .input-holder {
  margin-top: 0;
}

#profile .info .cols > .col {
  margin-top: 30px;
}

#profile .info .cols > .col:first-child {
  margin-top: 0;
}

/* *************** de Mobile a EXTRA SMALL MOBILE *************** */
@media (max-width: 360px) {
  /* HEADER */
  #profile-header .text {
    font-size: 1.4em;
  }

  /* STATS */
  #profile .stats .categories .graph .category .bar:before {
    font-size: 1.6em;
    top: -24px;
  }
}
/* ********************** de Mobile a TABLET ********************** */
@media (min-width: 768px) {
  /* HEADER */
  #profile-header .text {
    padding-left: 30px;
    font-size: 1.8em;
  }

  #profile-header .text .points {
    right: 28px;
  }

  /* STATS */
  #profile .stats .games .text {
    font-size: 1.5em;
    margin-top: 16px;
  }

  #profile .stats .categories {
    max-width: 440px;
    margin-top: 80px;
  }

  #profile .stats .categories .graph,
#profile .stats .characters {
    padding: 0 30px;
    box-sizing: border-box;
  }

  #profile .stats .categories .graph {
    height: 170px;
  }

  #profile .stats .categories .graph .category .bar:before {
    font-size: 1.8em;
    top: -30px;
  }

  #profile .info {
    margin-top: 44px;
    padding-top: 44px;
  }

  #profile .styled-form .submit-holder {
    margin-top: 60px;
  }
}
/* ********************** de Tablet a DESKTOP ********************** */
@media (min-width: 980px) {
  /* INFO */
  #profile .info .cols {
    margin: 0 -15px;
  }

  #profile .info .cols > .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    margin-top: 35px;
    box-sizing: border-box;
  }

  #profile .info .cols > .col:nth-child(2) {
    margin-top: 0;
  }

  #profile .info .cols > .col .input-holder {
    margin-top: 0;
  }
}
#team-select label.error {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2em;
  color: #ff6666;
}
.styled-form .label .text{
	font-size: 1.1em !important;
}
.styled-form .links .link.desc {
	font-size: 1.1em !important;
}