#modulo-m .to-hero-slider .swiper-container {
  margin: 0 auto;
}
#modulo-m {
  font-family: "TIMSans", sans-serif;
}
#modulo-m .tm-hero-card {
  height: unset;
}
#modulo-m .section-up {
  justify-content: space-between;
  padding-bottom: 24px;
}

#modulo-m .section-up,
#modulo-m .section-down {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

#modulo-m .section-down {
  align-items: unset;
}

#modulo-m .section-up .left-side {
  display: flex;
  flex-direction: column;
}
#modulo-m .section-up .right-side {
  display: none;
}

#modulo-m .section-up .right-side img {
  max-width: 100%;
  border-radius: 40px 0 0 40px;
  height: 100%;
  object-fit: cover;
}

#modulo-m .section-up .ta-heading--h3 {
  color: var(--Text-Primary, #fff);
  font-size: var(--Heading-M-Bold-Size, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-M-Bold-Line-Height, 28px); /* 140% */
  letter-spacing: var(--Heading-M-Bold-Letter-Spacing, 0);
  margin-bottom: 8px;
}
#modulo-m .section-up .ta-paragraph {
  color: var(--Text-Primary, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 127.778% */
  margin-bottom: 8px;
}

#modulo-m .button-module {
  isolation: isolate;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  min-width: fit-content;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  text-transform: unset;
  padding-inline: 0;
  border-radius: 0;
}
#modulo-m .button-module:hover,
#modulo-m .button-module:active {
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
}

#modulo-m .services-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

#modulo-m .card {
  background-color: #fff;
  border-radius: 32px;
  padding: 24px;
  border: 1px solid #d0d4f3;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#modulo-m .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#modulo-m .card h4 {
  color: var(--Text-Primary, #000);
  font-size: var(--Subheading-M-Medium-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Subheading-M-Medium-Line-Height, 24px); /* 150% */
  letter-spacing: var(--Subheading-M-Medium-Letter-Spacing, 0);
  min-width: fit-content;
  margin-right: 12px;
}
#modulo-m .card p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 4px;
}
#modulo-m .price-section {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-top: auto;
}
#modulo-m .container-chevron {
  display: flex;
  position: absolute;
  bottom: 28px;
  right: 25px;
}
#modulo-m .container-chevron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#modulo-m .price-module {
  isolation: isolate;
}
#modulo-m .price-module-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#modulo-m .note-top {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  margin-bottom: 4px;
  text-transform: unset;
}
#modulo-m .price-line-through {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: line-through;
}

#modulo-m .price-center {
  display: flex;
  align-items: center;
}

#modulo-m .price-center-left {
  font-size: 47px;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
}

#modulo-m .price-center-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#modulo-m .price-center-right-cents {
  color: var(--Text-Primary, #000);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 92.308% */
  margin-top: 1.5px;
}
#modulo-m .price-center-right-bottom {
  color: var(--Text-Primary, #000);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 114.286% */
  margin-bottom: 4.5px;
  text-transform: lowercase;
}

#modulo-m.to-hero-slider-container {
  background: linear-gradient(
    180deg,
    #000 0%,
    #001136 15%,
    #122ac2 30%,
    #0028ff 45%,
    #fff 80%,
    #fff 100%
  );
  padding: 48px 0 24px 0;
  color: white;
  display: flex;
  justify-content: center;
}

#modulo-m .to-hero-slider__slide .tm-hero-card {
  justify-content: unset;
}

#modulo-m .to-hero-slider .ta-carousel-pagination {
  position: relative;
  padding: 0;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: fit-content;
  gap: 24px;
}
#modulo-m .to-hero-slider .ta-carousel-pagination button {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

#modulo-m .container-pagination {
  display: flex;
  align-items: center;
  gap: 16px;
}

#modulo-m .swiper-pagination {
  display: flex;
  gap: 8px;
}

#modulo-m .to-hero-slider .swiper-container,
#modulo-m .to-hero-slider .swiper-slide {
  max-width: 1400px;
}

#modulo-m .to-hero-slider .swiper-slide {
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

#modulo-m .tm-bannersticky--theme-dark {
  background-color: transparent;
  max-width: 1400px;
  border: none;
  margin-inline: auto;
  margin-bottom: 24px;
  height: auto;
  padding-inline: 16px;
}

#modulo-m .tm-bannersticky__offer {
  color: white;
  height: unset;
  margin-bottom: 0;
}
#modulo-m h2 {
  color: var(--Text-Primary, #fff);
  font-size: var(--Heading-L-Bold-Size, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-L-Bold-Line-Height, 32px); /* 133.333% */
  letter-spacing: var(--Heading-L-Bold-Letter-Spacing, 0);
}

#modulo-m .tm-bannersticky--multi-button .tm-bannersticky__wrapper {
  padding: 0;
}

#modulo-m .ta-button.-tertiary {
  display: inline-flex;
  justify-content: flex-start;
  z-index: 1;
  /* padding: 0; */
  padding: 0;
  padding-bottom: 2px;
  margin: 0;
  gap: 5px;
  color: #fff;
  height: fit-content;
}
#modulo-m .ta-button.-tertiary .ta-button__txt {
  color: var(--Text-Link, #fff);
  font-size: var(--Link-L-Bold-Size, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Link-L-Bold-Line-Height, 16px); /* 133.333% */
  letter-spacing: var(--Link-L-Bold-Letter-Spacing, 0);
  padding: 0;
  text-transform: none;
}

#modulo-m .tm-bannersticky__buttons {
  position: relative;
  border-bottom: 2px solid transparent;
  padding-block: 0;
  width: fit-content;
}
#modulo-m .ta-button__overlay {
  display: block;
  pointer-events: auto;
}

#modulo-m .tm-bannersticky__buttons:hover {
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
#modulo-m .tm-bannersticky__buttons:active {
  border-bottom: 2px solid #fff;
}

#modulo-m .ta-button__icon {
  margin-left: 0;
}
#modulo-m .ta-button__icon svg {
  width: 14.5px;
  height: 10.7px;
}

#modulo-m .to-hero-slider__slide {
  padding: 0;
}

#modulo-m .to-hero-slider .ta-button__icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}

#modulo-m .tm-hero-card--hero-slider {
  flex-direction: column;
}

#modulo-m .tm-hero-card--hero-slider,
#modulo-m .to-hero-slider {
  background-color: transparent;
  color: black;
}

#modulo-m
  .ta-carousel-pagination
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: none;
  opacity: 1;
  width: 32px;
  height: 8px;
  border-radius: var(--Border-Radius-Pill, 999px);
}

#modulo-m .ta-button.-secondary {
  text-transform: initial;
}

#modulo-m .-secondary .ta-button__txt {
  font-size: 20px;
  font-weight: 500;
  white-space: inherit;
  text-align: initial;
}

#modulo-m .-secondary .ta-button__txt.-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 0 10px 0;
  white-space: inherit;
  text-align: initial;
}
/* bullets */
#modulo-m .swiper-pagination-bullet {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border-radius: var(--Border-Radius-Pill, 999px);
  background: #a0aae7;
  opacity: 1;
  overflow: hidden;
  margin-inline: 0;
}

#modulo-m .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(160, 170, 231, 1);
}

#modulo-m .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: rgb(160, 170, 231, 0.5);
}

#modulo-m .tm-bannersticky__wrapper.-opened {
  gap: 8px;
  flex-direction: column;
  align-items: baseline;
}

#modulo-m .tm-bannersticky__wrapper.-opened .tm-bannersticky__offer::after {
  display: none;
}

#modulo-m .ta-paragraph.ta-paragraph--body {
  width: 100%;
}

#modulo-m .ta-carousel-arrows__arrow-prev:after,
#modulo-m .ta-carousel-arrows__arrow-next:after {
  border-radius: 50%;
}

#modulo-m .offer-card {
  background:
    url(//cdnbu.tim.ticdn.it/content/dam/flybu/background/new-bg/background_rounded_shape_light-2.webp) -3481.275px -136.258px /
      468.734% 280.94% no-repeat,
    radial-gradient(
      260.75% 159% at 50% -55.36%,
      var(--Gradient-Ultra-Blue-50, #f6f6fd) 36.4%,
      var(--Gradient-Ultra-Blue-100, #d0d4f3) 87.6%
    );
  background-position-y: 24%;
  border-radius: var(--Components-Card-Offerta-border-radius, 40px);
  background-repeat: no-repeat;
  background-position-x: 3%;
  display: flex;
  gap: 16px;
  border: 1px solid #d0d4f3;
  flex-direction: row;
  max-width: 588px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  box-shadow: 0 0 8px 0 rgba(0, 5, 82, 0.08);
}

#modulo-m .card.mobile {
  background:
    url(//cdnbu.tim.ticdn.it/content/dam/flybu/background/new-bg/background_rounded_shape_light-2.webp) -3481.275px -136.258px /
      468.734% 280.94% no-repeat,
    radial-gradient(
      260.75% 159% at 50% -55.36%,
      var(--Gradient-Ultra-Blue-50, #f6f6fd) 36.4%,
      var(--Gradient-Ultra-Blue-100, #d0d4f3) 87.6%
    );
}

#modulo-m .card.mobile,
#modulo-m .card.card-1,
#modulo-m .card.card-2,
#modulo-m .card.card-3 {
  border-radius: var(--Components-Card-Offerta-border-radius, 40px);
  box-shadow: 0 0 8px 0 rgba(0, 5, 82, 0.08);
  background-position: center;
  background-size: 100% 100%;
}

#modulo-m .card.card-1 {
  background:
    url(//cdnbu.tim.ticdn.it/content/dam/flybu/background/new-bg/BG-Bento_Card_3.webp) -3481.275px -136.258px /
      468.734% 280.94% no-repeat,
    radial-gradient(
      260.75% 159% at 50% -55.36%,
      var(--Gradient-Ultra-Blue-50, #f6f6fd) 36.4%,
      var(--Gradient-Ultra-Blue-100, #d0d4f3) 87.6%
    );
}
#modulo-m .card.card-2 {
  background:
    url(//cdnbu.tim.ticdn.it/content/dam/flybu/background/new-bg/BG-Bento_Card_2.webp) -3481.275px -136.258px /
      468.734% 280.94% no-repeat,
    radial-gradient(
      260.75% 159% at 50% -55.36%,
      var(--Gradient-Ultra-Blue-50, #f6f6fd) 36.4%,
      var(--Gradient-Ultra-Blue-100, #d0d4f3) 87.6%
    );
}
#modulo-m .card.card-3 {
  background:
    url(//cdnbu.tim.ticdn.it/content/dam/flybu/background/new-bg/BG-Bento_Card_1.webp) -3481.275px -136.258px /
      468.734% 280.94% no-repeat,
    radial-gradient(
      260.75% 159% at 50% -55.36%,
      var(--Gradient-Ultra-Blue-50, #f6f6fd) 36.4%,
      var(--Gradient-Ultra-Blue-100, #d0d4f3) 87.6%
    );
}
#modulo-m .offer-card .bottom {
  display: flex;
  padding: var(--Components-Card-Offerta-padding-y, 32px)
    var(--Components-Card-Generic-padding-x, 32px)
    var(--Components-Card-Offerta-gap, 24px) 0;
  flex-direction: column;
  gap: 16px;
  width: 51%;
  justify-content: space-between;
}

#modulo-m .offer-card .bottom .offer-card__title {
  color: var(--Text-Primary, #000);
  font-size: var(--Subheading-M-Medium-Size, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Subheading-M-Medium-Line-Height, 28px); /* 140% */
  letter-spacing: var(--Subheading-M-Medium-Letter-Spacing, 0);
  margin-bottom: 4px;
}
#modulo-m .offer-card .bottom .offer-card__description {
  color: var(--Text-Primary, #000);
  font-size: var(--Text-L-Light-Size, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--Text-L-Light-Line-Height, 24px); /* 150% */
  letter-spacing: var(--Text-L-Light-Letter-Spacing, 0);
}

#modulo-m .offer-card .container-chevron {
  position: absolute;
  bottom: 32px;
  right: 24px;
  display: flex;
}

#modulo-m .offer-card .chevron {
  width: 32px;
  height: 32px;
}
#modulo-m .offer-card .visual {
  object-fit: cover;
  height: auto;
  width: 281.065px;
  vertical-align: bottom;
  border-radius: 40px 0 0 40px;
}
#modulo-m .offer-card__image-wrapper {
  width: 49%;
}
#modulo-m .offer-card .price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
#modulo-m .offer-card .old-price {
  font-size: var(--Price-M-Medium-Size, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Price-M-Medium-Line-Height, 20px);
  letter-spacing: var(--Price-M-Medium-Letter-Spacing, 0);
  text-decoration-line: line-through;
}
#modulo-m .offer-card .price-center {
  display: flex;
}
#modulo-m .offer-card .price-center-left {
  font-size: 47px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 89.362% */
}
#modulo-m .offer-card .price-center-right {
  display: flex;
  flex-direction: column;
}
#modulo-m .offer-card .price-center-right-cents {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 92.308% */
  margin-top: 1.5px;
}
#modulo-m .offer-card .price-center-right-bottom {
  font-size: 10.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 114.286% */
  margin-bottom: 4.5px;
  text-transform: lowercase;
}
#modulo-m .offer-card .pricing-container .note {
  color: var(--Text-Primary, #000);
  font-size: var(--Label-S-Light-Size, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--Label-S-Light-Line-Height, 12px); /* 100% */
  letter-spacing: var(--Label-S-Light-Letter-Spacing, 0);
  margin-top: 8px;
  max-width: 226px;
}
#modulo-m .offer-card .link-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#modulo-m .card.opened p {
  color: var(--Text-Primary, #000);
  font-size: var(--Text-L-Light-Size, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--Text-L-Light-Line-Height, 20px); /* 142.857% */
  letter-spacing: var(--Text-L-Light-Letter-Spacing, 0);
  margin-top: 4px;
  margin-bottom: 12px;
}
#modulo-m .card.opened p strong {
  font-weight: 500;
}
#modulo-m .section-down .card .old-price {
  align-self: end;
  color: var(--Text-Primary, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-decoration-line: line-through;
  margin-right: 6px;
}

#modulo-m .section-down .card .price-bottom {
  color: var(--Text-Primary, #000);
  font-size: var(--Label-S-Light-Size, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--Label-S-Light-Line-Height, 16px); /* 133.333% */
  letter-spacing: var(--Label-S-Light-Letter-Spacing, 0);
  margin-top: 8px;
  padding-right: 32px;
}
#modulo-m .section-down {
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 768px) {
  #modulo-m.to-hero-slider-container {
    padding: 64px calc(8.3333vw - 32px) 32px calc(8.3333vw - 32px);
  }
  #modulo-m h2 {
    font-size: var(--Heading-L-Bold-Size, 28px);
    line-height: var(--Heading-L-Bold-Line-Height, 36px); /* 128.571% */
  }
  #modulo-m .tm-bannersticky--theme-dark {
    margin-bottom: 32px;
    padding-inline: 16px;
  }

  #modulo-m .ta-button.-tertiary .ta-button__txt {
    font-size: var(--Link-L-Bold-Size, 14px);
    line-height: var(--Link-L-Bold-Line-Height, 20px); /* 142.857% */
  }
  #modulo-m .services-icon {
    width: 40px;
    height: 40px;
  }
  #modulo-m .section-up .ta-heading--h3 {
    font-size: var(--Heading-M-Bold-Size, 24px);
    line-height: var(--Heading-M-Bold-Line-Height, 32px); /* 133.333% */
  }
  #modulo-m .section-up {
    padding-bottom: 32px;
  }

  #modulo-m .card h4 {
    font-size: var(--Subheading-M-Medium-Size, 18px);
    line-height: var(--Subheading-M-Medium-Line-Height, 26px); /* 144.444% */
  }
  #modulo-m .card.opened p {
    font-size: var(--Text-L-Medium-Size, 16px);
    line-height: var(--Text-L-Medium-Line-Height, 24px);
  }
  #modulo-m .section-down {
    gap: 16px;
  }
  #modulo-m .to-hero-slider .ta-carousel-pagination {
    padding-top: 32px;
    gap: 32px;
  }
  #modulo-m .to-hero-slider .ta-carousel-pagination button {
    width: 40px;
    height: 40px;
  }
  #modulo-m .pagination-icon {
    width: 40px;
    height: 40px;
  }
  #modulo-m .swiper-pagination {
    gap: 12px;
  }
  #modulo-m .container-pagination {
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  #modulo-m.to-hero-slider-container {
    padding-top: 96px;
  }
  #modulo-m .tm-bannersticky__wrapper.-opened {
    flex-direction: row;
    align-items: center;
  }
  #modulo-m .tm-bannersticky--theme-dark {
    margin-bottom: 48px;
    padding-inline: 32px;
  }

  #modulo-m h2 {
    font-size: var(--Heading-L-Bold-Size, 32px);
    line-height: var(--Heading-L-Bold-Line-Height, 40px); /* 125% */
  }
  #modulo-m .ta-button.-tertiary .ta-button__txt {
    font-size: var(--Link-L-Bold-Size, 16px);
    line-height: var(--Link-L-Bold-Line-Height, 24px); /* 150% */
  }
  #modulo-m .section-up .ta-paragraph {
    margin-bottom: 24px;
  }
  #modulo-m .section-up {
    padding-bottom: 24px;
  }
  #modulo-m .section-up .right-side {
    display: block;
  }
  #modulo-m .section-up .left-side {
    width: 40%;
  }
  #modulo-m .card h4 {
    font-size: var(--Subheading-M-Medium-Size, 20px);
    line-height: var(--Subheading-M-Medium-Line-Height, 28px); /* 140% */
  }
  #modulo-m .to-hero-slider .ta-carousel-pagination {
    padding-top: 24px;
    gap: 40px;
  }
  #modulo-m .card.mobile {
    display: none;
  }
  #modulo-m .section-down {
    flex-direction: row;
    gap: 24px;
  }
  #modulo-m .swiper-pagination-bullet {
    width: 72px;
    height: 6px;
  }
  #modulo-m
    .ta-carousel-pagination
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 72px;
    height: 6px;
  }
  #modulo-m .container-pagination {
    gap: 32px;
  }
  #modulo-m .card {
    border-radius: 40px;
    padding: 24px 32px;
  }
  #modulo-m .container-chevron {
    display: flex;
  }
}

@media (max-width: 1023px) {
  #modulo-m .tm-bannersticky__wrapper.-opened {
    gap: 8px;
  }

  #modulo-m .to-hero-slider .swiper-slide {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  #modulo-m .button-module {
    font-size: 16px !important;
  }

  #modulo-m .card.closed {
    display: flex;
    justify-content: space-between;
    min-height: 0;
    border-radius: 24px;
  }
  #modulo-m .card.closed .container-chevron {
    position: absolute !important;
    top: 50% !important;
    right: 24px !important;
    transform: translate(0, -50%) !important;
    margin: 0 !important;
    z-index: 2;
  }

  #modulo-m .card {
    background-color: #fff;
    transition:
      height 0.7s cubic-bezier(0.16, 1, 0.3, 1),
      background-color 0.4s ease !important;
  }
  #modulo-m .card.closed p,
  #modulo-m .card.closed .price-section-left {
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    transition:
      max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.3s ease-in,
      margin 0.5s ease !important;
    visibility: visible !important; /* resta visibile finché non finisce */
  }
  #modulo-m .card.opened p,
  #modulo-m .card.opened .price-section-left {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1700px) {
  #modulo-m.to-hero-slider-container > div {
    width: -webkit-fill-available;
  }
}

#button-play {
  display: none;
}
.card-tag {
  display: none;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 24px;
  border: 2px solid #d0d4f3;
  background-color: #f6f6fd;
  border-radius: 4px;
  padding: 2px 8px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

#modulo-m .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 8px;
  width: 0;
  background-color: #122ac2;
  transition: width 0ms linear;
}

#modulo-m .swiper-pagination-bullet.is-loading::after {
  width: 100%;
  transition: width var(--duration, 0ms) ease-in;
}

@media (max-width: 767px) {
  #modulo-m .card.closed a.container-chevron {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end; /* mantiene la chevron a destra */
    align-items: center; /* la centra verticalmente */
  }

  #modulo-m .card.closed a.container-chevron img {
    position: relative;
    z-index: 3; /* garantisce che l'icona sia cliccabile */
  }
}
