@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ASPECT RATIO
 * ---------------------------------------------------------- */
section.block__headline .block__headline__title {
  text-align: justify;
  text-align-last: justify;
  letter-spacing: -0.03em;
  line-height: 0.86;
}
section.block__headline.block__headline--size-lg .block__headline__title {
  font-size: clamp(2.4rem, 6vw, 5.5rem);
}
section.block__headline.block__headline--size-md .block__headline__title {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
}
section.block__headline.block__headline--size-sm .block__headline__title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}
section.block__headline.block__headline--red .block__headline__title {
  font-size: clamp(2.5rem, 10vw, 110px);
}
section.block__headline .block__headline__dot {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.2em;
  transform: translateY(-0.1em);
}