html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #f2f2f2;
  color: #0f0f0f;
  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;
}

body,
article,
header,
section {
  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;
}

h1 {
  display: inline;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  padding: 0px;
}



.margin_bottom_50px {
  margin-bottom: 50px;
}

.margin_bottom_0px {
  margin-bottom: 0px;
}

/*---- NAV HEADER  ------*/

.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 2px solid #0f0f0f;
  display: none;
  /*   -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); */
}

.swiper-container {
  width: 100%;
  height: 50px;
  margin-top: 64px;
  background-color: #f2f2f2;
}

.swiper-wrapper {
  justify-content: center;
  align-items: center;
  transform: translateX(0px);
}

.swiper-slide {
  width: 180px;
  height: 30px;
  text-align: center;
  background: #f2f2f2;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  border-right: 1px solid #0f0f0f70;
}


.swiper-slide:hover {
  background: #005675;
  color: #ffffff;
  cursor: pointer;
}

/* .swiper-slide:active {
  background: #005675;
  color: #ffffff;
} */

.swiper_slide_on_viewport {
  background: #005675;
  color: #ffffff;
}

/* ---- TOP MENU ---------- */

.top_menu_container {
  margin: 120px auto 0px auto;
  width: 100%;
  max-width: 1140px;
  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;
}

.top_menu_item {
  width: 180px;
  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;
}

.top_menu_text {
  width: 100%;
  text-align: center;
}

.top_menu_text:hover {
  background: #005675;
  color: #ffffff;
  cursor: pointer;
}

.top_menu_text:active {
  background: #005675;
  color: #ffffff;
}

.icon {
  width: 60px;
  height: 50px;
}

/*---- HEADER ----------*/

.title_div {
  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;
  margin: 40px 0px 0px 0px;
  text-align: center;
}

.day {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #005675;
  margin: 0px 0px 50px 0px;
}

.intro {
  width: 100%;
  max-width: 610px;
  text-align: left;
  margin: 50px 0px 50px 0px;
  font-style: italic;
}

.scroll {
  width: 20px;
  height: auto;
}

/* @keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-0, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}

.scroll {
  animation: animate 2.5s infinite;
} */

.top_chart_container {
  width: 720px;
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  -webkit-align-items: normal;
  align-items: normal;
}

.top_chart {
  width: 230px;
  max-width: 230px;
  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;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}


.top_chart_text {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  align-self: baseline;
  padding-left: 10px;
  text-align: left;
  line-height: 1.2;
  margin-top: 5px;
}

.top_chart_var {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
  align-self: baseline;
  padding-left: 10px;
  text-align: left;
}

.top_chart_number {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  align-self: baseline;
  padding-left: 10px;
  text-align: left;
}

.top_chart_source {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  align-self: baseline;
  padding-left: 10px;
  text-align: left;
}

.blue {
  background-color: #00aceb;
}

.orange {
  background-color: #f56751;
}

.border_right_white {
  padding-right: 10px;
  border-right: 1px solid #ffffff91;
}

/*--- SECTIONS -------------*/

.section_title_container {
  width: 100%;
  max-width: 610px;
  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: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin: 100px auto 0px auto;
}

.section_img {
  width: 90px;
}

.section_title_img {
  width: 100%;
  max-width: 70px;
  height: auto;
}

.section_title {
  align-self: baseline;
}

.section_title h2 {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 50px;
}

.back_to_top {
  align-self: baseline;
  cursor: pointer;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.back_to_top::before {
  content: url(../img/FRECCIA_Nera.svg);
  width: 13px;
}

.back_to_top:hover {
  background: #005675;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.back_to_top:hover::before {
  content: url(../img/FRECCIA_Bianca.svg);
  width: 13px;
}

.back_to_top:active {
  background: #005675;
  color: #ffffff;
}

/*----- CHARTS --------*/

.div_610 {
  width: 100%;
  max-width: 610px;
  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;
  margin: 20px auto;
}

.div_text_610 {
  width: 100%;
  max-width: 610px;
  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;
  margin: 20px auto;
}

.div_chart_610 {
  width: 100%;
  max-width: 610px;
  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;
  margin: 20px auto;
}

.div_chart_full {
  width: 100vw;
  max-width: 1920px;
  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;
  margin: 20px auto;
}

.div_split_charts {
  width: 100%;
  max-width: 610px;
  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;
  margin: 20px auto;
}

.chart_title {
  align-self: baseline;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}

.chart_legend {
  align-self: baseline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  text-align: left;
}

.chart_source {
  align-self: baseline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  opacity: 0.8;
}

.chart_source_link:link {
  background-color: transparent;
  color: #005675;
  text-decoration: none;
}

.chart_source_link:visited {
  background-color: transparent;
  color: #005675;
  text-decoration: none;
}

.chart_source_link:hover {
  background-color: #005675;
  color: #ffffff;
  text-decoration: none;
}

.chart_source_link:active {
  background-color: #005675;
  color: #ffffff;
  text-decoration: none;
}

/*---- NUMERONI ----*/
.numbers_text_container {
  width: 90vw;
  max-width: 90vw;
  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;
}

.europe_container {
  width: 50%;
  max-width: 50%;
  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;
}

.europe_box {
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.numbers_container {
  width: 100%;
  max-width: 100%;
  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: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.numbers_box {
  width: 50%;
  text-align: center;
  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;
}

.number_item {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.number_month {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.number_big {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1.1;
}

.number_percent {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.blue_text {
  color: #00aceb;
}

.orange_text {
  color: #f56751;
}

.border_right {
  border-right: 1px solid #0f0f0f70;
}

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

#chart_credits {
  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;
  align-self: baseline;
  margin-top: 30px;
}

.credits_container {
  width: 100%;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  margin-top: 60px 0px 0px 0px;
}

.crediti_finali {
  margin-top: 60px;
  width: 100%;
  max-width: 610px;
  border-top: 1px solid #0f0f0f;
}

.crediti_finali h5 {
  margin: 60px auto;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
}

#l24-footer2 {
  width: 100vw;
  padding: 30px 0px!important;
}

/*----- RESPONSIVE DESKTOP EXCEPTION--------*/
@media screen and (min-width: 481px) {
  .swiper-wrapper {
    justify-content: center;
  }
}

/*----- RESPONSIVE MOBILE --------*/

@media screen and (max-width: 480px) {
  h1 {
    font-size: 50px;
  }

  article div {
    box-sizing: border-box!important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_img {
    width: 70px;
  }

  .title_div {
    margin-top: 130px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .top_menu_container {
    display: none;
  }

  .sticky {
    max-width: 100vw;
  }

  .swiper-container {
    overflow: auto;
    white-space: nowrap;
    height: 50px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  .swiper-container::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

  .swiper-wrapper {
    left: 0px;
    justify-content: flex-start;
  }

  .swiper-slide {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }


  .section_title_container {
    max-width: 100vw;
    margin-top: 50px;
  }

  .section_title h2 {
    font-size: 40px;
  }

  .intro {
    max-width: 100vw;
    box-sizing: border-box!important;
    text-align: left;
  }

  .top_chart_container {
    width: 100%;
    max-width: 100vw;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }

  .top_chart {
    width: 100%;
    max-width: 100vw;
    margin-top: 10px;
  }


  .top_chart_text,
  .top_chart_var,
  .top_chart_number,
  .top_chart_source  {
    padding-left: 10px;
  }

  .top_chart_iframe {
    box-sizing: border-box!important;
    width: 100%;
  }


  .div_610,
  .div_text_610,
  .div_chart_610,
  .div_chart_full {
    max-width: 100vw;
  }

  .div_split_charts {
    max-width: 100vw;
    flex-direction: column;
  }

  .chart_300 {
    width: 100%;
  }

  .numbers_text_container {
    width: 100%;
    max-width: 100vw;
    flex-direction: column;
  }

  .europe_container {
    width: 100%;
    max-width: 100vw;
  }

  .number_big {
    font-size: 40px;
  }

  .section_img {
    padding-left: 0px;
  }

  .div_chart_610,
  .div_split_charts,
  .chart_300,
  .chart_title,
  .chart_legend,
  .chart_source,
  .numbers_text_container,
  .europe_container,
  .europe_box,
  .numbers_container,
  .numbers_box,
  .number_item,
  .number_month,
  .number_big,
  .number_percent,
  .top_chart,
  .top_chart_iframe {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .credits_container,
  .crediti_finali {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .crediti_finali {
    width: 100%;
    max-width: 100vw;
  }

  .crediti_finali h5 {
    margin: 40px 10px;
  }
}

/*----- RESPONSIVE TABLET -----------*/

@media screen and (min-width: 481px) and (max-width: 800px) {
  h1 {
    font-size: 50px;
  }

  article div {
    box-sizing: border-box!important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_img {
    width: 70px;
  }

  .title_div {
    margin-top: 130px;
  }

  .top_menu_container {
    display: none;
  }

  .sticky {
    max-width: 100vw;
  }

  .swiper-container {
    height: 50px;
  }

  .swiper-wrapper {
    left: 170px;
  }

  .section_title_container {
    max-width: 100vw;
    margin-top: 50px;
  }

  .section_title h2 {
    font-size: 40px;
  }

  .intro {
    max-width: 100vw;
    box-sizing: border-box!important;
  }

  .top_chart_container {
    width: 100%;
    max-width: 100vw;
  }

  .top_chart {
    width: 33%;
    margin-top: 10px;
  }

  .top_chart_text {
    font-size: 18px;
  }

  .top_chart_text,
  .top_chart_var,
  .top_chart_number,
  .top_chart_source  {
    padding-left: 10px;
  }

  /*   .mobile_row {
    flex-direction: row;
    align-items: baseline;
  } */

  .div_610,
  .div_text_610,
  .div_chart_610,
  .div_chart_full {
    max-width: 100vw;
  }

  .div_split_charts {
    max-width: 100vw;
  }

  .chart_300 {
    width: 50%;
  }

  .numbers_text_container {
    width: 100%;
    max-width: 100vw;
    flex-direction: column;
  }

  .europe_container {
    width: 100%;
    max-width: 100vw;
  }

  .number_big {
    font-size: 46px;
  }

  .section_img {
    padding-left: 0px;
  }

  .div_chart_610,
  .div_split_charts,
  .chart_300,
  .chart_title,
  .chart_legend,
  .chart_source,
  .numbers_text_container,
  .europe_container,
  .europe_box,
  .numbers_container,
  .numbers_box,
  .number_item,
  .number_month,
  .number_big,
  .number_percent,
  .top_chart,
  .top_chart_iframe {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .credits_container,
  .crediti_finali {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .crediti_finali {
    width: 100%;
    max-width: 100vw;
  }

  .crediti_finali h5 {
    margin: 40px 10px;
  }
}
