:root {
  --primary: #e81466;
  --primaryblue: #007bc4;
  --title1mobile: 38px;
  --title2mobile: 34px;
  --title3mobile: 28px;
  --title4mobile: 23px;
  --title5mobile: 20px;
  --title6mobile: 18px;
  --title1desktop: 72px;
  --title2desktop: 60px;
  --title3desktop: 48px;
  --title4desktop: 40px;
  --title5desktop: 27px;
  --title6desktop: 23px;
  --secondary: #01b966;
  --tertiary: #9ff05c;
  --malachite: #22de52;
  --toryblue: #0157b9;
  --acquamarine: #5cf0c4;
  --amethyst: #aa5bd4;
}

.w-layout-blockcontainer {
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.map {
  height: 300px;
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.graph {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 500px;
  min-height: 160px;
  overflow: hidden;
}
.graph::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  bottom: 24px;
  width: 30px;
  background-color: #fff;
  z-index: 2;
}
.flex {
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
}
.flex-end {
  justify-content: flex-end;
}
.flex + .flex {
  margin-top: 24px;
}
.item-graph {
  position: relative;
  position: relative;
  width: 200px;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}
.item-graph strong,
.item-graph span {
  position: relative;
  position: relative;
  background-color: #fff;
  padding: 4px 2px;
  z-index: 2;
}
.last-item-graph {
  margin-top: auto;
}

.u-line-bottom,
.u-line-left {
  position: relative;
}

.u-line-bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  width: 1px;
  height: 200px;
  background-color: grey;
}

.u-line-left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 270px;
  height: 1px;
  background-color: grey;
}
.graph-container h3 {
  color: #0c2d62 !important;
  margin-bottom: 24px !important;
}
.l-container {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  color: #0c2d62;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .topic-mobile-center {
    text-align: center;
  }
  .topic-mobile-center .header-topic {
    align-items: center;
  }
  .topic-mobile-center .text-paragraph-center {
    text-align: center !important;
  }
}

body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.l-container {
  display: block;
  flex-direction: row;
  width: 100%;
  max-width: 1440px;
  -o-object-fit: fill;
  object-fit: fill;
  padding-left: 60px;
  padding-right: 60px;
  aspect-ratio: auto;
}

.l-container.l-flex {
  display: flex;
}

.l-container.l-flex.u-flex-vertical {
  align-items: center;
  flex-flow: column;
  align-content: stretch;
}

.l-container.l-flex.u-flex-between {
  justify-content: flex-end;
  align-items: flex-end;
}

.button {
  background-color: #50ec38;
  font-family: Lato, sans-serif;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.section {
  display: block;
  flex-direction: row;
}

.c-hero {
  background-color: #b9e1ec;
  padding: 46px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.image {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 24px;
}

.paragraph {
  max-width: 60ch;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  transform: rotate(0);
}

.button-2 {
  background-color: #ec383b;
  border-radius: 4px;
  margin-top: 20px;
}

.body {
  border-radius: 3px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.heading {
  font-size: 56px;
  line-height: 60px;
  margin: 0;
}

.c-menu-item {
  font-size: 16px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
}

.c-menu-item.c-menu-item--button {
  color: #fff;
  background-image: linear-gradient(#fc0004, #fc0004);
  background-color: #fff;
  padding: 8px;
  border: 1px solid #fff;
  margin-left: 16px;
}

.navbar {
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.nav-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-content {
  padding-left: 0;
}

.navbar-3 .dropdown-button {
  display: none;
}

@media screen and (min-width: 992px) {
  .navbar-3 .dropdown-button {
    display: block;
    color: #1e1e1e;
    background-color: transparent;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-content {
    position: absolute;
    right: 0;
    display: none;
    min-width: 200px;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content li {
    padding-left: 0;
    list-style-type: none;
  }

  .dropdown-content a {
    display: block;
    width: 100%;
    padding-inline: 16px;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }
}

.container {
  position: static;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}

.container.container-topic {
  width: 100%;
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container.container-topic.container-reverse {
  flex-direction: row-reverse;
}

.container.double-text-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container.hero-container {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.l-flex.u-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.container-2 {
  display: grid;
  justify-content: start;
  align-items: start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template:
    "."
    / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
}

.heading-2 {
  margin-top: 16px;
}

.image-2 {
  aspect-ratio: 1 / 1;
}

.container-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
}

.paragraph-2 {
  color: var(--primary);
  border: 1px none var(--primary);
}

.c-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  background-color: #fdf2ea;
  padding-top: 48px;
  padding-bottom: 48px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.title {
  color: #303030;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.vectors-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  height: 50px;
  -o-object-fit: fill;
  object-fit: fill;
  overflow-wrap: normal;
}

.c-topic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
}

.c-topic__figure {
  -o-object-fit: cover;
  object-fit: cover;
}

.c-block-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 56px;
  padding-bottom: 160px;
}

.c-text-left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.c-text-left.l-container {
  padding-top: 136px;
  padding-bottom: 160px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.c-topic__content {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  height: auto;
  padding-left: 0;
}

.mockup-lead-1 {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 34px;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  background-color: var(--primaryblue);
  padding: 16px 32px;
  border-radius: 6px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-decoration: none;
}

.scopri-di-pi {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.title-0 {
  color: #1e1e1e;
  font-size: 40px;
  line-height: 125%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.title-0.c-topic__title {
  max-width: 41.65%;
  margin-top: 0;
  margin-bottom: 0;
}

.title-1 {
  color: var(--primaryblue);
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.c-block {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  padding: 140px 115px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.c-block.c-topic {
  align-items: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.c-block__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 1205px;
  height: 932px;
}

.c-block__container.l-container {
  height: auto;
}

.c-block__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 64px;
}

.t-lead2 {
  color: #386079;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 140%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.title-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 24px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.c-block__text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 32px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.mockup-lead-3 {
  color: #303030;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 160%;
  font-weight: 400;
}

.button-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 0 solid #007bc4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom-width: 2px;
  text-decoration: none;
}

.scopri-di-pi-2 {
  color: #007bc4;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.vectors-wrapper-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-17 {
  -o-object-fit: cover;
  object-fit: cover;
}

.title-5 {
  color: #1e1e1e;
  text-align: center;
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
}

.title-6 {
  color: #007bc4;
  text-align: center;
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
}

.section-tiles {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 80px;
}

.section-tiles.section-blue {
  background-color: var(--primaryblue);
}

.container-section {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.block-decoration {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 687px;
}

.lead {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 20;
  padding-bottom: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.mockup-lead-4 {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 140%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.mockup-lead-4.lead-white {
  color: #fff;
}

.title-section {
  margin-top: 0;
}

.pragraph {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.paragraph-section {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 160%;
  font-weight: 400;
}

.paragraph-section.text-white {
  color: #fff;
}

.tiles {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 56px 0 80px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.tile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  line-height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.tile-picture {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 13px;
  aspect-ratio: auto;
}

.tile-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.tile-title {
  color: #303030;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin-top: 0;
}

.tile-title.title-white {
  color: #fff;
}

.tile-text {
  color: #747272;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

.tile-text.text-white {
  color: #fff;
}

.c-picture-2 {
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #002b44;
  border-radius: 24px;
}

.title-8 {
  color: #303030;
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
}

.title-8.title-white {
  color: #fff;
}

.title-9 {
  color: #386079;
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
}

.title-10 {
  color: #386079;
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
}

.title-10.title-blu-light {
  color: #6ce5e8;
}

.c-block-paragrafo-full-height {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  background-color: #fff;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.c-picture {
  max-width: 40%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-text-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}

.c-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 60px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.mockup-paragraph {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
}

.title-12 {
  color: #303030;
  font-size: 40px;
  line-height: 130%;
  font-weight: 400;
}

.title-13 {
  color: #007bc4;
  font-size: 40px;
  line-height: 130%;
  font-weight: 400;
}

.title-14 {
  color: #007bc4;
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
}

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 10px;
  background-color: #ff0101;
  z-index: 9999;
  transform-origin: 0%;
}

.navbar-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 10px;
}

.c-block-double-column-text-sx-v2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  background-color: #fff;
  padding-bottom: 170px;
}

.frame-1023 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
}

.background-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.dicitura {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  padding: 16px 32px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-2 {
  color: #2e2e2e;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.c-block-text-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.c-text-left-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1208px;
  padding-top: 140px;
}

.frame-1021 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.lead-2 {
  color: #0c2d62;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.045em;
}

.title-15 {
  color: #747272;
  font-size: 48px;
  line-height: 125%;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.mockup-paragraph-2 {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}

.topic {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding-block: 160px;
}

.topic.topic-reverse {
  display: block;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  max-width: 100%;
}

.topic.padding-top-0 {
  max-width: 100%;
  padding-top: 0;
}

.containe {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 330px;
  padding-left: 116px;
  padding-right: 116px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.header-topic {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}

.header-topic.header-topic-reverse {
  align-items: flex-end;
}

.c-block__lead {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 auto;
  padding-bottom: 12px;
}

.lead-text {
  color: #747272;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.045em;
}

.lead-text.lead-topic {
  color: #747272;
  margin-bottom: 12px;
  text-indent: 1px;
}

.lead-text.lead-topic--alternate {
  margin-top: 12px;
}

.title2 {
  color: #0c2d62;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  line-height: 118%;
  font-weight: 300;
}

.title2.title-small {
  text-indent: 0.96px;
}

.title2.title-right {
  text-align: right;
}

.frame-1020 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.text-double-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.paragraph-0 {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
}

.paragraph-1 {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

.paragraph-4 {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
}

.text-paragraph {
  width: 50%;
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.text-paragraph.text-paragraph-small {
  font-size: 14px;
}

.text-paragraph.text-paragraph-right {
  text-align: right;
}

.picture {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
}

.picture.picture-left {
  align-items: flex-start;
}

.picture-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.dicitura-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  padding: 16px 32px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.figcaption {
  color: #2e2e2e;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0 32px;
  margin-top: 16px;
}

.figcaption.figcaption-left {
  position: static;
  order: 0;
  text-align: left;
  outline: 3px #2e2e2e;
  clear: none;
  outline-offset: 0px;
  align-self: auto;
}

.frame-1025 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.background-image-2 {
  -o-object-fit: cover;
  object-fit: cover;
}

.figcaption-left {
  color: #2e2e2e;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.figcaption-left.figcaption {
  font-weight: 400;
}

.double-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 56px;
}

.double-text.padding-top-0 {
  padding-top: 0;
}

.text-3-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1208px;
  grid-column-gap: 136px;
  grid-row-gap: 136px;
}

.item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.title3 {
  color: #747272;
  text-align: center;
  font-size: 32px;
  line-height: 140%;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.title3.title-item {
  font-family: "Roboto", sans-serif;
}

.text-4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.mockup-paragraph-small {
  color: #303030;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

.text-item {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.link {
  color: #0c2d62;
  font-weight: 600;
  text-decoration: none;
}

.footer {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 48px;
  background-color: #e0e0e0;
  padding-block: 18px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.footer .container {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  font-size: 12px;
}

.footer .container > div {
  width: auto;
}

.footer a {
  color: #0c2d62;
  text-decoration: none;
}

.footer .button-4 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  padding: 8px 16px;
}

.font-trapstudio-paragraph-small {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
}

.text-5 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 988px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.menu-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
}

.mockup-paragraph-small-2 {
  color: #1e1e1e;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

.button-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  background-color: #0c2d62;
  padding: 16px 32px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-decoration: none;
}

.button-4.nav-link {
  order: 1;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 12px;
  align-self: center;
}

.button-4.nav-link:hover {
  background-color: #062454;
}

.scopri-di-pi-3 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.navbar-3 {
  position: fixed;
  top: 16px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 1440px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 440px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.hero-image {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-hero {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  line-height: 110%;
  font-weight: 400;
  margin-top: 115px;
  margin-bottom: 60px;
  z-index: 3;
}

.hero-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 2;
}

.text-hero {
  position: absolute;
  right: 32px;
  bottom: -32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  margin-top: 35px;
  z-index: 3;
}

.nav-link {
  color: #1e1e1e;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

.nav-link:hover {
  color: #062454;
}

.nav-link.w--current {
  color: #0c2d62;
}

.nav-menu-2 {
  display: flex;
  align-items: center;
  order: 0;
}

.brand {
  flex: 0 auto;
  order: -1;
  align-self: center;
}

.logo {
  display: block;
  max-height: 60px;
  margin-left: auto;
  margin-right: 0;
  float: none;
  clear: none;
}

.navigation {
  display: flex;
  order: 1;
  align-self: auto;
}

@media screen and (max-width: 600px) {
  .graph {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .l-flex {
    margin-top: 42px;
  }
  .graph {
    margin-inline: auto;
  }
  .graph-container + .graph-container {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .l-flex {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 60px;
  }

  .footer .container,
  .footer-links {
    flex-direction: row;
  }
}

@media screen and (min-width: 1440px) {
  .logo {
    width: 178px;
  }
  .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
    max-width: 1440px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .container.container-topic {
    width: 100%;
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .container.double-text-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 136px;
    grid-row-gap: 136px;
  }

  .container.navbar-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    padding-left: 60px;
    aspect-ratio: auto;
  }

  .container.hero-container {
    display: block;
    padding-left: 60px;
    padding-right: 60px;
  }

  .title2.title-right,
  .text-paragraph.text-paragraph-right {
    text-align: right;
  }

  .picture-image {
    width: 100%;
    max-width: 100%;
  }

  .title3.title-item {
    margin-bottom: 0;
  }

  .link {
    color: #0c2d62;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
  }

  .map {
    height: 600px;
  }
  .map iframe {
    width: 100%;
    height: 100%;
  }

  .footer {
    display: flex;
    max-width: 100%;
    text-align: center;
  }

  .font-trapstudio-paragraph-small {
    display: block;
    width: 100%;
    text-align: center;
  }

  .nav {
    justify-content: space-between;
    align-items: center;
  }

  .button-4.nav-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .scopri-di-pi-3 {
    font-size: 16px;
  }

  .navbar-3 {
    left: 60px;
    right: 60px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 16px;
    flex-flow: row;
  }

  .hero {
    position: relative;
    min-height: 440px;
    padding-top: 110px;
  }

  .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nav-link {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link.w--current {
    font-size: 16px;
  }

  .nav-menu-2 {
    display: flex;
  }
  .graph {
    min-height: 240px;
  }

  .graph-container h3 {
    font-size: 24px;
  }
  .item-graph {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container.container-topic {
    padding-left: 30px;
    padding-right: 30px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container.double-text-container,
  .container.hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
  }

  .c-text-left.l-container {
    padding: 60px 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mockup-lead-1 {
    font-size: 20px;
  }

  .title-0.c-topic__title {
    font-size: 30px;
    margin-top: 0;
  }

  .c-block.c-topic {
    padding-left: 0;
    padding-right: 0;
  }

  .c-block__container {
    max-width: 100%;
    height: auto;
  }

  .c-block__content {
    padding-left: 0;
    padding-right: 0;
  }

  .topic {
    padding-top: 130px;
    padding-bottom: 80px;
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
  }

  .lead-text.lead-topic {
    font-size: 18px;
  }

  .title2 {
    font-size: 30px;
  }

  .text-paragraph {
    font-size: 16px;
  }

  .title3.title-item {
    font-size: 28px;
    line-height: 120%;
  }

  .button-4.nav-link {
    justify-content: flex-end;
    order: 1;
  }

  .navbar-3 {
    left: 30px;
    right: 30px;
    padding: 8px 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .hero {
    min-height: 390px;
    padding-top: 60px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu-2 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .menu-button {
    flex: 0 auto;
    order: 1;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brand {
    order: -1;
    padding-left: 0;
    align-self: center;
  }

  .logo {
    display: block;
    min-width: 120px;
  }

  .icon {
    color: #303030;
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    justify-content: flex-end;
    order: 1;
    width: 100%;
  }
}

.navbar-big .nav-menu-2 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-big .menu-button {
  flex: 0 auto;
  order: 1;
  padding-right: 0;
}

.navbar-big .menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-big .brand {
  order: -1;
  padding-left: 0;
  align-self: center;
}

.navbar-big .logo {
  display: block;
  min-width: 120px;
}

.navbar-big .icon {
  color: #303030;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-big .navigation {
  justify-content: flex-end;
  order: 1;
  width: 100%;
}
.navbar-big .nav-link {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .container.container-topic {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container.container-topic.container-reverse {
    flex-direction: column;
  }

  .container.double-text-container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-text-left {
    align-items: center;
    flex-direction: column;
  }

  .c-topic__content,
  .title-0.c-topic__title {
    max-width: 100%;
  }

  .title-5 {
    font-size: 50px;
  }

  .tiles {
    display: block;
  }

  .c-block-paragrafo-full-height {
    flex-direction: column;
  }

  .c-picture {
    max-width: 100%;
  }

  .c-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-topic {
    width: 100%;
  }

  .header-topic.header-topic-reverse {
    align-items: flex-start;
  }

  .lead-text.lead-topic.lead-blue {
    margin-bottom: 8px;
  }

  .title2 {
    width: 100%;
    font-size: 28px;
    line-height: 125%;
  }

  .title2.title-right {
    text-align: left;
  }

  .text-paragraph {
    width: 100%;
    font-size: 16px;
  }

  .picture-image {
    max-height: 400px;
    min-height: 0;
  }

  .figcaption {
    padding-left: 20px;
    padding-right: 20px;
  }

  .double-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .font-trapstudio-paragraph-small {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
  }

  .navbar-3 {
    left: 20px;
    right: 20px;
  }

  .hero {
    min-height: 350px;
  }

  .title-hero {
    font-size: 48px;
  }

  .nav-menu-2 {
    order: 0;
  }

  .logo {
    min-width: 120px;
  }

  .navigation {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .l-container,
  .l-container.l-flex.u-flex-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
  }

  .container.container-topic {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-2 {
    grid-template-columns: 1fr;
  }

  .vectors-wrapper {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .c-text-left.l-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-topic__content {
    height: auto;
  }

  .mockup-lead-1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .c-block.c-topic {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mockup-lead-3 {
    font-size: 16px;
  }

  .title-5 {
    font-size: 25px;
    line-height: 120%;
  }

  .title-6 {
    font-size: 25px;
  }

  .block-decoration {
    display: none;
  }

  .content-text {
    padding-top: 0;
  }

  .title-8,
  .title-9,
  .title-10 {
    font-size: 25px;
  }

  .lead-text.lead-topic {
    font-size: 16px;
  }

  .lead-text.lead-topic.lead-blue {
    margin-bottom: 8px;
  }

  .title2 {
    font-size: 24px;
  }

  .figcaption,
  .figcaption-left.figcaption {
    padding-right: 20px;
  }

  .footer {
    height: auto;
  }

  .button-4.nav-link {
    font-size: 12px;
    padding: 8px;
  }

  .scopri-di-pi-3 {
    font-size: 12px;
  }

  .navbar-3 {
    top: 20px;
  }

  .hero {
    min-height: 310px;
    padding-top: 30px;
  }

  .title-hero {
    font-size: 32px;
  }

  .brand {
    display: block;
    text-align: left;
    align-self: center;
  }

  .logo {
    min-width: 80px;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
