@keyframes buttonCtaBounce {
  0% {
    transform: scale(1); }
  25% {
    transform: scaleX(1.2) scaleY(0.8); }
  50% {
    transform: scaleX(0.8) scaleY(1.2); }
  75% {
    transform: scaleX(1.1) scaleY(1.1); } }

@keyframes carouselButtonBounce {
  0% {
    transform: scale(1) translateY(-50%); }
  25% {
    transform: scaleX(1.2) scaleY(0.8) translateY(-50%); }
  50% {
    transform: scaleX(0.8) scaleY(1.2) translateY(-50%); }
  75% {
    transform: scaleX(1.1) scaleY(1.1) translateY(-50%); } }

@keyframes playButtonBounce {
  0% {
    transform: scale(1) translate(-50%, -50%); }
  25% {
    transform: scaleX(1.2) scaleY(0.8) translate(-50%, -50%); }
  50% {
    transform: scaleX(0.8) scaleY(1.2) translate(-50%, -50%); }
  75% {
    transform: scaleX(1.1) scaleY(1.1) translate(-50%, -50%); } }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button, a, img, svg {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

* {
  box-sizing: border-box; }

html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none; }
  html.html-game {
    -webkit-font-smoothing: antialiased;
    font-size: var(--root-font-size); }

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  color: #221E20;
  position: relative;
  height: 100%; }

.hide {
  display: none !important; }

:root {
  --root-font-size: 0.8333333333vw; }
  @media (max-width: 575px) {
    :root {
      --root-font-size: 16px
  ; } }

.html-game body.navbar-is-fixed-top {
  padding: 0;
  margin: 0; }

.field-link, .cta {
  cursor: pointer; }
  .field-link:hover a, .field-link:hover span, .cta:hover a, .cta:hover span {
    box-shadow: none;
    color: #FFF; }
  .field-link.azure a, .field-link.azure span, .field-link.azure button, .cta.azure a, .cta.azure span, .cta.azure button {
    background: linear-gradient(#69ceff 0%, #2c9bfc 100%);
    box-shadow: 1.5px 1.5px 1px rgba(38, 90, 134, 0.8); }
  .field-link.reload a img, .field-link.reload span img, .field-link.reload button img, .field-link.arrow a img, .field-link.arrow span img, .field-link.arrow button img, .cta.reload a img, .cta.reload span img, .cta.reload button img, .cta.arrow a img, .cta.arrow span img, .cta.arrow button img {
    width: 0.625rem; }
  .field-link a, .field-link span, .field-link button, .cta a, .cta span, .cta button {
    border: none;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.25rem 3.75rem;
    background-color: #264E7C;
    font-size: 1.75rem;
    color: #FFF;
    border-radius: 0.9375rem;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 1.5px 1.5px 1px rgba(38, 90, 134, 0.8); }
    @media (max-width: 767px) {
      .field-link a, .field-link span, .field-link button, .cta a, .cta span, .cta button {
        font-size: 14px;
        padding: 12px 14px;
        border-radius: 10px; } }
    .field-link a img, .field-link span img, .field-link button img, .cta a img, .cta span img, .cta button img {
      width: 1.5625rem;
      margin: 0 0.3125rem; }
    .field-link a:hover, .field-link span:hover, .field-link button:hover, .cta a:hover, .cta span:hover, .cta button:hover {
      text-decoration: none; }
  .field-link img, .cta img {
    width: 8px;
    height: auto; }

.velina-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  display: block;
  z-index: 111; }
  .velina-intro.hide {
    display: none; }
  .velina-intro .close-btn {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      .velina-intro .close-btn {
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px; } }
    @media (max-width: 767px) {
      .velina-intro .close-btn img {
        width: 100%; } }
  .velina-intro .velina-content--centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    text-align: center;
    max-width: 59rem;
    margin: auto; }
    @media (max-width: 767px) {
      .velina-intro .velina-content--centered {
        max-width: none;
        padding: 0 37px; } }
  .velina-intro .cta {
    margin-top: 3.75rem; }
    @media (max-width: 767px) {
      .velina-intro .cta {
        margin-top: 40px; } }
    .velina-intro .cta span {
      background-color: #264E7C; }
  .velina-intro .title {
    color: #FFF;
    font-size: 4.375rem;
    line-height: 1;
    margin-bottom: 2.5rem;
    font-weight: 900; }
    @media (max-width: 767px) {
      .velina-intro .title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px; } }
  .velina-intro .text {
    color: #FFF;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 2.5rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .velina-intro .text {
        font-size: 16px;
        line-height: 20px; } }
  .velina-intro .image {
    width: 23.6875rem;
    margin: 0 auto 3.75rem auto; }
    @media (max-width: 767px) {
      .velina-intro .image {
        width: 202px; } }
    .velina-intro .image img {
      width: 100%; }

.velina-end-game {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  display: block;
  z-index: 90; }
  @media (max-width: 767px) {
    .velina-end-game {
      z-index: 42; } }
  .velina-end-game .close-btn {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 5.625rem;
    right: 4.375rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      .velina-end-game .close-btn {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px; } }
    .velina-end-game .close-btn img {
      width: 100%; }
  .velina-end-game.hide {
    display: none; }
  .velina-end-game .field-link {
    -ms-flex-pack: center;
    justify-content: center; }
  .velina-end-game .velina-content--centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 100%; }
    .velina-end-game .velina-content--centered .velina-content {
      width: 40.375rem;
      position: relative; }
      @media (max-width: 767px) {
        .velina-end-game .velina-content--centered .velina-content {
          width: 280px;
          margin-top: -100px; } }
      .velina-end-game .velina-content--centered .velina-content .box-image img {
        width: 100%; }
      .velina-end-game .velina-content--centered .velina-content .content-info {
        position: absolute;
        top: 15.625rem;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 26.1875rem; }
        @media (max-width: 767px) {
          .velina-end-game .velina-content--centered .velina-content .content-info {
            width: 270px;
            top: 106px; } }
        .velina-end-game .velina-content--centered .velina-content .content-info .text {
          font-size: 2.25rem;
          line-height: 1;
          margin-bottom: 1.25rem;
          color: #FFF; }
          @media (max-width: 767px) {
            .velina-end-game .velina-content--centered .velina-content .content-info .text {
              font-size: 20px;
              line-height: 1;
              margin-bottom: 11px;
              padding: 0 24px; } }
      .velina-end-game .velina-content--centered .velina-content .content-btn {
        position: absolute;
        bottom: 1.5625rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 1.5625rem;
        width: 100%; }
        @media (max-width: 767px) {
          .velina-end-game .velina-content--centered .velina-content .content-btn {
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-direction: column;
            flex-direction: column;
            bottom: -190px; } }
        .velina-end-game .velina-content--centered .velina-content .content-btn .field-link {
          width: 50%; }
          @media (max-width: 767px) {
            .velina-end-game .velina-content--centered .velina-content .content-btn .field-link {
              width: 100%; } }
          .velina-end-game .velina-content--centered .velina-content .content-btn .field-link:first-child {
            margin-right: 0.9375rem; }
            @media (max-width: 767px) {
              .velina-end-game .velina-content--centered .velina-content .content-btn .field-link:first-child {
                margin-right: 0;
                margin-bottom: 30px; } }
          .velina-end-game .velina-content--centered .velina-content .content-btn .field-link a, .velina-end-game .velina-content--centered .velina-content .content-btn .field-link span, .velina-end-game .velina-content--centered .velina-content .content-btn .field-link button {
            padding: 1.3125rem 0.3125rem;
            width: 100%;
            font-size: 1.25rem; }
            @media (max-width: 767px) {
              .velina-end-game .velina-content--centered .velina-content .content-btn .field-link a, .velina-end-game .velina-content--centered .velina-content .content-btn .field-link span, .velina-end-game .velina-content--centered .velina-content .content-btn .field-link button {
                font-size: 14px; } }

/*
.game-footer{
  width: 100%;
  height: rem(140px);
  background-color: #FFF;
  .content-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .field-link{
    margin: 0 rem(10px);
    a,span{
      font-size: rem(28px);
      display: flex;
      img{
        width: 20px;
        margin-right: 6px;
      }
    }
  }
}

 */
.game-footer {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  background-color: #FFF;
  height: 12.5rem;
  box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.16);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .game-footer {
      height: auto;
      max-height: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      transition: max-height .5s ease-in-out;
      padding: 0;
      position: fixed;
      bottom: 0; } }
  .game-footer .backBtn {
    width: 3.4375rem;
    height: 3.4375rem;
    position: absolute;
    left: 0;
    margin: auto; }
    @media (max-width: 767px) {
      .game-footer .backBtn {
        display: none; } }
    .game-footer .backBtn img {
      width: 100%; }
  .game-footer.open {
    max-height: 250px; }
    .game-footer.open .btn-open-mobile:after {
      content: '';
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      display: inline-block;
      background-image: url("../images/arrow-info.svg");
      width: 15px;
      height: 9px;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
  .game-footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .game-footer-content {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 10px; } }
    .game-footer-content .content-btn {
      display: -ms-flexbox;
      display: flex; }
      .game-footer-content .content-btn .field-link:first-child {
        margin-right: 1.25rem; }
        @media (max-width: 767px) {
          .game-footer-content .content-btn .field-link:first-child {
            margin-right: 5px; } }
      @media (max-width: 767px) {
        .game-footer-content .content-btn .field-link button {
          padding: 10px; } }
      .game-footer-content .content-btn .field-link button img {
        margin: 0 5px 0 0; }
      @media (max-width: 767px) {
        .game-footer-content .content-btn .svela-info button {
          width: 100%; } }
      @media (max-width: 767px) {
        .game-footer-content .content-btn .svela-info button img {
          width: 16px; } }
  .game-footer .content-cta {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .game-footer .content-cta {
        width: auto;
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; } }
  .game-footer .btn-open-mobile {
    display: none;
    font-family: "Montserrat", sans-serif;
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #264E7C;
    position: absolute;
    top: -40px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF; }
    .game-footer .btn-open-mobile:after {
      content: '';
      -ms-transform: rotate(0);
      transform: rotate(0);
      display: inline-block;
      background-image: url("../images/arrow-info.svg");
      width: 15px;
      height: 9px;
      background-repeat: no-repeat;
      background-size: 100% 100%; }
    @media (max-width: 767px) {
      .game-footer .btn-open-mobile {
        display: block;
        width: max-content; } }

.legal {
  position: absolute;
  z-index: 40;
  right: -20px;
  bottom: 140px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
  font-size: 12px; }
  @media (max-width: 575px) {
    .legal {
      bottom: 304px; } }

#time {
  position: absolute;
  top: 4rem;
  right: 1.5rem;
  font-size: 4rem;
  color: #FFF;
  font-weight: 900;
  text-shadow: 2px 2px 1px #034c7e;
  z-index: 30; }
  @media (max-width: 767px) {
    #time {
      font-size: 30px;
      top: 42px;
      right: 16px; } }

button:disabled,
button[disabled] {
  opacity: .5; }

.footer {
  width: 100%;
  height: 12.5rem;
  background-image: url("../images/estathe-footer-bg.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  bottom: 0;
  left: 0; }
  @media (max-width: 767px) {
    .footer {
      background-size: cover;
      background-image: url("../images/estathe-bg-footer-mobile.png");
      height: 120px; } }

.header {
  position: fixed;
  z-index: 30;
  width: 100%;
  pointer-events: auto; }
  @media (max-width: 767px) {
    .header {
      pointer-events: auto; } }
  .header:before {
    content: '';
    width: 100%;
    height: 3.75rem;
    background-color: #fec43e;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .header:before {
        height: 44px; } }
  .header .back {
    display: none;
    position: absolute;
    top: 24px;
    left: 15px;
    z-index: 3;
    width: 40px;
    height: 40px; }
    .header .back img {
      width: 100%; }
    @media (max-width: 767px) {
      .header .back {
        display: none; } }
  .header .foglia {
    width: 27.125rem;
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .header .foglia {
        width: 150px; } }
    .header .foglia img {
      width: 100%; }
  .header .logo {
    max-width: 17.125rem;
    width: 100%;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .header .logo {
        width: 118px;
        margin: 4px auto 0 0; } }
    .header .logo img {
      width: 100%; }

.wrapper-donald--game--footer-content .back {
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: 2.125rem; }
  @media (max-width: 767px) {
    .wrapper-donald--game--footer-content .back {
      display: none; } }
  .wrapper-donald--game--footer-content .back img {
    width: 100%; }

.backBtn {
  margin-top: 40px; }
  .backBtn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .backBtn a:hover {
      text-decoration: none; }
    .backBtn a span {
      color: #479ed8;
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: 700;
      padding-left: 1.25rem; }
    .backBtn a img {
      display: inline-block;
      width: 2.1875rem;
      height: 2.1875rem; }

footer {
  background-color: #fec43e;
  padding: 1.25rem 0 0; }
  @media (max-width: 575px) {
    footer {
      padding: 20px 20px 0; } }
  @media (max-width: 575px) {
    footer.padding-bottom-mobile {
      padding-bottom: 30px; } }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 575px) {
      footer ul {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center; } }
    footer ul li {
      font-weight: 600;
      text-decoration: none;
      font-size: 0.875rem;
      margin: 0 1.25rem; }
      @media (max-width: 575px) {
        footer ul li {
          margin: 5px 0;
          font-size: 12px; } }
      footer ul li a {
        display: block;
        text-decoration: none;
        color: #264E7C; }
      footer ul li.logo-footer {
        position: relative; }
        @media (max-width: 575px) {
          footer ul li.logo-footer {
            -ms-flex-order: 5;
            order: 5;
            -ms-transform: none;
            transform: none;
            max-width: 140px;
            margin-top: 30px;
            margin-bottom: 0; } }
        footer ul li.logo-footer .logo-minions {
          position: relative;
          left: auto;
          height: auto;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 575px) {
            footer ul li.logo-footer .logo-minions {
              width: 100%; } }
          footer ul li.logo-footer .logo-minions img {
            width: 100%;
            height: auto; }

.cookie-page {
  padding-top: 80px; }
  @media (max-width: 575px) {
    .cookie-page {
      padding-top: 10px; } }
