.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: unset;
  white-space: unset;
}
.text-truncate--two-lines {
  -webkit-line-clamp: 2;
}
.text-truncate--three-lines {
  -webkit-line-clamp: 3;
}
.text-truncate--four-lines {
  -webkit-line-clamp: 4;
}
.text-truncate--five-lines {
  -webkit-line-clamp: 5;
}

.nd-media {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.nd-media__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper.archive-wrapper {
  background-color: var(--Surface-Fixed-Dark, #31363C);
  padding: var(--spacing-larger) 0;
}
.wrapper.archive-wrapper h1 {
  color: var(--accent);
  text-transform: uppercase;
  padding: var(--spacing-large) 0;
  font-size: 4rem;
  line-height: 4.5rem;
}
@media (max-width: 47.9375em) {
  .wrapper.archive-wrapper h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 35.9375em) {
  .wrapper.archive-wrapper h1 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 25em) {
  .wrapper.archive-wrapper h1 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.wrapper.archive-wrapper #section-loop-news {
  background-image: url("../img/netcoop-background-news-archive-ed.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: var(--spacing-large);
}

.wrapper.archive-wrapper.webinar-archive-wrapper {
  background-color: var(--brand);
}

.single-post-wrapper {
  padding: 0;
}
.single-post-wrapper .section-title-news {
  padding: var(--spacing-larger) 0;
  background-color: var(--accent);
}
.single-post-wrapper .section-title-news .single-post__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-post-wrapper .section-title-news .single-post__content .post-category-cta {
  margin-bottom: var(--spacing-large);
}
.single-post-wrapper .section-title-news .single-post__content .post-category-cta__link {
  background-color: var(--c2);
  padding: 1rem 1.5rem 1rem 3.375rem;
  color: var(--accent);
  text-transform: uppercase;
  font-family: var(--typo-display);
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
}
.single-post-wrapper .section-title-news .single-post__content .post-category-cta__link::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath stroke='%2302CDDE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.25 9.5H3.75M9 14.75 3.75 9.5 9 4.25'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .section-title-news .single-post__content .post-category-cta__link:hover::before {
  left: 12px;
}
.single-post-wrapper .section-title-news .single-post__title, .single-post-wrapper .section-title-news .single-post__subtitle {
  color: var(--bs-black);
}
.single-post-wrapper .section-title-news .single-post__subtitle {
  font-size: 1.375rem;
  line-height: 2rem;
}
.single-post-wrapper .section-title-news .single-post__subtitle p {
  font-size: 1.375rem;
  line-height: 2rem;
}
.single-post-wrapper .section-title-news .single-post__subtitle a {
  color: var(--on-surface-dim);
  text-decoration: underline;
}
.single-post-wrapper .section-title-news .single-post__subtitle a:hover {
  color: var(--on-surface-dim);
  opacity: 0.75;
}
.single-post-wrapper .section-title-news .single-post__date {
  font-size: 0.875rem;
  font-family: var(--typo-display);
}
.single-post-wrapper .section-title-news__regione {
  background-color: var(--c6);
}
.single-post-wrapper .section-title-news__regione .single-post__content .post-category-cta {
  margin-bottom: var(--spacing-large);
}
.single-post-wrapper .section-title-news__regione .single-post__content .post-category-cta__link {
  color: var(--c6);
}
.single-post-wrapper .section-title-news__regione .single-post__content .post-category-cta__link::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath stroke='%23D2D929' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.25 9.5H3.75M9 14.75 3.75 9.5 9 4.25'/%3E%3C/svg%3E");
}
.single-post-wrapper .single-post-content-section {
  padding: var(--spacing-larger) 0;
  background-color: var(--bs-white);
}
.single-post-wrapper .single-post-content-section .single-post-content__tags {
  padding-top: var(--spacing-large);
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.single-post-wrapper .single-post-content-section .single-post-content__tags a {
  background-color: var(--c2);
  font-family: var(--typo-display);
  font-size: 0.875rem;
  color: var(--accent);
  padding: 0.4375rem;
  border: 1px solid var(--accent);
}
.single-post-wrapper .single-post-content-section footer {
  margin-top: var(--spacing-regular);
}

.single-post-wrapper {
  padding: 0;
}
.single-post-wrapper .section-regione-open {
  background-image: url("../img/bg-singolo.svg");
  background-size: 250px;
  background-position: right -150px;
  background-repeat: no-repeat;
}
.single-post-wrapper .section-regione-open .single-regione__title {
  text-align: center;
  padding: var(--spacing-large) 0;
  text-transform: uppercase;
}
.single-post-wrapper .section-regione-open .single-regione__content-row {
  padding: var(--spacing-larger) 0;
}
.single-post-wrapper .section-regione-open .single-regione__content p {
  color: var(--on-surface);
}
.single-post-wrapper .section-regione-open .single-regione__info {
  padding: var(--spacing-regular);
  color: var(--on-surface);
  border: 1rem solid var(--c6);
  background-color: var(--bs-white);
  font-size: 1rem;
}
.single-post-wrapper .section-regione-open .single-regione__info * {
  font-size: 1.125rem;
}
.single-post-wrapper .section-regione-open .single-regione__info hr {
  border-color: transparent;
}
.single-post-wrapper .section-regione-open .single-regione__info a {
  word-break: break-all;
}
.single-post-wrapper .section-regione-open .single-regione__info p {
  margin-bottom: 0.3125rem;
}
.single-post-wrapper .section-regione-loop-news {
  background-color: var(--on-surface);
  padding: var(--spacing-large) 0;
  background-image: url("../img/bg-op-10.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.single-post-wrapper .section-regione-loop-news .section-title {
  color: var(--accent);
  text-align: center;
  text-transform: uppercase;
  line-height: 108%;
}
.single-post-wrapper .section-regione-loop-news .single-regione-news-loop {
  padding: var(--spacing-large) 0;
}

@media (max-width: 47.9375em) {
  .single-post-wrapper .section-regione-open {
    background-image: url("../img/bg-singolo-25.svg");
  }
  .single-post-wrapper .section-regione-open .single-regione__info {
    margin-top: var(--spacing-large);
  }
  .single-post-wrapper .section-regione-loop-news {
    background-image: url("../img/bg-op-10-multi-2.svg");
    background-size: 110%;
    background-repeat: repeat-y;
  }
}
.single-post-card {
  background-color: var(--bs-white);
  margin-bottom: 2.5rem;
  position: relative;
}
.single-post-card--horizontal .single-post-card__content {
  padding: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.single-post-card--horizontal .single-post-card__category {
  font-size: 1rem;
  font-weight: 600;
}
.single-post-card--horizontal .single-post-card__title {
  color: var(--text-link);
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--typo-body);
}
.single-post-card--horizontal .single-post-card__excerpt {
  font-size: 1.25rem;
  margin: 0.5rem 0;
  line-height: 1.5rem;
}
.single-post-card--horizontal .single-post-card__date {
  font-size: 0.875rem;
  color: var(--n4);
  font-family: var(--typo-display);
  margin-bottom: 0;
}
.single-post-card--horizontal .single-post-card__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.single-post-card--horizontal .single-post-card__image--container {
  height: 100%;
}
.single-post-card--horizontal .single-post-card__image--container img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-post-card--vertical .single-post-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.single-post-card--vertical .single-post-card__title {
  color: var(--bs-dark);
  font-size: 1.5rem;
  padding: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  font-family: var(--typo-body);
}
.single-post-card--vertical .single-post-card__title--container {
  background-color: var(--accent);
}
.single-post-card--vertical .single-post-card__text--container {
  padding: 1rem;
}
.single-post-card--vertical .single-post-card__excerpt {
  font-size: 1.25rem;
  margin: 0.5rem 0;
  line-height: 1.5rem;
}
.single-post-card--vertical .single-post-card__date {
  font-size: 0.875rem;
  color: var(--n4);
  font-family: var(--typo-display);
  margin-bottom: 0;
}
.single-post-card--vertical .single-post-card__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}/*# sourceMappingURL=alessandro.css.map */