@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Bold.woff2") format("woff2"), url("../fonts/PublicSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
body {
  background-color: #ffffff;
  color: #161616; }

body, p, .p {
  font-family: "Public Sans";
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px; }
  @media screen and (max-width: 576px) {
    body, p, .p {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.2; }

h1, .fs-1 {
  font-size: 48px; }
  @media screen and (max-width: 576px) {
    h1, .fs-1 {
      font-size: 36px; } }

h2, .fs-2 {
  font-size: 42px; }
  @media screen and (max-width: 576px) {
    h2, .fs-2 {
      font-size: 30px; } }

h3, .fs-3 {
  font-size: 34px; }
  @media screen and (max-width: 576px) {
    h3, .fs-3 {
      font-size: 24px; } }

h4, .fs-4 {
  font-size: 22px; }
  @media screen and (max-width: 576px) {
    h4, .fs-4 {
      font-size: 16px; } }

small, .small {
  font-size: 16px;
  line-height: 1.2; }

b, strong {
  font-weight: 700; }

p + p {
  padding-top: 24px; }

.entry {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .entry p {
    line-height: 1.6; }

.btn {
  line-height: 45px;
  min-height: 45px;
  padding: 0 24px;
  border-radius: 45px;
  color: #161616;
  font-size: 18px;
  font-weight: bold; }
  @media screen and (max-width: 576px) {
    .btn {
      padding: 0 12px;
      font-size: 16px; } }

.btn-ticket {
  background-color: #ffffff;
  color: #161616; }

.site-logo.owner:hover {
  opacity: 0.7; }

.lang-switcher .btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0;
  width: 45px;
  font-weight: normal; }
.lang-switcher.ita a.it {
  display: none; }
.lang-switcher.eng a.en {
  display: none; }

header.header {
  background-color: #161616;
  color: #161616; }
  header.header .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  header.header .actions,
  header.header .logos {
    gap: 60px; }
  header.header .site-logo img {
    height: 87px;
    width: 100%;
    display: block; }
  header.header .site-logo.project img {
    height: 67px; }
  @media screen and (max-width: 768px) {
    header.header .container {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.header .actions,
    header.header .logos {
      gap: 15px; }
    header.header .site-logo img {
      height: 40px !important; } }

footer.footer {
  background-color: #161616;
  color: #ffffff;
  /*
  .colophon {
    padding-top: 24px;
    padding-bottom: 24px;
    @include screen(md) {
      flex-direction: column;
      gap:24px;
    }
  }
  */ }
  footer.footer a:not(.btn) {
    color: #ffffff; }
  footer.footer .container {
    padding-top: 60px; }
  footer.footer .footer-main {
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "a b c d e"; }
    footer.footer .footer-main > div {
      display: flex;
      flex-direction: column;
      gap: 24px; }
    footer.footer .footer-main p {
      font-size: 16px; }
    footer.footer .footer-main p a {
      font-size: 16px; }
  footer.footer .footer-main > :nth-child(1) {
    grid-area: a; }
  footer.footer .footer-main > :nth-child(2) {
    grid-area: b; }
  footer.footer .footer-main > :nth-child(3) {
    grid-area: c; }
  footer.footer .footer-main > :nth-child(4) {
    grid-area: d; }
  footer.footer .footer-main > :nth-child(5) {
    grid-area: e; }
  @media screen and (max-width: 920px) {
    footer.footer .footer-main {
      gap: 60px;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: "a a a" "b b b" "c d e"; } }
  @media screen and (max-width: 768px) {
    footer.footer .footer-main {
      display: flex;
      flex-direction: column;
      gap: 40px; }
    footer.footer .footer-main > :nth-child(2) {
      margin-top: 42px;
      margin-bottom: 42px; } }
  footer.footer .logos img {
    height: 70px;
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: left; }
  footer.footer .site-logo.owner img {
    height: 110px; }
    @media screen and (max-width: 920px) {
      footer.footer .site-logo.owner img {
        margin-bottom: 24px; } }
  footer.footer .logos img + img {
    margin-top: 24px; }

section.video .mobile {
  display: none; }
@media screen and (max-width: 620px) {
  section.video .desktop {
    display: none; }
  section.video .mobile {
    display: block; } }

.info .container {
  padding-top: 48px;
  padding-bottom: 0; }

.gallery {
  margin-bottom: 120px; }
  .gallery .overlay {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .gallery .owl .item {
    aspect-ratio: 3/4;
    position: relative;
    /*
    img {
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 100%;
      left:0;
      right: 0;
      bottom: 0;
      top:0;
      object-fit: cover;
    }
    */ }
    .gallery .owl .item img {
      display: block;
      width: 100%; }
  .gallery .owl .caption {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 12px 18px;
    margin: 12px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0; }
  .gallery .owl .owl-btn {
    background-color: transparent;
    border: 0;
    outline: none; }
    .gallery .owl .owl-btn i {
      font-size: 48px; }
  .gallery .owl.nav-reveal:hover .owl-prev {
    left: 24px; }
  .gallery .owl.nav-reveal:hover .owl-next {
    right: 24px; }

section.subsections .accordion .head {
  padding: 18px 0;
  cursor: pointer; }
  section.subsections .accordion .head:hover {
    cursor: pointer; }
  section.subsections .accordion .head i {
    font-size: 28px; }
section.subsections .accordion .detail {
  padding: 24px 0;
  display: none; }
section.subsections .accordion.active .head i.la-plus:before {
  content: "\f068"; }
section.subsections .accordion .f-grid .col-last {
  width: 400px; }
@media screen and (max-width: 768px) {
  section.subsections .accordion .f-grid {
    display: flex;
    flex-direction: column; }
    section.subsections .accordion .f-grid .col-last {
      width: 100%; } }
section.subsections .accordion.unactive {
  opacity: 0.3; }

.sponsor {
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
  margin-left: -18px;
  margin-right: -18px; }
  .sponsor > div {
    position: relative;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 18px; }
    .sponsor > div span {
      position: absolute;
      top: -36px;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-size: 13px;
      text-align: center;
      width: 100%;
      text-wrap: nowrap; }
    .sponsor > div img {
      max-width: 200px;
      width: 100%;
      object-fit: contain; }
  .sponsor > :nth-child(4), .sponsor > :nth-child(5), .sponsor > :nth-child(6), .sponsor > :nth-child(7), .sponsor > :nth-child(8), .sponsor > :nth-child(9) {
    border-right: 1px solid #ffffff; }
  .sponsor > :nth-child(9) {
    padding: 0 42px; }

@media screen and (max-width: 920px) {
  .sponsor {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "a b c d . ." "e f g h i j"; }

  .sponsor > :nth-child(1) {
    grid-area: a; }

  .sponsor > :nth-child(2) {
    grid-area: b; }

  .sponsor > :nth-child(3) {
    grid-area: c; }

  .sponsor > :nth-child(4) {
    grid-area: d;
    border: 0; }

  .sponsor > :nth-child(5) {
    grid-area: e;
    margin-top: 80px; }

  .sponsor > :nth-child(6) {
    grid-area: f;
    margin-top: 80px; }

  .sponsor > :nth-child(7) {
    grid-area: g;
    margin-top: 80px; }

  .sponsor > :nth-child(8) {
    grid-area: h;
    margin-top: 80px; }

  .sponsor > :nth-child(9) {
    grid-area: i;
    margin-top: 80px; }

  .sponsor > :nth-child(10) {
    grid-area: j;
    margin-top: 80px; }

  .sponsor > div img.logo-atac {
    max-width: 110px; } }
@media screen and (max-width: 620px) {
  .sponsor {
    display: flex;
    flex-direction: column;
    gap: 40px; }

  .sponsor > div {
    border: 0 !important; }

  .sponsor > :nth-child(5) {
    margin-top: 60px; }

  .sponsor > :nth-child(6) {
    margin-top: 60px; }

  .sponsor > :nth-child(7) {
    margin-top: 60px; }

  .sponsor > :nth-child(8) {
    margin-top: 60px; }

  .sponsor > :nth-child(9) {
    margin-top: 60px; }

  .sponsor > div img.logo-atac {
    max-width: 200px; } }
:focus,
:focus-visible {
  outline: 2px solid #0C80D1;
  outline-offset: 2px; }

.sr-link:focus,
.sr-link:focus-visible {
  outline-offset: 0px; }

:focus:not(:focus-visible) {
  outline: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important; } }
@media (forced-colors: active) {
  :focus-visible {
    outline: 2px solid CanvasText; } }

video {
  background: #000;
}
.footer p + p {
  padding-top: 0; }
/*# sourceMappingURL=theme.css.map */
