html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  overflow: hidden;
}

#content .eventi,
.site-22 .eventi {
  /*!
   * Bootstrap v5.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  font-family: "Lato", sans-serif;
  color: #333;
}
#content .eventi :root,
.site-22 .eventi :root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
#content .eventi *,
#content .eventi *::before,
#content .eventi *::after,
.site-22 .eventi *,
.site-22 .eventi *::before,
.site-22 .eventi *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  #content .eventi :root,
.site-22 .eventi :root {
    scroll-behavior: smooth;
  }
}
#content .eventi body,
.site-22 .eventi body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#content .eventi hr,
.site-22 .eventi hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
#content .eventi hr:not([size]),
.site-22 .eventi hr:not([size]) {
  height: 1px;
}
#content .eventi h6, #content .eventi h5, #content .eventi h4, #content .eventi h3, #content .eventi h2, #content .eventi h1,
.site-22 .eventi h6,
.site-22 .eventi h5,
.site-22 .eventi h4,
.site-22 .eventi h3,
.site-22 .eventi h2,
.site-22 .eventi h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#content .eventi h1,
.site-22 .eventi h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  #content .eventi h1,
.site-22 .eventi h1 {
    font-size: 2.5rem;
  }
}
#content .eventi h2,
.site-22 .eventi h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #content .eventi h2,
.site-22 .eventi h2 {
    font-size: 2rem;
  }
}
#content .eventi h3,
.site-22 .eventi h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  #content .eventi h3,
.site-22 .eventi h3 {
    font-size: 1.75rem;
  }
}
#content .eventi h4,
.site-22 .eventi h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #content .eventi h4,
.site-22 .eventi h4 {
    font-size: 1.5rem;
  }
}
#content .eventi h5,
.site-22 .eventi h5 {
  font-size: 1.25rem;
}
#content .eventi h6,
.site-22 .eventi h6 {
  font-size: 1rem;
}
#content .eventi p,
.site-22 .eventi p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#content .eventi abbr[title],
#content .eventi abbr[data-bs-original-title],
.site-22 .eventi abbr[title],
.site-22 .eventi abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
#content .eventi address,
.site-22 .eventi address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
#content .eventi ol,
#content .eventi ul,
.site-22 .eventi ol,
.site-22 .eventi ul {
  padding-left: 2rem;
}
#content .eventi ol,
#content .eventi ul,
#content .eventi dl,
.site-22 .eventi ol,
.site-22 .eventi ul,
.site-22 .eventi dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
#content .eventi ol ol,
#content .eventi ul ul,
#content .eventi ol ul,
#content .eventi ul ol,
.site-22 .eventi ol ol,
.site-22 .eventi ul ul,
.site-22 .eventi ol ul,
.site-22 .eventi ul ol {
  margin-bottom: 0;
}
#content .eventi dt,
.site-22 .eventi dt {
  font-weight: 700;
}
#content .eventi dd,
.site-22 .eventi dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
#content .eventi blockquote,
.site-22 .eventi blockquote {
  margin: 0 0 1rem;
}
#content .eventi b,
#content .eventi strong,
.site-22 .eventi b,
.site-22 .eventi strong {
  font-weight: bolder;
}
#content .eventi small,
.site-22 .eventi small {
  font-size: 0.875em;
}
#content .eventi mark,
.site-22 .eventi mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
#content .eventi sub,
#content .eventi sup,
.site-22 .eventi sub,
.site-22 .eventi sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
#content .eventi sub,
.site-22 .eventi sub {
  bottom: -0.25em;
}
#content .eventi sup,
.site-22 .eventi sup {
  top: -0.5em;
}
#content .eventi a,
.site-22 .eventi a {
  color: #0d6efd;
  text-decoration: underline;
}
#content .eventi a:hover,
.site-22 .eventi a:hover {
  color: #0a58ca;
}
#content .eventi a:not([href]):not([class]), #content .eventi a:not([href]):not([class]):hover,
.site-22 .eventi a:not([href]):not([class]),
.site-22 .eventi a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
#content .eventi pre,
#content .eventi code,
#content .eventi kbd,
#content .eventi samp,
.site-22 .eventi pre,
.site-22 .eventi code,
.site-22 .eventi kbd,
.site-22 .eventi samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
#content .eventi pre,
.site-22 .eventi pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
#content .eventi pre code,
.site-22 .eventi pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
#content .eventi code,
.site-22 .eventi code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > #content .eventi code,
a > .site-22 .eventi code {
  color: inherit;
}
#content .eventi kbd,
.site-22 .eventi kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
#content .eventi kbd kbd,
.site-22 .eventi kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
#content .eventi figure,
.site-22 .eventi figure {
  margin: 0 0 1rem;
}
#content .eventi img,
#content .eventi svg,
.site-22 .eventi img,
.site-22 .eventi svg {
  vertical-align: middle;
}
#content .eventi table,
.site-22 .eventi table {
  caption-side: bottom;
  border-collapse: collapse;
}
#content .eventi caption,
.site-22 .eventi caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
#content .eventi th,
.site-22 .eventi th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
#content .eventi thead,
#content .eventi tbody,
#content .eventi tfoot,
#content .eventi tr,
#content .eventi td,
#content .eventi th,
.site-22 .eventi thead,
.site-22 .eventi tbody,
.site-22 .eventi tfoot,
.site-22 .eventi tr,
.site-22 .eventi td,
.site-22 .eventi th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
#content .eventi label,
.site-22 .eventi label {
  display: inline-block;
}
#content .eventi button,
.site-22 .eventi button {
  border-radius: 0;
}
#content .eventi button:focus:not(:focus-visible),
.site-22 .eventi button:focus:not(:focus-visible) {
  outline: 0;
}
#content .eventi input,
#content .eventi button,
#content .eventi select,
#content .eventi optgroup,
#content .eventi textarea,
.site-22 .eventi input,
.site-22 .eventi button,
.site-22 .eventi select,
.site-22 .eventi optgroup,
.site-22 .eventi textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#content .eventi button,
#content .eventi select,
.site-22 .eventi button,
.site-22 .eventi select {
  text-transform: none;
}
#content .eventi [role=button],
.site-22 .eventi [role=button] {
  cursor: pointer;
}
#content .eventi select,
.site-22 .eventi select {
  word-wrap: normal;
}
#content .eventi select:disabled,
.site-22 .eventi select:disabled {
  opacity: 1;
}
#content .eventi [list]::-webkit-calendar-picker-indicator,
.site-22 .eventi [list]::-webkit-calendar-picker-indicator {
  display: none;
}
#content .eventi button,
#content .eventi [type=button],
#content .eventi [type=reset],
#content .eventi [type=submit],
.site-22 .eventi button,
.site-22 .eventi [type=button],
.site-22 .eventi [type=reset],
.site-22 .eventi [type=submit] {
  -webkit-appearance: button;
}
#content .eventi button:not(:disabled),
#content .eventi [type=button]:not(:disabled),
#content .eventi [type=reset]:not(:disabled),
#content .eventi [type=submit]:not(:disabled),
.site-22 .eventi button:not(:disabled),
.site-22 .eventi [type=button]:not(:disabled),
.site-22 .eventi [type=reset]:not(:disabled),
.site-22 .eventi [type=submit]:not(:disabled) {
  cursor: pointer;
}
#content .eventi ::-moz-focus-inner,
.site-22 .eventi ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
#content .eventi textarea,
.site-22 .eventi textarea {
  resize: vertical;
}
#content .eventi fieldset,
.site-22 .eventi fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
#content .eventi legend,
.site-22 .eventi legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  #content .eventi legend,
.site-22 .eventi legend {
    font-size: 1.5rem;
  }
}
#content .eventi legend + *,
.site-22 .eventi legend + * {
  clear: left;
}
#content .eventi ::-webkit-datetime-edit-fields-wrapper,
#content .eventi ::-webkit-datetime-edit-text,
#content .eventi ::-webkit-datetime-edit-minute,
#content .eventi ::-webkit-datetime-edit-hour-field,
#content .eventi ::-webkit-datetime-edit-day-field,
#content .eventi ::-webkit-datetime-edit-month-field,
#content .eventi ::-webkit-datetime-edit-year-field,
.site-22 .eventi ::-webkit-datetime-edit-fields-wrapper,
.site-22 .eventi ::-webkit-datetime-edit-text,
.site-22 .eventi ::-webkit-datetime-edit-minute,
.site-22 .eventi ::-webkit-datetime-edit-hour-field,
.site-22 .eventi ::-webkit-datetime-edit-day-field,
.site-22 .eventi ::-webkit-datetime-edit-month-field,
.site-22 .eventi ::-webkit-datetime-edit-year-field {
  padding: 0;
}
#content .eventi ::-webkit-inner-spin-button,
.site-22 .eventi ::-webkit-inner-spin-button {
  height: auto;
}
#content .eventi [type=search],
.site-22 .eventi [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
#content .eventi ::-webkit-search-decoration,
.site-22 .eventi ::-webkit-search-decoration {
  -webkit-appearance: none;
}
#content .eventi ::-webkit-color-swatch-wrapper,
.site-22 .eventi ::-webkit-color-swatch-wrapper {
  padding: 0;
}
#content .eventi ::-webkit-file-upload-button, .site-22 .eventi ::-webkit-file-upload-button {
  font: inherit;
}
#content .eventi ::file-selector-button,
.site-22 .eventi ::file-selector-button {
  font: inherit;
}
#content .eventi ::-webkit-file-upload-button,
.site-22 .eventi ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
#content .eventi output,
.site-22 .eventi output {
  display: inline-block;
}
#content .eventi iframe,
.site-22 .eventi iframe {
  border: 0;
}
#content .eventi summary,
.site-22 .eventi summary {
  display: list-item;
  cursor: pointer;
}
#content .eventi progress,
.site-22 .eventi progress {
  vertical-align: baseline;
}
#content .eventi [hidden],
.site-22 .eventi [hidden] {
  display: none !important;
}
#content .eventi .container,
#content .eventi .container-fluid,
#content .eventi .container-xxl,
#content .eventi .container-xl,
#content .eventi .container-lg,
#content .eventi .container-md,
#content .eventi .container-sm,
.site-22 .eventi .container,
.site-22 .eventi .container-fluid,
.site-22 .eventi .container-xxl,
.site-22 .eventi .container-xl,
.site-22 .eventi .container-lg,
.site-22 .eventi .container-md,
.site-22 .eventi .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #content .eventi .container-sm, #content .eventi .container,
.site-22 .eventi .container-sm,
.site-22 .eventi .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #content .eventi .container-md, #content .eventi .container-sm, #content .eventi .container,
.site-22 .eventi .container-md,
.site-22 .eventi .container-sm,
.site-22 .eventi .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #content .eventi .container-lg, #content .eventi .container-md, #content .eventi .container-sm, #content .eventi .container,
.site-22 .eventi .container-lg,
.site-22 .eventi .container-md,
.site-22 .eventi .container-sm,
.site-22 .eventi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #content .eventi .container-xl, #content .eventi .container-lg, #content .eventi .container-md, #content .eventi .container-sm, #content .eventi .container,
.site-22 .eventi .container-xl,
.site-22 .eventi .container-lg,
.site-22 .eventi .container-md,
.site-22 .eventi .container-sm,
.site-22 .eventi .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  #content .eventi .container-xxl, #content .eventi .container-xl, #content .eventi .container-lg, #content .eventi .container-md, #content .eventi .container-sm, #content .eventi .container,
.site-22 .eventi .container-xxl,
.site-22 .eventi .container-xl,
.site-22 .eventi .container-lg,
.site-22 .eventi .container-md,
.site-22 .eventi .container-sm,
.site-22 .eventi .container {
    max-width: 1320px;
  }
}
#content .eventi .row,
.site-22 .eventi .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#content .eventi .row > *,
.site-22 .eventi .row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
#content .eventi .col,
.site-22 .eventi .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
#content .eventi .row-cols-auto > *,
.site-22 .eventi .row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
#content .eventi .row-cols-1 > *,
.site-22 .eventi .row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
#content .eventi .row-cols-2 > *,
.site-22 .eventi .row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
#content .eventi .row-cols-3 > *,
.site-22 .eventi .row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
#content .eventi .row-cols-4 > *,
.site-22 .eventi .row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
#content .eventi .row-cols-5 > *,
.site-22 .eventi .row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
#content .eventi .row-cols-6 > *,
.site-22 .eventi .row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
#content .eventi .col-auto,
.site-22 .eventi .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
#content .eventi .col-1,
.site-22 .eventi .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
#content .eventi .col-2,
.site-22 .eventi .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
#content .eventi .col-3,
.site-22 .eventi .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
#content .eventi .col-4,
.site-22 .eventi .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
#content .eventi .col-5,
.site-22 .eventi .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
#content .eventi .col-6,
.site-22 .eventi .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
#content .eventi .col-7,
.site-22 .eventi .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
#content .eventi .col-8,
.site-22 .eventi .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
#content .eventi .col-9,
.site-22 .eventi .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
#content .eventi .col-10,
.site-22 .eventi .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
#content .eventi .col-11,
.site-22 .eventi .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
#content .eventi .col-12,
.site-22 .eventi .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
#content .eventi .offset-1,
.site-22 .eventi .offset-1 {
  margin-left: 8.33333333%;
}
#content .eventi .offset-2,
.site-22 .eventi .offset-2 {
  margin-left: 16.66666667%;
}
#content .eventi .offset-3,
.site-22 .eventi .offset-3 {
  margin-left: 25%;
}
#content .eventi .offset-4,
.site-22 .eventi .offset-4 {
  margin-left: 33.33333333%;
}
#content .eventi .offset-5,
.site-22 .eventi .offset-5 {
  margin-left: 41.66666667%;
}
#content .eventi .offset-6,
.site-22 .eventi .offset-6 {
  margin-left: 50%;
}
#content .eventi .offset-7,
.site-22 .eventi .offset-7 {
  margin-left: 58.33333333%;
}
#content .eventi .offset-8,
.site-22 .eventi .offset-8 {
  margin-left: 66.66666667%;
}
#content .eventi .offset-9,
.site-22 .eventi .offset-9 {
  margin-left: 75%;
}
#content .eventi .offset-10,
.site-22 .eventi .offset-10 {
  margin-left: 83.33333333%;
}
#content .eventi .offset-11,
.site-22 .eventi .offset-11 {
  margin-left: 91.66666667%;
}
#content .eventi .g-0,
#content .eventi .gx-0,
.site-22 .eventi .g-0,
.site-22 .eventi .gx-0 {
  --bs-gutter-x: 0;
}
#content .eventi .g-0,
#content .eventi .gy-0,
.site-22 .eventi .g-0,
.site-22 .eventi .gy-0 {
  --bs-gutter-y: 0;
}
#content .eventi .g-1,
#content .eventi .gx-1,
.site-22 .eventi .g-1,
.site-22 .eventi .gx-1 {
  --bs-gutter-x: 0.25rem;
}
#content .eventi .g-1,
#content .eventi .gy-1,
.site-22 .eventi .g-1,
.site-22 .eventi .gy-1 {
  --bs-gutter-y: 0.25rem;
}
#content .eventi .g-2,
#content .eventi .gx-2,
.site-22 .eventi .g-2,
.site-22 .eventi .gx-2 {
  --bs-gutter-x: 0.5rem;
}
#content .eventi .g-2,
#content .eventi .gy-2,
.site-22 .eventi .g-2,
.site-22 .eventi .gy-2 {
  --bs-gutter-y: 0.5rem;
}
#content .eventi .g-3,
#content .eventi .gx-3,
.site-22 .eventi .g-3,
.site-22 .eventi .gx-3 {
  --bs-gutter-x: 1rem;
}
#content .eventi .g-3,
#content .eventi .gy-3,
.site-22 .eventi .g-3,
.site-22 .eventi .gy-3 {
  --bs-gutter-y: 1rem;
}
#content .eventi .g-4,
#content .eventi .gx-4,
.site-22 .eventi .g-4,
.site-22 .eventi .gx-4 {
  --bs-gutter-x: 1.5rem;
}
#content .eventi .g-4,
#content .eventi .gy-4,
.site-22 .eventi .g-4,
.site-22 .eventi .gy-4 {
  --bs-gutter-y: 1.5rem;
}
#content .eventi .g-5,
#content .eventi .gx-5,
.site-22 .eventi .g-5,
.site-22 .eventi .gx-5 {
  --bs-gutter-x: 3rem;
}
#content .eventi .g-5,
#content .eventi .gy-5,
.site-22 .eventi .g-5,
.site-22 .eventi .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  #content .eventi .col-sm,
.site-22 .eventi .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  #content .eventi .row-cols-sm-auto > *,
.site-22 .eventi .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .row-cols-sm-1 > *,
.site-22 .eventi .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .row-cols-sm-2 > *,
.site-22 .eventi .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .row-cols-sm-3 > *,
.site-22 .eventi .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #content .eventi .row-cols-sm-4 > *,
.site-22 .eventi .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .row-cols-sm-5 > *,
.site-22 .eventi .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  #content .eventi .row-cols-sm-6 > *,
.site-22 .eventi .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #content .eventi .col-sm-auto,
.site-22 .eventi .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .col-sm-1,
.site-22 .eventi .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #content .eventi .col-sm-2,
.site-22 .eventi .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #content .eventi .col-sm-3,
.site-22 .eventi .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .col-sm-4,
.site-22 .eventi .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #content .eventi .col-sm-5,
.site-22 .eventi .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #content .eventi .col-sm-6,
.site-22 .eventi .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .col-sm-7,
.site-22 .eventi .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #content .eventi .col-sm-8,
.site-22 .eventi .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #content .eventi .col-sm-9,
.site-22 .eventi .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  #content .eventi .col-sm-10,
.site-22 .eventi .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #content .eventi .col-sm-11,
.site-22 .eventi .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #content .eventi .col-sm-12,
.site-22 .eventi .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .offset-sm-0,
.site-22 .eventi .offset-sm-0 {
    margin-left: 0;
  }
  #content .eventi .offset-sm-1,
.site-22 .eventi .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  #content .eventi .offset-sm-2,
.site-22 .eventi .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  #content .eventi .offset-sm-3,
.site-22 .eventi .offset-sm-3 {
    margin-left: 25%;
  }
  #content .eventi .offset-sm-4,
.site-22 .eventi .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  #content .eventi .offset-sm-5,
.site-22 .eventi .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  #content .eventi .offset-sm-6,
.site-22 .eventi .offset-sm-6 {
    margin-left: 50%;
  }
  #content .eventi .offset-sm-7,
.site-22 .eventi .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  #content .eventi .offset-sm-8,
.site-22 .eventi .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  #content .eventi .offset-sm-9,
.site-22 .eventi .offset-sm-9 {
    margin-left: 75%;
  }
  #content .eventi .offset-sm-10,
.site-22 .eventi .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  #content .eventi .offset-sm-11,
.site-22 .eventi .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  #content .eventi .g-sm-0,
#content .eventi .gx-sm-0,
.site-22 .eventi .g-sm-0,
.site-22 .eventi .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  #content .eventi .g-sm-0,
#content .eventi .gy-sm-0,
.site-22 .eventi .g-sm-0,
.site-22 .eventi .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  #content .eventi .g-sm-1,
#content .eventi .gx-sm-1,
.site-22 .eventi .g-sm-1,
.site-22 .eventi .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  #content .eventi .g-sm-1,
#content .eventi .gy-sm-1,
.site-22 .eventi .g-sm-1,
.site-22 .eventi .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  #content .eventi .g-sm-2,
#content .eventi .gx-sm-2,
.site-22 .eventi .g-sm-2,
.site-22 .eventi .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  #content .eventi .g-sm-2,
#content .eventi .gy-sm-2,
.site-22 .eventi .g-sm-2,
.site-22 .eventi .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  #content .eventi .g-sm-3,
#content .eventi .gx-sm-3,
.site-22 .eventi .g-sm-3,
.site-22 .eventi .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  #content .eventi .g-sm-3,
#content .eventi .gy-sm-3,
.site-22 .eventi .g-sm-3,
.site-22 .eventi .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  #content .eventi .g-sm-4,
#content .eventi .gx-sm-4,
.site-22 .eventi .g-sm-4,
.site-22 .eventi .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  #content .eventi .g-sm-4,
#content .eventi .gy-sm-4,
.site-22 .eventi .g-sm-4,
.site-22 .eventi .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  #content .eventi .g-sm-5,
#content .eventi .gx-sm-5,
.site-22 .eventi .g-sm-5,
.site-22 .eventi .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  #content .eventi .g-sm-5,
#content .eventi .gy-sm-5,
.site-22 .eventi .g-sm-5,
.site-22 .eventi .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  #content .eventi .col-md,
.site-22 .eventi .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  #content .eventi .row-cols-md-auto > *,
.site-22 .eventi .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .row-cols-md-1 > *,
.site-22 .eventi .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .row-cols-md-2 > *,
.site-22 .eventi .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .row-cols-md-3 > *,
.site-22 .eventi .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #content .eventi .row-cols-md-4 > *,
.site-22 .eventi .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .row-cols-md-5 > *,
.site-22 .eventi .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  #content .eventi .row-cols-md-6 > *,
.site-22 .eventi .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #content .eventi .col-md-auto,
.site-22 .eventi .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .col-md-1,
.site-22 .eventi .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #content .eventi .col-md-2,
.site-22 .eventi .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #content .eventi .col-md-3,
.site-22 .eventi .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .col-md-4,
.site-22 .eventi .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #content .eventi .col-md-5,
.site-22 .eventi .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #content .eventi .col-md-6,
.site-22 .eventi .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .col-md-7,
.site-22 .eventi .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #content .eventi .col-md-8,
.site-22 .eventi .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #content .eventi .col-md-9,
.site-22 .eventi .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  #content .eventi .col-md-10,
.site-22 .eventi .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #content .eventi .col-md-11,
.site-22 .eventi .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #content .eventi .col-md-12,
.site-22 .eventi .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .offset-md-0,
.site-22 .eventi .offset-md-0 {
    margin-left: 0;
  }
  #content .eventi .offset-md-1,
.site-22 .eventi .offset-md-1 {
    margin-left: 8.33333333%;
  }
  #content .eventi .offset-md-2,
.site-22 .eventi .offset-md-2 {
    margin-left: 16.66666667%;
  }
  #content .eventi .offset-md-3,
.site-22 .eventi .offset-md-3 {
    margin-left: 25%;
  }
  #content .eventi .offset-md-4,
.site-22 .eventi .offset-md-4 {
    margin-left: 33.33333333%;
  }
  #content .eventi .offset-md-5,
.site-22 .eventi .offset-md-5 {
    margin-left: 41.66666667%;
  }
  #content .eventi .offset-md-6,
.site-22 .eventi .offset-md-6 {
    margin-left: 50%;
  }
  #content .eventi .offset-md-7,
.site-22 .eventi .offset-md-7 {
    margin-left: 58.33333333%;
  }
  #content .eventi .offset-md-8,
.site-22 .eventi .offset-md-8 {
    margin-left: 66.66666667%;
  }
  #content .eventi .offset-md-9,
.site-22 .eventi .offset-md-9 {
    margin-left: 75%;
  }
  #content .eventi .offset-md-10,
.site-22 .eventi .offset-md-10 {
    margin-left: 83.33333333%;
  }
  #content .eventi .offset-md-11,
.site-22 .eventi .offset-md-11 {
    margin-left: 91.66666667%;
  }
  #content .eventi .g-md-0,
#content .eventi .gx-md-0,
.site-22 .eventi .g-md-0,
.site-22 .eventi .gx-md-0 {
    --bs-gutter-x: 0;
  }
  #content .eventi .g-md-0,
#content .eventi .gy-md-0,
.site-22 .eventi .g-md-0,
.site-22 .eventi .gy-md-0 {
    --bs-gutter-y: 0;
  }
  #content .eventi .g-md-1,
#content .eventi .gx-md-1,
.site-22 .eventi .g-md-1,
.site-22 .eventi .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  #content .eventi .g-md-1,
#content .eventi .gy-md-1,
.site-22 .eventi .g-md-1,
.site-22 .eventi .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  #content .eventi .g-md-2,
#content .eventi .gx-md-2,
.site-22 .eventi .g-md-2,
.site-22 .eventi .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  #content .eventi .g-md-2,
#content .eventi .gy-md-2,
.site-22 .eventi .g-md-2,
.site-22 .eventi .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  #content .eventi .g-md-3,
#content .eventi .gx-md-3,
.site-22 .eventi .g-md-3,
.site-22 .eventi .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  #content .eventi .g-md-3,
#content .eventi .gy-md-3,
.site-22 .eventi .g-md-3,
.site-22 .eventi .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  #content .eventi .g-md-4,
#content .eventi .gx-md-4,
.site-22 .eventi .g-md-4,
.site-22 .eventi .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  #content .eventi .g-md-4,
#content .eventi .gy-md-4,
.site-22 .eventi .g-md-4,
.site-22 .eventi .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  #content .eventi .g-md-5,
#content .eventi .gx-md-5,
.site-22 .eventi .g-md-5,
.site-22 .eventi .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  #content .eventi .g-md-5,
#content .eventi .gy-md-5,
.site-22 .eventi .g-md-5,
.site-22 .eventi .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  #content .eventi .col-lg,
.site-22 .eventi .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  #content .eventi .row-cols-lg-auto > *,
.site-22 .eventi .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .row-cols-lg-1 > *,
.site-22 .eventi .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .row-cols-lg-2 > *,
.site-22 .eventi .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .row-cols-lg-3 > *,
.site-22 .eventi .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #content .eventi .row-cols-lg-4 > *,
.site-22 .eventi .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .row-cols-lg-5 > *,
.site-22 .eventi .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  #content .eventi .row-cols-lg-6 > *,
.site-22 .eventi .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #content .eventi .col-lg-auto,
.site-22 .eventi .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .col-lg-1,
.site-22 .eventi .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #content .eventi .col-lg-2,
.site-22 .eventi .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #content .eventi .col-lg-3,
.site-22 .eventi .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .col-lg-4,
.site-22 .eventi .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #content .eventi .col-lg-5,
.site-22 .eventi .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #content .eventi .col-lg-6,
.site-22 .eventi .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .col-lg-7,
.site-22 .eventi .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #content .eventi .col-lg-8,
.site-22 .eventi .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #content .eventi .col-lg-9,
.site-22 .eventi .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  #content .eventi .col-lg-10,
.site-22 .eventi .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #content .eventi .col-lg-11,
.site-22 .eventi .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #content .eventi .col-lg-12,
.site-22 .eventi .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .offset-lg-0,
.site-22 .eventi .offset-lg-0 {
    margin-left: 0;
  }
  #content .eventi .offset-lg-1,
.site-22 .eventi .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  #content .eventi .offset-lg-2,
.site-22 .eventi .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  #content .eventi .offset-lg-3,
.site-22 .eventi .offset-lg-3 {
    margin-left: 25%;
  }
  #content .eventi .offset-lg-4,
.site-22 .eventi .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  #content .eventi .offset-lg-5,
.site-22 .eventi .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  #content .eventi .offset-lg-6,
.site-22 .eventi .offset-lg-6 {
    margin-left: 50%;
  }
  #content .eventi .offset-lg-7,
.site-22 .eventi .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  #content .eventi .offset-lg-8,
.site-22 .eventi .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  #content .eventi .offset-lg-9,
.site-22 .eventi .offset-lg-9 {
    margin-left: 75%;
  }
  #content .eventi .offset-lg-10,
.site-22 .eventi .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  #content .eventi .offset-lg-11,
.site-22 .eventi .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  #content .eventi .g-lg-0,
#content .eventi .gx-lg-0,
.site-22 .eventi .g-lg-0,
.site-22 .eventi .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  #content .eventi .g-lg-0,
#content .eventi .gy-lg-0,
.site-22 .eventi .g-lg-0,
.site-22 .eventi .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  #content .eventi .g-lg-1,
#content .eventi .gx-lg-1,
.site-22 .eventi .g-lg-1,
.site-22 .eventi .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  #content .eventi .g-lg-1,
#content .eventi .gy-lg-1,
.site-22 .eventi .g-lg-1,
.site-22 .eventi .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  #content .eventi .g-lg-2,
#content .eventi .gx-lg-2,
.site-22 .eventi .g-lg-2,
.site-22 .eventi .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  #content .eventi .g-lg-2,
#content .eventi .gy-lg-2,
.site-22 .eventi .g-lg-2,
.site-22 .eventi .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  #content .eventi .g-lg-3,
#content .eventi .gx-lg-3,
.site-22 .eventi .g-lg-3,
.site-22 .eventi .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  #content .eventi .g-lg-3,
#content .eventi .gy-lg-3,
.site-22 .eventi .g-lg-3,
.site-22 .eventi .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  #content .eventi .g-lg-4,
#content .eventi .gx-lg-4,
.site-22 .eventi .g-lg-4,
.site-22 .eventi .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  #content .eventi .g-lg-4,
#content .eventi .gy-lg-4,
.site-22 .eventi .g-lg-4,
.site-22 .eventi .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  #content .eventi .g-lg-5,
#content .eventi .gx-lg-5,
.site-22 .eventi .g-lg-5,
.site-22 .eventi .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  #content .eventi .g-lg-5,
#content .eventi .gy-lg-5,
.site-22 .eventi .g-lg-5,
.site-22 .eventi .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  #content .eventi .col-xl,
.site-22 .eventi .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  #content .eventi .row-cols-xl-auto > *,
.site-22 .eventi .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .row-cols-xl-1 > *,
.site-22 .eventi .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .row-cols-xl-2 > *,
.site-22 .eventi .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .row-cols-xl-3 > *,
.site-22 .eventi .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #content .eventi .row-cols-xl-4 > *,
.site-22 .eventi .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .row-cols-xl-5 > *,
.site-22 .eventi .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  #content .eventi .row-cols-xl-6 > *,
.site-22 .eventi .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #content .eventi .col-xl-auto,
.site-22 .eventi .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .col-xl-1,
.site-22 .eventi .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #content .eventi .col-xl-2,
.site-22 .eventi .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #content .eventi .col-xl-3,
.site-22 .eventi .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .col-xl-4,
.site-22 .eventi .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #content .eventi .col-xl-5,
.site-22 .eventi .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #content .eventi .col-xl-6,
.site-22 .eventi .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .col-xl-7,
.site-22 .eventi .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #content .eventi .col-xl-8,
.site-22 .eventi .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #content .eventi .col-xl-9,
.site-22 .eventi .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  #content .eventi .col-xl-10,
.site-22 .eventi .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #content .eventi .col-xl-11,
.site-22 .eventi .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #content .eventi .col-xl-12,
.site-22 .eventi .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .offset-xl-0,
.site-22 .eventi .offset-xl-0 {
    margin-left: 0;
  }
  #content .eventi .offset-xl-1,
.site-22 .eventi .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  #content .eventi .offset-xl-2,
.site-22 .eventi .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  #content .eventi .offset-xl-3,
.site-22 .eventi .offset-xl-3 {
    margin-left: 25%;
  }
  #content .eventi .offset-xl-4,
.site-22 .eventi .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  #content .eventi .offset-xl-5,
.site-22 .eventi .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  #content .eventi .offset-xl-6,
.site-22 .eventi .offset-xl-6 {
    margin-left: 50%;
  }
  #content .eventi .offset-xl-7,
.site-22 .eventi .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  #content .eventi .offset-xl-8,
.site-22 .eventi .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  #content .eventi .offset-xl-9,
.site-22 .eventi .offset-xl-9 {
    margin-left: 75%;
  }
  #content .eventi .offset-xl-10,
.site-22 .eventi .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  #content .eventi .offset-xl-11,
.site-22 .eventi .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  #content .eventi .g-xl-0,
#content .eventi .gx-xl-0,
.site-22 .eventi .g-xl-0,
.site-22 .eventi .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  #content .eventi .g-xl-0,
#content .eventi .gy-xl-0,
.site-22 .eventi .g-xl-0,
.site-22 .eventi .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  #content .eventi .g-xl-1,
#content .eventi .gx-xl-1,
.site-22 .eventi .g-xl-1,
.site-22 .eventi .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  #content .eventi .g-xl-1,
#content .eventi .gy-xl-1,
.site-22 .eventi .g-xl-1,
.site-22 .eventi .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  #content .eventi .g-xl-2,
#content .eventi .gx-xl-2,
.site-22 .eventi .g-xl-2,
.site-22 .eventi .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  #content .eventi .g-xl-2,
#content .eventi .gy-xl-2,
.site-22 .eventi .g-xl-2,
.site-22 .eventi .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  #content .eventi .g-xl-3,
#content .eventi .gx-xl-3,
.site-22 .eventi .g-xl-3,
.site-22 .eventi .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  #content .eventi .g-xl-3,
#content .eventi .gy-xl-3,
.site-22 .eventi .g-xl-3,
.site-22 .eventi .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  #content .eventi .g-xl-4,
#content .eventi .gx-xl-4,
.site-22 .eventi .g-xl-4,
.site-22 .eventi .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  #content .eventi .g-xl-4,
#content .eventi .gy-xl-4,
.site-22 .eventi .g-xl-4,
.site-22 .eventi .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  #content .eventi .g-xl-5,
#content .eventi .gx-xl-5,
.site-22 .eventi .g-xl-5,
.site-22 .eventi .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  #content .eventi .g-xl-5,
#content .eventi .gy-xl-5,
.site-22 .eventi .g-xl-5,
.site-22 .eventi .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  #content .eventi .col-xxl,
.site-22 .eventi .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  #content .eventi .row-cols-xxl-auto > *,
.site-22 .eventi .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .row-cols-xxl-1 > *,
.site-22 .eventi .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .row-cols-xxl-2 > *,
.site-22 .eventi .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .row-cols-xxl-3 > *,
.site-22 .eventi .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #content .eventi .row-cols-xxl-4 > *,
.site-22 .eventi .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .row-cols-xxl-5 > *,
.site-22 .eventi .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  #content .eventi .row-cols-xxl-6 > *,
.site-22 .eventi .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #content .eventi .col-xxl-auto,
.site-22 .eventi .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #content .eventi .col-xxl-1,
.site-22 .eventi .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  #content .eventi .col-xxl-2,
.site-22 .eventi .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  #content .eventi .col-xxl-3,
.site-22 .eventi .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  #content .eventi .col-xxl-4,
.site-22 .eventi .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #content .eventi .col-xxl-5,
.site-22 .eventi .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  #content .eventi .col-xxl-6,
.site-22 .eventi .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  #content .eventi .col-xxl-7,
.site-22 .eventi .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  #content .eventi .col-xxl-8,
.site-22 .eventi .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  #content .eventi .col-xxl-9,
.site-22 .eventi .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  #content .eventi .col-xxl-10,
.site-22 .eventi .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  #content .eventi .col-xxl-11,
.site-22 .eventi .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  #content .eventi .col-xxl-12,
.site-22 .eventi .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  #content .eventi .offset-xxl-0,
.site-22 .eventi .offset-xxl-0 {
    margin-left: 0;
  }
  #content .eventi .offset-xxl-1,
.site-22 .eventi .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  #content .eventi .offset-xxl-2,
.site-22 .eventi .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  #content .eventi .offset-xxl-3,
.site-22 .eventi .offset-xxl-3 {
    margin-left: 25%;
  }
  #content .eventi .offset-xxl-4,
.site-22 .eventi .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  #content .eventi .offset-xxl-5,
.site-22 .eventi .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  #content .eventi .offset-xxl-6,
.site-22 .eventi .offset-xxl-6 {
    margin-left: 50%;
  }
  #content .eventi .offset-xxl-7,
.site-22 .eventi .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  #content .eventi .offset-xxl-8,
.site-22 .eventi .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  #content .eventi .offset-xxl-9,
.site-22 .eventi .offset-xxl-9 {
    margin-left: 75%;
  }
  #content .eventi .offset-xxl-10,
.site-22 .eventi .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  #content .eventi .offset-xxl-11,
.site-22 .eventi .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  #content .eventi .g-xxl-0,
#content .eventi .gx-xxl-0,
.site-22 .eventi .g-xxl-0,
.site-22 .eventi .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  #content .eventi .g-xxl-0,
#content .eventi .gy-xxl-0,
.site-22 .eventi .g-xxl-0,
.site-22 .eventi .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  #content .eventi .g-xxl-1,
#content .eventi .gx-xxl-1,
.site-22 .eventi .g-xxl-1,
.site-22 .eventi .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  #content .eventi .g-xxl-1,
#content .eventi .gy-xxl-1,
.site-22 .eventi .g-xxl-1,
.site-22 .eventi .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  #content .eventi .g-xxl-2,
#content .eventi .gx-xxl-2,
.site-22 .eventi .g-xxl-2,
.site-22 .eventi .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  #content .eventi .g-xxl-2,
#content .eventi .gy-xxl-2,
.site-22 .eventi .g-xxl-2,
.site-22 .eventi .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  #content .eventi .g-xxl-3,
#content .eventi .gx-xxl-3,
.site-22 .eventi .g-xxl-3,
.site-22 .eventi .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  #content .eventi .g-xxl-3,
#content .eventi .gy-xxl-3,
.site-22 .eventi .g-xxl-3,
.site-22 .eventi .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  #content .eventi .g-xxl-4,
#content .eventi .gx-xxl-4,
.site-22 .eventi .g-xxl-4,
.site-22 .eventi .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  #content .eventi .g-xxl-4,
#content .eventi .gy-xxl-4,
.site-22 .eventi .g-xxl-4,
.site-22 .eventi .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  #content .eventi .g-xxl-5,
#content .eventi .gx-xxl-5,
.site-22 .eventi .g-xxl-5,
.site-22 .eventi .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  #content .eventi .g-xxl-5,
#content .eventi .gy-xxl-5,
.site-22 .eventi .g-xxl-5,
.site-22 .eventi .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
#content .eventi .clearfix::after,
.site-22 .eventi .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
#content .eventi .link-primary,
.site-22 .eventi .link-primary {
  color: #0d6efd;
}
#content .eventi .link-primary:hover, #content .eventi .link-primary:focus,
.site-22 .eventi .link-primary:hover,
.site-22 .eventi .link-primary:focus {
  color: #0a58ca;
}
#content .eventi .link-secondary,
.site-22 .eventi .link-secondary {
  color: #6c757d;
}
#content .eventi .link-secondary:hover, #content .eventi .link-secondary:focus,
.site-22 .eventi .link-secondary:hover,
.site-22 .eventi .link-secondary:focus {
  color: #565e64;
}
#content .eventi .link-success,
.site-22 .eventi .link-success {
  color: #198754;
}
#content .eventi .link-success:hover, #content .eventi .link-success:focus,
.site-22 .eventi .link-success:hover,
.site-22 .eventi .link-success:focus {
  color: #146c43;
}
#content .eventi .link-info,
.site-22 .eventi .link-info {
  color: #0dcaf0;
}
#content .eventi .link-info:hover, #content .eventi .link-info:focus,
.site-22 .eventi .link-info:hover,
.site-22 .eventi .link-info:focus {
  color: #3dd5f3;
}
#content .eventi .link-warning,
.site-22 .eventi .link-warning {
  color: #ffc107;
}
#content .eventi .link-warning:hover, #content .eventi .link-warning:focus,
.site-22 .eventi .link-warning:hover,
.site-22 .eventi .link-warning:focus {
  color: #ffcd39;
}
#content .eventi .link-danger,
.site-22 .eventi .link-danger {
  color: #dc3545;
}
#content .eventi .link-danger:hover, #content .eventi .link-danger:focus,
.site-22 .eventi .link-danger:hover,
.site-22 .eventi .link-danger:focus {
  color: #b02a37;
}
#content .eventi .link-light,
.site-22 .eventi .link-light {
  color: #f8f9fa;
}
#content .eventi .link-light:hover, #content .eventi .link-light:focus,
.site-22 .eventi .link-light:hover,
.site-22 .eventi .link-light:focus {
  color: #f9fafb;
}
#content .eventi .link-dark,
.site-22 .eventi .link-dark {
  color: #212529;
}
#content .eventi .link-dark:hover, #content .eventi .link-dark:focus,
.site-22 .eventi .link-dark:hover,
.site-22 .eventi .link-dark:focus {
  color: #1a1e21;
}
#content .eventi .ratio,
.site-22 .eventi .ratio {
  position: relative;
  width: 100%;
}
#content .eventi .ratio::before,
.site-22 .eventi .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
#content .eventi .ratio > *,
.site-22 .eventi .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .eventi .ratio-1x1,
.site-22 .eventi .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
#content .eventi .ratio-4x3,
.site-22 .eventi .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
#content .eventi .ratio-16x9,
.site-22 .eventi .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
#content .eventi .ratio-21x9,
.site-22 .eventi .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
#content .eventi .fixed-top,
.site-22 .eventi .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#content .eventi .fixed-bottom,
.site-22 .eventi .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
#content .eventi .sticky-top,
.site-22 .eventi .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  #content .eventi .sticky-sm-top,
.site-22 .eventi .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  #content .eventi .sticky-md-top,
.site-22 .eventi .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  #content .eventi .sticky-lg-top,
.site-22 .eventi .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  #content .eventi .sticky-xl-top,
.site-22 .eventi .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  #content .eventi .sticky-xxl-top,
.site-22 .eventi .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
#content .eventi .hstack,
.site-22 .eventi .hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
#content .eventi .vstack,
.site-22 .eventi .vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
#content .eventi .visually-hidden,
#content .eventi .visually-hidden-focusable:not(:focus):not(:focus-within),
.site-22 .eventi .visually-hidden,
.site-22 .eventi .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#content .eventi .stretched-link::after,
.site-22 .eventi .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#content .eventi .text-truncate,
.site-22 .eventi .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .eventi .vr,
.site-22 .eventi .vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
#content .eventi .align-baseline,
.site-22 .eventi .align-baseline {
  vertical-align: baseline !important;
}
#content .eventi .align-top,
.site-22 .eventi .align-top {
  vertical-align: top !important;
}
#content .eventi .align-middle,
.site-22 .eventi .align-middle {
  vertical-align: middle !important;
}
#content .eventi .align-bottom,
.site-22 .eventi .align-bottom {
  vertical-align: bottom !important;
}
#content .eventi .align-text-bottom,
.site-22 .eventi .align-text-bottom {
  vertical-align: text-bottom !important;
}
#content .eventi .align-text-top,
.site-22 .eventi .align-text-top {
  vertical-align: text-top !important;
}
#content .eventi .float-start,
.site-22 .eventi .float-start {
  float: left !important;
}
#content .eventi .float-end,
.site-22 .eventi .float-end {
  float: right !important;
}
#content .eventi .float-none,
.site-22 .eventi .float-none {
  float: none !important;
}
#content .eventi .opacity-0,
.site-22 .eventi .opacity-0 {
  opacity: 0 !important;
}
#content .eventi .opacity-25,
.site-22 .eventi .opacity-25 {
  opacity: 0.25 !important;
}
#content .eventi .opacity-50,
.site-22 .eventi .opacity-50 {
  opacity: 0.5 !important;
}
#content .eventi .opacity-75,
.site-22 .eventi .opacity-75 {
  opacity: 0.75 !important;
}
#content .eventi .opacity-100,
.site-22 .eventi .opacity-100 {
  opacity: 1 !important;
}
#content .eventi .overflow-auto,
.site-22 .eventi .overflow-auto {
  overflow: auto !important;
}
#content .eventi .overflow-hidden,
.site-22 .eventi .overflow-hidden {
  overflow: hidden !important;
}
#content .eventi .overflow-visible,
.site-22 .eventi .overflow-visible {
  overflow: visible !important;
}
#content .eventi .overflow-scroll,
.site-22 .eventi .overflow-scroll {
  overflow: scroll !important;
}
#content .eventi .d-inline,
.site-22 .eventi .d-inline {
  display: inline !important;
}
#content .eventi .d-inline-block,
.site-22 .eventi .d-inline-block {
  display: inline-block !important;
}
#content .eventi .d-block,
.site-22 .eventi .d-block {
  display: block !important;
}
#content .eventi .d-grid,
.site-22 .eventi .d-grid {
  display: grid !important;
}
#content .eventi .d-table,
.site-22 .eventi .d-table {
  display: table !important;
}
#content .eventi .d-table-row,
.site-22 .eventi .d-table-row {
  display: table-row !important;
}
#content .eventi .d-table-cell,
.site-22 .eventi .d-table-cell {
  display: table-cell !important;
}
#content .eventi .d-flex,
.site-22 .eventi .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#content .eventi .d-inline-flex,
.site-22 .eventi .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
#content .eventi .d-none,
.site-22 .eventi .d-none {
  display: none !important;
}
#content .eventi .shadow,
.site-22 .eventi .shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#content .eventi .shadow-sm,
.site-22 .eventi .shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#content .eventi .shadow-lg,
.site-22 .eventi .shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#content .eventi .shadow-none,
.site-22 .eventi .shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#content .eventi .position-static,
.site-22 .eventi .position-static {
  position: static !important;
}
#content .eventi .position-relative,
.site-22 .eventi .position-relative {
  position: relative !important;
}
#content .eventi .position-absolute,
.site-22 .eventi .position-absolute {
  position: absolute !important;
}
#content .eventi .position-fixed,
.site-22 .eventi .position-fixed {
  position: fixed !important;
}
#content .eventi .position-sticky,
.site-22 .eventi .position-sticky {
  position: sticky !important;
}
#content .eventi .top-0,
.site-22 .eventi .top-0 {
  top: 0 !important;
}
#content .eventi .top-50,
.site-22 .eventi .top-50 {
  top: 50% !important;
}
#content .eventi .top-100,
.site-22 .eventi .top-100 {
  top: 100% !important;
}
#content .eventi .bottom-0,
.site-22 .eventi .bottom-0 {
  bottom: 0 !important;
}
#content .eventi .bottom-50,
.site-22 .eventi .bottom-50 {
  bottom: 50% !important;
}
#content .eventi .bottom-100,
.site-22 .eventi .bottom-100 {
  bottom: 100% !important;
}
#content .eventi .start-0,
.site-22 .eventi .start-0 {
  left: 0 !important;
}
#content .eventi .start-50,
.site-22 .eventi .start-50 {
  left: 50% !important;
}
#content .eventi .start-100,
.site-22 .eventi .start-100 {
  left: 100% !important;
}
#content .eventi .end-0,
.site-22 .eventi .end-0 {
  right: 0 !important;
}
#content .eventi .end-50,
.site-22 .eventi .end-50 {
  right: 50% !important;
}
#content .eventi .end-100,
.site-22 .eventi .end-100 {
  right: 100% !important;
}
#content .eventi .translate-middle,
.site-22 .eventi .translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
#content .eventi .translate-middle-x,
.site-22 .eventi .translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
#content .eventi .translate-middle-y,
.site-22 .eventi .translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
#content .eventi .border,
.site-22 .eventi .border {
  border: 1px solid #dee2e6 !important;
}
#content .eventi .border-0,
.site-22 .eventi .border-0 {
  border: 0 !important;
}
#content .eventi .border-top,
.site-22 .eventi .border-top {
  border-top: 1px solid #dee2e6 !important;
}
#content .eventi .border-top-0,
.site-22 .eventi .border-top-0 {
  border-top: 0 !important;
}
#content .eventi .border-end,
.site-22 .eventi .border-end {
  border-right: 1px solid #dee2e6 !important;
}
#content .eventi .border-end-0,
.site-22 .eventi .border-end-0 {
  border-right: 0 !important;
}
#content .eventi .border-bottom,
.site-22 .eventi .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
#content .eventi .border-bottom-0,
.site-22 .eventi .border-bottom-0 {
  border-bottom: 0 !important;
}
#content .eventi .border-start,
.site-22 .eventi .border-start {
  border-left: 1px solid #dee2e6 !important;
}
#content .eventi .border-start-0,
.site-22 .eventi .border-start-0 {
  border-left: 0 !important;
}
#content .eventi .border-primary,
.site-22 .eventi .border-primary {
  border-color: #0d6efd !important;
}
#content .eventi .border-secondary,
.site-22 .eventi .border-secondary {
  border-color: #6c757d !important;
}
#content .eventi .border-success,
.site-22 .eventi .border-success {
  border-color: #198754 !important;
}
#content .eventi .border-info,
.site-22 .eventi .border-info {
  border-color: #0dcaf0 !important;
}
#content .eventi .border-warning,
.site-22 .eventi .border-warning {
  border-color: #ffc107 !important;
}
#content .eventi .border-danger,
.site-22 .eventi .border-danger {
  border-color: #dc3545 !important;
}
#content .eventi .border-light,
.site-22 .eventi .border-light {
  border-color: #f8f9fa !important;
}
#content .eventi .border-dark,
.site-22 .eventi .border-dark {
  border-color: #212529 !important;
}
#content .eventi .border-white,
.site-22 .eventi .border-white {
  border-color: #fff !important;
}
#content .eventi .border-1,
.site-22 .eventi .border-1 {
  border-width: 1px !important;
}
#content .eventi .border-2,
.site-22 .eventi .border-2 {
  border-width: 2px !important;
}
#content .eventi .border-3,
.site-22 .eventi .border-3 {
  border-width: 3px !important;
}
#content .eventi .border-4,
.site-22 .eventi .border-4 {
  border-width: 4px !important;
}
#content .eventi .border-5,
.site-22 .eventi .border-5 {
  border-width: 5px !important;
}
#content .eventi .w-25,
.site-22 .eventi .w-25 {
  width: 25% !important;
}
#content .eventi .w-50,
.site-22 .eventi .w-50 {
  width: 50% !important;
}
#content .eventi .w-75,
.site-22 .eventi .w-75 {
  width: 75% !important;
}
#content .eventi .w-100,
.site-22 .eventi .w-100 {
  width: 100% !important;
}
#content .eventi .w-auto,
.site-22 .eventi .w-auto {
  width: auto !important;
}
#content .eventi .mw-100,
.site-22 .eventi .mw-100 {
  max-width: 100% !important;
}
#content .eventi .vw-100,
.site-22 .eventi .vw-100 {
  width: 100vw !important;
}
#content .eventi .min-vw-100,
.site-22 .eventi .min-vw-100 {
  min-width: 100vw !important;
}
#content .eventi .h-25,
.site-22 .eventi .h-25 {
  height: 25% !important;
}
#content .eventi .h-50,
.site-22 .eventi .h-50 {
  height: 50% !important;
}
#content .eventi .h-75,
.site-22 .eventi .h-75 {
  height: 75% !important;
}
#content .eventi .h-100,
.site-22 .eventi .h-100 {
  height: 100% !important;
}
#content .eventi .h-auto,
.site-22 .eventi .h-auto {
  height: auto !important;
}
#content .eventi .mh-100,
.site-22 .eventi .mh-100 {
  max-height: 100% !important;
}
#content .eventi .vh-100,
.site-22 .eventi .vh-100 {
  height: 100vh !important;
}
#content .eventi .min-vh-100,
.site-22 .eventi .min-vh-100 {
  min-height: 100vh !important;
}
#content .eventi .flex-fill,
.site-22 .eventi .flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
#content .eventi .flex-row,
.site-22 .eventi .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
#content .eventi .flex-column,
.site-22 .eventi .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
#content .eventi .flex-row-reverse,
.site-22 .eventi .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
#content .eventi .flex-column-reverse,
.site-22 .eventi .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
#content .eventi .flex-grow-0,
.site-22 .eventi .flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
#content .eventi .flex-grow-1,
.site-22 .eventi .flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
#content .eventi .flex-shrink-0,
.site-22 .eventi .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
#content .eventi .flex-shrink-1,
.site-22 .eventi .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
#content .eventi .flex-wrap,
.site-22 .eventi .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
#content .eventi .flex-nowrap,
.site-22 .eventi .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
#content .eventi .flex-wrap-reverse,
.site-22 .eventi .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
#content .eventi .gap-0,
.site-22 .eventi .gap-0 {
  gap: 0 !important;
}
#content .eventi .gap-1,
.site-22 .eventi .gap-1 {
  gap: 0.25rem !important;
}
#content .eventi .gap-2,
.site-22 .eventi .gap-2 {
  gap: 0.5rem !important;
}
#content .eventi .gap-3,
.site-22 .eventi .gap-3 {
  gap: 1rem !important;
}
#content .eventi .gap-4,
.site-22 .eventi .gap-4 {
  gap: 1.5rem !important;
}
#content .eventi .gap-5,
.site-22 .eventi .gap-5 {
  gap: 3rem !important;
}
#content .eventi .justify-content-start,
.site-22 .eventi .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
#content .eventi .justify-content-end,
.site-22 .eventi .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
#content .eventi .justify-content-center,
.site-22 .eventi .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#content .eventi .justify-content-between,
.site-22 .eventi .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#content .eventi .justify-content-around,
.site-22 .eventi .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
#content .eventi .justify-content-evenly,
.site-22 .eventi .justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
#content .eventi .align-items-start,
.site-22 .eventi .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
#content .eventi .align-items-end,
.site-22 .eventi .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
#content .eventi .align-items-center,
.site-22 .eventi .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#content .eventi .align-items-baseline,
.site-22 .eventi .align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
#content .eventi .align-items-stretch,
.site-22 .eventi .align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
#content .eventi .align-content-start,
.site-22 .eventi .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
#content .eventi .align-content-end,
.site-22 .eventi .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
#content .eventi .align-content-center,
.site-22 .eventi .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
#content .eventi .align-content-between,
.site-22 .eventi .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
#content .eventi .align-content-around,
.site-22 .eventi .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
#content .eventi .align-content-stretch,
.site-22 .eventi .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
#content .eventi .align-self-auto,
.site-22 .eventi .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
#content .eventi .align-self-start,
.site-22 .eventi .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
#content .eventi .align-self-end,
.site-22 .eventi .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
#content .eventi .align-self-center,
.site-22 .eventi .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
#content .eventi .align-self-baseline,
.site-22 .eventi .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
#content .eventi .align-self-stretch,
.site-22 .eventi .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
#content .eventi .order-first,
.site-22 .eventi .order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
#content .eventi .order-0,
.site-22 .eventi .order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
#content .eventi .order-1,
.site-22 .eventi .order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
#content .eventi .order-2,
.site-22 .eventi .order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
#content .eventi .order-3,
.site-22 .eventi .order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
#content .eventi .order-4,
.site-22 .eventi .order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
#content .eventi .order-5,
.site-22 .eventi .order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
#content .eventi .order-last,
.site-22 .eventi .order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
#content .eventi .m-0,
.site-22 .eventi .m-0 {
  margin: 0 !important;
}
#content .eventi .m-1,
.site-22 .eventi .m-1 {
  margin: 0.25rem !important;
}
#content .eventi .m-2,
.site-22 .eventi .m-2 {
  margin: 0.5rem !important;
}
#content .eventi .m-3,
.site-22 .eventi .m-3 {
  margin: 1rem !important;
}
#content .eventi .m-4,
.site-22 .eventi .m-4 {
  margin: 1.5rem !important;
}
#content .eventi .m-5,
.site-22 .eventi .m-5 {
  margin: 3rem !important;
}
#content .eventi .m-auto,
.site-22 .eventi .m-auto {
  margin: auto !important;
}
#content .eventi .mx-0,
.site-22 .eventi .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#content .eventi .mx-1,
.site-22 .eventi .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
#content .eventi .mx-2,
.site-22 .eventi .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
#content .eventi .mx-3,
.site-22 .eventi .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
#content .eventi .mx-4,
.site-22 .eventi .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
#content .eventi .mx-5,
.site-22 .eventi .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
#content .eventi .mx-auto,
.site-22 .eventi .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
#content .eventi .my-0,
.site-22 .eventi .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#content .eventi .my-1,
.site-22 .eventi .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
#content .eventi .my-2,
.site-22 .eventi .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
#content .eventi .my-3,
.site-22 .eventi .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
#content .eventi .my-4,
.site-22 .eventi .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
#content .eventi .my-5,
.site-22 .eventi .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
#content .eventi .my-auto,
.site-22 .eventi .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#content .eventi .mt-0,
.site-22 .eventi .mt-0 {
  margin-top: 0 !important;
}
#content .eventi .mt-1,
.site-22 .eventi .mt-1 {
  margin-top: 0.25rem !important;
}
#content .eventi .mt-2,
.site-22 .eventi .mt-2 {
  margin-top: 0.5rem !important;
}
#content .eventi .mt-3,
.site-22 .eventi .mt-3 {
  margin-top: 1rem !important;
}
#content .eventi .mt-4,
.site-22 .eventi .mt-4 {
  margin-top: 1.5rem !important;
}
#content .eventi .mt-5,
.site-22 .eventi .mt-5 {
  margin-top: 3rem !important;
}
#content .eventi .mt-auto,
.site-22 .eventi .mt-auto {
  margin-top: auto !important;
}
#content .eventi .me-0,
.site-22 .eventi .me-0 {
  margin-right: 0 !important;
}
#content .eventi .me-1,
.site-22 .eventi .me-1 {
  margin-right: 0.25rem !important;
}
#content .eventi .me-2,
.site-22 .eventi .me-2 {
  margin-right: 0.5rem !important;
}
#content .eventi .me-3,
.site-22 .eventi .me-3 {
  margin-right: 1rem !important;
}
#content .eventi .me-4,
.site-22 .eventi .me-4 {
  margin-right: 1.5rem !important;
}
#content .eventi .me-5,
.site-22 .eventi .me-5 {
  margin-right: 3rem !important;
}
#content .eventi .me-auto,
.site-22 .eventi .me-auto {
  margin-right: auto !important;
}
#content .eventi .mb-0,
.site-22 .eventi .mb-0 {
  margin-bottom: 0 !important;
}
#content .eventi .mb-1,
.site-22 .eventi .mb-1 {
  margin-bottom: 0.25rem !important;
}
#content .eventi .mb-2,
.site-22 .eventi .mb-2 {
  margin-bottom: 0.5rem !important;
}
#content .eventi .mb-3,
.site-22 .eventi .mb-3 {
  margin-bottom: 1rem !important;
}
#content .eventi .mb-4,
.site-22 .eventi .mb-4 {
  margin-bottom: 1.5rem !important;
}
#content .eventi .mb-5,
.site-22 .eventi .mb-5 {
  margin-bottom: 3rem !important;
}
#content .eventi .mb-auto,
.site-22 .eventi .mb-auto {
  margin-bottom: auto !important;
}
#content .eventi .ms-0,
.site-22 .eventi .ms-0 {
  margin-left: 0 !important;
}
#content .eventi .ms-1,
.site-22 .eventi .ms-1 {
  margin-left: 0.25rem !important;
}
#content .eventi .ms-2,
.site-22 .eventi .ms-2 {
  margin-left: 0.5rem !important;
}
#content .eventi .ms-3,
.site-22 .eventi .ms-3 {
  margin-left: 1rem !important;
}
#content .eventi .ms-4,
.site-22 .eventi .ms-4 {
  margin-left: 1.5rem !important;
}
#content .eventi .ms-5,
.site-22 .eventi .ms-5 {
  margin-left: 3rem !important;
}
#content .eventi .ms-auto,
.site-22 .eventi .ms-auto {
  margin-left: auto !important;
}
#content .eventi .p-0,
.site-22 .eventi .p-0 {
  padding: 0 !important;
}
#content .eventi .p-1,
.site-22 .eventi .p-1 {
  padding: 0.25rem !important;
}
#content .eventi .p-2,
.site-22 .eventi .p-2 {
  padding: 0.5rem !important;
}
#content .eventi .p-3,
.site-22 .eventi .p-3 {
  padding: 1rem !important;
}
#content .eventi .p-4,
.site-22 .eventi .p-4 {
  padding: 1.5rem !important;
}
#content .eventi .p-5,
.site-22 .eventi .p-5 {
  padding: 3rem !important;
}
#content .eventi .px-0,
.site-22 .eventi .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#content .eventi .px-1,
.site-22 .eventi .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
#content .eventi .px-2,
.site-22 .eventi .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
#content .eventi .px-3,
.site-22 .eventi .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
#content .eventi .px-4,
.site-22 .eventi .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
#content .eventi .px-5,
.site-22 .eventi .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
#content .eventi .py-0,
.site-22 .eventi .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#content .eventi .py-1,
.site-22 .eventi .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
#content .eventi .py-2,
.site-22 .eventi .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#content .eventi .py-3,
.site-22 .eventi .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#content .eventi .py-4,
.site-22 .eventi .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
#content .eventi .py-5,
.site-22 .eventi .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
#content .eventi .pt-0,
.site-22 .eventi .pt-0 {
  padding-top: 0 !important;
}
#content .eventi .pt-1,
.site-22 .eventi .pt-1 {
  padding-top: 0.25rem !important;
}
#content .eventi .pt-2,
.site-22 .eventi .pt-2 {
  padding-top: 0.5rem !important;
}
#content .eventi .pt-3,
.site-22 .eventi .pt-3 {
  padding-top: 1rem !important;
}
#content .eventi .pt-4,
.site-22 .eventi .pt-4 {
  padding-top: 1.5rem !important;
}
#content .eventi .pt-5,
.site-22 .eventi .pt-5 {
  padding-top: 3rem !important;
}
#content .eventi .pe-0,
.site-22 .eventi .pe-0 {
  padding-right: 0 !important;
}
#content .eventi .pe-1,
.site-22 .eventi .pe-1 {
  padding-right: 0.25rem !important;
}
#content .eventi .pe-2,
.site-22 .eventi .pe-2 {
  padding-right: 0.5rem !important;
}
#content .eventi .pe-3,
.site-22 .eventi .pe-3 {
  padding-right: 1rem !important;
}
#content .eventi .pe-4,
.site-22 .eventi .pe-4 {
  padding-right: 1.5rem !important;
}
#content .eventi .pe-5,
.site-22 .eventi .pe-5 {
  padding-right: 3rem !important;
}
#content .eventi .pb-0,
.site-22 .eventi .pb-0 {
  padding-bottom: 0 !important;
}
#content .eventi .pb-1,
.site-22 .eventi .pb-1 {
  padding-bottom: 0.25rem !important;
}
#content .eventi .pb-2,
.site-22 .eventi .pb-2 {
  padding-bottom: 0.5rem !important;
}
#content .eventi .pb-3,
.site-22 .eventi .pb-3 {
  padding-bottom: 1rem !important;
}
#content .eventi .pb-4,
.site-22 .eventi .pb-4 {
  padding-bottom: 1.5rem !important;
}
#content .eventi .pb-5,
.site-22 .eventi .pb-5 {
  padding-bottom: 3rem !important;
}
#content .eventi .ps-0,
.site-22 .eventi .ps-0 {
  padding-left: 0 !important;
}
#content .eventi .ps-1,
.site-22 .eventi .ps-1 {
  padding-left: 0.25rem !important;
}
#content .eventi .ps-2,
.site-22 .eventi .ps-2 {
  padding-left: 0.5rem !important;
}
#content .eventi .ps-3,
.site-22 .eventi .ps-3 {
  padding-left: 1rem !important;
}
#content .eventi .ps-4,
.site-22 .eventi .ps-4 {
  padding-left: 1.5rem !important;
}
#content .eventi .ps-5,
.site-22 .eventi .ps-5 {
  padding-left: 3rem !important;
}
#content .eventi .font-monospace,
.site-22 .eventi .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
#content .eventi .fs-1,
.site-22 .eventi .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
#content .eventi .fs-2,
.site-22 .eventi .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
#content .eventi .fs-3,
.site-22 .eventi .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
#content .eventi .fs-4,
.site-22 .eventi .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
#content .eventi .fs-5,
.site-22 .eventi .fs-5 {
  font-size: 1.25rem !important;
}
#content .eventi .fs-6,
.site-22 .eventi .fs-6 {
  font-size: 1rem !important;
}
#content .eventi .fst-italic,
.site-22 .eventi .fst-italic {
  font-style: italic !important;
}
#content .eventi .fst-normal,
.site-22 .eventi .fst-normal {
  font-style: normal !important;
}
#content .eventi .fw-light,
.site-22 .eventi .fw-light {
  font-weight: 300 !important;
}
#content .eventi .fw-lighter,
.site-22 .eventi .fw-lighter {
  font-weight: lighter !important;
}
#content .eventi .fw-normal,
.site-22 .eventi .fw-normal {
  font-weight: 400 !important;
}
#content .eventi .fw-bold,
.site-22 .eventi .fw-bold {
  font-weight: 700 !important;
}
#content .eventi .fw-bolder,
.site-22 .eventi .fw-bolder {
  font-weight: bolder !important;
}
#content .eventi .lh-1,
.site-22 .eventi .lh-1 {
  line-height: 1 !important;
}
#content .eventi .lh-sm,
.site-22 .eventi .lh-sm {
  line-height: 1.25 !important;
}
#content .eventi .lh-base,
.site-22 .eventi .lh-base {
  line-height: 1.5 !important;
}
#content .eventi .lh-lg,
.site-22 .eventi .lh-lg {
  line-height: 2 !important;
}
#content .eventi .text-start,
.site-22 .eventi .text-start {
  text-align: left !important;
}
#content .eventi .text-end,
.site-22 .eventi .text-end {
  text-align: right !important;
}
#content .eventi .text-center,
.site-22 .eventi .text-center {
  text-align: center !important;
}
#content .eventi .text-decoration-none,
.site-22 .eventi .text-decoration-none {
  text-decoration: none !important;
}
#content .eventi .text-decoration-underline,
.site-22 .eventi .text-decoration-underline {
  text-decoration: underline !important;
}
#content .eventi .text-decoration-line-through,
.site-22 .eventi .text-decoration-line-through {
  text-decoration: line-through !important;
}
#content .eventi .text-lowercase,
.site-22 .eventi .text-lowercase {
  text-transform: lowercase !important;
}
#content .eventi .text-uppercase,
.site-22 .eventi .text-uppercase {
  text-transform: uppercase !important;
}
#content .eventi .text-capitalize,
.site-22 .eventi .text-capitalize {
  text-transform: capitalize !important;
}
#content .eventi .text-wrap,
.site-22 .eventi .text-wrap {
  white-space: normal !important;
}
#content .eventi .text-nowrap,
.site-22 .eventi .text-nowrap {
  white-space: nowrap !important;
}
#content .eventi .text-break,
.site-22 .eventi .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
#content .eventi .text-primary,
.site-22 .eventi .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-secondary,
.site-22 .eventi .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-success,
.site-22 .eventi .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-info,
.site-22 .eventi .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-warning,
.site-22 .eventi .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-danger,
.site-22 .eventi .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-light,
.site-22 .eventi .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-dark,
.site-22 .eventi .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-black,
.site-22 .eventi .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-white,
.site-22 .eventi .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-body,
.site-22 .eventi .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
#content .eventi .text-muted,
.site-22 .eventi .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
#content .eventi .text-black-50,
.site-22 .eventi .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
#content .eventi .text-white-50,
.site-22 .eventi .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
#content .eventi .text-reset,
.site-22 .eventi .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
#content .eventi .text-opacity-25,
.site-22 .eventi .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
#content .eventi .text-opacity-50,
.site-22 .eventi .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
#content .eventi .text-opacity-75,
.site-22 .eventi .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
#content .eventi .text-opacity-100,
.site-22 .eventi .text-opacity-100 {
  --bs-text-opacity: 1;
}
#content .eventi .bg-primary,
.site-22 .eventi .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-secondary,
.site-22 .eventi .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-success,
.site-22 .eventi .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-info,
.site-22 .eventi .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-warning,
.site-22 .eventi .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-danger,
.site-22 .eventi .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-light,
.site-22 .eventi .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-dark,
.site-22 .eventi .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-black,
.site-22 .eventi .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-white,
.site-22 .eventi .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-body,
.site-22 .eventi .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
#content .eventi .bg-transparent,
.site-22 .eventi .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
#content .eventi .bg-opacity-10,
.site-22 .eventi .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
#content .eventi .bg-opacity-25,
.site-22 .eventi .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
#content .eventi .bg-opacity-50,
.site-22 .eventi .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
#content .eventi .bg-opacity-75,
.site-22 .eventi .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
#content .eventi .bg-opacity-100,
.site-22 .eventi .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
#content .eventi .bg-gradient,
.site-22 .eventi .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
#content .eventi .user-select-all,
.site-22 .eventi .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
#content .eventi .user-select-auto,
.site-22 .eventi .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
#content .eventi .user-select-none,
.site-22 .eventi .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
#content .eventi .pe-none,
.site-22 .eventi .pe-none {
  pointer-events: none !important;
}
#content .eventi .pe-auto,
.site-22 .eventi .pe-auto {
  pointer-events: auto !important;
}
#content .eventi .rounded,
.site-22 .eventi .rounded {
  border-radius: 0.25rem !important;
}
#content .eventi .rounded-0,
.site-22 .eventi .rounded-0 {
  border-radius: 0 !important;
}
#content .eventi .rounded-1,
.site-22 .eventi .rounded-1 {
  border-radius: 0.2rem !important;
}
#content .eventi .rounded-2,
.site-22 .eventi .rounded-2 {
  border-radius: 0.25rem !important;
}
#content .eventi .rounded-3,
.site-22 .eventi .rounded-3 {
  border-radius: 0.3rem !important;
}
#content .eventi .rounded-circle,
.site-22 .eventi .rounded-circle {
  border-radius: 50% !important;
}
#content .eventi .rounded-pill,
.site-22 .eventi .rounded-pill {
  border-radius: 50rem !important;
}
#content .eventi .rounded-top,
.site-22 .eventi .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
#content .eventi .rounded-end,
.site-22 .eventi .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
#content .eventi .rounded-bottom,
.site-22 .eventi .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
#content .eventi .rounded-start,
.site-22 .eventi .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
#content .eventi .visible,
.site-22 .eventi .visible {
  visibility: visible !important;
}
#content .eventi .invisible,
.site-22 .eventi .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  #content .eventi .float-sm-start,
.site-22 .eventi .float-sm-start {
    float: left !important;
  }
  #content .eventi .float-sm-end,
.site-22 .eventi .float-sm-end {
    float: right !important;
  }
  #content .eventi .float-sm-none,
.site-22 .eventi .float-sm-none {
    float: none !important;
  }
  #content .eventi .d-sm-inline,
.site-22 .eventi .d-sm-inline {
    display: inline !important;
  }
  #content .eventi .d-sm-inline-block,
.site-22 .eventi .d-sm-inline-block {
    display: inline-block !important;
  }
  #content .eventi .d-sm-block,
.site-22 .eventi .d-sm-block {
    display: block !important;
  }
  #content .eventi .d-sm-grid,
.site-22 .eventi .d-sm-grid {
    display: grid !important;
  }
  #content .eventi .d-sm-table,
.site-22 .eventi .d-sm-table {
    display: table !important;
  }
  #content .eventi .d-sm-table-row,
.site-22 .eventi .d-sm-table-row {
    display: table-row !important;
  }
  #content .eventi .d-sm-table-cell,
.site-22 .eventi .d-sm-table-cell {
    display: table-cell !important;
  }
  #content .eventi .d-sm-flex,
.site-22 .eventi .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #content .eventi .d-sm-inline-flex,
.site-22 .eventi .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  #content .eventi .d-sm-none,
.site-22 .eventi .d-sm-none {
    display: none !important;
  }
  #content .eventi .flex-sm-fill,
.site-22 .eventi .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  #content .eventi .flex-sm-row,
.site-22 .eventi .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  #content .eventi .flex-sm-column,
.site-22 .eventi .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #content .eventi .flex-sm-row-reverse,
.site-22 .eventi .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #content .eventi .flex-sm-column-reverse,
.site-22 .eventi .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #content .eventi .flex-sm-grow-0,
.site-22 .eventi .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  #content .eventi .flex-sm-grow-1,
.site-22 .eventi .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  #content .eventi .flex-sm-shrink-0,
.site-22 .eventi .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  #content .eventi .flex-sm-shrink-1,
.site-22 .eventi .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  #content .eventi .flex-sm-wrap,
.site-22 .eventi .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  #content .eventi .flex-sm-nowrap,
.site-22 .eventi .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #content .eventi .flex-sm-wrap-reverse,
.site-22 .eventi .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #content .eventi .gap-sm-0,
.site-22 .eventi .gap-sm-0 {
    gap: 0 !important;
  }
  #content .eventi .gap-sm-1,
.site-22 .eventi .gap-sm-1 {
    gap: 0.25rem !important;
  }
  #content .eventi .gap-sm-2,
.site-22 .eventi .gap-sm-2 {
    gap: 0.5rem !important;
  }
  #content .eventi .gap-sm-3,
.site-22 .eventi .gap-sm-3 {
    gap: 1rem !important;
  }
  #content .eventi .gap-sm-4,
.site-22 .eventi .gap-sm-4 {
    gap: 1.5rem !important;
  }
  #content .eventi .gap-sm-5,
.site-22 .eventi .gap-sm-5 {
    gap: 3rem !important;
  }
  #content .eventi .justify-content-sm-start,
.site-22 .eventi .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #content .eventi .justify-content-sm-end,
.site-22 .eventi .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  #content .eventi .justify-content-sm-center,
.site-22 .eventi .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #content .eventi .justify-content-sm-between,
.site-22 .eventi .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  #content .eventi .justify-content-sm-around,
.site-22 .eventi .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  #content .eventi .justify-content-sm-evenly,
.site-22 .eventi .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  #content .eventi .align-items-sm-start,
.site-22 .eventi .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  #content .eventi .align-items-sm-end,
.site-22 .eventi .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  #content .eventi .align-items-sm-center,
.site-22 .eventi .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #content .eventi .align-items-sm-baseline,
.site-22 .eventi .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  #content .eventi .align-items-sm-stretch,
.site-22 .eventi .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  #content .eventi .align-content-sm-start,
.site-22 .eventi .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  #content .eventi .align-content-sm-end,
.site-22 .eventi .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  #content .eventi .align-content-sm-center,
.site-22 .eventi .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  #content .eventi .align-content-sm-between,
.site-22 .eventi .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  #content .eventi .align-content-sm-around,
.site-22 .eventi .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  #content .eventi .align-content-sm-stretch,
.site-22 .eventi .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  #content .eventi .align-self-sm-auto,
.site-22 .eventi .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  #content .eventi .align-self-sm-start,
.site-22 .eventi .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  #content .eventi .align-self-sm-end,
.site-22 .eventi .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  #content .eventi .align-self-sm-center,
.site-22 .eventi .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  #content .eventi .align-self-sm-baseline,
.site-22 .eventi .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  #content .eventi .align-self-sm-stretch,
.site-22 .eventi .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  #content .eventi .order-sm-first,
.site-22 .eventi .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  #content .eventi .order-sm-0,
.site-22 .eventi .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  #content .eventi .order-sm-1,
.site-22 .eventi .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #content .eventi .order-sm-2,
.site-22 .eventi .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #content .eventi .order-sm-3,
.site-22 .eventi .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  #content .eventi .order-sm-4,
.site-22 .eventi .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  #content .eventi .order-sm-5,
.site-22 .eventi .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  #content .eventi .order-sm-last,
.site-22 .eventi .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  #content .eventi .m-sm-0,
.site-22 .eventi .m-sm-0 {
    margin: 0 !important;
  }
  #content .eventi .m-sm-1,
.site-22 .eventi .m-sm-1 {
    margin: 0.25rem !important;
  }
  #content .eventi .m-sm-2,
.site-22 .eventi .m-sm-2 {
    margin: 0.5rem !important;
  }
  #content .eventi .m-sm-3,
.site-22 .eventi .m-sm-3 {
    margin: 1rem !important;
  }
  #content .eventi .m-sm-4,
.site-22 .eventi .m-sm-4 {
    margin: 1.5rem !important;
  }
  #content .eventi .m-sm-5,
.site-22 .eventi .m-sm-5 {
    margin: 3rem !important;
  }
  #content .eventi .m-sm-auto,
.site-22 .eventi .m-sm-auto {
    margin: auto !important;
  }
  #content .eventi .mx-sm-0,
.site-22 .eventi .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #content .eventi .mx-sm-1,
.site-22 .eventi .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #content .eventi .mx-sm-2,
.site-22 .eventi .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #content .eventi .mx-sm-3,
.site-22 .eventi .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #content .eventi .mx-sm-4,
.site-22 .eventi .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #content .eventi .mx-sm-5,
.site-22 .eventi .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #content .eventi .mx-sm-auto,
.site-22 .eventi .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #content .eventi .my-sm-0,
.site-22 .eventi .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #content .eventi .my-sm-1,
.site-22 .eventi .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .my-sm-2,
.site-22 .eventi .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .my-sm-3,
.site-22 .eventi .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #content .eventi .my-sm-4,
.site-22 .eventi .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .my-sm-5,
.site-22 .eventi .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #content .eventi .my-sm-auto,
.site-22 .eventi .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #content .eventi .mt-sm-0,
.site-22 .eventi .mt-sm-0 {
    margin-top: 0 !important;
  }
  #content .eventi .mt-sm-1,
.site-22 .eventi .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  #content .eventi .mt-sm-2,
.site-22 .eventi .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  #content .eventi .mt-sm-3,
.site-22 .eventi .mt-sm-3 {
    margin-top: 1rem !important;
  }
  #content .eventi .mt-sm-4,
.site-22 .eventi .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  #content .eventi .mt-sm-5,
.site-22 .eventi .mt-sm-5 {
    margin-top: 3rem !important;
  }
  #content .eventi .mt-sm-auto,
.site-22 .eventi .mt-sm-auto {
    margin-top: auto !important;
  }
  #content .eventi .me-sm-0,
.site-22 .eventi .me-sm-0 {
    margin-right: 0 !important;
  }
  #content .eventi .me-sm-1,
.site-22 .eventi .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  #content .eventi .me-sm-2,
.site-22 .eventi .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  #content .eventi .me-sm-3,
.site-22 .eventi .me-sm-3 {
    margin-right: 1rem !important;
  }
  #content .eventi .me-sm-4,
.site-22 .eventi .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  #content .eventi .me-sm-5,
.site-22 .eventi .me-sm-5 {
    margin-right: 3rem !important;
  }
  #content .eventi .me-sm-auto,
.site-22 .eventi .me-sm-auto {
    margin-right: auto !important;
  }
  #content .eventi .mb-sm-0,
.site-22 .eventi .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  #content .eventi .mb-sm-1,
.site-22 .eventi .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .mb-sm-2,
.site-22 .eventi .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .mb-sm-3,
.site-22 .eventi .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  #content .eventi .mb-sm-4,
.site-22 .eventi .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .mb-sm-5,
.site-22 .eventi .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  #content .eventi .mb-sm-auto,
.site-22 .eventi .mb-sm-auto {
    margin-bottom: auto !important;
  }
  #content .eventi .ms-sm-0,
.site-22 .eventi .ms-sm-0 {
    margin-left: 0 !important;
  }
  #content .eventi .ms-sm-1,
.site-22 .eventi .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  #content .eventi .ms-sm-2,
.site-22 .eventi .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  #content .eventi .ms-sm-3,
.site-22 .eventi .ms-sm-3 {
    margin-left: 1rem !important;
  }
  #content .eventi .ms-sm-4,
.site-22 .eventi .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  #content .eventi .ms-sm-5,
.site-22 .eventi .ms-sm-5 {
    margin-left: 3rem !important;
  }
  #content .eventi .ms-sm-auto,
.site-22 .eventi .ms-sm-auto {
    margin-left: auto !important;
  }
  #content .eventi .p-sm-0,
.site-22 .eventi .p-sm-0 {
    padding: 0 !important;
  }
  #content .eventi .p-sm-1,
.site-22 .eventi .p-sm-1 {
    padding: 0.25rem !important;
  }
  #content .eventi .p-sm-2,
.site-22 .eventi .p-sm-2 {
    padding: 0.5rem !important;
  }
  #content .eventi .p-sm-3,
.site-22 .eventi .p-sm-3 {
    padding: 1rem !important;
  }
  #content .eventi .p-sm-4,
.site-22 .eventi .p-sm-4 {
    padding: 1.5rem !important;
  }
  #content .eventi .p-sm-5,
.site-22 .eventi .p-sm-5 {
    padding: 3rem !important;
  }
  #content .eventi .px-sm-0,
.site-22 .eventi .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #content .eventi .px-sm-1,
.site-22 .eventi .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #content .eventi .px-sm-2,
.site-22 .eventi .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #content .eventi .px-sm-3,
.site-22 .eventi .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #content .eventi .px-sm-4,
.site-22 .eventi .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #content .eventi .px-sm-5,
.site-22 .eventi .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #content .eventi .py-sm-0,
.site-22 .eventi .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #content .eventi .py-sm-1,
.site-22 .eventi .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .py-sm-2,
.site-22 .eventi .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .py-sm-3,
.site-22 .eventi .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #content .eventi .py-sm-4,
.site-22 .eventi .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .py-sm-5,
.site-22 .eventi .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #content .eventi .pt-sm-0,
.site-22 .eventi .pt-sm-0 {
    padding-top: 0 !important;
  }
  #content .eventi .pt-sm-1,
.site-22 .eventi .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  #content .eventi .pt-sm-2,
.site-22 .eventi .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  #content .eventi .pt-sm-3,
.site-22 .eventi .pt-sm-3 {
    padding-top: 1rem !important;
  }
  #content .eventi .pt-sm-4,
.site-22 .eventi .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  #content .eventi .pt-sm-5,
.site-22 .eventi .pt-sm-5 {
    padding-top: 3rem !important;
  }
  #content .eventi .pe-sm-0,
.site-22 .eventi .pe-sm-0 {
    padding-right: 0 !important;
  }
  #content .eventi .pe-sm-1,
.site-22 .eventi .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  #content .eventi .pe-sm-2,
.site-22 .eventi .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  #content .eventi .pe-sm-3,
.site-22 .eventi .pe-sm-3 {
    padding-right: 1rem !important;
  }
  #content .eventi .pe-sm-4,
.site-22 .eventi .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  #content .eventi .pe-sm-5,
.site-22 .eventi .pe-sm-5 {
    padding-right: 3rem !important;
  }
  #content .eventi .pb-sm-0,
.site-22 .eventi .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  #content .eventi .pb-sm-1,
.site-22 .eventi .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .pb-sm-2,
.site-22 .eventi .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .pb-sm-3,
.site-22 .eventi .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  #content .eventi .pb-sm-4,
.site-22 .eventi .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .pb-sm-5,
.site-22 .eventi .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  #content .eventi .ps-sm-0,
.site-22 .eventi .ps-sm-0 {
    padding-left: 0 !important;
  }
  #content .eventi .ps-sm-1,
.site-22 .eventi .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  #content .eventi .ps-sm-2,
.site-22 .eventi .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  #content .eventi .ps-sm-3,
.site-22 .eventi .ps-sm-3 {
    padding-left: 1rem !important;
  }
  #content .eventi .ps-sm-4,
.site-22 .eventi .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  #content .eventi .ps-sm-5,
.site-22 .eventi .ps-sm-5 {
    padding-left: 3rem !important;
  }
  #content .eventi .text-sm-start,
.site-22 .eventi .text-sm-start {
    text-align: left !important;
  }
  #content .eventi .text-sm-end,
.site-22 .eventi .text-sm-end {
    text-align: right !important;
  }
  #content .eventi .text-sm-center,
.site-22 .eventi .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  #content .eventi .float-md-start,
.site-22 .eventi .float-md-start {
    float: left !important;
  }
  #content .eventi .float-md-end,
.site-22 .eventi .float-md-end {
    float: right !important;
  }
  #content .eventi .float-md-none,
.site-22 .eventi .float-md-none {
    float: none !important;
  }
  #content .eventi .d-md-inline,
.site-22 .eventi .d-md-inline {
    display: inline !important;
  }
  #content .eventi .d-md-inline-block,
.site-22 .eventi .d-md-inline-block {
    display: inline-block !important;
  }
  #content .eventi .d-md-block,
.site-22 .eventi .d-md-block {
    display: block !important;
  }
  #content .eventi .d-md-grid,
.site-22 .eventi .d-md-grid {
    display: grid !important;
  }
  #content .eventi .d-md-table,
.site-22 .eventi .d-md-table {
    display: table !important;
  }
  #content .eventi .d-md-table-row,
.site-22 .eventi .d-md-table-row {
    display: table-row !important;
  }
  #content .eventi .d-md-table-cell,
.site-22 .eventi .d-md-table-cell {
    display: table-cell !important;
  }
  #content .eventi .d-md-flex,
.site-22 .eventi .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #content .eventi .d-md-inline-flex,
.site-22 .eventi .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  #content .eventi .d-md-none,
.site-22 .eventi .d-md-none {
    display: none !important;
  }
  #content .eventi .flex-md-fill,
.site-22 .eventi .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  #content .eventi .flex-md-row,
.site-22 .eventi .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  #content .eventi .flex-md-column,
.site-22 .eventi .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #content .eventi .flex-md-row-reverse,
.site-22 .eventi .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #content .eventi .flex-md-column-reverse,
.site-22 .eventi .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #content .eventi .flex-md-grow-0,
.site-22 .eventi .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  #content .eventi .flex-md-grow-1,
.site-22 .eventi .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  #content .eventi .flex-md-shrink-0,
.site-22 .eventi .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  #content .eventi .flex-md-shrink-1,
.site-22 .eventi .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  #content .eventi .flex-md-wrap,
.site-22 .eventi .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  #content .eventi .flex-md-nowrap,
.site-22 .eventi .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #content .eventi .flex-md-wrap-reverse,
.site-22 .eventi .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #content .eventi .gap-md-0,
.site-22 .eventi .gap-md-0 {
    gap: 0 !important;
  }
  #content .eventi .gap-md-1,
.site-22 .eventi .gap-md-1 {
    gap: 0.25rem !important;
  }
  #content .eventi .gap-md-2,
.site-22 .eventi .gap-md-2 {
    gap: 0.5rem !important;
  }
  #content .eventi .gap-md-3,
.site-22 .eventi .gap-md-3 {
    gap: 1rem !important;
  }
  #content .eventi .gap-md-4,
.site-22 .eventi .gap-md-4 {
    gap: 1.5rem !important;
  }
  #content .eventi .gap-md-5,
.site-22 .eventi .gap-md-5 {
    gap: 3rem !important;
  }
  #content .eventi .justify-content-md-start,
.site-22 .eventi .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #content .eventi .justify-content-md-end,
.site-22 .eventi .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  #content .eventi .justify-content-md-center,
.site-22 .eventi .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #content .eventi .justify-content-md-between,
.site-22 .eventi .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  #content .eventi .justify-content-md-around,
.site-22 .eventi .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  #content .eventi .justify-content-md-evenly,
.site-22 .eventi .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  #content .eventi .align-items-md-start,
.site-22 .eventi .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  #content .eventi .align-items-md-end,
.site-22 .eventi .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  #content .eventi .align-items-md-center,
.site-22 .eventi .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #content .eventi .align-items-md-baseline,
.site-22 .eventi .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  #content .eventi .align-items-md-stretch,
.site-22 .eventi .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  #content .eventi .align-content-md-start,
.site-22 .eventi .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  #content .eventi .align-content-md-end,
.site-22 .eventi .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  #content .eventi .align-content-md-center,
.site-22 .eventi .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  #content .eventi .align-content-md-between,
.site-22 .eventi .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  #content .eventi .align-content-md-around,
.site-22 .eventi .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  #content .eventi .align-content-md-stretch,
.site-22 .eventi .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  #content .eventi .align-self-md-auto,
.site-22 .eventi .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  #content .eventi .align-self-md-start,
.site-22 .eventi .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  #content .eventi .align-self-md-end,
.site-22 .eventi .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  #content .eventi .align-self-md-center,
.site-22 .eventi .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  #content .eventi .align-self-md-baseline,
.site-22 .eventi .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  #content .eventi .align-self-md-stretch,
.site-22 .eventi .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  #content .eventi .order-md-first,
.site-22 .eventi .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  #content .eventi .order-md-0,
.site-22 .eventi .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  #content .eventi .order-md-1,
.site-22 .eventi .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #content .eventi .order-md-2,
.site-22 .eventi .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #content .eventi .order-md-3,
.site-22 .eventi .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  #content .eventi .order-md-4,
.site-22 .eventi .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  #content .eventi .order-md-5,
.site-22 .eventi .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  #content .eventi .order-md-last,
.site-22 .eventi .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  #content .eventi .m-md-0,
.site-22 .eventi .m-md-0 {
    margin: 0 !important;
  }
  #content .eventi .m-md-1,
.site-22 .eventi .m-md-1 {
    margin: 0.25rem !important;
  }
  #content .eventi .m-md-2,
.site-22 .eventi .m-md-2 {
    margin: 0.5rem !important;
  }
  #content .eventi .m-md-3,
.site-22 .eventi .m-md-3 {
    margin: 1rem !important;
  }
  #content .eventi .m-md-4,
.site-22 .eventi .m-md-4 {
    margin: 1.5rem !important;
  }
  #content .eventi .m-md-5,
.site-22 .eventi .m-md-5 {
    margin: 3rem !important;
  }
  #content .eventi .m-md-auto,
.site-22 .eventi .m-md-auto {
    margin: auto !important;
  }
  #content .eventi .mx-md-0,
.site-22 .eventi .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #content .eventi .mx-md-1,
.site-22 .eventi .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #content .eventi .mx-md-2,
.site-22 .eventi .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #content .eventi .mx-md-3,
.site-22 .eventi .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #content .eventi .mx-md-4,
.site-22 .eventi .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #content .eventi .mx-md-5,
.site-22 .eventi .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #content .eventi .mx-md-auto,
.site-22 .eventi .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #content .eventi .my-md-0,
.site-22 .eventi .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #content .eventi .my-md-1,
.site-22 .eventi .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .my-md-2,
.site-22 .eventi .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .my-md-3,
.site-22 .eventi .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #content .eventi .my-md-4,
.site-22 .eventi .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .my-md-5,
.site-22 .eventi .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #content .eventi .my-md-auto,
.site-22 .eventi .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #content .eventi .mt-md-0,
.site-22 .eventi .mt-md-0 {
    margin-top: 0 !important;
  }
  #content .eventi .mt-md-1,
.site-22 .eventi .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  #content .eventi .mt-md-2,
.site-22 .eventi .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  #content .eventi .mt-md-3,
.site-22 .eventi .mt-md-3 {
    margin-top: 1rem !important;
  }
  #content .eventi .mt-md-4,
.site-22 .eventi .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  #content .eventi .mt-md-5,
.site-22 .eventi .mt-md-5 {
    margin-top: 3rem !important;
  }
  #content .eventi .mt-md-auto,
.site-22 .eventi .mt-md-auto {
    margin-top: auto !important;
  }
  #content .eventi .me-md-0,
.site-22 .eventi .me-md-0 {
    margin-right: 0 !important;
  }
  #content .eventi .me-md-1,
.site-22 .eventi .me-md-1 {
    margin-right: 0.25rem !important;
  }
  #content .eventi .me-md-2,
.site-22 .eventi .me-md-2 {
    margin-right: 0.5rem !important;
  }
  #content .eventi .me-md-3,
.site-22 .eventi .me-md-3 {
    margin-right: 1rem !important;
  }
  #content .eventi .me-md-4,
.site-22 .eventi .me-md-4 {
    margin-right: 1.5rem !important;
  }
  #content .eventi .me-md-5,
.site-22 .eventi .me-md-5 {
    margin-right: 3rem !important;
  }
  #content .eventi .me-md-auto,
.site-22 .eventi .me-md-auto {
    margin-right: auto !important;
  }
  #content .eventi .mb-md-0,
.site-22 .eventi .mb-md-0 {
    margin-bottom: 0 !important;
  }
  #content .eventi .mb-md-1,
.site-22 .eventi .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .mb-md-2,
.site-22 .eventi .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .mb-md-3,
.site-22 .eventi .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  #content .eventi .mb-md-4,
.site-22 .eventi .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .mb-md-5,
.site-22 .eventi .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  #content .eventi .mb-md-auto,
.site-22 .eventi .mb-md-auto {
    margin-bottom: auto !important;
  }
  #content .eventi .ms-md-0,
.site-22 .eventi .ms-md-0 {
    margin-left: 0 !important;
  }
  #content .eventi .ms-md-1,
.site-22 .eventi .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  #content .eventi .ms-md-2,
.site-22 .eventi .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  #content .eventi .ms-md-3,
.site-22 .eventi .ms-md-3 {
    margin-left: 1rem !important;
  }
  #content .eventi .ms-md-4,
.site-22 .eventi .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  #content .eventi .ms-md-5,
.site-22 .eventi .ms-md-5 {
    margin-left: 3rem !important;
  }
  #content .eventi .ms-md-auto,
.site-22 .eventi .ms-md-auto {
    margin-left: auto !important;
  }
  #content .eventi .p-md-0,
.site-22 .eventi .p-md-0 {
    padding: 0 !important;
  }
  #content .eventi .p-md-1,
.site-22 .eventi .p-md-1 {
    padding: 0.25rem !important;
  }
  #content .eventi .p-md-2,
.site-22 .eventi .p-md-2 {
    padding: 0.5rem !important;
  }
  #content .eventi .p-md-3,
.site-22 .eventi .p-md-3 {
    padding: 1rem !important;
  }
  #content .eventi .p-md-4,
.site-22 .eventi .p-md-4 {
    padding: 1.5rem !important;
  }
  #content .eventi .p-md-5,
.site-22 .eventi .p-md-5 {
    padding: 3rem !important;
  }
  #content .eventi .px-md-0,
.site-22 .eventi .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #content .eventi .px-md-1,
.site-22 .eventi .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #content .eventi .px-md-2,
.site-22 .eventi .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #content .eventi .px-md-3,
.site-22 .eventi .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #content .eventi .px-md-4,
.site-22 .eventi .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #content .eventi .px-md-5,
.site-22 .eventi .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #content .eventi .py-md-0,
.site-22 .eventi .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #content .eventi .py-md-1,
.site-22 .eventi .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .py-md-2,
.site-22 .eventi .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .py-md-3,
.site-22 .eventi .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #content .eventi .py-md-4,
.site-22 .eventi .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .py-md-5,
.site-22 .eventi .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #content .eventi .pt-md-0,
.site-22 .eventi .pt-md-0 {
    padding-top: 0 !important;
  }
  #content .eventi .pt-md-1,
.site-22 .eventi .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  #content .eventi .pt-md-2,
.site-22 .eventi .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  #content .eventi .pt-md-3,
.site-22 .eventi .pt-md-3 {
    padding-top: 1rem !important;
  }
  #content .eventi .pt-md-4,
.site-22 .eventi .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  #content .eventi .pt-md-5,
.site-22 .eventi .pt-md-5 {
    padding-top: 3rem !important;
  }
  #content .eventi .pe-md-0,
.site-22 .eventi .pe-md-0 {
    padding-right: 0 !important;
  }
  #content .eventi .pe-md-1,
.site-22 .eventi .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  #content .eventi .pe-md-2,
.site-22 .eventi .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  #content .eventi .pe-md-3,
.site-22 .eventi .pe-md-3 {
    padding-right: 1rem !important;
  }
  #content .eventi .pe-md-4,
.site-22 .eventi .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  #content .eventi .pe-md-5,
.site-22 .eventi .pe-md-5 {
    padding-right: 3rem !important;
  }
  #content .eventi .pb-md-0,
.site-22 .eventi .pb-md-0 {
    padding-bottom: 0 !important;
  }
  #content .eventi .pb-md-1,
.site-22 .eventi .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .pb-md-2,
.site-22 .eventi .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .pb-md-3,
.site-22 .eventi .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  #content .eventi .pb-md-4,
.site-22 .eventi .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .pb-md-5,
.site-22 .eventi .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  #content .eventi .ps-md-0,
.site-22 .eventi .ps-md-0 {
    padding-left: 0 !important;
  }
  #content .eventi .ps-md-1,
.site-22 .eventi .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  #content .eventi .ps-md-2,
.site-22 .eventi .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  #content .eventi .ps-md-3,
.site-22 .eventi .ps-md-3 {
    padding-left: 1rem !important;
  }
  #content .eventi .ps-md-4,
.site-22 .eventi .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  #content .eventi .ps-md-5,
.site-22 .eventi .ps-md-5 {
    padding-left: 3rem !important;
  }
  #content .eventi .text-md-start,
.site-22 .eventi .text-md-start {
    text-align: left !important;
  }
  #content .eventi .text-md-end,
.site-22 .eventi .text-md-end {
    text-align: right !important;
  }
  #content .eventi .text-md-center,
.site-22 .eventi .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  #content .eventi .float-lg-start,
.site-22 .eventi .float-lg-start {
    float: left !important;
  }
  #content .eventi .float-lg-end,
.site-22 .eventi .float-lg-end {
    float: right !important;
  }
  #content .eventi .float-lg-none,
.site-22 .eventi .float-lg-none {
    float: none !important;
  }
  #content .eventi .d-lg-inline,
.site-22 .eventi .d-lg-inline {
    display: inline !important;
  }
  #content .eventi .d-lg-inline-block,
.site-22 .eventi .d-lg-inline-block {
    display: inline-block !important;
  }
  #content .eventi .d-lg-block,
.site-22 .eventi .d-lg-block {
    display: block !important;
  }
  #content .eventi .d-lg-grid,
.site-22 .eventi .d-lg-grid {
    display: grid !important;
  }
  #content .eventi .d-lg-table,
.site-22 .eventi .d-lg-table {
    display: table !important;
  }
  #content .eventi .d-lg-table-row,
.site-22 .eventi .d-lg-table-row {
    display: table-row !important;
  }
  #content .eventi .d-lg-table-cell,
.site-22 .eventi .d-lg-table-cell {
    display: table-cell !important;
  }
  #content .eventi .d-lg-flex,
.site-22 .eventi .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #content .eventi .d-lg-inline-flex,
.site-22 .eventi .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  #content .eventi .d-lg-none,
.site-22 .eventi .d-lg-none {
    display: none !important;
  }
  #content .eventi .flex-lg-fill,
.site-22 .eventi .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  #content .eventi .flex-lg-row,
.site-22 .eventi .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  #content .eventi .flex-lg-column,
.site-22 .eventi .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #content .eventi .flex-lg-row-reverse,
.site-22 .eventi .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #content .eventi .flex-lg-column-reverse,
.site-22 .eventi .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #content .eventi .flex-lg-grow-0,
.site-22 .eventi .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  #content .eventi .flex-lg-grow-1,
.site-22 .eventi .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  #content .eventi .flex-lg-shrink-0,
.site-22 .eventi .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  #content .eventi .flex-lg-shrink-1,
.site-22 .eventi .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  #content .eventi .flex-lg-wrap,
.site-22 .eventi .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  #content .eventi .flex-lg-nowrap,
.site-22 .eventi .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #content .eventi .flex-lg-wrap-reverse,
.site-22 .eventi .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #content .eventi .gap-lg-0,
.site-22 .eventi .gap-lg-0 {
    gap: 0 !important;
  }
  #content .eventi .gap-lg-1,
.site-22 .eventi .gap-lg-1 {
    gap: 0.25rem !important;
  }
  #content .eventi .gap-lg-2,
.site-22 .eventi .gap-lg-2 {
    gap: 0.5rem !important;
  }
  #content .eventi .gap-lg-3,
.site-22 .eventi .gap-lg-3 {
    gap: 1rem !important;
  }
  #content .eventi .gap-lg-4,
.site-22 .eventi .gap-lg-4 {
    gap: 1.5rem !important;
  }
  #content .eventi .gap-lg-5,
.site-22 .eventi .gap-lg-5 {
    gap: 3rem !important;
  }
  #content .eventi .justify-content-lg-start,
.site-22 .eventi .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #content .eventi .justify-content-lg-end,
.site-22 .eventi .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  #content .eventi .justify-content-lg-center,
.site-22 .eventi .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #content .eventi .justify-content-lg-between,
.site-22 .eventi .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  #content .eventi .justify-content-lg-around,
.site-22 .eventi .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  #content .eventi .justify-content-lg-evenly,
.site-22 .eventi .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  #content .eventi .align-items-lg-start,
.site-22 .eventi .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  #content .eventi .align-items-lg-end,
.site-22 .eventi .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  #content .eventi .align-items-lg-center,
.site-22 .eventi .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #content .eventi .align-items-lg-baseline,
.site-22 .eventi .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  #content .eventi .align-items-lg-stretch,
.site-22 .eventi .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  #content .eventi .align-content-lg-start,
.site-22 .eventi .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  #content .eventi .align-content-lg-end,
.site-22 .eventi .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  #content .eventi .align-content-lg-center,
.site-22 .eventi .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  #content .eventi .align-content-lg-between,
.site-22 .eventi .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  #content .eventi .align-content-lg-around,
.site-22 .eventi .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  #content .eventi .align-content-lg-stretch,
.site-22 .eventi .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  #content .eventi .align-self-lg-auto,
.site-22 .eventi .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  #content .eventi .align-self-lg-start,
.site-22 .eventi .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  #content .eventi .align-self-lg-end,
.site-22 .eventi .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  #content .eventi .align-self-lg-center,
.site-22 .eventi .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  #content .eventi .align-self-lg-baseline,
.site-22 .eventi .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  #content .eventi .align-self-lg-stretch,
.site-22 .eventi .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  #content .eventi .order-lg-first,
.site-22 .eventi .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  #content .eventi .order-lg-0,
.site-22 .eventi .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  #content .eventi .order-lg-1,
.site-22 .eventi .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #content .eventi .order-lg-2,
.site-22 .eventi .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #content .eventi .order-lg-3,
.site-22 .eventi .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  #content .eventi .order-lg-4,
.site-22 .eventi .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  #content .eventi .order-lg-5,
.site-22 .eventi .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  #content .eventi .order-lg-last,
.site-22 .eventi .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  #content .eventi .m-lg-0,
.site-22 .eventi .m-lg-0 {
    margin: 0 !important;
  }
  #content .eventi .m-lg-1,
.site-22 .eventi .m-lg-1 {
    margin: 0.25rem !important;
  }
  #content .eventi .m-lg-2,
.site-22 .eventi .m-lg-2 {
    margin: 0.5rem !important;
  }
  #content .eventi .m-lg-3,
.site-22 .eventi .m-lg-3 {
    margin: 1rem !important;
  }
  #content .eventi .m-lg-4,
.site-22 .eventi .m-lg-4 {
    margin: 1.5rem !important;
  }
  #content .eventi .m-lg-5,
.site-22 .eventi .m-lg-5 {
    margin: 3rem !important;
  }
  #content .eventi .m-lg-auto,
.site-22 .eventi .m-lg-auto {
    margin: auto !important;
  }
  #content .eventi .mx-lg-0,
.site-22 .eventi .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #content .eventi .mx-lg-1,
.site-22 .eventi .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #content .eventi .mx-lg-2,
.site-22 .eventi .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #content .eventi .mx-lg-3,
.site-22 .eventi .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #content .eventi .mx-lg-4,
.site-22 .eventi .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #content .eventi .mx-lg-5,
.site-22 .eventi .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #content .eventi .mx-lg-auto,
.site-22 .eventi .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #content .eventi .my-lg-0,
.site-22 .eventi .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #content .eventi .my-lg-1,
.site-22 .eventi .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .my-lg-2,
.site-22 .eventi .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .my-lg-3,
.site-22 .eventi .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #content .eventi .my-lg-4,
.site-22 .eventi .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .my-lg-5,
.site-22 .eventi .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #content .eventi .my-lg-auto,
.site-22 .eventi .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #content .eventi .mt-lg-0,
.site-22 .eventi .mt-lg-0 {
    margin-top: 0 !important;
  }
  #content .eventi .mt-lg-1,
.site-22 .eventi .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  #content .eventi .mt-lg-2,
.site-22 .eventi .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  #content .eventi .mt-lg-3,
.site-22 .eventi .mt-lg-3 {
    margin-top: 1rem !important;
  }
  #content .eventi .mt-lg-4,
.site-22 .eventi .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  #content .eventi .mt-lg-5,
.site-22 .eventi .mt-lg-5 {
    margin-top: 3rem !important;
  }
  #content .eventi .mt-lg-auto,
.site-22 .eventi .mt-lg-auto {
    margin-top: auto !important;
  }
  #content .eventi .me-lg-0,
.site-22 .eventi .me-lg-0 {
    margin-right: 0 !important;
  }
  #content .eventi .me-lg-1,
.site-22 .eventi .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  #content .eventi .me-lg-2,
.site-22 .eventi .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  #content .eventi .me-lg-3,
.site-22 .eventi .me-lg-3 {
    margin-right: 1rem !important;
  }
  #content .eventi .me-lg-4,
.site-22 .eventi .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  #content .eventi .me-lg-5,
.site-22 .eventi .me-lg-5 {
    margin-right: 3rem !important;
  }
  #content .eventi .me-lg-auto,
.site-22 .eventi .me-lg-auto {
    margin-right: auto !important;
  }
  #content .eventi .mb-lg-0,
.site-22 .eventi .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  #content .eventi .mb-lg-1,
.site-22 .eventi .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .mb-lg-2,
.site-22 .eventi .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .mb-lg-3,
.site-22 .eventi .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  #content .eventi .mb-lg-4,
.site-22 .eventi .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .mb-lg-5,
.site-22 .eventi .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  #content .eventi .mb-lg-auto,
.site-22 .eventi .mb-lg-auto {
    margin-bottom: auto !important;
  }
  #content .eventi .ms-lg-0,
.site-22 .eventi .ms-lg-0 {
    margin-left: 0 !important;
  }
  #content .eventi .ms-lg-1,
.site-22 .eventi .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  #content .eventi .ms-lg-2,
.site-22 .eventi .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  #content .eventi .ms-lg-3,
.site-22 .eventi .ms-lg-3 {
    margin-left: 1rem !important;
  }
  #content .eventi .ms-lg-4,
.site-22 .eventi .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  #content .eventi .ms-lg-5,
.site-22 .eventi .ms-lg-5 {
    margin-left: 3rem !important;
  }
  #content .eventi .ms-lg-auto,
.site-22 .eventi .ms-lg-auto {
    margin-left: auto !important;
  }
  #content .eventi .p-lg-0,
.site-22 .eventi .p-lg-0 {
    padding: 0 !important;
  }
  #content .eventi .p-lg-1,
.site-22 .eventi .p-lg-1 {
    padding: 0.25rem !important;
  }
  #content .eventi .p-lg-2,
.site-22 .eventi .p-lg-2 {
    padding: 0.5rem !important;
  }
  #content .eventi .p-lg-3,
.site-22 .eventi .p-lg-3 {
    padding: 1rem !important;
  }
  #content .eventi .p-lg-4,
.site-22 .eventi .p-lg-4 {
    padding: 1.5rem !important;
  }
  #content .eventi .p-lg-5,
.site-22 .eventi .p-lg-5 {
    padding: 3rem !important;
  }
  #content .eventi .px-lg-0,
.site-22 .eventi .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #content .eventi .px-lg-1,
.site-22 .eventi .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #content .eventi .px-lg-2,
.site-22 .eventi .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #content .eventi .px-lg-3,
.site-22 .eventi .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #content .eventi .px-lg-4,
.site-22 .eventi .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #content .eventi .px-lg-5,
.site-22 .eventi .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #content .eventi .py-lg-0,
.site-22 .eventi .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #content .eventi .py-lg-1,
.site-22 .eventi .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .py-lg-2,
.site-22 .eventi .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .py-lg-3,
.site-22 .eventi .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #content .eventi .py-lg-4,
.site-22 .eventi .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .py-lg-5,
.site-22 .eventi .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #content .eventi .pt-lg-0,
.site-22 .eventi .pt-lg-0 {
    padding-top: 0 !important;
  }
  #content .eventi .pt-lg-1,
.site-22 .eventi .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  #content .eventi .pt-lg-2,
.site-22 .eventi .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  #content .eventi .pt-lg-3,
.site-22 .eventi .pt-lg-3 {
    padding-top: 1rem !important;
  }
  #content .eventi .pt-lg-4,
.site-22 .eventi .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  #content .eventi .pt-lg-5,
.site-22 .eventi .pt-lg-5 {
    padding-top: 3rem !important;
  }
  #content .eventi .pe-lg-0,
.site-22 .eventi .pe-lg-0 {
    padding-right: 0 !important;
  }
  #content .eventi .pe-lg-1,
.site-22 .eventi .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  #content .eventi .pe-lg-2,
.site-22 .eventi .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  #content .eventi .pe-lg-3,
.site-22 .eventi .pe-lg-3 {
    padding-right: 1rem !important;
  }
  #content .eventi .pe-lg-4,
.site-22 .eventi .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  #content .eventi .pe-lg-5,
.site-22 .eventi .pe-lg-5 {
    padding-right: 3rem !important;
  }
  #content .eventi .pb-lg-0,
.site-22 .eventi .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  #content .eventi .pb-lg-1,
.site-22 .eventi .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .pb-lg-2,
.site-22 .eventi .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .pb-lg-3,
.site-22 .eventi .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  #content .eventi .pb-lg-4,
.site-22 .eventi .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .pb-lg-5,
.site-22 .eventi .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  #content .eventi .ps-lg-0,
.site-22 .eventi .ps-lg-0 {
    padding-left: 0 !important;
  }
  #content .eventi .ps-lg-1,
.site-22 .eventi .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  #content .eventi .ps-lg-2,
.site-22 .eventi .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  #content .eventi .ps-lg-3,
.site-22 .eventi .ps-lg-3 {
    padding-left: 1rem !important;
  }
  #content .eventi .ps-lg-4,
.site-22 .eventi .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  #content .eventi .ps-lg-5,
.site-22 .eventi .ps-lg-5 {
    padding-left: 3rem !important;
  }
  #content .eventi .text-lg-start,
.site-22 .eventi .text-lg-start {
    text-align: left !important;
  }
  #content .eventi .text-lg-end,
.site-22 .eventi .text-lg-end {
    text-align: right !important;
  }
  #content .eventi .text-lg-center,
.site-22 .eventi .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  #content .eventi .float-xl-start,
.site-22 .eventi .float-xl-start {
    float: left !important;
  }
  #content .eventi .float-xl-end,
.site-22 .eventi .float-xl-end {
    float: right !important;
  }
  #content .eventi .float-xl-none,
.site-22 .eventi .float-xl-none {
    float: none !important;
  }
  #content .eventi .d-xl-inline,
.site-22 .eventi .d-xl-inline {
    display: inline !important;
  }
  #content .eventi .d-xl-inline-block,
.site-22 .eventi .d-xl-inline-block {
    display: inline-block !important;
  }
  #content .eventi .d-xl-block,
.site-22 .eventi .d-xl-block {
    display: block !important;
  }
  #content .eventi .d-xl-grid,
.site-22 .eventi .d-xl-grid {
    display: grid !important;
  }
  #content .eventi .d-xl-table,
.site-22 .eventi .d-xl-table {
    display: table !important;
  }
  #content .eventi .d-xl-table-row,
.site-22 .eventi .d-xl-table-row {
    display: table-row !important;
  }
  #content .eventi .d-xl-table-cell,
.site-22 .eventi .d-xl-table-cell {
    display: table-cell !important;
  }
  #content .eventi .d-xl-flex,
.site-22 .eventi .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #content .eventi .d-xl-inline-flex,
.site-22 .eventi .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  #content .eventi .d-xl-none,
.site-22 .eventi .d-xl-none {
    display: none !important;
  }
  #content .eventi .flex-xl-fill,
.site-22 .eventi .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  #content .eventi .flex-xl-row,
.site-22 .eventi .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  #content .eventi .flex-xl-column,
.site-22 .eventi .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #content .eventi .flex-xl-row-reverse,
.site-22 .eventi .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #content .eventi .flex-xl-column-reverse,
.site-22 .eventi .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #content .eventi .flex-xl-grow-0,
.site-22 .eventi .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  #content .eventi .flex-xl-grow-1,
.site-22 .eventi .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  #content .eventi .flex-xl-shrink-0,
.site-22 .eventi .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  #content .eventi .flex-xl-shrink-1,
.site-22 .eventi .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  #content .eventi .flex-xl-wrap,
.site-22 .eventi .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  #content .eventi .flex-xl-nowrap,
.site-22 .eventi .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #content .eventi .flex-xl-wrap-reverse,
.site-22 .eventi .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #content .eventi .gap-xl-0,
.site-22 .eventi .gap-xl-0 {
    gap: 0 !important;
  }
  #content .eventi .gap-xl-1,
.site-22 .eventi .gap-xl-1 {
    gap: 0.25rem !important;
  }
  #content .eventi .gap-xl-2,
.site-22 .eventi .gap-xl-2 {
    gap: 0.5rem !important;
  }
  #content .eventi .gap-xl-3,
.site-22 .eventi .gap-xl-3 {
    gap: 1rem !important;
  }
  #content .eventi .gap-xl-4,
.site-22 .eventi .gap-xl-4 {
    gap: 1.5rem !important;
  }
  #content .eventi .gap-xl-5,
.site-22 .eventi .gap-xl-5 {
    gap: 3rem !important;
  }
  #content .eventi .justify-content-xl-start,
.site-22 .eventi .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #content .eventi .justify-content-xl-end,
.site-22 .eventi .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  #content .eventi .justify-content-xl-center,
.site-22 .eventi .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #content .eventi .justify-content-xl-between,
.site-22 .eventi .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  #content .eventi .justify-content-xl-around,
.site-22 .eventi .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  #content .eventi .justify-content-xl-evenly,
.site-22 .eventi .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  #content .eventi .align-items-xl-start,
.site-22 .eventi .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  #content .eventi .align-items-xl-end,
.site-22 .eventi .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  #content .eventi .align-items-xl-center,
.site-22 .eventi .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #content .eventi .align-items-xl-baseline,
.site-22 .eventi .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  #content .eventi .align-items-xl-stretch,
.site-22 .eventi .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  #content .eventi .align-content-xl-start,
.site-22 .eventi .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  #content .eventi .align-content-xl-end,
.site-22 .eventi .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  #content .eventi .align-content-xl-center,
.site-22 .eventi .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  #content .eventi .align-content-xl-between,
.site-22 .eventi .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  #content .eventi .align-content-xl-around,
.site-22 .eventi .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  #content .eventi .align-content-xl-stretch,
.site-22 .eventi .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  #content .eventi .align-self-xl-auto,
.site-22 .eventi .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  #content .eventi .align-self-xl-start,
.site-22 .eventi .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  #content .eventi .align-self-xl-end,
.site-22 .eventi .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  #content .eventi .align-self-xl-center,
.site-22 .eventi .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  #content .eventi .align-self-xl-baseline,
.site-22 .eventi .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  #content .eventi .align-self-xl-stretch,
.site-22 .eventi .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  #content .eventi .order-xl-first,
.site-22 .eventi .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  #content .eventi .order-xl-0,
.site-22 .eventi .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  #content .eventi .order-xl-1,
.site-22 .eventi .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #content .eventi .order-xl-2,
.site-22 .eventi .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #content .eventi .order-xl-3,
.site-22 .eventi .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  #content .eventi .order-xl-4,
.site-22 .eventi .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  #content .eventi .order-xl-5,
.site-22 .eventi .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  #content .eventi .order-xl-last,
.site-22 .eventi .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  #content .eventi .m-xl-0,
.site-22 .eventi .m-xl-0 {
    margin: 0 !important;
  }
  #content .eventi .m-xl-1,
.site-22 .eventi .m-xl-1 {
    margin: 0.25rem !important;
  }
  #content .eventi .m-xl-2,
.site-22 .eventi .m-xl-2 {
    margin: 0.5rem !important;
  }
  #content .eventi .m-xl-3,
.site-22 .eventi .m-xl-3 {
    margin: 1rem !important;
  }
  #content .eventi .m-xl-4,
.site-22 .eventi .m-xl-4 {
    margin: 1.5rem !important;
  }
  #content .eventi .m-xl-5,
.site-22 .eventi .m-xl-5 {
    margin: 3rem !important;
  }
  #content .eventi .m-xl-auto,
.site-22 .eventi .m-xl-auto {
    margin: auto !important;
  }
  #content .eventi .mx-xl-0,
.site-22 .eventi .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #content .eventi .mx-xl-1,
.site-22 .eventi .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #content .eventi .mx-xl-2,
.site-22 .eventi .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #content .eventi .mx-xl-3,
.site-22 .eventi .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #content .eventi .mx-xl-4,
.site-22 .eventi .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #content .eventi .mx-xl-5,
.site-22 .eventi .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #content .eventi .mx-xl-auto,
.site-22 .eventi .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #content .eventi .my-xl-0,
.site-22 .eventi .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #content .eventi .my-xl-1,
.site-22 .eventi .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .my-xl-2,
.site-22 .eventi .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .my-xl-3,
.site-22 .eventi .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #content .eventi .my-xl-4,
.site-22 .eventi .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .my-xl-5,
.site-22 .eventi .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #content .eventi .my-xl-auto,
.site-22 .eventi .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #content .eventi .mt-xl-0,
.site-22 .eventi .mt-xl-0 {
    margin-top: 0 !important;
  }
  #content .eventi .mt-xl-1,
.site-22 .eventi .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  #content .eventi .mt-xl-2,
.site-22 .eventi .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  #content .eventi .mt-xl-3,
.site-22 .eventi .mt-xl-3 {
    margin-top: 1rem !important;
  }
  #content .eventi .mt-xl-4,
.site-22 .eventi .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  #content .eventi .mt-xl-5,
.site-22 .eventi .mt-xl-5 {
    margin-top: 3rem !important;
  }
  #content .eventi .mt-xl-auto,
.site-22 .eventi .mt-xl-auto {
    margin-top: auto !important;
  }
  #content .eventi .me-xl-0,
.site-22 .eventi .me-xl-0 {
    margin-right: 0 !important;
  }
  #content .eventi .me-xl-1,
.site-22 .eventi .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  #content .eventi .me-xl-2,
.site-22 .eventi .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  #content .eventi .me-xl-3,
.site-22 .eventi .me-xl-3 {
    margin-right: 1rem !important;
  }
  #content .eventi .me-xl-4,
.site-22 .eventi .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  #content .eventi .me-xl-5,
.site-22 .eventi .me-xl-5 {
    margin-right: 3rem !important;
  }
  #content .eventi .me-xl-auto,
.site-22 .eventi .me-xl-auto {
    margin-right: auto !important;
  }
  #content .eventi .mb-xl-0,
.site-22 .eventi .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  #content .eventi .mb-xl-1,
.site-22 .eventi .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .mb-xl-2,
.site-22 .eventi .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .mb-xl-3,
.site-22 .eventi .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  #content .eventi .mb-xl-4,
.site-22 .eventi .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .mb-xl-5,
.site-22 .eventi .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  #content .eventi .mb-xl-auto,
.site-22 .eventi .mb-xl-auto {
    margin-bottom: auto !important;
  }
  #content .eventi .ms-xl-0,
.site-22 .eventi .ms-xl-0 {
    margin-left: 0 !important;
  }
  #content .eventi .ms-xl-1,
.site-22 .eventi .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  #content .eventi .ms-xl-2,
.site-22 .eventi .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  #content .eventi .ms-xl-3,
.site-22 .eventi .ms-xl-3 {
    margin-left: 1rem !important;
  }
  #content .eventi .ms-xl-4,
.site-22 .eventi .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  #content .eventi .ms-xl-5,
.site-22 .eventi .ms-xl-5 {
    margin-left: 3rem !important;
  }
  #content .eventi .ms-xl-auto,
.site-22 .eventi .ms-xl-auto {
    margin-left: auto !important;
  }
  #content .eventi .p-xl-0,
.site-22 .eventi .p-xl-0 {
    padding: 0 !important;
  }
  #content .eventi .p-xl-1,
.site-22 .eventi .p-xl-1 {
    padding: 0.25rem !important;
  }
  #content .eventi .p-xl-2,
.site-22 .eventi .p-xl-2 {
    padding: 0.5rem !important;
  }
  #content .eventi .p-xl-3,
.site-22 .eventi .p-xl-3 {
    padding: 1rem !important;
  }
  #content .eventi .p-xl-4,
.site-22 .eventi .p-xl-4 {
    padding: 1.5rem !important;
  }
  #content .eventi .p-xl-5,
.site-22 .eventi .p-xl-5 {
    padding: 3rem !important;
  }
  #content .eventi .px-xl-0,
.site-22 .eventi .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #content .eventi .px-xl-1,
.site-22 .eventi .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #content .eventi .px-xl-2,
.site-22 .eventi .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #content .eventi .px-xl-3,
.site-22 .eventi .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #content .eventi .px-xl-4,
.site-22 .eventi .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #content .eventi .px-xl-5,
.site-22 .eventi .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #content .eventi .py-xl-0,
.site-22 .eventi .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #content .eventi .py-xl-1,
.site-22 .eventi .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .py-xl-2,
.site-22 .eventi .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .py-xl-3,
.site-22 .eventi .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #content .eventi .py-xl-4,
.site-22 .eventi .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .py-xl-5,
.site-22 .eventi .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #content .eventi .pt-xl-0,
.site-22 .eventi .pt-xl-0 {
    padding-top: 0 !important;
  }
  #content .eventi .pt-xl-1,
.site-22 .eventi .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  #content .eventi .pt-xl-2,
.site-22 .eventi .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  #content .eventi .pt-xl-3,
.site-22 .eventi .pt-xl-3 {
    padding-top: 1rem !important;
  }
  #content .eventi .pt-xl-4,
.site-22 .eventi .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  #content .eventi .pt-xl-5,
.site-22 .eventi .pt-xl-5 {
    padding-top: 3rem !important;
  }
  #content .eventi .pe-xl-0,
.site-22 .eventi .pe-xl-0 {
    padding-right: 0 !important;
  }
  #content .eventi .pe-xl-1,
.site-22 .eventi .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  #content .eventi .pe-xl-2,
.site-22 .eventi .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  #content .eventi .pe-xl-3,
.site-22 .eventi .pe-xl-3 {
    padding-right: 1rem !important;
  }
  #content .eventi .pe-xl-4,
.site-22 .eventi .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  #content .eventi .pe-xl-5,
.site-22 .eventi .pe-xl-5 {
    padding-right: 3rem !important;
  }
  #content .eventi .pb-xl-0,
.site-22 .eventi .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  #content .eventi .pb-xl-1,
.site-22 .eventi .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .pb-xl-2,
.site-22 .eventi .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .pb-xl-3,
.site-22 .eventi .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  #content .eventi .pb-xl-4,
.site-22 .eventi .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .pb-xl-5,
.site-22 .eventi .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  #content .eventi .ps-xl-0,
.site-22 .eventi .ps-xl-0 {
    padding-left: 0 !important;
  }
  #content .eventi .ps-xl-1,
.site-22 .eventi .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  #content .eventi .ps-xl-2,
.site-22 .eventi .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  #content .eventi .ps-xl-3,
.site-22 .eventi .ps-xl-3 {
    padding-left: 1rem !important;
  }
  #content .eventi .ps-xl-4,
.site-22 .eventi .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  #content .eventi .ps-xl-5,
.site-22 .eventi .ps-xl-5 {
    padding-left: 3rem !important;
  }
  #content .eventi .text-xl-start,
.site-22 .eventi .text-xl-start {
    text-align: left !important;
  }
  #content .eventi .text-xl-end,
.site-22 .eventi .text-xl-end {
    text-align: right !important;
  }
  #content .eventi .text-xl-center,
.site-22 .eventi .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  #content .eventi .float-xxl-start,
.site-22 .eventi .float-xxl-start {
    float: left !important;
  }
  #content .eventi .float-xxl-end,
.site-22 .eventi .float-xxl-end {
    float: right !important;
  }
  #content .eventi .float-xxl-none,
.site-22 .eventi .float-xxl-none {
    float: none !important;
  }
  #content .eventi .d-xxl-inline,
.site-22 .eventi .d-xxl-inline {
    display: inline !important;
  }
  #content .eventi .d-xxl-inline-block,
.site-22 .eventi .d-xxl-inline-block {
    display: inline-block !important;
  }
  #content .eventi .d-xxl-block,
.site-22 .eventi .d-xxl-block {
    display: block !important;
  }
  #content .eventi .d-xxl-grid,
.site-22 .eventi .d-xxl-grid {
    display: grid !important;
  }
  #content .eventi .d-xxl-table,
.site-22 .eventi .d-xxl-table {
    display: table !important;
  }
  #content .eventi .d-xxl-table-row,
.site-22 .eventi .d-xxl-table-row {
    display: table-row !important;
  }
  #content .eventi .d-xxl-table-cell,
.site-22 .eventi .d-xxl-table-cell {
    display: table-cell !important;
  }
  #content .eventi .d-xxl-flex,
.site-22 .eventi .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #content .eventi .d-xxl-inline-flex,
.site-22 .eventi .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  #content .eventi .d-xxl-none,
.site-22 .eventi .d-xxl-none {
    display: none !important;
  }
  #content .eventi .flex-xxl-fill,
.site-22 .eventi .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  #content .eventi .flex-xxl-row,
.site-22 .eventi .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  #content .eventi .flex-xxl-column,
.site-22 .eventi .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #content .eventi .flex-xxl-row-reverse,
.site-22 .eventi .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #content .eventi .flex-xxl-column-reverse,
.site-22 .eventi .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #content .eventi .flex-xxl-grow-0,
.site-22 .eventi .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  #content .eventi .flex-xxl-grow-1,
.site-22 .eventi .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  #content .eventi .flex-xxl-shrink-0,
.site-22 .eventi .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  #content .eventi .flex-xxl-shrink-1,
.site-22 .eventi .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  #content .eventi .flex-xxl-wrap,
.site-22 .eventi .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  #content .eventi .flex-xxl-nowrap,
.site-22 .eventi .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  #content .eventi .flex-xxl-wrap-reverse,
.site-22 .eventi .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  #content .eventi .gap-xxl-0,
.site-22 .eventi .gap-xxl-0 {
    gap: 0 !important;
  }
  #content .eventi .gap-xxl-1,
.site-22 .eventi .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  #content .eventi .gap-xxl-2,
.site-22 .eventi .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  #content .eventi .gap-xxl-3,
.site-22 .eventi .gap-xxl-3 {
    gap: 1rem !important;
  }
  #content .eventi .gap-xxl-4,
.site-22 .eventi .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  #content .eventi .gap-xxl-5,
.site-22 .eventi .gap-xxl-5 {
    gap: 3rem !important;
  }
  #content .eventi .justify-content-xxl-start,
.site-22 .eventi .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #content .eventi .justify-content-xxl-end,
.site-22 .eventi .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  #content .eventi .justify-content-xxl-center,
.site-22 .eventi .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #content .eventi .justify-content-xxl-between,
.site-22 .eventi .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  #content .eventi .justify-content-xxl-around,
.site-22 .eventi .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  #content .eventi .justify-content-xxl-evenly,
.site-22 .eventi .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  #content .eventi .align-items-xxl-start,
.site-22 .eventi .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  #content .eventi .align-items-xxl-end,
.site-22 .eventi .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  #content .eventi .align-items-xxl-center,
.site-22 .eventi .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #content .eventi .align-items-xxl-baseline,
.site-22 .eventi .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  #content .eventi .align-items-xxl-stretch,
.site-22 .eventi .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  #content .eventi .align-content-xxl-start,
.site-22 .eventi .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  #content .eventi .align-content-xxl-end,
.site-22 .eventi .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  #content .eventi .align-content-xxl-center,
.site-22 .eventi .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  #content .eventi .align-content-xxl-between,
.site-22 .eventi .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  #content .eventi .align-content-xxl-around,
.site-22 .eventi .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  #content .eventi .align-content-xxl-stretch,
.site-22 .eventi .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  #content .eventi .align-self-xxl-auto,
.site-22 .eventi .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  #content .eventi .align-self-xxl-start,
.site-22 .eventi .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  #content .eventi .align-self-xxl-end,
.site-22 .eventi .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  #content .eventi .align-self-xxl-center,
.site-22 .eventi .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  #content .eventi .align-self-xxl-baseline,
.site-22 .eventi .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  #content .eventi .align-self-xxl-stretch,
.site-22 .eventi .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  #content .eventi .order-xxl-first,
.site-22 .eventi .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  #content .eventi .order-xxl-0,
.site-22 .eventi .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  #content .eventi .order-xxl-1,
.site-22 .eventi .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  #content .eventi .order-xxl-2,
.site-22 .eventi .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  #content .eventi .order-xxl-3,
.site-22 .eventi .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  #content .eventi .order-xxl-4,
.site-22 .eventi .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  #content .eventi .order-xxl-5,
.site-22 .eventi .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  #content .eventi .order-xxl-last,
.site-22 .eventi .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  #content .eventi .m-xxl-0,
.site-22 .eventi .m-xxl-0 {
    margin: 0 !important;
  }
  #content .eventi .m-xxl-1,
.site-22 .eventi .m-xxl-1 {
    margin: 0.25rem !important;
  }
  #content .eventi .m-xxl-2,
.site-22 .eventi .m-xxl-2 {
    margin: 0.5rem !important;
  }
  #content .eventi .m-xxl-3,
.site-22 .eventi .m-xxl-3 {
    margin: 1rem !important;
  }
  #content .eventi .m-xxl-4,
.site-22 .eventi .m-xxl-4 {
    margin: 1.5rem !important;
  }
  #content .eventi .m-xxl-5,
.site-22 .eventi .m-xxl-5 {
    margin: 3rem !important;
  }
  #content .eventi .m-xxl-auto,
.site-22 .eventi .m-xxl-auto {
    margin: auto !important;
  }
  #content .eventi .mx-xxl-0,
.site-22 .eventi .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #content .eventi .mx-xxl-1,
.site-22 .eventi .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #content .eventi .mx-xxl-2,
.site-22 .eventi .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #content .eventi .mx-xxl-3,
.site-22 .eventi .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #content .eventi .mx-xxl-4,
.site-22 .eventi .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #content .eventi .mx-xxl-5,
.site-22 .eventi .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #content .eventi .mx-xxl-auto,
.site-22 .eventi .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #content .eventi .my-xxl-0,
.site-22 .eventi .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #content .eventi .my-xxl-1,
.site-22 .eventi .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .my-xxl-2,
.site-22 .eventi .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .my-xxl-3,
.site-22 .eventi .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #content .eventi .my-xxl-4,
.site-22 .eventi .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .my-xxl-5,
.site-22 .eventi .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #content .eventi .my-xxl-auto,
.site-22 .eventi .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #content .eventi .mt-xxl-0,
.site-22 .eventi .mt-xxl-0 {
    margin-top: 0 !important;
  }
  #content .eventi .mt-xxl-1,
.site-22 .eventi .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  #content .eventi .mt-xxl-2,
.site-22 .eventi .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  #content .eventi .mt-xxl-3,
.site-22 .eventi .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  #content .eventi .mt-xxl-4,
.site-22 .eventi .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  #content .eventi .mt-xxl-5,
.site-22 .eventi .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  #content .eventi .mt-xxl-auto,
.site-22 .eventi .mt-xxl-auto {
    margin-top: auto !important;
  }
  #content .eventi .me-xxl-0,
.site-22 .eventi .me-xxl-0 {
    margin-right: 0 !important;
  }
  #content .eventi .me-xxl-1,
.site-22 .eventi .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  #content .eventi .me-xxl-2,
.site-22 .eventi .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  #content .eventi .me-xxl-3,
.site-22 .eventi .me-xxl-3 {
    margin-right: 1rem !important;
  }
  #content .eventi .me-xxl-4,
.site-22 .eventi .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  #content .eventi .me-xxl-5,
.site-22 .eventi .me-xxl-5 {
    margin-right: 3rem !important;
  }
  #content .eventi .me-xxl-auto,
.site-22 .eventi .me-xxl-auto {
    margin-right: auto !important;
  }
  #content .eventi .mb-xxl-0,
.site-22 .eventi .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  #content .eventi .mb-xxl-1,
.site-22 .eventi .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  #content .eventi .mb-xxl-2,
.site-22 .eventi .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  #content .eventi .mb-xxl-3,
.site-22 .eventi .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  #content .eventi .mb-xxl-4,
.site-22 .eventi .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  #content .eventi .mb-xxl-5,
.site-22 .eventi .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  #content .eventi .mb-xxl-auto,
.site-22 .eventi .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  #content .eventi .ms-xxl-0,
.site-22 .eventi .ms-xxl-0 {
    margin-left: 0 !important;
  }
  #content .eventi .ms-xxl-1,
.site-22 .eventi .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  #content .eventi .ms-xxl-2,
.site-22 .eventi .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  #content .eventi .ms-xxl-3,
.site-22 .eventi .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  #content .eventi .ms-xxl-4,
.site-22 .eventi .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  #content .eventi .ms-xxl-5,
.site-22 .eventi .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  #content .eventi .ms-xxl-auto,
.site-22 .eventi .ms-xxl-auto {
    margin-left: auto !important;
  }
  #content .eventi .p-xxl-0,
.site-22 .eventi .p-xxl-0 {
    padding: 0 !important;
  }
  #content .eventi .p-xxl-1,
.site-22 .eventi .p-xxl-1 {
    padding: 0.25rem !important;
  }
  #content .eventi .p-xxl-2,
.site-22 .eventi .p-xxl-2 {
    padding: 0.5rem !important;
  }
  #content .eventi .p-xxl-3,
.site-22 .eventi .p-xxl-3 {
    padding: 1rem !important;
  }
  #content .eventi .p-xxl-4,
.site-22 .eventi .p-xxl-4 {
    padding: 1.5rem !important;
  }
  #content .eventi .p-xxl-5,
.site-22 .eventi .p-xxl-5 {
    padding: 3rem !important;
  }
  #content .eventi .px-xxl-0,
.site-22 .eventi .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #content .eventi .px-xxl-1,
.site-22 .eventi .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #content .eventi .px-xxl-2,
.site-22 .eventi .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #content .eventi .px-xxl-3,
.site-22 .eventi .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #content .eventi .px-xxl-4,
.site-22 .eventi .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #content .eventi .px-xxl-5,
.site-22 .eventi .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #content .eventi .py-xxl-0,
.site-22 .eventi .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #content .eventi .py-xxl-1,
.site-22 .eventi .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .py-xxl-2,
.site-22 .eventi .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .py-xxl-3,
.site-22 .eventi .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #content .eventi .py-xxl-4,
.site-22 .eventi .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .py-xxl-5,
.site-22 .eventi .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #content .eventi .pt-xxl-0,
.site-22 .eventi .pt-xxl-0 {
    padding-top: 0 !important;
  }
  #content .eventi .pt-xxl-1,
.site-22 .eventi .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  #content .eventi .pt-xxl-2,
.site-22 .eventi .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  #content .eventi .pt-xxl-3,
.site-22 .eventi .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  #content .eventi .pt-xxl-4,
.site-22 .eventi .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  #content .eventi .pt-xxl-5,
.site-22 .eventi .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  #content .eventi .pe-xxl-0,
.site-22 .eventi .pe-xxl-0 {
    padding-right: 0 !important;
  }
  #content .eventi .pe-xxl-1,
.site-22 .eventi .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  #content .eventi .pe-xxl-2,
.site-22 .eventi .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  #content .eventi .pe-xxl-3,
.site-22 .eventi .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  #content .eventi .pe-xxl-4,
.site-22 .eventi .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  #content .eventi .pe-xxl-5,
.site-22 .eventi .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  #content .eventi .pb-xxl-0,
.site-22 .eventi .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  #content .eventi .pb-xxl-1,
.site-22 .eventi .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  #content .eventi .pb-xxl-2,
.site-22 .eventi .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  #content .eventi .pb-xxl-3,
.site-22 .eventi .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  #content .eventi .pb-xxl-4,
.site-22 .eventi .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  #content .eventi .pb-xxl-5,
.site-22 .eventi .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  #content .eventi .ps-xxl-0,
.site-22 .eventi .ps-xxl-0 {
    padding-left: 0 !important;
  }
  #content .eventi .ps-xxl-1,
.site-22 .eventi .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  #content .eventi .ps-xxl-2,
.site-22 .eventi .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  #content .eventi .ps-xxl-3,
.site-22 .eventi .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  #content .eventi .ps-xxl-4,
.site-22 .eventi .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  #content .eventi .ps-xxl-5,
.site-22 .eventi .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  #content .eventi .text-xxl-start,
.site-22 .eventi .text-xxl-start {
    text-align: left !important;
  }
  #content .eventi .text-xxl-end,
.site-22 .eventi .text-xxl-end {
    text-align: right !important;
  }
  #content .eventi .text-xxl-center,
.site-22 .eventi .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  #content .eventi .fs-1,
.site-22 .eventi .fs-1 {
    font-size: 2.5rem !important;
  }
  #content .eventi .fs-2,
.site-22 .eventi .fs-2 {
    font-size: 2rem !important;
  }
  #content .eventi .fs-3,
.site-22 .eventi .fs-3 {
    font-size: 1.75rem !important;
  }
  #content .eventi .fs-4,
.site-22 .eventi .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  #content .eventi .d-print-inline,
.site-22 .eventi .d-print-inline {
    display: inline !important;
  }
  #content .eventi .d-print-inline-block,
.site-22 .eventi .d-print-inline-block {
    display: inline-block !important;
  }
  #content .eventi .d-print-block,
.site-22 .eventi .d-print-block {
    display: block !important;
  }
  #content .eventi .d-print-grid,
.site-22 .eventi .d-print-grid {
    display: grid !important;
  }
  #content .eventi .d-print-table,
.site-22 .eventi .d-print-table {
    display: table !important;
  }
  #content .eventi .d-print-table-row,
.site-22 .eventi .d-print-table-row {
    display: table-row !important;
  }
  #content .eventi .d-print-table-cell,
.site-22 .eventi .d-print-table-cell {
    display: table-cell !important;
  }
  #content .eventi .d-print-flex,
.site-22 .eventi .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #content .eventi .d-print-inline-flex,
.site-22 .eventi .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  #content .eventi .d-print-none,
.site-22 .eventi .d-print-none {
    display: none !important;
  }
}
#content .eventi a,
.site-22 .eventi a {
  text-decoration: none;
}
#content .eventi img,
.site-22 .eventi img {
  max-width: 100%;
}
#content .eventi .m-btn,
.site-22 .eventi .m-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 14px 0;
  -webkit-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
}
#content .eventi .m-btn--primary,
.site-22 .eventi .m-btn--primary {
  width: 100%;
  color: #fff;
  border: 1px solid #BE3455;
  background-color: #BE3455;
}
#content .eventi .m-btn--primary:visited,
.site-22 .eventi .m-btn--primary:visited {
  color: #fff;
}
#content .eventi .m-btn--primary:hover,
.site-22 .eventi .m-btn--primary:hover {
  color: #fff;
}
#content .eventi .m-btn--primary:active,
.site-22 .eventi .m-btn--primary:active {
  color: #fff;
}
#content .eventi .m-btn--primary:hover,
.site-22 .eventi .m-btn--primary:hover {
  background-color: #E64C71;
  -webkit-box-shadow: 0 8px 16px 0 rgba(190, 52, 85, 0.15);
  box-shadow: 0 8px 16px 0 rgba(190, 52, 85, 0.15);
}
#content .eventi .m-btn--secondary,
.site-22 .eventi .m-btn--secondary {
  width: 100%;
  color: #BE3455;
  border: 1px solid #BE3455;
}
#content .eventi .m-btn--secondary:visited,
.site-22 .eventi .m-btn--secondary:visited {
  color: #BE3455;
}
#content .eventi .m-btn--secondary:hover,
.site-22 .eventi .m-btn--secondary:hover {
  color: #BE3455;
}
#content .eventi .m-btn--secondary:active,
.site-22 .eventi .m-btn--secondary:active {
  color: #BE3455;
}
#content .eventi .m-btn--secondary:hover,
.site-22 .eventi .m-btn--secondary:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(190, 52, 85, 0.15);
  box-shadow: 0 8px 16px 0 rgba(190, 52, 85, 0.15);
}
#content .eventi .m-btn--ghost,
.site-22 .eventi .m-btn--ghost {
  width: 100%;
  color: #fff;
  border: 1px solid #BE3455;
  background-color: rgba(0, 0, 0, 0.16);
}
#content .eventi .m-btn--ghost:visited,
.site-22 .eventi .m-btn--ghost:visited {
  color: #fff;
}
#content .eventi .m-btn--ghost:hover,
.site-22 .eventi .m-btn--ghost:hover {
  color: #fff;
}
#content .eventi .m-btn--ghost:active,
.site-22 .eventi .m-btn--ghost:active {
  color: #fff;
}
#content .eventi .m-btn--ghost:hover,
.site-22 .eventi .m-btn--ghost:hover {
  background-color: rgba(0, 0, 0, 0.32);
}
#content .eventi .m-btn--ghost.download,
.site-22 .eventi .m-btn--ghost.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 16px 24px;
}
#content .eventi .m-btn--ghost.download:after,
.site-22 .eventi .m-btn--ghost.download:after {
  content: url("++resource++assolombarda2017.site.eventi/icons/icon_download--white.svg");
}
#content .eventi .m-btn--download,
.site-22 .eventi .m-btn--download {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #BE3455;
  padding: 0;
}
#content .eventi .m-btn--download:visited,
.site-22 .eventi .m-btn--download:visited {
  color: #BE3455;
}
#content .eventi .m-btn--download:hover,
.site-22 .eventi .m-btn--download:hover {
  color: #BE3455;
}
#content .eventi .m-btn--download:active,
.site-22 .eventi .m-btn--download:active {
  color: #BE3455;
}
#content .eventi .m-btn--download:after,
.site-22 .eventi .m-btn--download:after {
  content: url("++resource++assolombarda2017.site.eventi/icons/icon_download.svg");
}
#content .eventi .m-btn--download:hover,
.site-22 .eventi .m-btn--download:hover {
  text-decoration: underline;
}
#content .eventi .m-btn--mobile,
.site-22 .eventi .m-btn--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #BE3455;
  background: transparent;
  border: 0;
}
#content .eventi .m-btn--mobile i,
.site-22 .eventi .m-btn--mobile i {
  font-size: 24px;
  line-height: 1;
}
#content .eventi .m-btn--mobile.open,
.site-22 .eventi .m-btn--mobile.open {
  display: none;
}
#content .eventi .m-btn--mobile.visible,
.site-22 .eventi .m-btn--mobile.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content .eventi .m-btn:hover,
.site-22 .eventi .m-btn:hover {
  -webkit-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
}
#content .eventi .m-header,
.site-22 .eventi .m-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 40px 40px 0 40px;
  border-style: solid;
  border-color: #fff;
  padding: 278px 0;
}
#content .eventi .m-header__inner,
.site-22 .eventi .m-header__inner {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 32px 0;
}
#content .eventi .m-header__content,
.site-22 .eventi .m-header__content {
  padding: 0 28px;
}
#content .eventi .m-header__info,
.site-22 .eventi .m-header__info {
  display: block;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2px;
}
#content .eventi .m-header__title,
.site-22 .eventi .m-header__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}
#content .eventi .m-header__text,
.site-22 .eventi .m-header__text {
  margin: 16px 0;
}
#content .eventi .m-header__text p,
.site-22 .eventi .m-header__text p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}
#content .eventi .m-header__actions,
.site-22 .eventi .m-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 140px 0 140px;
}
@media screen and (max-width: 991px) {
  #content .eventi .m-header,
.site-22 .eventi .m-header {
    border-width: 16px 16px 0 16px;
    padding: 139px 0;
  }
  #content .eventi .m-header__actions,
.site-22 .eventi .m-header__actions {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  #content .eventi .m-header,
.site-22 .eventi .m-header {
    padding: 48px 0 46px;
  }
  #content .eventi .m-header__title,
.site-22 .eventi .m-header__title {
    font-size: 40px;
    line-height: 52px;
  }
  #content .eventi .m-header__text p,
.site-22 .eventi .m-header__text p {
    font-size: 16px;
    line-height: 24px;
  }
  #content .eventi .m-header__actions,
.site-22 .eventi .m-header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#content .eventi .m-nav--primary,
.site-22 .eventi .m-nav--primary {
  position: sticky;
  top: 0;
  border-width: 0 40px 1px 40px;
  border-style: solid;
  border-color: transparent #fff #EEF1F4 #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1;
}
#content .eventi .m-nav--primary .m-nav__mobile,
.site-22 .eventi .m-nav--primary .m-nav__mobile {
  display: none;
}
#content .eventi .m-nav--mobile,
.site-22 .eventi .m-nav--mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
#content .eventi .m-nav--mobile .m-nav__inner,
.site-22 .eventi .m-nav--mobile .m-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #EEF1F4;
  margin-bottom: 7px;
  padding: 8px;
}
#content .eventi .m-nav--mobile .m-nav__title,
.site-22 .eventi .m-nav--mobile .m-nav__title {
  font-size: 23px;
  line-height: 28.75px;
  font-weight: 700;
  color: #BE3455;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #content .eventi .m-nav--primary,
.site-22 .eventi .m-nav--primary {
    border-width: 0 16px 1px 16px;
    border-color: transparent #fff #EEF1F4 #fff;
    background-color: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
@media screen and (max-width: 767px) {
  #content .eventi .m-nav--primary .m-nav__mobile,
.site-22 .eventi .m-nav--primary .m-nav__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #content .eventi .m-nav--primary .m-nav__mobile p,
.site-22 .eventi .m-nav--primary .m-nav__mobile p {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    border-bottom: 6px solid #BE3455;
    margin: 0;
    padding: 14px 8px;
  }
}
#content .eventi .m-menu,
.site-22 .eventi .m-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .eventi .m-menu--primary,
.site-22 .eventi .m-menu--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
#content .eventi .m-menu--primary li,
.site-22 .eventi .m-menu--primary li {
  padding: 19px 0 13px;
}
#content .eventi .m-menu--primary li a,
.site-22 .eventi .m-menu--primary li a {
  display: block;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  padding: 14px 8px;
  -webkit-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
}
#content .eventi .m-menu--primary li a:visited,
.site-22 .eventi .m-menu--primary li a:visited {
  color: #333;
}
#content .eventi .m-menu--primary li a:hover,
.site-22 .eventi .m-menu--primary li a:hover {
  color: #BE3455;
}
#content .eventi .m-menu--primary li a:active,
.site-22 .eventi .m-menu--primary li a:active {
  color: #BE3455;
}
#content .eventi .m-menu--primary li.active,
.site-22 .eventi .m-menu--primary li.active {
  border-bottom: 6px solid #BE3455;
}
#content .eventi .m-menu--mobile,
.site-22 .eventi .m-menu--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
#content .eventi .m-menu--mobile li a,
.site-22 .eventi .m-menu--mobile li a {
  display: block;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333;
  padding: 14px 8px;
  -webkit-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
}
#content .eventi .m-menu--mobile li a:visited,
.site-22 .eventi .m-menu--mobile li a:visited {
  color: #333;
}
#content .eventi .m-menu--mobile li a:hover,
.site-22 .eventi .m-menu--mobile li a:hover {
  color: #BE3455;
}
#content .eventi .m-menu--mobile li a:active,
.site-22 .eventi .m-menu--mobile li a:active {
  color: #BE3455;
}
#content .eventi .m-menu--mobile li.active,
.site-22 .eventi .m-menu--mobile li.active {
  border-bottom: 6px solid #BE3455;
}
@media screen and (max-width: 767px) {
  #content .eventi .m-menu--primary,
.site-22 .eventi .m-menu--primary {
    display: none;
  }
}
#content .eventi .m-countdown,
.site-22 .eventi .m-countdown {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #6C6C6C;
  padding: 0 9px;
}
#content .eventi .m-countdown span,
.site-22 .eventi .m-countdown span {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: center;
  color: #333;
  margin-bottom: 4px;
}
#content .eventi .m-countdown span.color,
.site-22 .eventi .m-countdown span.color {
  color: #BE3455;
}
@media screen and (max-width: 991px) {
  #content .eventi .m-countdown,
.site-22 .eventi .m-countdown {
    display: none;
  }
}
#content .eventi .m-section,
.site-22 .eventi .m-section {
  scroll-margin-top: 82px;
  padding: 112px 0;
}
#content .eventi .m-section__inner,
.site-22 .eventi .m-section__inner {
  padding: 0 40px;
}
#content .eventi .m-section__heading,
.site-22 .eventi .m-section__heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
#content .eventi .m-section__title span,
.site-22 .eventi .m-section__title span {
  color: #BE3455;
}
#content .eventi .m-section h2.m-section__title,
.site-22 .eventi .m-section h2.m-section__title {
  font-size: 44px;
  line-height: 55px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0;
}
#content .eventi .m-section h3.m-section__title,
.site-22 .eventi .m-section h3.m-section__title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  margin-bottom: 16px;
}
#content .eventi .m-section h4.m-section__title,
.site-22 .eventi .m-section h4.m-section__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#content .eventi .m-section__badge,
.site-22 .eventi .m-section__badge {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #BE3455;
  border-radius: 32px;
  margin-bottom: 80px;
  padding: 6px 20px;
}
#content .eventi .m-section__text,
.site-22 .eventi .m-section__text {
  margin-bottom: 24px;
}
#content .eventi .m-section__text p,
.site-22 .eventi .m-section__text p {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
#content .eventi .m-section__text ul,
.site-22 .eventi .m-section__text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .eventi .m-section__text ul li,
.site-22 .eventi .m-section__text ul li {
  position: relative;
  font-size: 18px;
  line-height: 27px;
  padding: 8px 0;
}
#content .eventi .m-section__text ul li:before,
.site-22 .eventi .m-section__text ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #BE3455;
}
#content .eventi .m-section__locandina,
.site-22 .eventi .m-section__locandina {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 32px;
}
#content .eventi .m-section__locandina img,
.site-22 .eventi .m-section__locandina img {
  max-width: 50%;
}
#content .eventi .m-section__actions,
.site-22 .eventi .m-section__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 0 0 0;
}
#content .eventi .m-section__info,
.site-22 .eventi .m-section__info {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#content .eventi .m-section__info li,
.site-22 .eventi .m-section__info li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
  padding-left: 32px;
}
#content .eventi .m-section__info li:before,
.site-22 .eventi .m-section__info li:before {
  position: absolute;
  top: 0;
  left: 0;
}
#content .eventi .m-section__info li.location:before,
.site-22 .eventi .m-section__info li.location:before {
  content: url("++resource++assolombarda2017.site.eventi/icons/icon_location.svg");
}
#content .eventi .m-section__info li.calendar:before,
.site-22 .eventi .m-section__info li.calendar:before {
  content: url("++resource++assolombarda2017.site.eventi/icons/icon_calendar.svg");
}
#content .eventi .m-section--gallery,
.site-22 .eventi .m-section--gallery {
  background-color: #25282C;
}
#content .eventi .m-section--gallery .m-section__title,
.site-22 .eventi .m-section--gallery .m-section__title {
  color: #fff;
}
#content .eventi .m-section--gallery .m-section__text p,
.site-22 .eventi .m-section--gallery .m-section__text p {
  color: #EEF1F4;
}
#content .eventi .m-section--program .m-section__inner,
.site-22 .eventi .m-section--program .m-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 51px;
  padding: 112px 32px 40px;
}
#content .eventi .m-section--program .m-section__title,
.site-22 .eventi .m-section--program .m-section__title {
  color: #fff;
}
@media screen and (max-width: 991px) {
  #content .eventi .m-section,
.site-22 .eventi .m-section {
    padding: 56px 0;
  }
  #content .eventi .m-section__inner,
.site-22 .eventi .m-section__inner {
    padding: 0;
  }
  #content .eventi .m-section h2.m-section__title,
.site-22 .eventi .m-section h2.m-section__title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  #content .eventi .m-section,
.site-22 .eventi .m-section {
    scroll-margin-top: 41px;
  }
  #content .eventi .m-section__heading,
.site-22 .eventi .m-section__heading {
    font-size: 32px;
    line-height: 40px;
  }
  #content .eventi .m-section h2.m-section__title,
.site-22 .eventi .m-section h2.m-section__title {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 24px;
  }
  #content .eventi .m-section h3.m-section__title,
.site-22 .eventi .m-section h3.m-section__title {
    font-size: 32px;
    line-height: 40px;
  }
  #content .eventi .m-section__locandina,
.site-22 .eventi .m-section__locandina {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #content .eventi .m-section__actions,
.site-22 .eventi .m-section__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #content .eventi .m-section--program .m-section__inner,
.site-22 .eventi .m-section--program .m-section__inner {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 56px 12px 40px;
  }
}
#content .eventi .m-dlist__item,
.site-22 .eventi .m-dlist__item {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #EEF1F4;
  padding: 8px;
}
#content .eventi .m-dlist__item h4,
.site-22 .eventi .m-dlist__item h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6C6C6C;
  margin: 0;
}
#content .eventi .m-dlist__item p,
.site-22 .eventi .m-dlist__item p {
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
}
#content .eventi .m-dlist__item a,
.site-22 .eventi .m-dlist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #BE3455;
}
#content .eventi .m-dlist__item a:visited,
.site-22 .eventi .m-dlist__item a:visited {
  color: #BE3455;
}
#content .eventi .m-dlist__item a:hover,
.site-22 .eventi .m-dlist__item a:hover {
  color: #BE3455;
}
#content .eventi .m-dlist__item a:active,
.site-22 .eventi .m-dlist__item a:active {
  color: #BE3455;
}
#content .eventi .m-dlist__item a:before,
.site-22 .eventi .m-dlist__item a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\e094";
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
#content .eventi .m-dlist__item:first-of-type,
.site-22 .eventi .m-dlist__item:first-of-type {
  border-width: 1px 0 1px 0;
}
#content .eventi .m-download,
.site-22 .eventi .m-download {
  border-radius: 8px;
  overflow: hidden;
}
#content .eventi .m-download__item,
.site-22 .eventi .m-download__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 40px;
}
#content .eventi .m-download__item h5,
.site-22 .eventi .m-download__item h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
#content .eventi .m-download__item p,
.site-22 .eventi .m-download__item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6C6C6C;
  margin: 0;
}
#content .eventi .m-download__item a,
.site-22 .eventi .m-download__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
  width: 160px;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #BE3455;
}
#content .eventi .m-download__item a:visited,
.site-22 .eventi .m-download__item a:visited {
  color: #BE3455;
}
#content .eventi .m-download__item a:hover,
.site-22 .eventi .m-download__item a:hover {
  color: #BE3455;
}
#content .eventi .m-download__item a:active,
.site-22 .eventi .m-download__item a:active {
  color: #BE3455;
}
#content .eventi .m-download__item a:after,
.site-22 .eventi .m-download__item a:after {
  font-family: "Font Awesome 6 Pro";
  line-height: 1;
  font-weight: 300;
}
#content .eventi .m-download__item a.link:after,
.site-22 .eventi .m-download__item a.link:after {
  content: "\f0c1";
  font-size: 16px;
}
#content .eventi .m-download__item a.pdf:after,
.site-22 .eventi .m-download__item a.pdf:after {
  content: "\e094";
  font-size: 20px;
}
#content .eventi .m-download__item:nth-child(odd),
.site-22 .eventi .m-download__item:nth-child(odd) {
  background-color: #F4F4EF;
}
#content .eventi .m-download__item:nth-child(even),
.site-22 .eventi .m-download__item:nth-child(even) {
  background-color: #EEEEE9;
}
#content .eventi .m-download__info,
.site-22 .eventi .m-download__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #content .eventi .m-download__item,
.site-22 .eventi .m-download__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #content .eventi .m-download__item a,
.site-22 .eventi .m-download__item a {
    width: auto;
  }
}
#content .eventi .m-number,
.site-22 .eventi .m-number {
  text-align: center;
  border-right: 1px solid #EEF1F4;
  padding: 12px 24px;
}
#content .eventi .m-number span,
.site-22 .eventi .m-number span {
  display: block;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  color: #BE3455;
  margin-bottom: 8px;
}
#content .eventi .m-number p,
.site-22 .eventi .m-number p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #6C6C6C;
  margin: 0;
}
#content .eventi .m-number:last-of-type,
.site-22 .eventi .m-number:last-of-type {
  border: 0;
}
@media screen and (max-width: 991px) {
  #content .eventi .m-number:nth-child(2n),
.site-22 .eventi .m-number:nth-child(2n) {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  #content .eventi .m-number,
.site-22 .eventi .m-number {
    padding: 24px 12px;
  }
  #content .eventi .m-number span,
.site-22 .eventi .m-number span {
    font-size: 64px;
    line-height: 64px;
  }
}
#content .eventi .m-program,
.site-22 .eventi .m-program {
  background-color: #BE3455;
  margin-bottom: 80px;
}
#content .eventi .m-tab,
.site-22 .eventi .m-tab {
  position: relative;
  -webkit-transform: translate(110px, 80px);
  transform: translate(110px, 80px);
}
#content .eventi .m-tab__nav,
.site-22 .eventi .m-tab__nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 110px;
}
#content .eventi .m-tab__nav li,
.site-22 .eventi .m-tab__nav li {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 16px 16px 8px 16px;
  cursor: pointer;
}
#content .eventi .m-tab__nav li span,
.site-22 .eventi .m-tab__nav li span {
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
}
#content .eventi .m-tab__nav li.active,
.site-22 .eventi .m-tab__nav li.active {
  background-color: #F4F4EF;
  color: #333;
}
#content .eventi .m-tab .download,
.site-22 .eventi .m-tab .download {
  position: absolute;
  top: 21px;
  right: 134px;
  width: auto;
}
#content .eventi .m-tab__body,
.site-22 .eventi .m-tab__body {
  background-color: #F4F4EF;
  padding: 80px 110px;
}
#content .eventi .m-tab__content,
.site-22 .eventi .m-tab__content {
  display: none;
}
#content .eventi .m-tab__content.active,
.site-22 .eventi .m-tab__content.active {
  display: block;
}
@media screen and (max-width: 991px) {
  #content .eventi .m-tab,
.site-22 .eventi .m-tab {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    padding: 0 12px;
  }
  #content .eventi .m-tab .download,
.site-22 .eventi .m-tab .download {
    right: 12px;
  }
  #content .eventi .m-tab__body,
.site-22 .eventi .m-tab__body {
    padding: 40px 55px;
  }
}
@media screen and (max-width: 767px) {
  #content .eventi .m-tab .download,
.site-22 .eventi .m-tab .download {
    display: none;
  }
  #content .eventi .m-tab__body,
.site-22 .eventi .m-tab__body {
    padding: 0 12px;
  }
}
#content .eventi .m-faketable,
.site-22 .eventi .m-faketable {
  padding-left: 32px;
}
#content .eventi .m-faketable__tr,
.site-22 .eventi .m-faketable__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 8px;
}
#content .eventi .m-faketable__tr > div:first-of-type,
.site-22 .eventi .m-faketable__tr > div:first-of-type {
  color: #BE3455;
  padding: 18px 0;
}
#content .eventi .m-faketable__content,
.site-22 .eventi .m-faketable__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #CDCDCD;
  padding: 16px;
}
#content .eventi .m-faketable__content:last-of-type,
.site-22 .eventi .m-faketable__content:last-of-type {
  border: 0;
}
#content .eventi .m-faketable__label,
.site-22 .eventi .m-faketable__label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6C6C6C;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 2px;
}
#content .eventi .m-faketable__title,
.site-22 .eventi .m-faketable__title {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #BE3455;
  background-color: #EEEEE9;
  padding: 16px;
}
#content .eventi .m-faketable__text p,
.site-22 .eventi .m-faketable__text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #content .eventi .m-faketable,
.site-22 .eventi .m-faketable {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #content .eventi .m-faketable__tr,
.site-22 .eventi .m-faketable__tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
#content .eventi .m-grid,
.site-22 .eventi .m-grid {
  display: grid;
}
#content .eventi .m-grid--four,
.site-22 .eventi .m-grid--four {
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 32px;
  margin-bottom: 72px;
  padding: 0 32px;
}
#content .eventi .m-grid--three,
.site-22 .eventi .m-grid--three {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#content .eventi .m-grid--numbers,
.site-22 .eventi .m-grid--numbers {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
  padding: 8px 0;
}
@media screen and (max-width: 991px) {
  #content .eventi .m-grid,
.site-22 .eventi .m-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #content .eventi .m-grid,
.site-22 .eventi .m-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  #content .eventi .m-grid--numbers,
.site-22 .eventi .m-grid--numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
#content .eventi .m-card--avatar,
.site-22 .eventi .m-card--avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #F4F4EF;
  padding: 24px;
}
#content .eventi .m-card--avatar .m-card__image,
.site-22 .eventi .m-card--avatar .m-card__image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
#content .eventi .m-card--avatar .m-card__title,
.site-22 .eventi .m-card--avatar .m-card__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}
#content .eventi .m-card--avatar .m-card__text,
.site-22 .eventi .m-card--avatar .m-card__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 16px;
}
#content .eventi .m-card--avatar .m-card__text p,
.site-22 .eventi .m-card--avatar .m-card__text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #6C6C6C;
  margin: 0;
}
#content .eventi .m-card--video .m-card__image,
.site-22 .eventi .m-card--video .m-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 240px;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}
#content .eventi .m-card--video .m-card__date,
.site-22 .eventi .m-card--video .m-card__date {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #BE3455;
  margin-bottom: 8px;
}
#content .eventi .m-card--video .m-card__title,
.site-22 .eventi .m-card--video .m-card__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
#content .eventi .m-card--video .m-card__text p,
.site-22 .eventi .m-card--video .m-card__text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6C6C6C;
  margin: 0;
}
#content .eventi .m-socials,
.site-22 .eventi .m-socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 17px;
}
#content .eventi .m-socials li a,
.site-22 .eventi .m-socials li a {
  color: #BE3455;
}
#content .eventi .m-socials li a:visited,
.site-22 .eventi .m-socials li a:visited {
  color: #BE3455;
}
#content .eventi .m-socials li a:hover,
.site-22 .eventi .m-socials li a:hover {
  color: #BE3455;
}
#content .eventi .m-socials li a:active,
.site-22 .eventi .m-socials li a:active {
  color: #BE3455;
}