@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@font-face {
  font-family: "TIM Sans";
  src: url("fonts/TIMSans-Regular.eot");
  src: url("fonts/TIMSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TIMSans-Regular.woff") format("woff"), url("fonts/TIMSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TIM Sans";
  src: url("fonts/TIMSans-Bold.eot");
  src: url("fonts/TIMSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TIMSans-Bold.woff") format("woff"), url("fonts/TIMSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TIM Sans";
  src: url("fonts/TIMSans-Heavy.eot");
  src: url("fonts/TIMSans-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/TIMSans-Heavy.woff") format("woff"), url("fonts/TIMSans-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "TIM Sans";
  src: url("fonts/TIMSans-Light.eot");
  src: url("fonts/TIMSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TIMSans-Light.woff") format("woff"), url("fonts/TIMSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gobold";
  src: url("fonts/gobold_regular-webfont.woff2") format("woff2"), url("fonts/gobold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

p,
span {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

p.big {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  p.big {
    font-size: 1rem;
  }
}

p.small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  p.small {
    font-size: 0.9rem;
  }
}

:root {
  color-scheme: light only;
}

body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "TIM Sans", sans-serif;
  font-size: 16px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  background-color: #122ac2;
}
body *,
html * {
  box-sizing: border-box;
}
body a,
body select,
body input,
body input[type=image],
html a,
html select,
html input,
html input[type=image] {
  font-family: "TIM Sans", sans-serif;
  outline: none;
}
body a:active, body a:focus,
body select:active,
body select:focus,
body input:active,
body input:focus,
body input[type=image]:active,
body input[type=image]:focus,
html a:active,
html a:focus,
html select:active,
html select:focus,
html input:active,
html input:focus,
html input[type=image]:active,
html input[type=image]:focus {
  outline: none;
}
body a,
html a {
  text-decoration: none;
}
body img,
html img {
  max-width: 100%;
  vertical-align: middle;
}
body button,
html button {
  font-family: "TIM Sans", sans-serif;
  outline: none;
  border: none;
  cursor: pointer;
}
body button:active, body button:focus,
html button:active,
html button:focus {
  outline: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.relative {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.regular {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 5px;
}

.full-height {
  min-height: 100%;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 90%;
  }
}

.content {
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  br.desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  br.mobile,
  h4.mobile,
  h5.mobile,
  span.mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.desktop {
    display: none;
  }
}

img.mobile__version,
img.mobile__block__version {
  display: none;
}

@media screen and (max-width: 767px) {
  img.desktop__version {
    display: none;
  }
  img.mobile__version {
    display: inline;
  }
  img.mobile__block__version {
    display: block;
  }
}
strong {
  font-weight: bold;
}

.error-wrapper {
  min-height: 50vh;
}
.error-wrapper h4 a {
  color: #122ac2;
}

.sep {
  max-width: 300px;
  width: 160px;
  height: 2px;
  background-color: #ffffff;
  margin: 1rem auto;
}

.center {
  text-align: center;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0;
}

.mt5 {
  display: inline-block;
  margin-top: 5px;
}

.shadow {
  font-weight: 900;
  text-shadow: 0px 0px 17px rgb(0, 0, 0);
}

.bg-blue-ltr, .artisti .artista {
  background: rgb(18, 42, 194);
  background: linear-gradient(90deg, rgb(18, 42, 194) 0%, rgb(8, 22, 119) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122ac2",endColorstr="#081677",GradientType=1);
}

.bg-blue-rtl, .modal-content {
  background: rgb(18, 42, 194);
  background: linear-gradient(-90deg, rgb(18, 42, 194) 0%, rgb(8, 22, 119) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122ac2",endColorstr="#081677",GradientType=1);
}

.bg-gradient-vertival, .main-content {
  background: rgb(246, 247, 252);
  background: linear-gradient(180deg, rgb(246, 247, 252) 0%, rgb(137, 163, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7fc",endColorstr="#89a3ff",GradientType=1);
}

.modal-logo-wrapper {
  margin-top: 4rem;
}
.modal-logo-wrapper img {
  max-width: 150px;
}

header.top-header {
  background-color: #122ac2;
  height: 4rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  header.top-header {
    padding: 0 1rem;
  }
  header.top-header img {
    max-width: 100%;
  }
}
header.top-header .logo-wrapper {
  height: 1.5rem;
}
header.top-header .logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
header.top-header .profile-wrapper {
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  header.top-header .profile-wrapper {
    font-size: 1rem;
  }
}
header.top-header .profile-wrapper span {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  header.top-header .profile-wrapper span {
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }
}
header.top-header .profile-wrapper span img {
  max-width: 100%;
  max-height: 100%;
}

.visore {
  position: relative;
  text-align: center;
  color: #ffffff;
}
.visore img.main-visore {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .visore img.main-visore {
    display: none;
  }
}
.visore img.main-visore-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .visore img.main-visore-mobile {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .visore img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .visore .logo {
    max-width: 100%;
  }
}
.visore > div.logo,
.visore h1 {
  font-size: 4rem;
  text-transform: uppercase;
  padding: 1rem 0 4rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .visore > div.logo,
  .visore h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .visore > div.logo,
  .visore h1 {
    font-size: 2rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 480px) {
  .visore > div.logo,
  .visore h1 {
    font-size: 1.5rem;
  }
}
.visore .logo-container {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 55%;
  top: 0;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .visore .logo-container {
    width: 100%;
    bottom: 20%;
    left: 0;
    display: block;
    height: auto;
    top: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .visore .logo-container .logo img {
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .visore .logo-container .logo img {
    max-width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .visore .logo-container .logo img {
    max-width: 200px;
  }
}
.visore > img.wave {
  margin-top: -10%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .visore > img.wave {
    margin-top: -1rem;
  }
}

.footer {
  background-color: #122ac2;
  color: #ffffff;
  text-align: center;
  padding: 1rem 5px;
  position: relative;
  font-size: 12px;
  line-height: 1.1;
  max-height: 5000em;
}
.footer .logo-legal {
  font-size: 10px;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer {
    position: static;
    font-size: 0.6rem;
  }
}
.footer .content a,
.footer .content span.preferenze-cookie {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}

div.btn,
button.btn {
  background-color: #122ac2;
  border-radius: 14px;
  background-size: 100% 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0.6rem 4rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  div.btn,
  button.btn {
    font-size: 1.1rem;
    padding: 0.6rem 3rem;
  }
}
div.btn.white,
button.btn.white {
  background-size: 100% 100%;
  background-color: #ffffff;
  color: #081677;
}

.form-dati {
  margin-top: 2rem;
}

.frame {
  border: 2px solid #ffffff;
}
.frame .inner {
  position: relative;
  padding: 1rem;
  margin: 0.6rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .frame .inner {
    padding: 1rem 0.5rem;
  }
}
.animation {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.animation:after {
  content: "";
  background-color: #ffffff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.animation.show {
  display: block;
}
.animation .animation-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .animation .animation-inner {
    max-width: 70%;
    margin: auto;
  }
}
.animation .animation-inner img.animation-gif {
  max-width: 400px;
}

.main-content {
  color: #081677;
  text-align: center;
  position: relative;
}
.main-content a {
  color: #081677;
  text-decoration: underline;
}
.main-content strong {
  font-weight: bold;
}
.main-content h2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .main-content h2 {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.main-content h4 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: normal;
  margin: 1rem auto;
  text-transform: uppercase;
}
.main-content h4.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-content h4 {
    font-size: 17px;
    padding: 0;
    margin: 0.7rem auto;
  }
  .main-content h4 br.desktop {
    display: none;
  }
}
.main-content h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 1rem auto;
  font-weight: normal;
}
.main-content h3 span {
  text-transform: none;
}
.main-content h3.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-content h3 {
    font-size: 1.1rem;
    padding: 0;
    margin-top: 1rem;
  }
  .main-content h3 br.desktop {
    display: none;
  }
}
.main-content h5 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}
.main-content .container {
  max-width: 1024px;
}
.main-content .claim-gioca {
  max-width: 1024px;
  margin: auto;
  padding: 0 2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main-content .claim-gioca {
    padding: 0 1rem;
  }
}
.main-content .claim-gioca .spunta img {
  width: 0.9rem;
}
.main-content .bg-dark-wave.gioca h2,
.main-content .bg-light-wave.gioca h2 {
  margin-top: 0;
}
.main-content .bg-dark-wave.gioca h4,
.main-content .bg-light-wave.gioca h4 {
  font-size: 1.2rem;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .main-content .bg-dark-wave.gioca h4,
  .main-content .bg-light-wave.gioca h4 {
    font-size: 1rem;
  }
}
.main-content .bg-dark-wave.gioca h5,
.main-content .bg-light-wave.gioca h5 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .main-content .bg-dark-wave.gioca h5,
  .main-content .bg-light-wave.gioca h5 {
    font-size: 1rem;
  }
}

p.premi {
  font-size: 0.9rem;
  text-align: center;
}
p.premi br {
  display: none;
}
@media screen and (max-width: 768px) {
  p.premi br {
    display: block;
  }
}

.scelta-concorso {
  padding: 4rem 0;
}
.scelta-concorso .box-wrapper {
  max-width: 640px;
  margin: auto;
  color: #081677;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper {
    max-width: 90%;
  }
}
.scelta-concorso .box-wrapper .border-wrapper {
  background-color: #ffffff;
  border-radius: 20px;
}
.scelta-concorso .box-wrapper .border-wrapper.bg-clienti {
  background-image: url("../images/bg-clienti-iw.png"), url("../images/bg-clienti-iw-right.png");
  background-position: bottom left, top right;
  background-repeat: no-repeat, no-repeat;
}
.scelta-concorso .box-wrapper .border-wrapper.bg-prospect {
  background: #ffffff url("../images/bg-prospect.png") bottom right no-repeat;
}
.scelta-concorso .box-wrapper .border-wrapper.bg-clienti-video {
  background: #ffffff url("../images/bg-clienti-video.png") bottom right no-repeat;
}
.scelta-concorso .box-wrapper .border-wrapper.disabled {
  background-color: #ffffff;
}
.scelta-concorso .box-wrapper .border-wrapper.disabled .border-inner {
  background-color: #ffffff;
  border-radius: 20px;
}
.scelta-concorso .box-wrapper .border-wrapper div.title {
  border-radius: 20px 20px 0 0;
  margin: 0;
  background-color: #d0d4f3;
  color: #081677;
}
.scelta-concorso .box-wrapper .border-wrapper div.title.rose {
  background-color: #fcd9df;
}
.scelta-concorso .box-wrapper .border-wrapper .box-content {
  padding: 2rem;
}
.scelta-concorso .box-wrapper .border-wrapper .border-inner h2.title {
  color: #081677;
  margin: 0;
}
.scelta-concorso .box-wrapper .box {
  border-radius: 20px;
  padding: 0;
  flex: 0 31%;
  max-height: 5000em;
}
.scelta-concorso .box-wrapper .box .disabled-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 32, 70, 0.85);
}
.scelta-concorso .box-wrapper .box .lock-wrapper {
  z-index: 99;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.scelta-concorso .box-wrapper .box .lock-wrapper img {
  max-width: 36px;
}
.scelta-concorso .box-wrapper .box .body {
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  min-height: 90px;
}
@media screen and (max-width: 1024px) {
  .scelta-concorso .box-wrapper .box .body {
    min-height: 110px;
  }
}
@media screen and (max-width: 800px) {
  .scelta-concorso .box-wrapper .box .body {
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .box .body {
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.scelta-concorso .box-wrapper .box .body .description {
  padding-right: 3%;
  text-align: left;
}
.scelta-concorso .box-wrapper .box .body .image img {
  max-width: 110px;
}
.scelta-concorso .box-wrapper .box .body div.li {
  margin: 5px 0;
}
.scelta-concorso .box-wrapper .box.disabled > * {
  opacity: 1;
  pointer-events: none;
}
.scelta-concorso .box-wrapper .box h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .scelta-concorso .box-wrapper .box h2 {
    font-size: 1.42rem;
  }
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .box h2 {
    font-size: 1.1rem;
    text-align: center;
  }
}
.scelta-concorso .box-wrapper .box h2 .new-label {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .scelta-concorso .box-wrapper .box h2 .new-label {
    right: 5%;
  }
}
.scelta-concorso .box-wrapper .box h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.7rem auto;
  text-decoration: none;
}
.scelta-concorso .box-wrapper .box h5 {
  color: #ffffff;
  margin: 0;
}
.scelta-concorso .box-wrapper .box .sep {
  display: block;
  margin: 1rem auto;
  height: 4px;
  width: 70%;
  text-align: center;
  background-color: #d0d4f3;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .box .sep {
    height: 3px;
    width: 60%;
  }
}
.scelta-concorso .box-wrapper .box .sep div.label {
  background-color: #0164f2;
  color: #ffffff;
  position: relative;
  top: -17px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
}
.scelta-concorso .box-wrapper .box .sep span {
  display: flex;
  font-weight: bold;
  font-size: 0.9rem;
  width: auto;
  padding: 0.6rem 1rem;
}
.scelta-concorso .box-wrapper .box .sep.rose {
  background-color: #fcd9df;
}
.scelta-concorso .box-wrapper .box .sep.rose span {
  background-color: #0ffffd;
  color: #000077;
}
.scelta-concorso .box-wrapper .box h3.claim {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  color: #69c4e4;
}
.scelta-concorso .box-wrapper .box h4.vantaggi {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3rem;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .scelta-concorso .box-wrapper .box h4.vantaggi {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .box h4.vantaggi {
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.scelta-concorso .box-wrapper .box h4.vantaggi .item {
  background: url(../images/sponsorship-calcio/tick-darkblue.svg) top left no-repeat;
}
.scelta-concorso .box-wrapper .box h4.vantaggi .item p {
  margin: 7px 0 7px 30px;
}
.scelta-concorso .box-wrapper .box .premi-btn {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  color: #0164f2;
}
.scelta-concorso .box-wrapper .box .btn.btn-gioca,
.scelta-concorso .box-wrapper .box .btn.partecipa {
  background-size: 100% 100%;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 14px;
}
.scelta-concorso .box-wrapper .box.disabled .title.bottom {
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 60%;
  margin: 0 20%;
}
.scelta-concorso .box-wrapper .box.disabled .title.bottom h2 {
  font-size: 1.1rem;
  color: #69c4e4;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .box.disabled .title.bottom h2 {
    font-size: 0.8rem;
  }
}
.scelta-concorso .box-wrapper .box.disabled a {
  opacity: 1;
}
.scelta-concorso .box-wrapper .box.disabled a .btn.btn-gioca {
  background-color: grey;
}
.scelta-concorso .box-wrapper h4.vantaggi {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: none;
}
.scelta-concorso .box-wrapper h4.vantaggi.regular {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper h4.vantaggi {
    font-size: 1rem;
  }
}
.scelta-concorso .box-wrapper h4.vantaggi .new-label {
  max-height: 25px;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper h4.vantaggi .new-label {
    max-height: 20px;
  }
}
.scelta-concorso .box-wrapper h5.vantaggi {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.scelta-concorso .box-wrapper .small {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 1rem;
}
.scelta-concorso .box-wrapper .small.mobile {
  display: none;
}
.scelta-concorso .box-wrapper .small.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .small {
    font-size: 0.8rem;
  }
  .scelta-concorso .box-wrapper .small.mobile {
    display: inline-block;
    margin-top: 1rem;
  }
}
.scelta-concorso .box-wrapper .cta-wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .cta-wrapper {
    gap: 1rem;
    flex-direction: column;
  }
}
.scelta-concorso .box-wrapper .cta-wrapper .cta {
  margin: 1rem auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .cta-wrapper .cta {
    margin: 0 auto;
  }
}
.scelta-concorso .box-wrapper .cta-wrapper .cta a {
  text-decoration: none;
}
.scelta-concorso .box-wrapper .cta-wrapper .cta .btn.btn-gioca {
  font-size: 1rem;
  min-width: 230px;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.8rem 2rem;
}
@media screen and (max-width: 768px) {
  .scelta-concorso .box-wrapper .cta-wrapper .cta .btn.btn-gioca {
    max-width: 90%;
  }
}
.scelta-concorso .box-wrapper .footer-wrapper {
  margin-top: 0rem;
}
.scelta-concorso .box-wrapper .footer-wrapper h5.prefooter {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #instant-win-page {
    min-height: inherit;
  }
}
#instant-win-page #contest-premi-wrapper {
  padding: 1rem;
}
#instant-win-page .logo-wrapper {
  width: 235px;
  margin: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #instant-win-page .logo-wrapper {
    width: 145px;
    margin-top: 1rem;
  }
}
#instant-win-page .claim-consensi {
  max-width: 1024px;
  margin: auto;
  margin-top: 4rem;
}
#instant-win-page .btn.gioca {
  margin-top: 1rem;
  border-radius: 14px;
}
#instant-win-page .btn.gioca[disabled] {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #ababab;
}

.form {
  max-height: 5000em;
  margin: auto;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 1rem 1rem;
  }
}
.form#form-partecipa {
  margin: auto;
  max-width: 800px;
  text-align: left;
}
.form .cta {
  margin-top: 2rem;
  text-align: center;
}
.form .row-dati {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form .row {
  margin: 10px auto;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form select {
  display: block;
  margin: auto;
  margin: 15px auto;
  width: 300px;
  line-height: 40px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 5px 0;
  background-color: #122ac2;
  border-radius: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form input[type=text],
  .form input[type=password],
  .form input[type=email],
  .form select {
    margin: 0 auto 6px;
    max-width: 90%;
    line-height: 30px;
  }
}
.form ::-moz-placeholder {
  color: #e8e8e8;
  font-weight: bold;
  text-transform: uppercase;
}
.form ::placeholder {
  color: #e8e8e8;
  font-weight: bold;
  text-transform: uppercase;
}
.form :-ms-input-placeholder {
  color: #e8e8e8;
  font-weight: bold;
  text-transform: uppercase;
}
.form ::-ms-input-placeholder {
  color: #e8e8e8;
  font-weight: bold;
  text-transform: uppercase;
}
.form small {
  font-size: 0.7em;
  font-weight: 300;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.form .informative {
  margin: 2rem auto 0;
  text-align: left;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .form .informative {
    font-size: 0.9rem;
    margin: 0 auto;
  }
}
.form .informative .flag {
  display: flex;
  margin-top: 0.4rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .form .informative .flag {
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }
}
.form .informative .flag label {
  margin-left: 0.6rem;
  line-height: 1.2;
  cursor: pointer;
}
.form .informative .flag label .light {
  font-size: 0.8rem;
}
.form .error {
  color: #ff0529;
  margin: 1rem auto;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form .error {
    font-size: 1rem;
  }
}

#form-gioca {
  padding: 0 2rem 2rem;
}

.back-wrapper {
  position: relative;
  z-index: 100;
  text-align: left;
  padding: 1rem 0 0 1rem;
}
.back-wrapper span {
  color: #081677;
  font-size: 0.9rem;
}
.back-wrapper a {
  text-decoration: none;
}
.artisti {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1024px;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .artisti {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.6rem;
  }
}
.artisti .artista {
  padding: 0.3rem 1.5rem;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  text-align: center;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-height: 60px;
  max-width: 300px;
  width: 100%;
  margin: auto;
  color: #ffffff;
}
.artisti .artista .nuova-proposta {
  text-transform: capitalize;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .artisti .artista {
    font-size: 1rem;
    padding: 0.2rem 2.5rem;
    min-height: 50px;
  }
}
.artisti .artista.selected {
  background: #ffffff;
  border: 3px solid #122ac2;
  color: #122ac2;
}
.artisti .artista.disabled {
  border-color: #ababab;
  color: #ababab;
  cursor: not-allowed;
}

#giuria-page .form-dati-wrapper {
  margin: 1rem auto;
}
#giuria-page .form-dati-wrapper .form-dati {
  margin: 2rem auto;
}
#giuria-page .form-dati-wrapper #videoFile {
  display: none;
}
#giuria-page .form-dati-wrapper .plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(100px);
}

.vai-timparty {
  margin-top: 2rem;
}

.modal {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1072;
  display: none;
}

.modal-showing {
  overflow: hidden;
}

.fade.show {
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    min-height: calc(100% - 2.5rem);
    margin: 1.25rem;
  }
}

.modal-content {
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border-radius: 20px;
  background-size: cover;
  outline: 0;
  max-height: 5000em;
}
@media screen and (max-width: 767px) {
  .modal-content {
    background-position: center center;
  }
}
.modal-content .inner {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .modal-content .inner {
    padding: 0 1rem;
  }
}
.modal-content a {
  color: #01bdef;
  text-decoration: none;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url("../images/ico-close.png") center center no-repeat;
  cursor: pointer;
  z-index: 10;
}

.btn-modal {
  display: inline-block;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  background-color: #00ffff;
  border: 1px solid #001136;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.alert-error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  display: none;
}

.feedback {
  text-align: center;
  padding: 1rem 0 1rem;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feedback {
    padding: 2rem 0 2rem;
  }
}
.feedback .estrazione-wrapper {
  margin: 2rem auto 2rem;
}
.feedback p.estrazione {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .feedback p.estrazione {
    font-size: 0.9rem;
  }
}
.feedback a {
  text-decoration: underline;
}
.feedback .logo.amici img {
  margin-top: 1rem;
  max-width: 180px;
}
.feedback h2 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 3rem auto 1rem;
}
@media screen and (max-width: 767px) {
  .feedback h2 {
    font-size: 1.6rem;
  }
}
.feedback h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .feedback h3 {
    font-size: 1.1rem;
  }
}
.feedback h4 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: normal;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .feedback h4 {
    font-size: 1rem;
  }
}
.feedback h4.bold {
  font-weight: bold;
}
.feedback h4.noup {
  text-transform: none;
}
.feedback .rigioca {
  margin: 2rem 0;
}
.feedback .btn-close {
  display: inline-block;
  margin: 0 auto;
}
.feedback p.error {
  margin-top: 1rem;
  color: #ff0529;
  font-size: 1rem;
  font-weight: bold;
}
.feedback .warning {
  font-weight: bold;
  text-decoration: underline;
}
.feedback h5 {
  margin-top: 2rem;
  line-height: 1.1;
}
.feedback .mailto {
  font-weight: bold;
}
.feedback .btn.download {
  margin-top: 0;
  background-color: #00ffff;
  color: #0033a1;
  font-size: 24px;
  padding: 8px 30px;
  font-weight: bold;
}
.feedback .ico-download {
  display: inline-block;
  margin-right: 5px;
}
.feedback .form {
  max-height: 5000em;
  padding: 1rem 0;
  text-align: center;
}
.feedback .form .form-dati {
  max-width: 550px;
  margin: auto;
}
.feedback .form .form-dati .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback .form .form-dati .row > div[class^=col] {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .feedback .form .form-dati .row > div[class^=col] {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .feedback .form .form-dati .row {
    flex-direction: column;
  }
}
.feedback .form .row-select {
  position: relative;
}
.feedback .form .row-select select {
  -webkit-appearance: none;
}
.feedback .form .row-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  font-size: 12px;
}
.feedback .form input[type=text],
.feedback .form input[type=email],
.feedback .form select {
  display: inline-block;
  margin: 0.5rem;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 1.1rem;
  background-color: rgba(255, 255, 255, 0.28);
}
.feedback .form .btn {
  font-size: 1.2rem;
}
.feedback .form option {
  color: #122ac2;
}
.feedback .form .cta .btn {
  margin: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .feedback .form .cta .btn {
    margin: 1rem auto;
  }
}

.feedback-content.form #first-step-vinto-modal span.regular,
.feedback-content.form #form-dati span.regular {
  display: inline-block;
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .feedback-content.form #first-step-vinto-modal span.regular,
  .feedback-content.form #form-dati span.regular {
    font-size: 1.1rem;
  }
}
.feedback-content.form #first-step-vinto-modal .btn,
.feedback-content.form #form-dati .btn {
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .feedback-content.form #first-step-vinto-modal .btn,
  .feedback-content.form #form-dati .btn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .feedback-content.form #first-step-vinto-modal .btn,
  .feedback-content.form #form-dati .btn {
    min-width: 70%;
  }
}

.feedback.bic h5 {
  font-size: 1rem;
}

.prospect .modal-content .feedback-content h4 {
  font-weight: bold;
}

body.prospect .main-content {
  margin-top: 0;
}
body.prospect .main-content h2 {
  font-size: 2.2rem;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  body.prospect .main-content h2 {
    font-size: 2rem;
  }
}
body.prospect .main-content h5 {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  body.prospect .main-content h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  body.prospect .main-content .logo img {
    max-width: 600px;
  }
}
body.prospect .main-content #signup-top {
  padding: 2rem 0;
}
body.prospect .main-content #signup-top h4 {
  padding: 0 1rem;
}
body.prospect .main-content #signup-top h5 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  body.prospect .main-content #signup-top h5 {
    font-size: 1rem;
  }
}
body.prospect .main-content .top-claim-accedi h4,
body.prospect .main-content #signup-top h4,
body.prospect .main-content .gioca h4 {
  text-transform: none;
}
body.prospect .main-content .flag-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
body.prospect .main-content .flag-wrapper label {
  font-size: 0.9rem;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  body.prospect .main-content .flag-wrapper {
    max-width: 90;
  }
  body.prospect .main-content .flag-wrapper label {
    font-size: 0.9rem;
  }
}
body.prospect img.ico-logout {
  margin-left: 1rem;
  max-height: 1.4rem;
}
body.prospect .scelta-concorso {
  padding: 4rem 0 1rem;
}
body.prospect .scelta-concorso .box-wrapper .border-wrapper .box .box-content {
  padding: 2rem 3.5rem;
}
@media screen and (max-width: 768px) {
  body.prospect .scelta-concorso .box-wrapper .border-wrapper .box .box-content {
    padding: 2rem;
  }
}
body.prospect .scelta-concorso .box h4.vantaggi {
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  body.prospect .main-content .bg-dark-wave.gioca .cta {
    padding: 2rem 0 3rem 0;
  }
}
body.prospect .main-content .bold {
  font-weight: bold;
}
body.prospect .feedback-content.form {
  padding: 1rem 0;
}
body.prospect .thankyou {
  margin: 0;
  padding: 4rem 0;
  text-transform: none;
}
body.prospect .btn.gioca {
  margin-top: 1rem;
  border-radius: 14px;
}
body.prospect .btn.gioca[disabled] {
  cursor: not-allowed;
  background-color: #ffffff;
  color: #ababab;
}
body.prospect .form {
  padding: 4rem 0 2rem;
  padding-top: 0;
}
body.prospect .form .form-dati {
  margin: auto;
  max-width: 300px;
}
body.prospect .form .password-wrapper {
  position: relative;
}
body.prospect .form .password-wrapper a.show-password {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.prospect .form .password-wrapper a.show-password svg {
  fill: #ababa9;
  max-height: 2rem;
  width: 1.3rem;
}
body.prospect .form .password-wrapper a.show-password.active svg {
  fill: #ffffff;
}
@media screen and (max-width: 768px) {
  body.prospect .form .password-wrapper a.show-password {
    right: 2.2rem;
  }
}
body.prospect .form .row.recupera {
  text-align: right;
  margin-top: -0.2rem;
  margin-right: 0.8rem;
}
body.prospect .form .flag {
  text-align: justify;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body.prospect .form .flag {
    display: block;
    max-width: 320px;
    padding-left: 0.4rem;
  }
}
body.prospect .form .flag input[type=checkbox] {
  margin-top: 3px;
}
body.prospect .cta .registrati,
body.prospect .form a.recupera-pwd {
  margin-top: 0.6rem;
  font-size: 0.8rem;
}
body.prospect .cta .registrati a,
body.prospect .form a.recupera-pwd a {
  font-weight: bold;
}
body.prospect .cta .btn.login {
  margin-top: 2rem;
}
body.prospect .cta.reset-password-success {
  margin-top: 2rem;
}
body.prospect .main-content .bg-light-wave.gioca {
  padding-bottom: 1rem;
  position: relative;
}
body.prospect .main-content .bg-light-wave.gioca img.pallone-serie-a {
  width: 70px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
body.prospect .modal-content .feedback-content h3 {
  margin-bottom: 0;
}
body.prospect .modal-content .feedback-content a {
  color: #ffffff;
}
body.prospect a.recupera-pwd {
  cursor: pointer;
}
body.prospect .top-claim-reset-password h4 {
  text-transform: none;
}
body.prospect #form-participa-prospect {
  padding: 1rem;
}
body.prospect #form-participa-prospect .gioca {
  margin: auto;
}
body.prospect form#form-recupera-pwd {
  display: none;
}
body.prospect #form-accedi {
  padding: 2rem 5%;
  margin: 0 auto;
}
body.prospect #form-accedi h4.success {
  display: none;
  text-transform: none;
}
body.prospect #form-accedi .success h4 {
  text-transform: none;
}
body.prospect #form-dati {
  max-width: 550px;
}