.w24 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
}
@media screen and (min-width: 576px) {
  .w24 {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .w24 {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .w24 {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .w24 {
    max-width: 1140px;
  }
}
.w24__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.w24__header {
  padding: 12px 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .w24__header {
    padding: 16px 8px;
  }
}
.w24__header__text {
  font-weight: bold;
}
.w24__header__button {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .w24__header__button {
    width: 28px;
    height: 28px;
  }
}
.w24__header[aria-expanded=false] .w24__header__button::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M384 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm120 16c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-48 0c0-110.5-89.5-200-200-200S56 145.5 56 256s89.5 200 200 200 200-89.5 200-200z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M384 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm120 16c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-48 0c0-110.5-89.5-200-200-200S56 145.5 56 256s89.5 200 200 200 200-89.5 200-200z'/%3E%3C/svg%3E");
}
.w24__header[aria-expanded=true] .w24__header__button::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M140 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H140zm364-28c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-48 0c0-110.5-89.5-200-200-200S56 145.5 56 256s89.5 200 200 200 200-89.5 200-200z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M140 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H140zm364-28c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-48 0c0-110.5-89.5-200-200-200S56 145.5 56 256s89.5 200 200 200 200-89.5 200-200z'/%3E%3C/svg%3E");
}
.w24__header__button::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.w24__collapse__content {
  padding: 10px 12px 20px 12px;
}
.w24__header__button::after {
  background-color: var(--colore-nero);
}
.w24__header__text{
	color: var(--colore-nero);
}
.w24__item:not(:last-child) {
  border-bottom: 1px solid var(--colore-nero);
}
.w24__collapse__content {
	color: var(--colore-nero);
}