:root {
  --waves-library--white: white;
  --waves-library--black: #131313;
  --waves-library--trasparente: #fff0;
  --waves-library--grigio: #333;
  --waves-library--dark-elevation: #faf8f2;
  --waves-library--rosso: #8b3a33;
  --waves-library--background: #faebe3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.waves-navbar-1 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-link {
  padding: 12px 16px;
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 120%;
}

.waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-list {
  display: block;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves---dropdown-link {
  text-align: center;
  font-family: Scoutie Sans, sans-serif;
  font-weight: 200;
  display: none;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-family: Scoutie Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scoutie Sans, sans-serif;
  font-size: 100px;
  line-height: 115%;
}

.waves---subtitle {
  font-family: Scoutie Sans, sans-serif;
  font-size: 34px;
  line-height: 120%;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---main-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.waves-section-hero-5 {
  height: 90vh;
  color: var(--waves-library--white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  color: var(--waves-library--grigio);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scoutie Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 110%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scoutie Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big {
  color: var(--waves-library--grigio);
  background-color: #0000;
  margin-top: 20px;
  font-family: Scoutie Sans, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 120%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-team-1 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-team-1 {
  grid-row-gap: 24px;
  background-color: var(--waves-library--dark-elevation);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.waves-tile-team-1:hover {
  background-color: var(--waves-library--rosso);
  color: var(--waves-library--dark-elevation);
  scale: 110%;
}

.waves-image-team-1 {
  border-radius: 8px;
  width: 100%;
}

.waves-name-wrap-team-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---subtitle-2 {
  font-family: Scoutie Sans, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 120%;
}

.waves---mg-top-17 {
  margin-top: 16px;
  font-family: Scoutie Sans, sans-serif;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
  font-weight: 400;
}

.waves-hero-3-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 544px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 56px;
  display: flex;
}

.waves-master-image-hero-3 {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.waves-image-hero-3 {
  object-fit: contain;
  border-radius: 24px;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: clip;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scoutie Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves---paragraph-small {
  font-size: 16px;
  font-weight: 200;
  line-height: 130%;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-footer-2 {
  background-color: var(--waves-library--white);
  padding-top: 80px;
  padding-bottom: 64px;
  font-family: Scoutie Sans, sans-serif;
}

.waves-top-footer-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-top-left-footer-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.waves-top-right-footer-2 {
  grid-column-gap: 120px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.waves-divider-footer-2 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-brand-link-footer-2 {
  height: 32px;
}

.waves-brand-footer-2 {
  height: 100%;
}

.waves-column-links-footer-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-links-wrap-footer-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-link-footer-2 {
  color: var(--waves-library--black);
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 120%;
  text-decoration: none;
}

.waves-bottom-footer-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-bottom-right-footer-2 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves-blog-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves-tile-blog-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-image-wrap-blog-1 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-image-blog-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-tag-blog-1 {
  z-index: 3;
  background-color: var(--waves-library--black);
  height: 40px;
  color: var(--waves-library--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-blog-details-1 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves-circle-blog-1 {
  background-color: var(--waves-library--black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.tab_menu-button {
  color: inherit;
  background-color: #0000;
  border-radius: .75rem;
  padding: 1em 1.5em;
  font-size: .9375rem;
  line-height: 1.3;
}

.tab_menu-button:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.tab_menu-button.w--current {
  color: #fff;
  background-color: #8b3a33;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: inherit;
  background-color: color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .15em .75em;
  font-size: .75rem;
  text-decoration: none;
  transition-property: border-color, color, background-color;
  transition-duration: .2s, .2s, .2s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
}

.width_100percent_mobile-l.text-align_center {
  margin-left: 1.5em;
  margin-right: 1.5em;
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 120%;
}

.width_100percent_mobile-l.text-align_center:hover {
  color: #000;
}

.width_100percent_mobile-l.text-align_center.w--current {
  color: #fff;
  background-color: #8b3a33;
  margin-right: 1.5em;
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.width_100percent_mobile-l.text-align_center.w--current:hover {
  background-color: #b84d43;
}

.heading_tertiary {
  color: var(--waves-library--grigio);
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-family: Scoutie Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.04em;
}

.heading_tertiary.headingeventocard {
  margin-bottom: 0;
  line-height: 120%;
}

.flex_horizontal {
  flex-flow: row;
  display: flex;
}

.flex_horizontal.is-y-center {
  justify-content: flex-start;
  align-items: center;
}

.tabs_nav {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.tabs_nav.is-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8b3a33;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Scoutie Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #b84d43;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #8b3a33;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #8b3a33;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.button.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #000;
}

.button.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.card_body {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  font-family: Scoutie Sans, sans-serif;
  display: flex;
  position: relative;
}

.heading_primary {
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  text-wrap: balance;
  max-width: 35ch;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 600;
  line-height: 1.04em;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.rich-text {
  color: var(--waves-library--grigio);
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-family: Scoutie Sans, sans-serif;
  font-size: 1.13rem;
  font-weight: 200;
  line-height: 1.6em;
}

.paragraph_large.location-evento-card {
  color: var(--waves-library--grigio);
  font-size: 18px;
}

.paragraph_large.dataevento-card {
  color: var(--waves-library--grigio);
  margin-bottom: .75em;
  font-weight: 400;
}

.margin_bottom-auto {
  margin-bottom: auto;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.eyebrow {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.image-ratio_1x1 {
  aspect-ratio: 1;
  border-radius: .75rem;
  min-height: 0;
  overflow: clip;
}

.section {
  background-color: var(--waves-library--dark-elevation);
  color: #000;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.section.is-secondary {
  background-color: #faf8f2;
  background-color: var(--waves-library--white);
  font-family: Scoutie Sans, sans-serif;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.button-group.is-align-center {
  justify-content: center;
}

.card_1 {
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 0 solid #0003;
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #0003, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card_1.on-secondary {
  color: #000;
  background-color: #fff;
  background-image: none;
  border-style: none;
  border-color: #0000;
  box-shadow: 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.header {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.header.is-align-center {
  text-align: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header.is-align-center.headersponsor {
  justify-content: flex-start;
  align-items: flex-start;
}

.icon {
  color: #8b3a33;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.is-small {
  width: 1.25rem;
  height: 1.25rem;
}

.display_inline-block {
  display: inline-block;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.position_relative.flex_horizontal.is-y-top.radius_none {
  border-radius: 0;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs_content {
  overflow: visible;
}

.label {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-bottom: .3em;
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.ix-link-wrapper {
  font-family: Scoutie Sans, sans-serif;
}

.image-ratio_3x2 {
  aspect-ratio: 3 / 2;
  border-radius: .75rem;
  min-height: 0;
  position: relative;
  overflow: clip;
}

.image-ratio_3x2.position_relative.flex_horizontal.is-x-right.radius_bottom-none {
  border-radius: 0;
}

.subheading {
  max-width: 1000px;
  color: color-mix(in srgb, currentColor 70%, transparent);
  letter-spacing: 0;
  -webkit-text-stroke-color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.hero_front {
  z-index: 2;
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.tablet-1-col-1-2-3-4.gap-small.cateve {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  align-items: stretch;
}

.overlay_opacity-subtle {
  z-index: 2;
  opacity: .2;
  pointer-events: none;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.hero_back {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-area: 1 / 1 / 2 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.image-ratio_auto {
  border-radius: .75rem;
  width: 100%;
  min-height: 0;
  position: relative;
  overflow: clip;
}

.card_body_small {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.events_none {
  opacity: .5;
  pointer-events: auto;
  transition: opacity .2s;
}

.events_none:hover {
  opacity: .75;
}

.overlay {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  overflow: clip;
}

.txt-card-cat-eventi {
  max-width: 50ch;
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.position_relative {
  position: relative;
}

.giorno {
  font-family: Scoutie Sans, sans-serif;
  font-size: 150px;
  line-height: 100%;
}

.heading-card-cat-eventi {
  font-family: Scoutie Sans, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.paragraph {
  color: var(--waves-library--grigio);
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 120%;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  height: 2.5rem;
  color: inherit;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col.gap-medium {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr 1fr;
}

.grid_4-col.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: var(--gap--xs-gap);
}

.text-block {
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 120%;
}

.partners {
  color: color-mix(in srgb, currentColor 60%, transparent);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #8b3a33;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.text-button:hover {
  color: #b84d43;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  display: inline-flex;
}

.padding-top_medium {
  padding-top: 3rem;
}

.list-divided {
  flex-flow: column;
  display: flex;
}

.paragraph_large {
  font-weight: 200;
}

.titolo-faq {
  color: var(--waves-library--grigio);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Scoutie Sans, sans-serif;
  font-size: 1.41rem;
  font-weight: 600;
  line-height: 1.3em;
}

.giorno-cal-home {
  color: var(--waves-library--grigio);
  background-color: #0000;
  font-family: Scoutie Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.image-ratio_2x3 {
  aspect-ratio: 2 / 3;
  border-radius: .75rem;
  min-height: 0;
  position: relative;
  overflow: clip;
}

.paragraph-2 {
  font-family: Scoutie Sans, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.giorno-home {
  color: var(--waves-library--grigio);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Scoutie Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.text-block-2 {
  font-size: 22px;
}

.waves---section-hero-primary-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scoutie Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 110%;
}

.waves---subtitle-3 {
  color: var(--waves-library--rosso);
  text-transform: uppercase;
  font-family: Scoutie Sans, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
}

.waves---limit-511 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-title-line-hero-2 {
  background-image: linear-gradient(to right, #13131300, var(--waves-library--black));
  border-radius: 30px;
  width: 92px;
  height: 12px;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.heading_tertiary-2 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.04em;
}

.content-block-link {
  color: inherit;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-block-link:hover {
  color: color-mix(in srgb, currentColor 70%, transparent);
}

.section-2 {
  color: #000;
  background-color: #fff;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.section-2.is-secondary {
  background-color: #faf8f2;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph_small.margin-bottom_none {
  margin-bottom: .25em;
  font-family: Scoutie Sans, sans-serif;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scoutie Sans, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-2 {
  font-family: Scoutie Sans, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---paragraph-regular-2 {
  font-family: Scoutie Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.waves---paragraph-regular-2.location {
  font-size: 20px;
  font-weight: 200;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expand-line {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 20px;
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 100%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---expand-space {
  height: 24px;
}

.heading-giorno-programma {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.orario-pagina-programma {
  width: 200px;
  margin-right: 24px;
  font-family: Scoutie Sans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.text-block-3 {
  color: #585858;
  font-family: Scoutie Sans, sans-serif;
  font-weight: 400;
}

.waves---mg-top-19 {
  margin-top: 16px;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---paragraph-small-2 {
  font-family: Scoutie Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 130%;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-3.small {
  padding-top: 0;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Scoutie Sans, sans-serif;
  font-size: 42px;
  line-height: 110%;
}

.waves---paragraph-big-3 {
  font-family: Scoutie Sans, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 120%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.heading_tertiary-3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.04em;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8b3a33;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #b84d43;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #8b3a33;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #8b3a33;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.button-2.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #000;
}

.button-2.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.card-link {
  opacity: 1;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 0 solid #0003;
  border-radius: .75rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  position: relative;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #0003, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #0003, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.card-link.on-secondary {
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #fff;
  background-image: none;
  border-color: #000000e6;
  box-shadow: inset 0 0 0 1px #0003, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link.on-secondary:hover {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0003, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.padding_xsmall {
  padding: 1rem;
}

.padding_xsmall.text-align_center {
  font-family: Scoutie Sans, sans-serif;
}

.tag-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: .5rem;
  display: flex;
}

.section-3 {
  color: #000;
  background-color: #fff;
  max-width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: clip;
}

.section-3.is-secondary {
  background-color: #faf8f2;
}

.card {
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 0 solid #0003;
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #0003, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.position_absolute {
  position: absolute;
}

.margin_top-auto {
  margin-top: auto !important;
}

.paragraph_xxlarge {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-size: 2rem;
  line-height: 1.6em;
}

.paragraph_xxlarge.margin-bottom_none {
  margin-bottom: 0;
}

.label-2 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-bottom: .3em;
  font-size: .88rem;
  line-height: 1.6em;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Scoutie Sans, sans-serif;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--dark-elevation);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---section-medium-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Scoutie Sans, sans-serif;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  font-family: Scoutie Sans, sans-serif;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--dark-elevation);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---paragraph-regular-3 {
  font-size: 18px;
  line-height: 130%;
}

.link {
  color: var(--waves-library--grigio);
}

.waves-textarea-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--dark-elevation);
  height: auto;
  min-height: 154px;
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-textarea-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.paragraph-3 {
  color: var(--waves-library--grigio);
  font-size: 18px;
  font-weight: 200;
}

.waves---mega-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
  position: static;
}

.waves---subtitle-4 {
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
}

.waves---limit-512 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-20 {
  margin-top: 16px;
}

.waves---main-container-7 {
  flex: none;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-section-hero-6 {
  color: var(--waves-library--white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-gradient-hero-6 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-title-wrap-hero-6 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---cta-white-2 {
  background-color: var(--waves-library--white);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
}

.hero-altre-pg {
  color: var(--waves-library--white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.titolo-heo-altre-pg {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Scoutie Sans, sans-serif;
  display: flex;
  position: relative;
}

.paragraph-4 {
  color: var(--waves-library--grigio);
  font-size: 16px;
  font-weight: 200;
}

.waves---content-intero {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.waves---grid-image-intero {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .waves-grid-team-1 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: grid;
  }

  .waves-tile-team-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-top-footer-2 {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .waves-top-left-footer-2 {
    text-align: center;
    align-items: center;
  }

  .waves-bottom-footer-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves-blog-grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs_nav {
    flex-flow: wrap;
  }

  .grid_3-col.tablet-1-col-1-2-3-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-3 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-6, .hero-altre-pg {
    padding-top: 240px;
  }

  .waves---content-intero {
    text-align: center;
    align-items: center;
  }

  .waves---grid-image-intero {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves-top-right-footer-2 {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-column-links-footer-2 {
    align-items: center;
  }

  .tabs_nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .padding-top_medium {
    padding-top: 1.5rem;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-3, .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---mega-heading-3 {
    font-size: 56px;
  }

  .waves---subtitle-4 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-6 {
    padding-top: 160px;
  }

  .waves-title-wrap-hero-6 {
    text-align: center;
    align-items: center;
  }

  .hero-altre-pg {
    padding-top: 160px;
  }

  .titolo-heo-altre-pg {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .waves---brand {
    margin-left: 10px;
  }

  .waves-dropdown-toggle {
    font-family: Scoutie Sans, sans-serif;
    line-height: 120%;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--trasparente);
  }

  .waves---nav-cta {
    display: none;
  }

  .waves---mega-heading-1 {
    font-size: 46px;
  }

  .waves---subtitle {
    font-size: 30px;
  }

  .waves-section-hero-5 {
    justify-content: center;
    align-items: flex-end;
    height: 70vh;
    padding-bottom: 4rem;
    padding-left: 0;
    display: flex;
  }

  .waves-gradient-hero-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .waves---main-container-2 {
    max-width: 100%;
  }

  .waves---section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 20px;
  }

  .waves---paragraph-big {
    font-size: 20px;
    font-weight: 200;
  }

  .waves-grid-team-1 {
    grid-column-gap: 10px;
    grid-row-gap: 32px;
    place-items: stretch stretch;
  }

  .waves-tile-team-1 {
    padding: 16px 20px;
    font-family: Scoutie Sans, sans-serif;
    transition: background-color .2s;
  }

  .waves-tile-team-1:hover {
    background-color: var(--waves-library--rosso);
    color: #fff;
  }

  .waves---section-hero-primary {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .waves---subtitle-2 {
    color: var(--waves-library--grigio);
    font-size: 20px;
    font-weight: 200;
    line-height: 120%;
  }

  .waves-master-image-hero-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-top-right-footer-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .waves-column-links-footer-2 {
    flex: none;
    width: auto;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .width_100percent_mobile-l.text-align_center {
    margin-left: .5em;
    margin-right: .5px;
    padding-left: .5em;
    padding-right: .5em;
  }

  .width_100percent_mobile-l.text-align_center.w--current {
    margin-left: .5em;
    margin-right: .5em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .heading_tertiary {
    line-height: 120%;
  }

  .tabs_nav.is-align-center {
    flex-flow: row;
  }

  .button {
    white-space: nowrap;
  }

  .grid_2-col {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-secondary {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-family: Scoutie Sans, sans-serif;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.is-align-center {
    justify-content: center;
    align-items: stretch;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .giorno {
    font-size: 100px;
  }

  .logo {
    color: inherit;
  }

  .grid_4-col.gap-medium {
    grid-template-columns: minmax(0, 1fr) 1fr 1fr;
  }

  .text-block {
    font-size: 20px;
  }

  .testo-faq {
    font-weight: 200;
  }

  .giorno-cal-home {
    font-size: 16px;
  }

  .giorno-home {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 200;
  }

  .waves---section-hero-primary-2 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves---subtitle-3 {
    font-size: 20px;
    font-weight: 200;
    line-height: 110%;
  }

  .ix-link-wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .waves---section-medium-2 {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---paragraph-regular-2.location {
    font-size: 18px;
    font-weight: 200;
  }

  .waves---expandable-item {
    flex-flow: row;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
    margin-top: 20px;
  }

  .waves-expanded-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .orario-pagina-programma {
    flex: 0 auto;
    display: none;
  }

  .waves---section-medium-3 {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .button-2 {
    white-space: nowrap;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---mega-heading-3 {
    font-size: 36px;
  }

  .waves---subtitle-4 {
    font-size: 20px;
    line-height: 120%;
  }

  .waves---main-container-7 {
    max-width: 100%;
  }

  .waves-section-hero-6, .hero-altre-pg {
    padding-bottom: 48px;
  }

  .waves---content-intero {
    align-items: stretch;
  }
}

#w-node-_9a7c6644-905f-1c15-744f-ea5176f6e169-a13194e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9a7c6644-905f-1c15-744f-ea5176f6e171-a13194e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67093711-6b71-869c-79c4-f98f4c894625-a13194e8, #w-node-_67093711-6b71-869c-79c4-f98f4c894627-a13194e8, #w-node-_67093711-6b71-869c-79c4-f98f4c894629-a13194e8, #w-node-_67093711-6b71-869c-79c4-f98f4c89462b-a13194e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_67093711-6b71-869c-79c4-f98f4c89462e-a13194e8, #w-node-_67093711-6b71-869c-79c4-f98f4c894630-a13194e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_67093711-6b71-869c-79c4-f98f4c894632-a13194e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_67093711-6b71-869c-79c4-f98f4c894634-a13194e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ea26f4f4-d772-570e-982d-e99abacb2396-a13194e8, #w-node-ea26f4f4-d772-570e-982d-e99abacb239d-a13194e8, #w-node-ea26f4f4-d772-570e-982d-e99abacb23a4-a13194e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e6453d1-91ef-866f-058c-574dabcc5121-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dbb-a13194e8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c11740eb-55a4-289c-5dcb-7323274ebd6c-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dbe-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c11740eb-55a4-289c-5dcb-7323274ebd6f-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dc1-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-d7e3efdc-ec3c-ad07-032a-303484d760c6-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dc9-a13194e8 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_7814e5d0-6b21-130b-a1ae-6cc057e3eb3e-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dcc-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7814e5d0-6b21-130b-a1ae-6cc057e3eb41-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dcf-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-c11740eb-55a4-289c-5dcb-7323274ebd6c-230e1aac.w-node-b9f12d4d-e09b-0cc1-89e6-36de92b2ac5b-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c11740eb-55a4-289c-5dcb-7323274ebd6f-230e1aac.w-node-b9f12d4d-e09b-0cc1-89e6-36de92b2ac5e-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_34e0fc2e-334c-2599-0259-7cd2e3f26f63-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dda-a13194e8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7814e5d0-6b21-130b-a1ae-6cc057e3eb3e-230e1aac.w-node-_5f610e08-fd74-9091-abd3-7fa6a950be71-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7814e5d0-6b21-130b-a1ae-6cc057e3eb41-230e1aac.w-node-_5f610e08-fd74-9091-abd3-7fa6a950be74-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-c11740eb-55a4-289c-5dcb-7323274ebd6c-230e1aac.w-node-_4e15aa82-5d95-a1b5-ad27-ddf02bcd9939-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c11740eb-55a4-289c-5dcb-7323274ebd6f-230e1aac.w-node-_4e15aa82-5d95-a1b5-ad27-ddf02bcd993c-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-c11740eb-55a4-289c-5dcb-7323274ebd6c-230e1aac.w-node-_4c87282e-cc73-47fb-a99b-6405b2143376-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c11740eb-55a4-289c-5dcb-7323274ebd6f-230e1aac.w-node-_4c87282e-cc73-47fb-a99b-6405b2143379-a13194e8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0cf-a13194e8, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0da-a13194e8, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0e1-a13194e8, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0ea-a13194e8, #w-node-b8c65abd-e06e-a772-3c85-d296beefa461-5a73d741, #w-node-b8c65abd-e06e-a772-3c85-d296beefa469-5a73d741, #w-node-b8c65abd-e06e-a772-3c85-d296beefa471-5a73d741, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0cf-5a73d741, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0da-5a73d741, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0e1-5a73d741, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0ea-5a73d741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2063e97-50fa-9535-74e3-93fe51a150ff-dfd820ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c2063e97-50fa-9535-74e3-93fe51a150fe-dfd820ac, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0cf-dfd820ac, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0da-dfd820ac, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0e1-dfd820ac, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0ea-dfd820ac, #w-node-_726fc2c4-2ae1-5790-c0e1-7c1344b5e374-bac2655b.w-node-_6f121442-3d12-11b6-c9a9-a479b3b77484-8abb253f, #w-node-_726fc2c4-2ae1-5790-c0e1-7c1344b5e374-bac2655b.w-node-_6f121442-3d12-11b6-c9a9-a479b3b774a1-8abb253f, #w-node-_726fc2c4-2ae1-5790-c0e1-7c1344b5e374-bac2655b.w-node-_6f121442-3d12-11b6-c9a9-a479b3b774be-8abb253f, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0cf-8abb253f, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0da-8abb253f, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0e1-8abb253f, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0ea-8abb253f, #w-node-ee1f3d99-4305-d7eb-4c3a-26e35380b886-f97c769a, #w-node-ee1f3d99-4305-d7eb-4c3a-26e35380b88a-f97c769a, #w-node-_86b4b7ff-b3d8-d856-4e51-afac32434063-f97c769a, #w-node-_86b4b7ff-b3d8-d856-4e51-afac3243406a-f97c769a, #w-node-_86b4b7ff-b3d8-d856-4e51-afac32434071-f97c769a, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0cf-f97c769a, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0da-f97c769a, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0e1-f97c769a, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0ea-f97c769a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2063e97-50fa-9535-74e3-93fe51a150ff-c7653c09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0cf-c7653c09, #w-node-_3be33fdb-2fcd-d7fb-0d8e-5a319030e178-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0da-c7653c09, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0e1-c7653c09, #w-node-_9be834eb-dca0-8ed6-cbbd-8d2aaa68b1a5-c1865c6f.w-node-_2d282e03-57f1-bb96-47cb-c25a33d7e0ea-c7653c09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9a7c6644-905f-1c15-744f-ea5176f6e169-a13194e8 {
    justify-self: center;
  }

  #w-node-d7e3efdc-ec3c-ad07-032a-303484d760c6-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dc9-a13194e8, #w-node-_34e0fc2e-334c-2599-0259-7cd2e3f26f63-230e1aac.w-node-_6588eacf-4b8a-63f2-1235-857379e74dda-a13194e8, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87483-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64c9-a13194e8, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87487-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64cd-a13194e8, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87483-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64c9-5a73d741, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87487-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64cd-5a73d741 {
    grid-column: span 1 / span 1;
  }

  #w-node-c2063e97-50fa-9535-74e3-93fe51a150fe-dfd820ac {
    justify-self: center;
  }

  #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87483-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64c9-dfd820ac, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87487-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64cd-dfd820ac, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87483-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64c9-8abb253f, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87487-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64cd-8abb253f, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87483-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64c9-c7653c09, #w-node-b8e70c04-173a-7ac7-e584-5ae19aa87487-9aa87478.w-node-_13daa32c-bc08-b46c-7ed3-128221df64cd-c7653c09 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ea26f4f4-d772-570e-982d-e99abacb2396-a13194e8, #w-node-b8c65abd-e06e-a772-3c85-d296beefa461-5a73d741 {
    place-self: stretch stretch;
  }

  #w-node-c2063e97-50fa-9535-74e3-93fe51a150fe-dfd820ac {
    order: -9999;
  }
}


