.loader-before-download {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.loader-before-download .spinner {
  font-size: 28px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.loader-before-download .spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@keyframes spinner-fade9234 {
  0% {
    background-color: #69717d;
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
.loader-before-download .spinner .spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0.0555em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  animation: spinner-fade9234 1s infinite linear;
}
.loader-before-download .spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.loader-before-download .spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
@media all and (min-width: 992px) {
  #modal-del-download {
    --bs-modal-width: 600px;
  }
}
#modal-del-download .modal-header {
  border-bottom: 0;
  padding: 20px;
  overflow: hidden;
  transition: all 0.4s;
}
@media all and (min-width: 576px) {
  #modal-del-download .modal-header {
    padding: 20px 40px;
  }
}
#modal-del-download .modal-header.scrolled {
  padding-top: 0;
  padding-bottom: 0;
}
#modal-del-download .modal-header.scrolled h2 {
  max-height: 0;
  overflow: hidden;
  transform: translateX(-120%);
  opacity: 0;
}
#modal-del-download .modal-header h2 {
  color: var(--rosso-itema);
  padding-right: 30px;
  font-size: 1.5rem;
  margin-bottom: 0px;
  transition: all 0.4s;
  max-height: 5em;
  opacity: 1;
  transform: translateX(0);
}
#modal-del-download .modal-header .btn-close {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 30px;
  color: #b3b3b3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
}
#modal-del-download #traccia-download {
  padding: 20px;
}
@media all and (min-width: 576px) {
  #modal-del-download #traccia-download {
    padding: 20px 40px;
  }
}
#modal-del-download #traccia-download .contieni-input-download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#modal-del-download #traccia-download .contieni-input-download input[type="checkbox"] {
  --blu-itema: var(--rosso-itema);
}
#modal-del-download #traccia-download .contieni-input-download input[type="radio"] {
  accent-color: var(--rosso-itema);
}
#modal-del-download #traccia-download .contieni-input-download .gruppo-input-label {
  margin-bottom: 20px;
  width: 100%;
  font-size: 15px;
}
#modal-del-download #traccia-download .contieni-input-download .gruppo-input-label label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#modal-del-download #traccia-download .contieni-input-download .gruppo-input-label label input {
  border: 1px solid #b3b3b3;
  width: 100%;
  padding: 5px 10px;
}
#modal-del-download #traccia-download .contieni-input-download .gruppo-input-label label p {
  margin-bottom: 8px;
}
#modal-del-download #traccia-download .contieni-input-download .gruppo-input-label span.wpcf7-form-control-wrap {
  width: calc(100% - 20px);
}
#modal-del-download #traccia-download .contieni-input-download .gruppo-input-label span.asterisco {
  color: var(--rosso-itema);
}
#modal-del-download #traccia-download .contieni-input-download .gruppo-input-label span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 3px;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy label {
  font-size: 0.8rem;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy a {
  color: var(--rosso-itema);
  text-decoration: none;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy a:hover,
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy a:focus-visible {
  text-decoration: underline;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy .wpcf7-list-item {
  margin: 0;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy .wpcf7-list-item input {
  margin-left: 0;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy .wpcf7-not-valid-tip {
  margin-bottom: 5px;
  font-size: 0.8rem;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy .privacy-letta p {
  margin-bottom: 15px;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy .give-consent {
  margin-top: 15px;
  margin-bottom: 20px;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy .give-consent p {
  font-size: 0.8rem;
  margin-top: 5px;
}
#modal-del-download #traccia-download .contieni-input-download .contieni-privacy .give-consent .wpcf7-list-item {
  margin-right: 10px;
}
#modal-del-download #traccia-download .contieni-input-download .bottone-invia {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#modal-del-download #traccia-download .contieni-input-download .bottone-invia input {
  background-color: var(--rosso-itema);
  color: white;
  border-radius: 3px;
  padding: 8px 10px;
  border: 0;
  outline: transparent;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.4s;
}
#modal-del-download #traccia-download .contieni-input-download .bottone-invia input:disabled {
  opacity: 0.7;
}
#modal-del-download #traccia-download .contieni-input-download .bottone-invia input:disabled:hover,
#modal-del-download #traccia-download .contieni-input-download .bottone-invia input:disabled:focus-visible {
  transform: scale(1);
}
#modal-del-download #traccia-download .contieni-input-download .bottone-invia input:hover,
#modal-del-download #traccia-download .contieni-input-download .bottone-invia input:focus-visible {
  transform: scale(1.1);
}
#modal-del-download #traccia-download .ajax-loader {
  margin-top: 5px;
}
#modal-del-download #traccia-download .wpcf7-response-output {
  margin-top: 20px;
}
#modal-del-download #traccia-download .modal-download-container {
  overflow: hidden;
}
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container {
  display: flex;
  width: 200%;
  gap: 2px;
  transition: transform 0.4s ease-in-out;
}
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container.scrolled {
  transform: translateX(calc(-50% - 1px));
}
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container .wpcf7,
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container .seguici-social {
  width: 50%;
}
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container .seguici-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8%;
}
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container .seguici-social h3 {
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container .seguici-social h3 small {
  display: block;
  font-size: 1.2rem;
  color: #777;
  margin-top: 50px;
  line-height: 2;
  font-weight: 300;
}
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container .seguici-social .wechat {
  display: flex;
  gap: 40px;
}
#modal-del-download #traccia-download .modal-download-container .modal-download-scroll-container .seguici-social .download-materiale {
  background-color: var(--rosso-itema);
  color: white;
  border-radius: 3px;
  padding: 12px 20px;
  border: 0;
  outline: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  width: fit-content;
}
/*# sourceMappingURL=./download-data.css.map */