.vantaggi-carousel-section-cards {
  width: 100%;
}
.vantaggi-carousel-section-cards__inner {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .vantaggi-carousel-section-cards__inner {
    padding: 32px 0;
  }
}
.vantaggi-carousel-section-cards--align-center .vantaggi-carousel-section-cards__inner {
  align-items: center;
}
.vantaggi-carousel-section-cards--align-center .vantaggi-carousel-section-cards__track {
  justify-content: safe center;
}
.vantaggi-carousel-section-cards__title {
  margin-bottom: 0;
  padding: 24px 120px;
}
@media only screen and (max-width: 991px) {
  .vantaggi-carousel-section-cards__title {
    padding: 12px 24px;
  }
}
.vantaggi-carousel-section-cards__title.font-brand {
  font-family: 'EONBrixSans', sans-serif;
  font-style: italic;
  font-weight: 700;
}
.vantaggi-carousel-section-cards__title.color-neutral800 {
  color: #3c3c3b;
}
.vantaggi-carousel-section-cards__title.color-white {
  color: #ffffff;
}
.vantaggi-carousel-section-cards__title--align-left {
  text-align: left;
}
.vantaggi-carousel-section-cards__title--align-center {
  text-align: center;
}
.vantaggi-carousel-section-cards__track {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 24px 120px;
  scrollbar-width: none;
}
@media only screen and (max-width: 991px) {
  .vantaggi-carousel-section-cards__track {
    padding: 12px 24px;
  }
}
.vantaggi-carousel-section-cards__track::-webkit-scrollbar {
  display: none;
}
.vantaggi-carousel-section {
  flex: 0 0 130px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .vantaggi-carousel-section {
    flex: 0 0 152px;
  }
}
.vantaggi-carousel-section:focus-visible {
  outline: 3px solid #0075c2;
  outline-offset: 6px;
  border-radius: 21px;
}
.vantaggi-carousel-section:focus {
  outline: 3px solid #0075c2;
  outline-offset: 6px;
  border-radius: 21px;
}
.vantaggi-carousel-section:not([href]) {
  cursor: default;
}
@media (pointer: fine) {
  .vantaggi-carousel-section[href]:hover > .vantaggi-carousel-section__pictogram-box {
    box-shadow: inset 0 0 0 2px #262626;
  }
  .vantaggi-carousel-section[href]:hover > .vantaggi-carousel-section__title {
    text-decoration: underline;
  }
}
.vantaggi-carousel-section__pictogram-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 18px;
  width: 100%;
  aspect-ratio: 1;
  box-sizing: border-box;
  flex-shrink: 0;
}
.vantaggi-carousel-section__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.vantaggi-carousel-section__label {
  display: flex;
  min-height: 26px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--Source-System-Feedback-Highlight-Light, #ccebff);
  color: var(--Text-Primary, #262626);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.vantaggi-carousel-section__label--empty {
  visibility: hidden;
}
.vantaggi-carousel-section__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #191C1D;
  text-align: center;
  font-family: var(--font-family, "EON Brix Sans");
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
