/*
! tailwindcss v3.0.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: "Poppins", sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
  color: #00013a;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  --tw-text-opacity: 1;
  color: #00013a;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.z-50 {
  z-index: 50;
}

.z-0 {
  z-index: 0;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.ml-0 {
  margin-left: 0px;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-20 {
  height: 5rem;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-24 {
  width: 6rem;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-56 {
  width: 14rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-12 {
  width: 3rem;
}

.w-72 {
  width: 18rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: #007dc5;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.bg-seagreen-300 {
  --tw-bg-opacity: 1;
  background-color: #00013a;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: #007dc5;
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: #f2f2f2;
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: #4d4d4d;
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 248 215 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: #00aeef;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.to-gray-200 {
  --tw-gradient-to: #f2f2f2;
}

.fill-gray-100 {
  fill: #cccccc;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.text-center {
  text-align: center;
}

.text-4xl {
  font-size: 2.55rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-5xl {
  font-size: 3.7rem;
  line-height: 1;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.75rem;
  line-height: 2.1rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-seagreen-300 {
  --tw-text-opacity: 1;
  color: #00013a;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: #007dc5;
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: #00aeef;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(71 82 87 / var(--tw-text-opacity));
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

html,
body {
  font-family: "Poppins", sans-serif;
}

.publish {
  --tw-text-opacity: 1;
  color: #00013a;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 82 87 / var(--tw-ring-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: #007dc5;
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: #007dc5;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:bg-seagreen-300:active {
  --tw-bg-opacity: 1;
  background-color: #00013a;
  border-color: #00013a;
}

.active\:text-seagreen-100:active {
  --tw-text-opacity: 1;
  color: rgb(153 179 171 / var(--tw-text-opacity));
}

.group:hover .group-hover\:stroke-green-300 {
  stroke: #006f1e;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.index-info {
  max-width: 100%;
}
.responsibility-boxs {
  max-width: 1040px;
  margin: 0 auto;
}
.responsibility-icon {
  position: relative;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
}

.hover\:shadow-xl:hover .hover-img {
  opacity: 1;
  transition: all 0.5s;
}
.imprese-info {
  max-width: 420px;
}
.rapporto-section {
  background: #007dc5;
  padding: 80px 0;
}
.max-340 {
  max-width: 340px;
}
.box-width {
  max-width: 350px;
  margin: 0 auto;
}
.color-gray {
  color: #4d4d4d;
}
.responsibility-boxs .group.p-8 {
  height: 100%;
}
@media (min-width: 768px) {
  .rapporto-section-box {
    margin: 2rem 0rem 0 18rem;
  }
  .border-white {
    border-right: 1px solid #fff;
    padding-right: 60px;
  }
  .main-timeline {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-box {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .timeline-box h3 {
    color: #9999b0;
  }
  .timeline-box.active {
    opacity: 1;
  }
  .timeline-box span {
    display: block;
    width: 30px;
    height: 30px;
    background: #9999b0;
    border-radius: 100%;
    margin: auto auto 0;
    position: relative;
    z-index: 1;
  }
  .timeline-box h3 {
    margin-bottom: 20px;
  }
  .timeline-box span:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 230px;
    left: 0;
    background: #9999b0;
    height: 1px;
    z-index: -1;
  }
  .timeline-box.active h3 {
    color: #00013a;
  }
  .timeline-box.active span,
  .timeline-box.active span::after {
    background-color: #00013a;
  }
}
.rapporto-section-box {
  max-width: 960px;
  margin: 2rem auto;
}
@media only screen and (max-width: 900px) {
  .main-timeline {
    position: relative;
  }

  .main-timeline::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #00402e;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1000px) {
  .w-2\/3.flex.justify-end.mobile-none {
    display: none;
  }

  .flex.flex-wrap.footer-mobile {
    justify-content: center;
  }
  .index-order {
    order: 1;
  }
  div#nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #f2f2f2;
    width: 100%;
    height: 100%;
    padding: 90px 15px 15px;
    transform: translateX(100%);
    transition: all 0.5s;
    z-index: 999;
  }

  div#nav-menu ul {
    display: block;
    text-align: center;
  }

  div#nav-menu li.ml-8 {
    margin: 0 0 20px 0;
  }

  div#logo {
    position: relative;
    z-index: 9999;
  }

  button.nav-icon {
    position: relative;
    z-index: 9999;
    width: 30px;
    height: 30px;
    padding: 0;
  }

  button.nav-icon span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #000;
    transition: all 0.5s;
    left: 0;
  }

  button.nav-icon span::after {
    content: "";
    position: absolute;
    top: -8px;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    transition: all 0.5s;
  }

  button.nav-icon span::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    transition: all 0.5s;
  }

  html.show .nav-icon span {
    background: #0000;
  }

  html.show .nav-icon span::after {
    transform: rotate(45deg);
    transition: all 0.5s;
    top: 0;
  }

  html.show .nav-icon span::before {
    transform: rotate(-45deg);
    bottom: 0;
    transition: all 0.5s;
  }

  html.show div#nav-menu {
    transition: all 0.5s;
    transform: translateX(0);
  }
}
.timeline-box:nth-last-child(1) span:after {
  display: none;
}
input#email {
  border: none !important;
}
.d-block {
  display: block;
  margin-top: 5px;
}
.error-message {
  color: red;
}
div#logo a {
  display: block;
}

div#logo {
  max-width: 230px;
  display: block;
  width: 100%;
}
header {
  box-shadow: 0 1px 5px hsl(0deg 0% 0% / 33%);
}

header .container {
  align-items: center;
}
.topbar .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.topbar ul,
.f-logo,
#report-section {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.topbar a {
  font-size: 18px;
  color: #00013a;
  font-weight: 700;
  text-transform: uppercase;
  margin: 11px 0;
}

.topbar ul li a,
.f-logo li a,
#report-section li a {
  display: block;
  width: 100%;
  margin: 0;
  max-width: 300px;
  padding: 20px 0;
}

.topbar ul li:nth-last-child(1) a,
.f-logo li:nth-last-child(1) a {
  /*max-width: 190px;*/
  margin-left: 20px;
}

.topbar ul li a img,
.f-logo li a img,
#report-section li a img {
  width: 100%;
  height: 100%;
}

.topbar {
  background: #f7f7f7;
}
.programma-text {
  color: #24ac8c;
}
.home-text {
  max-width: 460px;
  margin-bottom: 40px;
}

.btn-blue {
  display: flex;
  background: #007dc5;
  border-color: #007dc5;
  color: #fff;
  width: max-content;
  align-items: center;
}

.btn-blue span {
  display: block;
  width: 15px;
  margin-left: 25px;
}

.btn-blue:hover {
  background: #24ac8c;
  color: #fff;
  border-color: #24ac8c;
}
.mr-auto {
  margin-right: auto;
}
.footer-mobile {
  margin-bottom: 40px;
}

.footer-mobile .text-seagreen-300 {
  color: #007dc5;
  font-weight: 600;
}
.mail-link {
  color: #007dc5;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-top: 40px;
}
.email-ico {
  max-width: 54px;
  display: block;
  width: 100%;
  margin: 0 auto 60px;
}
.btn-border-blue {
  border-color: #007dc5;
  color: #007dc5;
}
.btn-border-blue:hover {
  background-color: #007dc5;
}
.mb-2 {
  margin-bottom: 20px;
}
#access h2 {
  margin-bottom: 60px;
}
.mb-1 {
  margin-bottom: 10px;
}
.p-3 {
  padding: 15px 20px;
}
.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}
.color-blue {
  color: #00013a;
}
.w-50 {
  width: 50%;
}
.w-40 {
  width: 40%;
}
#cost h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#cost h3::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

#cost .bg-green-300 h3::after {
  background: #007dc5;
}

#cost .bg-blue-200 h3::after {
  background: #00aeef;
}

#cost .bg-seagreen-300 h3::after {
  background: #00013a;
}
#report-section h6 {
  color: #00013a;
  font-size: 18px;
  font-weight: 700;
  max-width: 370px;
  text-align: center;
  margin: 30px auto 50px;
}

#report-section ul {
  display: flex;
  align-items: center;
}

section#report-section {
  padding: 80px 0 20px;
}

.mb-5 {
  margin-bottom: 50px;
}
.w-100 {
  width: 100%;
}
.text-dblue {
  color: #007dc5;
}
.rapporto-section h2,
.rapporto-section p,
.rapporto-section span {
  color: #fff;
}
.index-service {
  background-color: #f7f7f7;
  position: relative;
}
.text-dark-blue {
  color: #0b486a;
}
.text-light-blue {
  color: #0e8693;
}
.text-green {
  color: #9ea71e;
}
.text-blue {
  color: #24ac8c;
  font-weight: 500;
}
.index-service::after {
  content: "";
  background-image: url("../img/line.png");
  width: 100%;
  height: 5px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.document-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.document-bg h1 {
  margin-bottom: 24px;
}

.document-bg p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.categoria-wrap {
  flex-wrap: nowrap;
}
@media (max-width: 1300px) {
  .categoria-wrap {
    flex-wrap: wrap;
  }
}
.topbar a.accedi-btn {
  background-color: #00013a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4rem;
  transition: all 0.5s;
    margin-right:10px
}
.topbar a.accedi-btn:hover {
  background: #007dc5;
}

.bg-rapporto .bg-green-300 {
  background: #004a80;
}

.bg-rapporto .bg-green-300 h3::after {
  background: #004a80 !important;
}

.bg-rapporto .text-green-300 strong {
  color: #004a80;
}
.second-card .text-green-300 strong {
  color: #007dc5;
}
.first-card .text-blue-200 strong,
.first-card .text-blue-200 {
  color: #00aeef;
}
.first-card .border-gray-100 .color-gray strong {
  color: #808080;
}
a.btn-top-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
cursor: pointer;}

.mr-10 {
	margin-right: 10px !important;
}
