* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 20px;
}

/* 
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
*/

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #FFFDED;
  padding: 0;
  margin: 0;
  color: #0F0F0F;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
}

#div-gpt-ad-MaxTicker>div {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.backgroundAdv {
  background-attachment: fixed !important;
}

div {
  width: 100%;
}

.nascondi {
  display: none;
}

/* TOP BAR */

#header-fisso {
  z-index: 99999 !important;
}

.top-bar {
  height: 50px !important;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

/* ADV */

#adv-MaxTicker {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  background-color: #F0EEE0 !important;
}

#ad-Mpu_Top {
  display: flex;
  justify-content: center;
  width: 320px;
}

#div-gpt-ad-MPU_Top>div {
  display: flex !important;
  justify-content: center;
}

#bordo_adv {
  padding: 10px 0;
}

#Mpu_Top {
  text-align: center;
  width: fit-content;
}

#ad-Mpu_Top div,
#adv-MaxTicker div {
  width: inherit !important;
}

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #FFFDED;
  /* overflow-x: hidden; */
}

.container_over_skin>* {
  z-index: 5;
  background-color: #FFFDED;
}

.shrinkable,
.backgroundAdv {
  background-color: #FFFDED !important;
  position: relative;
  z-index: 1;
}

.advertising {
  display: flex;
  justify-content: center;
}

#div-gpt-ad-MaxTicker>div {
  display: flex !important;
  justify-content: center;
}

/* NAVBAR */
/* 
#navbar_container {
  margin: auto;
  overflow-y: hidden;
  overflow-x: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 998;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

body:not(.backgroundAdv) #navbar_container {
  max-width: 100%;
}

#navbar {
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding-left: 20px;
  width: auto;
}

#navbar_title {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
  width: 200px;
}

#bar {
  height: 30px;
  width: 1px;
  opacity: 0.3;
  background-color: #000;
  margin: 0 20px;
}

#navbar_menu {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.navbar_dot {
  color: #ffcb27;
  padding-right: 5px;
}

#navbar_menu div {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  width: auto;
}

#navbar a:link {
  color: #000;
  text-decoration: none;
}

#navbar a:visited {
  color: #000;
  text-decoration: none;
}

#navbar a:hover {
  color: #000;
  text-decoration: underline;
}

#navbar a:active {
  color: #000;
  text-decoration: underline;
} */

/* HEADER */

header {
  width: 100%;
  height: calc(100vh - 350px);
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #00C743;
  background-image: url("../img/cover_desktop.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body:not(.backgroundAdv) header {
  height: calc(100vh - 70px);
}

.occhiello {
  color: #FFF;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header_title {
  position: absolute;
  top: 50px;
  left: 50px;
  text-align: left;
}

h1 {
  width: 100%;
  max-width: 725px;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 800;
  font-size: 4.1rem;
  line-height: normal;
  color: #ffffff;
  margin-block-start: 0.05em;
  margin-block-end: 0.1em;
}

.firma_data {
  margin-top: 32px;
  width: max-content;
}

.firma {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: normal;
  color: #fff;
}

.star {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: normal;
  color: #ffcb27;
}

.data {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: normal;
  color: rgba(255, 255, 255, 0.80);
}

.scroll_div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 20px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
}


.scroll_div:hover {
  border-color: #ffffff88;
}

.scroll_div:hover svg path {
  stroke: #ffffff88;
}

/* .scroll_div:hover img {
  animation: animate 1.5s infinite;
} */

/* FASCIONE PUNTATE */

.swiper_container {
  position: relative;
  padding: 10px 20px;
  background-color: #0052FF !important;
  min-height: 74px;
}

.swiper {
  width: 100%;
  max-width: 750px;
  background-color: #0052FF !important;
}

.swiper-slide {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  padding: 0 10px 0 2px;
  margin-right: 25px !important;
}

.swiper-slide:first-of-type {
  margin-left: 50px;
}

.swiper-slide a:link {
  text-decoration: none;
  color: #fff;
}

.swiper-slide a:visited {
  text-decoration: none;
  color: #fff;
}

.swiper-slide a:hover {
  text-decoration: underline;
  color: #fff;
}

.swiper-slide a:active {
  text-decoration: underline;
  color: #fff;
}

.swiper-slide a::before {
  content: "";
  background: url(../img/freccia-puntate.svg);
  position: absolute;
  top: 0px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.swiper-slide:hover a::before {
  content: "";
  background: url(../img/freccia-puntate-hover.svg);
  position: absolute;
  top: 0px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}

/* SCHERMATA DUE COLONNE CON MPU */
.column_right {
  width: 320px;
  background-color: #FFFDED;
  position: absolute;
  top: 0;
  right: -320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.box_adv_mpu_top {
  position: sticky;
  top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* SECTIONS */

section {
  width: 100%;
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}


.box_text_cnt {
  margin: auto;
  width: 100%;
  max-width: 600px;
  padding: 0;
  position: relative;
}

#first_box_text {
  margin-top: 50px;
  padding-right: 20px;
}


.box_text {
  width: 100%;
}


.box_text p {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  text-align: left;
}

.box_text p.author {
  font-style: italic;
}


p a:link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

p a:visited {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

p a:hover {
  color: #0052FF;
  font-weight: 600;
  text-decoration: underline;
}

p a:active {
  color: #0052FF;
  font-weight: 600;
  text-decoration: underline;
}


.section_title {
  width: 100%;
  padding: 20px 0 10px;
}

.section_title h2 {
  color: #0052FF;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  text-align: left;
  margin: auto;
}


.box_chart_borders {
  width: 100%;
  margin: 20px auto;
}

.box_chart_inner {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
}

.box_chart_inner_large {
  max-width: 1024px;
}

.chart_subtitle {
  max-width: 600px;
  padding: 10px 0 0;
  margin: auto;
  color: #0052FF;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.chart_title {
  max-width: 600px;
  padding: 10px 0;
  margin: auto;
}

.chart_title h3 {
  color: #000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  text-align: left;
  margin: auto;
  margin-block-start: 0;
}

.chart_abstract {
  max-width: 600px;
  color: #000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  padding: 10px 0 20px;
  margin: auto;
}


.box_chart {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
}


.chart_source {
  max-width: 600px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: .8rem;
  line-height: normal;
  color: rgba(15, 15, 15, 0.60);
  text-align: left;
  margin: auto;
  padding: 20px 0;
}

.delimiter {
  text-align: center;
  padding: 20px 0;
}


/*--- FOOTER ----*/

#backtop {
  position: fixed;
  left: calc(50vw + 450px);
  bottom: 0;
  width: 50px;
  z-index: 10;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: transparent;
}

body:not(.backgroundAdv) #backtop {
  right: 10px;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  padding-bottom: 10px;
}

.box_credits {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 32px 0;
}

.box_credits .delimiter {
  width: 100%;
  margin: 32px auto;
  border-top: 1px solid #000;
  padding: 0;
}

.box_credits .crediti_logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;

}

.box_credits .logo {
  width: 130px;
  padding: 0 40px 0 0;
}

.box_credits .logo img {
  width: 90px;
  height: auto;
}

.box_credits .crediti {
  display: flex;
  flex-direction: column;
}

.box_credits h4 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: normal;
  text-align: left;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  width: 100%;
}


.box_credits h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: .8rem;
  line-height: normal;
  text-align: left;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin-block-start: 15px;
  margin-block-end: 0;
  width: 100%;
}


.box_credits a:link {
  color: #000;
  text-decoration: underline;
}

.box_credits a:visited {
  color: #000;
  text-decoration: underline;
}

.box_credits a:hover {
  color: #0052FF;
  text-decoration: underline;
}

.box_credits a:active {
  color: #0052FF;
  text-decoration: underline;
}


.box_credits .flourish-icon {
  width: 16px;
  height: 16px;
}

footer {
  z-index: 20;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: normal;
  background-color: #19171a;
  color: #a19e9e;
  font-size: .7rem;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

.mobile {
  display: none;
}

#div-gpt-ad-MaxTicker div {
  display: flex !important;
  justify-content: center;
}


/* ACCESSIBILITY */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* RESPONSIVE  */

@media only screen and (max-width: 1540px) {
  .backgroundAdv header {
    padding-top: 49.61%;
  }

  h1 {
    font-size: 4.3rem;
    line-height: normal;
  }

  .firma_data span {
    font-size: 1rem !important;
    line-height: normal !important;
  }
}

@media only screen and (min-width: 1021px) {
  #mpu_top_mobile {
    display: none;
  }
}


@media only screen and (max-width: 1020px) {
  .mpu_top_mobile {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    background-color: #CFDBEB !important;
  }
}



@media only screen and (min-width: 821px) and (max-width: 1540px) {
  /*   body:not(.backgroundAdv) .header_cnt {
    background-image: url(../img/cover_desktop_small.png);
  } */

  .box_chart_inner {
    margin: initial;
    margin-left: 50px;
  }

  .box_chart_inner_large,
  .box_chart_inner_extra_large {
    max-width: calc(100% - 50px);
  }

  .chart_subtitle,
  .chart_title,
  .chart_abstract,
  .chart_source {
    margin: initial;
  }

  .box_text_cnt {
    margin-left: 50px;
  }

  .box_credits {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 820px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }


  .column_right {
    max-width: 0;
    display: none;
  }

  .box_chart_inner {
    max-width: 100%;
  }

}

@media only screen and (max-width: 480px) {
  body:not(.backgroundAdv) #adv-MaxTicker {
    margin-top: 0;
  }

  #ad-Mpu_Top {
    margin-bottom: 10px;
  }

  #adv-MaxTicker {
    padding: 70px 0 20px;
  }


  #adv_middle {
    margin: 40px auto;
    text-align: center;
  }

  #navbar_container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }

  #navbar {
    padding-left: 10px;
  }

  header {
    padding-top: unset !important;
    background-image: url("../img/cover_mobile.png");
  }

  .header_title {
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    max-width: 100%;
  }

  h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    max-width: 100%;
    font-size: 2.5rem;
    line-height: normal;
  }

  .firma_data {
    max-width: 190px;
  }

  .firma {
    font-size: 1rem;
    line-height: nromal;
  }

  .star {
    display: none;
  }

  .data {
    font-size: 1.rem;
    line-height: normal;
  }

  .scroll_div {
    bottom: 20px;
  }

  #first_box_text {
    padding-right: 0;
  }

  aside,
  section {
    padding-left: 15px;
    padding-right: 15px;
  }


  .column_right {
    width: 0;
    height: 0;
  }

  .box_text_cnt {
    max-width: 100%;
  }

  .box_text {
    max-width: 100%;
  }

  .chart_subtitle,
  .chart_title,
  .chart_abstract,
  .chart_source {
    max-width: 100%;
  }

  .box_chart_inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .box_chart_inner_large,
  .box_chart_inner_extra_large {
    max-width: 100%;
  }

  .box_credits {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .box_credits .crediti_logo {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .box_credits .logo {
    width: 80px;
    padding: 20px 0 0;
  }

  .box_credits .logo img {
    width: 70px;
    height: auto;
  }

  #footer_div {
    padding: 30px 10px;
  }

  #backtop {
    left: initial;
    right: 3px;
    bottom: 3px;
  }

  #backtop img {
    margin-right: 0;
    padding-bottom: 0;
  }

  .mobile {
    display: initial;
  }

  .desktop {
    display: none;
  }
}



/* @media only screen and (min-width: 1110px) and (max-width: 1540px) {}

@media only screen and (min-width: 1020px) and (max-width: 1540px) {
  body.backgroundAdv .column_right {}
}

@media only screen and (min-width: 1541px) and (max-width: 1920px) {

  body.backgroundAdv .column_right {

  }
} */