.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
h1 {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
}
h1 {
  margin-bottom: 1rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.75rem; /* 28px */
  margin-bottom: 1rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.375rem; /* 22px */
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.275rem; /* 18px */
}

body {
  font-family: "freight-text-pro", "FreightText Pro", Georgia, "Times New Roman", serif;
  line-height: 1.4;
  color: #004088;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "hagrid", "Hagrid", Arial, Helvetica, sans-serif;
}

.hagrid-title {
  font-family: "hagrid", "Hagrid", Arial, Helvetica, sans-serif;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

.site-header {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  z-index: 40;
  padding: 1rem 0;
  background: transparent;
}
.site-header .logo-header {
  width: clamp(84px, 24vw, 112px);
  height: auto;
  display: block;
}

.site-footer {
  background: #F07F3C;
  border-top: 1px solid #004088;
  padding: 3.75rem 0 4.25rem;
}
.site-footer .legal-text {
  margin: 0 auto;
  max-width: 28rem;
  text-align: center;
  color: #003f84;
}
.site-footer .legal-text p {
  margin: 0;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 4.5rem 0 5rem;
  }
  .site-footer .legal-text {
    max-width: 34rem;
  }
}

.page-vota .site-footer {
  border-top: 0;
}

  .page-vota .site-header,
  .page-closed .site-header {
  position: relative;
  top: auto;
  background: #004088;
  padding: 1.5rem 0;
}

.btn {
  font-weight: 700;
  text-align: center;
  padding: 1rem 2rem;
}
.btn.primary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn.secondary {
  color: #ffffff;
  background: #004088;
}

.link {
  text-decoration: underline;
}

.bg-yellow {
  background-color: #F07F3C;
}

.bg-blu {
  background-color: #004088;
  color: #ffffff;
}

.bg-coffe {
  background: #EAD9C3;
  color: #004088;
}

.bg-beige {
  background: #FDF9F1;
  color: #004088;
}

.color-rosa {
  color: #FF007B;
}

.bg-gradient-blu-coffe {
  background: linear-gradient(to bottom, #004088 0 50%, #EAD9C3 50% 100%);
}

.bg-gradient-coffe-blu {
  background: linear-gradient(to bottom, #EAD9C3 0 50%, #004088 50% 100%);
}

.bg-gradient-blu-yellow {
  background: linear-gradient(to bottom, #004088 0 50%, #F07F3C 50% 100%);
}

.bg-gradient-beige-yellow {
  background: linear-gradient(to bottom, #FDF9F1 0 50%, #F07F3C 50% 100%);
}

.bg-gradient-transparent-blu {
  background: linear-gradient(to bottom, transparent 0 50%, #004088 50% 100%);
  margin-top: -25px !important;
}

.term-conditions p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

form a {
  text-decoration: underline;
}

.bg-rosa {
  background-color: #FF007B;
}

.consulta-regolamento-section a {
  text-decoration: underline;
  font-weight: 700;
}

.hero {
  min-height: 100vh;
  padding-top: clamp(5.75rem, 16vw, 7.25rem);
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #004088;
  background-image: linear-gradient(180deg, rgba(0, 64, 136, 0.55) 0%, rgba(0, 64, 136, 0.45) 42%, rgba(0, 64, 136, 0.25) 100%), url("/images/illustrations/hero_hp_mobile.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.hero.bg-blu {
  background-image: none;
  color: #fff;
}
.hero.hero-vota {
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .hero {
    min-height: 100vh;
    padding-top: 8rem;
    background-image: linear-gradient(110deg, rgba(0, 64, 136, 0.6) 0%, rgba(0, 64, 136, 0.35) 46%, rgba(0, 64, 136, 0.12) 100%), url("/images/illustrations/hero_hp_desktop.webp");
    background-position: center center;
  }
  .hero.hero-vota {
    min-height: auto;
    padding-bottom: 5rem;
  }
}
.hero.carica-foto {
  background-image: url("/images/illustrations/bg_fotografo_mobile.webp");
}
@media (min-width: 992px) {
  .hero.carica-foto {
    background-image: url("/images/illustrations/visual_fotografo_desktop.webp");
  }
}

.separatore {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: -2px;
  margin-bottom: -2px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.separatore-svg {
  display: block;
  width: calc(100% + 4px);
  margin-left: -2px;
  height: 44px;
  vertical-align: top;
}

@media (min-width: 992px) {
  .separatore-svg {
    height: 64px;
  }
}
.premi-list {
  display: grid;
  gap: 1.75rem;
}

.premio-card {
  position: relative;
  overflow: visible;
  background: #FDF9F1;
  padding: 2rem;
  color: #004088;
}
.premio-card h4 {
  margin: 1rem 0 0.9rem;
}
.premio-card p {
  margin: 0;
}

.premio-head {
  position: relative;
}

.premio-rank {
  color: #004088;
  font-family: "highest-praise", "Highest Praise", cursive;
  font-size: 32px;
  font-style: italic;
  line-height: 1;
  margin-top: 1.1rem;
  white-space: nowrap;
  transform: rotate(-12.45deg);
  position: relative;
  z-index: 2;
  display: inline-block;
}

.premio-rank-line {
  display: block;
  width: 8.75rem;
  height: auto;
  margin-top: -0.7rem;
}
.premio-rank-line.good {
  width: 120px;
}

.premio-photo {
  position: absolute;
  top: -3rem;
  right: -1.7rem;
  width: 220px;
  z-index: 1;
}

.registration-form label:not([for=accepted_terms]):not([for=accepted_privacy]):not([for=accepted_terms_upload]):not([for=is_adult]) {
  color: #004088;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}
.registration-form label:not([for=accepted_terms]):not([for=accepted_privacy]):not([for=accepted_terms_upload]):not([for=is_adult]) .text-red-500 {
  color: #004088;
}
.registration-form input:not([type=hidden]):not([type=checkbox]):not([type=button]):not([type=submit]):not([type=file]) {
  width: 100%;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 2px solid #EAD9C3;
  border-radius: 0;
  box-shadow: none;
  color: #004088;
  font-family: inherit;
  line-height: 1.2;
}
.registration-form input:not([type=hidden]):not([type=checkbox]):not([type=button]):not([type=submit]):not([type=file]):focus {
  border-color: #004088;
  box-shadow: 0 0 0 3px rgba(0, 64, 136, 0.14);
}
.registration-form input:not([type=hidden]):not([type=checkbox]):not([type=button]):not([type=submit]):not([type=file]).border-red-500 {
  border-color: #ef4444;
}

.upload-form .upload-dropzone {
  width: 100%;
  min-height: 17.5rem;
  padding: 3.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px dotted #004088;
  color: #004088;
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.upload-form .upload-dropzone:hover,
.upload-form .upload-dropzone:focus,
.upload-form .upload-dropzone:focus-within {
  border-color: #004088;
  box-shadow: 0 0 0 3px rgba(0, 64, 136, 0.14);
}
.upload-form .upload-dropzone.has-preview {
  border-style: solid;
  background: #ffffff;
}
.upload-form .upload-dropzone-icon {
  width: 2.7rem;
  height: auto;
  margin: 0 auto 1.5rem;
}
.upload-form .upload-dropzone-title {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2;
}
.upload-form .upload-dropzone-hint {
  margin: 0.35rem 0 0;
  color: #919191;
  font-size: 0.875rem;
}
.upload-form .upload-preview {
  width: 100%;
  max-height: 18rem;
  margin: 0 auto 0.75rem;
  object-fit: contain;
}
.upload-form .upload-file-name {
  margin: 0;
  font-weight: 700;
  word-break: break-word;
}

.vote-masonry {
  column-count: 2;
  column-gap: 1.25rem;
}

.vote-masonry-item {
  position: relative;
  display: block;
  break-inside: avoid;
  margin-bottom: 1.25rem;
}

.vote-masonry-image {
  display: block;
  width: 100%;
  height: auto;
}

.vote-floating-counter {
  position: fixed;
  top: clamp(1rem, 3vw, 1.5rem);
  right: clamp(1rem, 4vw, 2rem);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem 0.55rem 0.9rem;
  border-radius: 999px;
  background: #ffffff;
  color: #004088;
  font-size: 0.875rem;
  line-height: 1;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.vote-floating-counter:hover, .vote-floating-counter:focus {
  transform: translateY(-1px);
  box-shadow: 0 0.35rem 1.2rem rgba(0, 0, 0, 0.16);
}

.vote-floating-counter-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: #004088;
}

.vote-slideshow-modal-overlay {
  background: rgba(253, 249, 241, 0.7);
}

.vote-slideshow-modal-panel {
  width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #004088;
  color: #ffffff;
  box-shadow: none;
}

.vote-slideshow-modal-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vote-slideshow-modal-header {
  position: relative;
  flex-shrink: 0;
  min-height: clamp(6.5rem, 18vw, 11.5rem);
  background: #004088;
}

.vote-slideshow-modal-media {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  background: #004088;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-slideshow-modal-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #004088;
}

.vote-slideshow-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDF9F1;
  color: #004088;
  transform: translateY(-50%);
  transition: background-color 160ms ease, transform 160ms ease;
}

.vote-slideshow-modal-nav-prev {
  left: 0;
}

.vote-slideshow-modal-nav-next {
  right: 0;
}

.vote-slideshow-modal-footer {
  position: relative;
  flex-shrink: 0;
  min-height: clamp(13rem, 28vw, 18rem);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background: #004088;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vote-slideshow-modal-title {
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.vote-slideshow-modal-close {
  position: absolute;
  top: 50%;
  right: clamp(1.5rem, 5vw, 2.5rem);
  color: #ffffff;
  transform: translateY(-50%);
  transition: opacity 160ms ease, transform 160ms ease;
}
.vote-slideshow-modal-close:hover, .vote-slideshow-modal-close:focus {
  opacity: 0.72;
  transform: translateY(-50%) scale(1.04);
}

.vote-slideshow-modal-heart-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  width: clamp(4rem, 11vw, 5.5rem);
  height: clamp(4rem, 11vw, 5.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #FDF9F1;
  color: #004088;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.vote-slideshow-modal-heart-button:hover, .vote-slideshow-modal-heart-button:focus {
  transform: scale(1.06);
  box-shadow: 0 0 0 3px rgba(0, 64, 136, 0.14);
}
.vote-slideshow-modal-heart-button.is-voted {
  color: #004088;
}
.vote-slideshow-modal-heart-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.vote-slideshow-modal-heart-icon {
  width: 23px;
  height: 21px;
}
.vote-slideshow-modal-heart-icon path {
  fill: transparent;
}

.vote-slideshow-modal-heart-button.is-voted .vote-slideshow-modal-heart-icon path {
  fill: currentColor;
}

.vote-slideshow-modal-vote-button,
.vote-slideshow-modal-register {
  width: 100%;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 2px solid #FFF958;
  background: transparent;
  color: #FFF958;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}
.vote-slideshow-modal-vote-button:hover, .vote-slideshow-modal-vote-button:focus,
.vote-slideshow-modal-register:hover,
.vote-slideshow-modal-register:focus {
  background: #FFF958;
  color: #004088;
}
.vote-slideshow-modal-vote-button:disabled,
.vote-slideshow-modal-register:disabled {
  cursor: wait;
  opacity: 0.65;
}

.vote-slideshow-modal-vote-button.is-voted {
  background: transparent;
}
.vote-slideshow-modal-vote-button.is-voted:hover, .vote-slideshow-modal-vote-button.is-voted:focus {
  background: #FFF958;
  color: #004088;
}

.vote-slideshow-modal-actions {
  position: relative;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  width: 100%;
  max-width: 32rem;
}

.vote-slideshow-modal-button-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.vote-slideshow-modal-limit {
  position: absolute;
  right: 7%;
  bottom: calc(100% + 1rem);
  z-index: 5;
  width: min(23rem, 86%);
  padding: 1rem 1.25rem;
  background: #ffffff;
  color: #004088;
  text-align: center;
  box-shadow: 0 0.35rem 1.5rem rgba(0, 0, 0, 0.14);
}
.vote-slideshow-modal-limit::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid #ffffff;
  transform: translateX(-50%);
}
.vote-slideshow-modal-limit strong,
.vote-slideshow-modal-limit span {
  display: block;
}
.vote-slideshow-modal-limit strong {
  line-height: 1.15;
}
.vote-slideshow-modal-limit span {
  margin-top: 0.2rem;
  line-height: 1.2;
}

.vote-votes-modal-overlay {
  background: rgba(0, 64, 136, 0.36);
}

.vote-votes-modal-panel {
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #004088;
  box-shadow: 0 1.25rem 3rem rgba(0, 64, 136, 0.18);
}

.vote-votes-modal-body {
  flex: 1;
}

.vote-votes-modal-title {
  margin: 0;
  color: #004088;
  font-weight: 400;
  line-height: 1;
}

.vote-votes-modal-subtitle {
  margin: 0.35rem 0 0;
  color: #004088;
  line-height: 1.15;
}

.vote-votes-modal-close {
  color: #004088;
  font-weight: 200;
  line-height: 0.7;
  transition: opacity 160ms ease;
}
.vote-votes-modal-close:hover, .vote-votes-modal-close:focus {
  opacity: 0.7;
}

.vote-votes-modal-empty {
  color: #919191;
  text-align: center;
}

.vote-votes-modal-row {
  border-bottom: 1px solid #E8E8E8;
}

.vote-votes-modal-photo-title {
  margin: 0;
  overflow: hidden;
  color: #004088;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vote-votes-modal-remove {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #004088;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: underline;
  transition: opacity 160ms ease;
}
.vote-votes-modal-remove:hover, .vote-votes-modal-remove:focus {
  opacity: 0.72;
}
.vote-votes-modal-remove:disabled {
  cursor: wait;
  opacity: 0.55;
}

.vote-votes-modal-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #004088;
  background: #ffffff;
  color: #004088;
}

.vote-votes-modal-slot-title {
  margin: 0;
  color: rgba(0, 64, 136, 0.36);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.vote-votes-modal-slot-text {
  margin: 0.5rem 0 0;
  color: rgba(0, 64, 136, 0.48);
  line-height: 1.35;
}

.vote-votes-modal-back {
  width: 100%;
  padding: 1rem 1.25rem;
  background: #004088;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: background-color 160ms ease;
}
.vote-votes-modal-back:hover, .vote-votes-modal-back:focus {
  background: #00346f;
}

.vote-heart-button {
  position: absolute;
  top: clamp(0.65rem, 2vw, 1rem);
  right: clamp(0.65rem, 2vw, 1rem);
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #FDF9F1;
  color: #004088;
  transition: color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.vote-heart-button:hover, .vote-heart-button:focus {
  color: #004088;
  transform: scale(1.04);
  box-shadow: 0 0 0 3px rgba(0, 64, 136, 0.14);
}
.vote-heart-button.is-voted {
  color: #004088;
}
.vote-heart-button.is-voted .vote-heart-icon path {
  fill: currentColor;
}
.vote-heart-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.vote-heart-icon {
  width: 16px;
  height: 14px;
}
.vote-heart-icon path {
  fill: transparent;
}

@media (min-width: 768px) {
  .vote-masonry {
    column-gap: 2rem;
  }
  .vote-masonry-item {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .vote-votes-modal-overlay {
    padding: 3rem;
  }
  .vote-slideshow-modal-panel {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    box-shadow: none;
  }
  .vote-slideshow-modal-header {
    min-height: 10rem;
  }
  .vote-slideshow-modal-media {
    min-height: 0;
  }
  .vote-slideshow-modal-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .vote-slideshow-modal-footer {
    flex-shrink: 0;
    min-height: 15rem;
  }
  .vote-votes-modal-panel {
    width: min(100%, 46rem);
    height: auto;
    max-height: calc(100dvh - 6rem);
  }
  .vote-votes-modal-body {
    max-height: calc(100dvh - 16rem);
  }
  .vote-masonry {
    column-count: 3;
  }
}
@media (min-width: 1280px) {
  .vote-masonry {
    column-count: 4;
    column-gap: 2.5rem;
  }
  .vote-masonry-item {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .premi-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
  .premio-card {
    padding: 1.35rem 1.2rem 1.5rem;
    padding-top: 8.15rem;
  }
}

/*# sourceMappingURL=main.css.map */
