@charset "UTF-8";
/*NORMALIZE*/
/* FONT */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #535353;
}

img {
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
  border: none;
}

p {
  margin: 15px 0;
}

ul {
  padding-left: 15px;
}

.visually-hidden {
  display: none;
}

.nascosto {
  display: none !important;
}

.invisibile {
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

fieldset {
  border: none;
}

.larghezza-contenitore {
  float: left;
  width: 100%;
}

.larghezza-base {
  max-width: 1260px;
  margin: 0 auto;
}

.larghezza-1260 {
  max-width: 1260px;
  margin: 0 auto;
}

.larghezza-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.larghezza-1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.larghezza-1024 {
  max-width: 1024px;
  margin: 0 auto;
}

.larghezza-960 {
  max-width: 960px;
  margin: 0 auto;
}

.larghezza-768 {
  max-width: 768px;
  margin: 0 auto;
}

.larghezza-640 {
  max-width: 640px;
  margin: 0 auto;
}

.larghezza-480 {
  max-width: 480px;
  margin: 0 auto;
}

@media (max-width: 1299px) {
  .larghezza-base, .larghezza-1260, .larghezza-1200, .larghezza-1100, .larghezza-1024, .larghezza-960, .larghezza-768, .larghezza-640 {
    padding: 0 10px;
  }
}
/***MISURA 1140PX ***/
/***MISURA 1024 ***/
/***MISURA 960PX ***/
/***MISURA 768PX ***/
/***MISURA 640PX ***/
@media (max-width: 767px) {
  .larghezza-base, .larghezza-1260, .larghezza-1200, .larghezza-1100, .larghezza-1024, .larghezza-960, .larghezza-768, .larghezza-640, .larghezza-480 {
    padding: 0 5px;
  }
}
/***MISURA 480PX ***/
/***MISURA 320PX ***/
.com-content-category-blog__pagination ul.pagination {
  display: flex;
  gap: 10px;
}
.com-content-category-blog__pagination ul.pagination li {
  background-color: #F00;
  padding: 0 10px;
}
.com-content-category-blog__pagination ul.pagination li.disabled {
  background-color: #000;
}
.com-content-category-blog__pagination ul.pagination li a, .com-content-category-blog__pagination ul.pagination li span {
  color: #FFF;
}
.com-content-category-blog__pagination ul.pagination li span.icon-angle-double-left:before {
  content: "\f100";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.com-content-category-blog__pagination ul.pagination li span.icon-angle-left:before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.com-content-category-blog__pagination ul.pagination li span.icon-angle-right:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.com-content-category-blog__pagination ul.pagination li span.icon-angle-double-right:before {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*OVERRIDE*/
.slider-home-contenitore .slider-home .slideplus-navigation {
  margin-top: -22px;
  z-index: 9;
  position: relative;
}

.slider-home-contenitore .slider-home .slideplus-paging a {
  border-radius: 0;
  border: none;
  width: 10px;
  height: 10px;
  background-color: #FFF;
}

.slider-home-contenitore .slider-home .slideplus-paging a.slideplus-current {
  background-color: #666;
}

.slider-home-contenitore .slider-home .slideplus-paging a span {
  display: none;
}

.slider-home-contenitore .slider-home .slideplus-first {
  display: none !important;
}

.slider-home-contenitore .slider-home .slideplus-previous {
  display: none !important;
}

.slider-home-contenitore .slider-home .slideplus-next {
  display: none !important;
}

.slider-home-contenitore .slider-home .slideplus-last {
  display: none !important;
}

.tns-outer {
  position: relative;
}
.tns-outer .tns-controls {
  z-index: 1;
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: space-between;
  width: 100%;
}
.tns-outer .tns-controls button {
  background-color: transparent;
  border: none;
}
.tns-outer .tns-controls button i {
  font-size: 100px;
  color: #FFF;
}
.tns-outer .tns-nav {
  z-index: 1;
  display: flex;
  position: absolute;
  bottom: 20px;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.tns-outer .tns-nav button {
  background-color: transparent;
  border: 1px solid #FFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.tns-outer .tns-nav button.tns-nav-active {
  background-color: #F00;
  border: none;
  width: 13px;
  height: 13px;
}
.tns-outer .tns-nav button i {
  font-size: 100px;
  color: #FFF;
}

/*FRONTEND*/
.menu-top-mobile-contenitore {
  background: linear-gradient(135deg, #EBDDC7 0%, #f0e6d2 50%, #EBDDC7 100%);
  position: fixed;
  right: -100%;
  top: 0;
  width: 50%;
  min-width: 600px;
  height: 100%;
  z-index: 151;
  margin-top: 125px;
  display: block;
  backdrop-filter: blur(15px);
  box-shadow: -8px 0 30px rgba(195, 27, 73, 0.2);
  transition: right 0.15s ease-out;
}
.menu-top-mobile-contenitore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(195, 27, 73, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(195, 27, 73, 0.02) 0%, transparent 50%);
  pointer-events: none;
}
@media (max-width: 679px) {
  .menu-top-mobile-contenitore {
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }
}
.menu-top-mobile-contenitore .menu-top-mobile {
  padding: 2rem 0;
}
.menu-top-mobile-contenitore .menu-top-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-top-mobile-contenitore .menu-top-mobile ul li {
  margin: 0.5rem 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(195, 27, 73, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.1s ease;
  transform: translateZ(0);
}
.menu-top-mobile-contenitore .menu-top-mobile ul li:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: translateX(12px) translateY(-2px);
  box-shadow: 0 8px 25px rgba(195, 27, 73, 0.15);
  border-color: rgba(195, 27, 73, 0.2);
}
.menu-top-mobile-contenitore .menu-top-mobile ul li a {
  color: #454849;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem;
  border-radius: 16px;
  position: relative;
  transition: all 0.1s ease;
}
.menu-top-mobile-contenitore .menu-top-mobile ul li a::before {
  content: "●";
  color: #c31b49;
  font-size: 12px;
  margin-right: 12px;
  transition: all 0.1s ease;
}
.menu-top-mobile-contenitore .menu-top-mobile ul li a::after {
  content: "→";
  position: absolute;
  right: 1.8rem;
  color: #c31b49;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.1s ease;
}
.menu-top-mobile-contenitore .menu-top-mobile ul li a:hover {
  color: #c31b49;
}
.menu-top-mobile-contenitore .menu-top-mobile ul li a:hover::before {
  transform: scale(1.3);
  color: #c31b49;
}
.menu-top-mobile-contenitore .menu-top-mobile ul li a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.menu-top-mobile-contenitore.open {
  right: 0;
}

.header-contenitore {
  position: fixed;
  background-color: #EBDDC7;
  padding: 20px 0;
  z-index: 999999;
}
.header-contenitore .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .header-contenitore .header {
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-row-gap: 10px;
  }
}
.header-contenitore .header .food-click {
  display: grid;
  grid-row-gap: 10px;
}
.header-contenitore .header .food-click img {
  object-fit: contain;
  max-width: 150px;
}
.header-contenitore .header .food-click img.logo-food-clic {
  max-width: 80px;
}
@media (max-width: 767px) {
  .header-contenitore .header .food-click {
    display: flex;
    gap: 10px;
    grid-area: 2/1/3/2;
  }
  .header-contenitore .header .food-click img {
    object-fit: contain;
    max-width: 160px;
  }
  .header-contenitore .header .food-click img.logo-food-clic {
    max-width: 80px;
  }
}
.header-contenitore .header .logo {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-contenitore .header .logo img {
  max-width: 600px;
  width: calc(100% - 20px);
  margin: 0 10px;
}
@media (max-width: 767px) {
  .header-contenitore .header .logo {
    text-align: left;
    justify-content: left;
    grid-area: 1/1/2/2;
  }
  .header-contenitore .header .logo img {
    margin: 0;
    max-width: 270px;
  }
}
.header-contenitore .header .hamburger {
  width: 50px;
  cursor: pointer;
  color: #a57e25;
  font-size: 50px;
}
@media (max-width: 959px) {
  .header-contenitore .header .hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-contenitore .header .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1/2/2/3;
    font-size: 30px;
  }
}
.header-contenitore .header .hamburger.opened i::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f00d";
}

.altezza-header {
  float: left;
  width: 100%;
  margin-top: 120px;
}

.mappa-home-contenitore {
  background: #efa706 url("../images/background-ico.png") repeat;
}
.mappa-home-contenitore .mappa-home img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.testo-home-contenitore {
  margin-top: -100px;
  background-color: #EBDDC7;
}
.testo-home-contenitore .testo-home {
  margin-top: 100px;
  background-color: #FFFFFF;
  padding: 15px 20px 0 20px;
}
.testo-home-contenitore .testo-home p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .testo-home-contenitore .testo-home p {
    font-size: 20px;
  }
}
.testo-home-contenitore .testo-home img {
  max-width: 200px;
  margin-top: 25px;
  display: block;
}

.tools-home-contenitore .tools-home .articoli {
  display: flex;
  flex-direction: column;
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore {
  padding: 50px 0;
  color: #FFFFFF;
  background: #a57e25;
  position: relative;
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/background-ico.png") repeat;
  opacity: 0.3; /* Regola l'opacità dell'immagine */
  pointer-events: none;
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore:first-child {
  background: #c31b49;
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore:first-child::before {
  background: url("../images/background-ico.png") repeat;
  opacity: 0.3;
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore .articolo {
  padding: 15px 20px 25px 20px;
  background: rgba(0, 0, 0, 0.15);
  max-width: 960px;
  margin: 0 auto;
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore .articolo .testo p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .tools-home-contenitore .tools-home .articoli .articolo-contenitore .articolo .testo p {
    font-size: 20px;
  }
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore .articolo .link {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #FFFFFF;
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore .articolo .link a {
  background-color: #efa706;
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.tools-home-contenitore .tools-home .articoli .articolo-contenitore .articolo .link a.no-cookie {
  background-color: #ccc;
}

.footer-contenitore {
  width: 100%;
  float: left;
  background-color: #0060AA;
  text-align: center;
}
.footer-contenitore .footer {
  color: #FFFFFF;
  padding: 50px 0;
}
.footer-contenitore .footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer-contenitore .footer ul {
    padding: 0 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 959px) {
  .footer-contenitore .footer ul {
    gap: 30px;
    flex-direction: column;
    align-items: start;
  }
}
.footer-contenitore .footer ul li img {
  max-width: 150px;
}
.footer-contenitore .footer ul li ul li img:first-child {
  max-width: 150px;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .footer-contenitore .footer ul li ul li img:first-child {
    margin-bottom: 30px;
    max-width: 130px;
  }
}

.credits-contenitore {
  background-color: #0060AA;
  padding-bottom: 50px;
}
.credits-contenitore .credits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.credits-contenitore .credits .copyright a {
  color: #fff;
  text-decoration: underline;
}
.credits-contenitore .credits .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.credits-contenitore .credits .logo img {
  width: 45px;
  margin-left: 5px;
}

/* CMCC FST */
.fst-contenitore {
  padding: 50px 0;
  background-color: #ebddc7;
}
.fst-contenitore .cmcc-tool .info-popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 221, 199, 0.45);
}
.fst-contenitore .cmcc-tool .info-popup-box .info-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 300px;
  height: fit-content;
  margin: auto;
  padding: 10px;
}
.fst-contenitore .cmcc-tool .info-popup-box .info-popup .ico-info {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #0060aa;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .info-popup-box .info-popup .chiudi-popup {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  color: #6b6a69;
  cursor: pointer;
}
.fst-contenitore .cmcc-tool .info-popup-box .info-popup .info {
  margin-top: 30px;
}
.fst-contenitore .cmcc-tool .info-popup-box .info-popup .info span {
  font-style: italic;
  color: #6b6a69;
}
.fst-contenitore .cmcc-tool .form-policy-makers {
  position: relative;
}
.fst-contenitore .cmcc-tool .form-policy-makers h2 {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .form-policy-makers h3 {
  color: #535353;
}
.fst-contenitore .cmcc-tool .form-policy-makers h3 .ico-info {
  color: #0060aa;
  cursor: pointer;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .form-policy-makers input[type=text], .fst-contenitore .cmcc-tool .form-policy-makers select {
  padding: 10px;
  color: #535353;
  font-weight: 600;
  border: 1px solid #535353;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
}
.fst-contenitore .cmcc-tool .form-policy-makers input[type=text]:disabled, .fst-contenitore .cmcc-tool .form-policy-makers select:disabled {
  background-color: #ddd;
}
.fst-contenitore .cmcc-tool .form-policy-makers .info-popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172, 92, 12, 0.45);
}
.fst-contenitore .cmcc-tool .form-policy-makers .info-popup-box .info-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 300px;
  height: fit-content;
  margin: auto;
  padding: 10px;
}
.fst-contenitore .cmcc-tool .form-policy-makers .info-popup-box .info-popup .ico-info {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #0060aa;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .form-policy-makers .info-popup-box .info-popup .chiudi-popup {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  color: #6b6a69;
  cursor: pointer;
}
.fst-contenitore .cmcc-tool .form-policy-makers .info-popup-box .info-popup .info {
  margin-top: 30px;
}
.fst-contenitore .cmcc-tool .form-policy-makers .info-popup-box .info-popup .info span {
  font-style: italic;
  color: #6b6a69;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione {
  margin: 30px 0;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione.main {
  padding-bottom: 10px;
  border-bottom: 20px solid rgba(54, 105, 75, 0.45);
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione.incorporazione-residui {
  border-top: 5px solid rgba(54, 105, 75, 0.45);
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .warning {
  color: #c1121f;
  font-style: italic;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo {
  display: grid;
  margin: 0 0 35px 0;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo.inline {
  display: flex;
  align-items: center;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo.radio-text {
  margin: 35px 0;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo.radio-text .radio-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo.radio-text .radio-group .radio-item {
  justify-self: left;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .label {
  color: #c31b49;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .label.up {
  text-transform: uppercase;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .label .ico-info {
  color: #0060aa;
  cursor: pointer;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .label span {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .label .info {
  font-size: 16px;
  font-style: italic;
  color: #a5a5a5;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .label .unita-misura {
  float: right;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .label h2 {
  display: inline-block;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .radio-group {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
  margin-left: 10px;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .radio-group .radio-item {
  border: 1px solid #454849;
  border-radius: 5px;
  color: #454849;
  width: fit-content;
  min-width: 40px;
  padding: 5px;
  align-self: center;
  justify-self: center;
  text-align: center;
  cursor: pointer;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione .campo .radio-group .radio-item.checked {
  background-color: #c31b49;
  color: #fff;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione.aggiungi {
  border-top: 1px solid #a5a5a5;
}
.fst-contenitore .cmcc-tool .form-policy-makers .sezione.aggiungi .campo.inline .label {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .form-researchers {
  position: relative;
}
.fst-contenitore .cmcc-tool .form-researchers h2 {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .form-researchers h3 {
  color: #535353;
}
.fst-contenitore .cmcc-tool .form-researchers h3 .ico-info {
  color: #0060aa;
  cursor: pointer;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .form-researchers input[type=text], .fst-contenitore .cmcc-tool .form-researchers select {
  padding: 10px;
  color: #535353;
  font-weight: 600;
  border: 1px solid #535353;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
}
.fst-contenitore .cmcc-tool .form-researchers input[type=text]:disabled, .fst-contenitore .cmcc-tool .form-researchers select:disabled {
  background-color: #ddd;
}
.fst-contenitore .cmcc-tool .form-researchers .info-popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172, 92, 12, 0.45);
}
.fst-contenitore .cmcc-tool .form-researchers .info-popup-box .info-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 300px;
  height: fit-content;
  margin: auto;
  padding: 10px;
}
.fst-contenitore .cmcc-tool .form-researchers .info-popup-box .info-popup .ico-info {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #0060aa;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .form-researchers .info-popup-box .info-popup .chiudi-popup {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  color: #6b6a69;
  cursor: pointer;
}
.fst-contenitore .cmcc-tool .form-researchers .info-popup-box .info-popup .info {
  margin-top: 30px;
}
.fst-contenitore .cmcc-tool .form-researchers .info-popup-box .info-popup .info span {
  font-style: italic;
  color: #6b6a69;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione {
  margin: 30px 0;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .warning {
  color: #c1121f;
  font-style: italic;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo {
  display: grid;
  margin: 0 0 35px 0;
  align-content: end;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo.inline {
  display: flex;
  align-items: center;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo.radio-text {
  margin: 35px 0;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo.radio-text .radio-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo.radio-text .radio-group .radio-item {
  justify-self: left;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo.radio-text .label {
  display: block;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .label {
  color: #c31b49;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .label.measure {
  display: grid;
  grid-template-columns: calc(100% - 105px) 105px;
  align-items: end;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .label.up {
  text-transform: uppercase;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .label .ico-info {
  color: #0060aa;
  cursor: pointer;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .label span {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .label .info {
  font-size: 16px;
  font-style: italic;
  color: #737373;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .label .unita-misura {
  text-align: right;
  font-size: 14px;
  font-style: italic;
  color: #737373;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .label h2 {
  display: inline-block;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .radio-group {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
  margin-left: 10px;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .radio-group .radio-item {
  border: 1px solid #454849;
  border-radius: 5px;
  color: #454849;
  width: fit-content;
  min-width: 40px;
  padding: 5px;
  align-self: center;
  justify-self: center;
  text-align: center;
  cursor: pointer;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione .campo .radio-group .radio-item.checked {
  background-color: #c31b49;
  color: #fff;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione.aggiungi {
  border-top: 1px solid #a5a5a5;
}
.fst-contenitore .cmcc-tool .form-researchers .sezione.aggiungi .campo.inline .label {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .form-researchers .menu-contenitore {
  border-bottom: 10px solid #c31b49;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-menu-types {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 35px 0;
  border-bottom: 1px solid #535353;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-menu-types .tab-nav {
  margin-top: -1px;
  background: transparent;
  backdrop-filter: blur(10px);
  border: 1px solid #535353;
  border-bottom: none;
  cursor: pointer;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 12px 12px 0 0;
  color: #535353;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fst-contenitore .cmcc-tool .form-researchers .tab-menu-types .tab-nav:hover {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(195, 27, 73, 0.4);
  color: #475569;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.fst-contenitore .cmcc-tool .form-researchers .tab-menu-types .tab-nav.attivo {
  background: linear-gradient(135deg, #c31b49, #e8275d);
  color: #fff;
  border-bottom-color: #c31b49;
  box-shadow: 0 4px 12px rgba(195, 27, 73, 0.3);
}
.fst-contenitore .cmcc-tool .form-researchers .tab-menu-types .tab-nav .ico-close.remove-tab {
  margin-left: 8px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-menu-types .tab-nav .ico-close.remove-tab:hover {
  opacity: 1;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-menu-types.footer {
  border-top: 1px solid #535353;
  border-bottom: none;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-menu-types.footer .tab-nav {
  margin-top: 0;
  border-radius: 0 0 12px 12px;
  border-bottom: 1px solid #a5a5a5;
  border-top: none;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab {
  display: none;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab.attivo {
  display: block;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab .contenitore-colonne {
  margin-bottom: 30px;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab .contenitore-colonne .categoria {
  border-bottom: 1px solid #454849;
  margin: 0 0 10px 0;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab .contenitore-colonne .categoria .label {
  width: fit-content;
  color: #fff;
  font-weight: 600;
  background-color: #a57e25;
  text-align: center;
  font-size: 16px;
  padding: 5px 10px;
  border-top: 1px solid #454849;
  border-left: 1px solid #454849;
  border-right: 1px solid #454849;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab .contenitore-colonne .categoria-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colonne fisse su desktop */
  gap: 1em;
  padding-top: 10px;
}
.fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab .contenitore-colonne .campo {
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab .contenitore-colonne .categoria-box {
    grid-template-columns: repeat(3, 1fr); /* 3 colonne su tablet */
  }
}
@media (max-width: 767px) {
  .fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab .contenitore-colonne .categoria-box {
    grid-template-columns: repeat(2, 1fr); /* 2 colonne su mobile */
  }
}
@media (max-width: 480px) {
  .fst-contenitore .cmcc-tool .form-researchers .tab-contenitore .tab .contenitore-colonne .categoria-box {
    grid-template-columns: 1fr; /* 1 colonna su schermi piccoli */
  }
}
.fst-contenitore .cmcc-tool .btn {
  background-color: #c31b49;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 20px;
  cursor: pointer;
}
.fst-contenitore .cmcc-tool .btn.ico {
  background-color: transparent;
  color: #c31b49;
  font-size: 30px;
}
.fst-contenitore .cmcc-tool .response {
  width: 100%;
  padding: 15px;
}
.fst-contenitore .cmcc-tool .response .response-info {
  text-align: center;
  margin-bottom: 20px;
}
.fst-contenitore .cmcc-tool .response .response-info .percentage {
  color: #87A816;
}
.fst-contenitore .cmcc-tool .response .response-info .percentage.increased {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .response .spot-title {
  color: #87A816;
  font-size: 18px;
  font-weight: 600;
}
.fst-contenitore .cmcc-tool .response .spot-data {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  justify-items: center;
  align-items: center;
  height: 100px;
  color: #87A816;
}
.fst-contenitore .cmcc-tool .response .spot-data .reduction {
  align-self: start;
}
.fst-contenitore .cmcc-tool .response .spot-data .reduction .box {
  position: relative;
  width: 100px;
  height: 100px;
  color: #fff;
}
.fst-contenitore .cmcc-tool .response .spot-data .reduction .box .ico {
  font-size: 100px;
  color: #87A816;
}
.fst-contenitore .cmcc-tool .response .spot-data .reduction .box .ico.increased {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .response .spot-data .reduction .box .data {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 105px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.fst-contenitore .cmcc-tool .response .spot-data .tree-avoided {
  display: grid;
  justify-items: center;
  grid-row-gap: 10px;
}
.fst-contenitore .cmcc-tool .response .spot-data .tree-avoided .data {
  align-self: end;
  font-weight: 600;
  color: #87A816;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .response .spot-data .tree-avoided .data.increased {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .response .spot-data .tree-avoided .box {
  display: grid;
  justify-items: center;
  align-content: center;
  color: #fff;
  background-color: #87A816;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.fst-contenitore .cmcc-tool .response .spot-data .tree-avoided .box.increased {
  background-color: #c31b49;
}
.fst-contenitore .cmcc-tool .response .spot-data .tree-avoided .box .ico {
  align-self: start;
  font-size: 30px;
}
.fst-contenitore .cmcc-tool .response .spot-data .km-avoided {
  display: grid;
  justify-items: center;
  grid-row-gap: 10px;
}
.fst-contenitore .cmcc-tool .response .spot-data .km-avoided .data {
  align-self: end;
  font-weight: 600;
  color: #87A816;
  font-size: 20px;
}
.fst-contenitore .cmcc-tool .response .spot-data .km-avoided .data.increased {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .response .spot-data .km-avoided .box {
  display: grid;
  justify-items: center;
  align-content: center;
  color: #fff;
  background-color: #87A816;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.fst-contenitore .cmcc-tool .response .spot-data .km-avoided .box.increased {
  background-color: #c31b49;
}
.fst-contenitore .cmcc-tool .response .spot-data .km-avoided .box .ico {
  align-self: start;
  font-size: 30px;
}
.fst-contenitore .cmcc-tool .response .spot-legend {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  justify-items: center;
  align-items: start;
  color: #454849;
  margin-top: 15px;
}
.fst-contenitore .cmcc-tool .response .spot-legend .label {
  font-weight: 600;
  margin-top: 10px;
}
.fst-contenitore .cmcc-tool .response .spot-legend .info {
  font-size: 12px;
  font-style: italic;
  color: #a5a5a5;
}
@media (max-width: 480px) {
  .fst-contenitore .cmcc-tool .response .spot-data .reduction .box {
    width: 90px;
    height: 90px;
  }
  .fst-contenitore .cmcc-tool .response .spot-data .reduction .box .ico {
    font-size: 90px;
  }
  .fst-contenitore .cmcc-tool .response .spot-data .reduction .box .data {
    line-height: 90px;
    font-size: 18px;
  }
  .fst-contenitore .cmcc-tool .response .spot-data .tree-avoided .box {
    width: 90px;
    height: 90px;
  }
  .fst-contenitore .cmcc-tool .response .spot-data .tree-avoided .data {
    font-size: 14px;
  }
  .fst-contenitore .cmcc-tool .response .spot-data .km-avoided .box {
    width: 90px;
    height: 90px;
  }
  .fst-contenitore .cmcc-tool .response .spot-data .km-avoided .data {
    font-size: 14px;
  }
  .fst-contenitore .cmcc-tool .response .spot-legend {
    font-size: 12px;
  }
  .fst-contenitore .cmcc-tool .response .spot-legend .label {
    margin-top: 0;
  }
}
.fst-contenitore .cmcc-tool .response .impact-section {
  font-family: sans-serif;
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  padding: 1em;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.fst-contenitore .cmcc-tool .response .impact-section .period {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #c41f3e;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 10px 0;
  cursor: pointer;
}
.fst-contenitore .cmcc-tool .response .impact-section .label-row {
  font-weight: bold;
  color: #c41f3e;
  margin: 15px 0;
  text-align: center;
}
.fst-contenitore .cmcc-tool .response .impact-section .label-row .info {
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
.fst-contenitore .cmcc-tool .response .impact-section .data-row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: #ebddc7;
  padding: 0.5em;
  border-radius: 6px;
  font-size: 0.95em;
}
.fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell {
  flex: 1;
  padding: 0 0.2em;
  text-align: center;
}
.fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell .icon {
  margin-bottom: 5px;
}
.fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell .icon.menu {
  color: #c31b49;
}
.fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell .icon.waste {
  color: #0060AA;
}
.fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell .icon.transport {
  color: #a57e25;
}
.fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell .label-cell {
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .fst-contenitore .cmcc-tool .response .impact-section .data-row {
    flex-direction: column;
    text-align: left;
  }
  .fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3em 0;
    border-bottom: 1px solid #eee;
  }
  .fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell:last-child {
    border-bottom: none;
  }
  .fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell .category-cell {
    display: flex;
    align-items: center;
  }
  .fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell .category-cell .icon {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .fst-contenitore .cmcc-tool .response .impact-section .data-row .data-cell .label-cell {
    margin-bottom: 0;
  }
}
.fst-contenitore .cmcc-tool .response .chart-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 100px;
}
.fst-contenitore .cmcc-tool .response .chart-container .chart-box {
  width: 48%;
  min-width: 320px;
  height: 300px;
  margin-bottom: 20px;
}
.fst-contenitore .cmcc-tool .response .data-chart-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}
.fst-contenitore .cmcc-tool .response .data-container {
  width: 100%;
  margin: 0 auto;
}
.fst-contenitore .cmcc-tool .response .chart-container-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fst-contenitore .cmcc-tool .response .chart-container-single .chart-box {
  width: 100%;
  max-width: 600px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}
.fst-contenitore .cmcc-tool .response .chart-container-single .chart-box canvas {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.fst-contenitore .cmcc-tool .response .chart-container-single .chart-legend {
  margin-top: 20px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .fst-contenitore .cmcc-tool .response .chart-container-single .chart-legend .label-container {
    flex-direction: column !important;
    align-items: center;
  }
  .fst-contenitore .cmcc-tool .response .chart-container-single .chart-legend .label-container > div {
    justify-content: flex-start !important;
    margin-bottom: 5px;
  }
  .fst-contenitore .cmcc-tool .response .chart-container-single .chart-legend .label-container > div > span {
    text-align: left;
  }
  .fst-contenitore .cmcc-tool .response .chart-container-single .chart-legend .chart-legend > div > span {
    margin-bottom: 5px !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .fst-contenitore .cmcc-tool .response .chart-container-single .chart-box {
    height: 500px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .fst-contenitore .cmcc-tool .response .chart-container-single .chart-box {
    height: 400px;
    max-width: 100%;
  }
}

/* MAIN LOADER */
.main-loader {
  position: fixed;
  width: 100%;
  background-color: rgba(231, 240, 235, 0.93);
  height: 100%;
  z-index: 200;
  top: 0;
  left: 0;
}
.main-loader img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100px;
}

/*# sourceMappingURL=template.css.map */
