* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #f7f6f2;
  overflow-x: hidden;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0px;
  margin-block-end: 10px;
}

article,
header,
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
  width: 100%;
  max-width: 100vw;
  margin: auto;
  overflow-x: hidden;
}

section {
  width: 100%;
  max-width: 100vw;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
}

h1 {
  display: inline;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 110px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 0px 20px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

p {
  margin: 20px auto;
}

/*---- NAV HEADER  ------*/

.topmenu-sticky {
  position: fixed;
  top: 65px;
  width: 100%;
  z-index: 3;
  -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);
  overflow: auto;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f6f2;
  text-align: center;
}

#scrollmenu_header {
  display: inline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0f0f0f;
  padding-right: 20px;
  border-right: 1px solid #c1bec1;
  cursor: default;
  text-decoration: none;
  background-color: #f7f6f2;
  padding-left: 20px;
}

ul.scrollmenu {
  display: inline;
  background-color: #f7f6f2;
  overflow: auto;
  white-space: nowrap;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
  color: #468c58;
}

li.scrollmenu_item {
  display: inline;
  padding-left: 15px;
}

li.scrollmenu_item::before {
  content: "\25CB";
  margin-left: -10px;
  margin-right: 10px;
}

li.scrollmenu_item:hover::before {
  content: "\2022";
  margin-left: -8px;
  margin-right: 10px;
}

li.scrollmenu_item a:link {
  text-decoration: none;
  color: #0f0f0f;
}

li.scrollmenu_item a:visited {
  text-decoration: none;
  color: #0f0f0f;
}

li.scrollmenu_item a:hover {
  text-decoration: underline;
  color: #0f0f0f;
}

li.scrollmenu_item a:active {
  text-decoration: underline;
  color: #0f0f0f;
}

/*--------- ADV --------------------*/

/* .pubblicita {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
  background-color: #e6e6e6;
  overflow: hidden;
  position: relative;
  height: 0;
  margin-top: 150px;
  margin-bottom: 20px;
}

.pubblicita > div {
  position: absolute;
}

.animato {
  -webkit-transition: 0.50s ease-in-out;
  -moz-transition: 0.50s ease-in-out;
  -o-transition: 0.50s ease-in-out;
  transition: 0.50s ease-in-out;
} */

/*--------- HEADER --------------------*/

.title_background {
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
  height: calc(100vh);
  background-color: #468c58;
  color: #ffffff;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.8)
    ),
    url(../img/cover_desktop.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
}

.scroll_div {
  bottom: 10px;
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 40px;
}

#scroll_img {
  cursor: pointer;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-0, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}

.scroll_div:hover img {
  animation: animate 1.5s infinite;
}



#firma {
  padding-top: 30px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* SECTIONS DIV CONTAINER */

.sections_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
  width: 100%;
  max-width: 100vw;
  margin: auto;
  padding-bottom: 50px;
}

#intersect_div {
  width: 100%;
  max-width: 100vw;
  margin: 0px;
  padding: 0px;
}

/*--- TEXT BLOCKS ---*/

.box_container_img_top {
  width: 100%;
  max-width: 100vw;
  background-position: center center;
  position: relative;
  /* height: 100vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* background-size: contain; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: fit-content;
  height: -moz-fit-content;
}

.box_container_chapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: fit-content;
  height: -moz-fit-content;
}

.box_chart {
  width: 100%;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.box_title {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  margin-top: 290px;
  /* margin-top: 380px; */
  padding: 0px 20px 0px 20px;
  width: 620px;
  background-color: #f7f6f2;
  padding-top: 20px;
}

.box_title_no_img {
  margin-top: 40px;
  padding: 10px 0px 0px 0px;
  width: 620px;
  position: relative;
  text-align: left;
}

.anchor {
  position: absolute;
  top: -150px;
}

.box_title_no_img h2 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
}

.box_title_italic {
  font-size: 28px;
  line-height: 1.29;
  font-style: italic;
}

.occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

.box_text {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  width: 620px;
}

.box_text a {
  color: #468c58;
  text-decoration: underline;
}

.box_text a :visited {
  color: #468c58;
  text-decoration: underline;
}

.box_text a:hover {
  cursor: pointer;
  color: #53af6a;
  text-decoration: underline;
}

.box_text a:active {
  color: #53af6a;
  text-decoration: underline;
}

.short_list li {
  padding-bottom: 5px;
}

.fonte {
  font-style: italic;
  margin-top: 10px;
}

.titolo_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 50px;
}

.sommario_grafico {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #808080;
}

.chart_full_width {
  width: 95vw;
  max-width: 95vw;
}

.box_quote {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
}

.quote_title {
  width: 300px;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 3;
  letter-spacing: normal;
  text-align: center;
  color: #468c58;
  border-top: 2px solid #468c58;
}

.quote_open {
  width: 100%;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 130px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
  color: #468c58;
  align-self: self-start;
  margin-top: 60px;
}

.quote_text {
  width: 100%;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #468c58;
}

.quote_close {
  width: 100%;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 130px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0;
  letter-spacing: normal;
  text-align: right;
  color: #468c58;
  align-self: self-end;
  margin-top: 20px;
}

.quote_author {
  width: 100%;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.quote_author span {
  font-weight: normal;
}

.box_evento {
  width: 100%;
  max-width: 700px;
  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: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px;
  border-top: 2px solid #468c58;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.evento_contenuto {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.evento_titolo {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #468c58;
}

.evento_titolo img {
  width: 200px;
  height: 20px;
  margin-right: 20px;
  float: left;
}

.evento_sommario {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.evento_sommario img {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  float: left;
}

.evento_link {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.78;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-top: 10px;
}

.evento_link img {
  width: 200px;
  height: 20px;
  margin-right: 20px;
  float: left;
}

.evento_link a:link {
  color: #000000;
  text-decoration: none;
}

.evento_link a:visited {
  color: #000000;
  text-decoration: none;
}

.evento_link a:hover {
  color: #000000;
  text-decoration: underline;
}

.evento_link a:active {
  color: #000000;
  text-decoration: underline;
}

/* COLLAPSIBLE SPEAKERS */
input[type="checkbox"] {
  display: none;
}

.wrap-collapsible {
  margin-top: 10px;
}

.lbl-toggle {
  display: block;
  padding: 0;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.lbl-toggle:hover {
  color: #000000;
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  width: 700px;
  max-width: 700px;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 1500px;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  background: transparent;
}

.collapsible-content div {
  margin-bottom: 0;
}

#speaker_title {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #468c58;
}

#speaker_container {
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.speaker_row {
  width: 100%;
  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: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.speaker_box {
  width: 33%;
  padding: 20px 10px;
}

.speaker_occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}

.speaker_nome {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.speaker_qualifica {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.speaker_tema {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #468c58;
}

.arrow_down {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow_up {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

/* BACK TO TOP BUTTON */

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 3;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.link_note:link {
  color: #468c58;
  opacity: 0.7;
  text-decoration: none;
}

.link_note:visited {
  color: #468c58;
  opacity: 0.7;
  text-decoration: none;
}

.link_note:hover {
  color: #468c58;
  opacity: 1;
  text-decoration: none;
}

.link_note:active {
  color: #468c58;
  opacity: 1;
  text-decoration: none;
}

.notes {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 10px;
}

/*--- FOOTER ----*/

.credits_container {
  width: 100%;
  max-width: 100vw;
  margin: 0px;
  background-color: #f7f6f2;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  color: #0f0f0f;
}

.crediti_finali {
  margin: auto;
  margin-top: 60px;
  width: 660px;
  border-top: 1px solid #0f0f0f;
  background-color: #f7f6f2;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  color: #0f0f0f;
}

#fonti_finali {
  margin-top: 60px;
  width: 680px;
  border-top: 1px solid #1a1818;
}
#crediti_finali {
  margin-top: 0;
  width: 680px;
  border-top: 1px solid #1a1818;
}

h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  margin: 5vh 10px;
}

h6 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  margin: 5vh 10px;
}

footer {
  z-index: 4;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}



/*----- RESPONSIVE DEKSTOP --------*/
@media screen and (min-width: 481px) {
  #sommario_desktop {
    padding: 20px 0;
    width: 100%;
    max-width: 1200px;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  }

  #sommario_mobile {
    display: none;
  }

}

/*----- RESPONSIVE MOBILE --------*/

@media screen and (max-width: 480px) {
  h1 {
    font-size: 60px;
    line-height: 1;
    white-space: normal;
    padding-top: 30px;
  }

  p {
    margin: 20px 10px 20px 10px;
  }

  ul {
    width: 100%;
    max-width: 90vw;
    margin: 10px 30px;
  }

  li {
    padding-right: 20px;
  }

  .topmenu-sticky {
    max-width: 100vw;
    text-align: left;
  }

  .title_background {
    width: 100%;
    max-width: 100vw;
    /* height: calc(100vh - 200px); */
    background-color: #468c58;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/cover_mobile.jpg);
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #sommario_mobile {
    padding: 30px 15px 10px 15px;
    width: 100%;
    max-width: 1200px;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  }


  #sommario_desktop {
    display: none;
  }



  #firma {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }


  .chart_full_width {
    width: 100vw;
    max-width: 100vw;
  }

  .grafico {
    width: 100%;
    max-width: 100vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grafico-svg {
    width: 100%;
    max-width: 100vw;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .box_chart {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box_quote {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote_open {
    font-size: 100px;
  }

  .quote_text {
    font-size: 30px;
    line-height: 1.2;
  }

  .quote_close {
    font-size: 100px;
    line-height: 0.5;
  }

  .box_title {
    width: auto;
    font-size: 32px;
    line-height: 1.2;
    margin-right: 15px;
    padding: 0px 10px 0px 10px;
  }

  .box_title_no_img {
    width: auto;
    font-size: 28px;
    line-height: 1.2;
    padding: 10px 5px 0px 10px;
    text-align: left;
  }

  .box_text {
    width: 100%;
    max-width: 100vw;
    font-size: 20px;
  }

  .box_evento {
    width: 100%;
    max-width: 100vw;
    flex-direction: column;
  }

  .evento_titolo {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .evento_titolo img {
    display: none;
  }

  .evento_sommario img {
    width: 140px;
    height: 140px;
  }

  .evento_link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .evento_link img {
    display: none;
  }

  .collapsible-content {
    width: 100vw;
    max-width: 100vw;
  }

  #speaker_title {
    max-width: 100%;
    padding-left: 10px;
  }

  #speaker_container {
    max-width: 100%;
  }

  .speaker_row {
    flex-direction: column;
  }

  .speaker_box {
    width: 100%;
  }

  .back_to_top {
    padding-top: 3px;
    padding-bottom: 6px;
  }

  .notes {
    font-size: 15px;
    padding-left: 5px;
  }

  #chart_credits {
    padding-left: 5px;
  }

  #footer_div {
    padding: 30px 10px;
  }
}

/*----- RESPONSIVE TABLET --------*/

@media screen and (min-width: 481px) and (max-width: 800px) {
  h1 {
    font-size: 62px;
    line-height: 1.1;
    white-space: normal;
  }

  p {
    margin: 20px 10px;
  }

  .topmenu-sticky {
    max-width: 100vw;
    text-align: left;
  }

  .title_background {
    width: 100%;
    max-width: 100vw;
    background-color: #468c58;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/cover_mobile.jpg);
  }

  #sommario_desktop {
    padding: 20px 50px;
  }

  #firma {
    font-size: 18px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box_title,
  .box_title_no_img,
  .box_text,
  .crediti_finali {
    width: 100%;
    max-width: 100vw;
    text-align: left;
  }

  .box_chart {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box_quote {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote_open {
    font-size: 100px;
  }

  .quote_text {
    font-size: 32px;
  }

  .quote_close {
    font-size: 100px;
    line-height: 0.5;
  }

  .box_evento {
    max-width: 100vw;
    padding: 20px 10px;
  }

  .crediti_finali {
    margin-top: 0px;
  }

  .box_title_no_img {
    padding: 10px 5px 0px 20px;
    text-align: left;
  }

  #chart_credits,
  .notes {
    padding-left: 5px;
    padding-right: 5px;
  }

  #footer_div {
    padding: 30px 10px;
  }
}

@media screen and (min-height: 1024px) {

  .title_background {
    position: relative;
  }

  .scroll_div {
    position: absolute;
    bottom: 70px;
  }

}
