/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base--line-height: 1.6;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-blu: #005D88;
    --color-grigio: #9A9B9F;
    --color-grigios: #707070;
    --spacing-3vw: 3vw;
    --spacing-5vw: 5vw;
    --spacing-7vw: 7vw;
    --spacing-11vw: 11vw;
    --text-h1: 2.5rem;
    --text-h1--line-height: 1.2;
    --text-h1--font-weight: 600;
    --text-h2: 2rem;
    --text-h2--line-height: 1.2;
    --text-h2--font-weight: 600;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-7vw {
    right: var(--spacing-7vw);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .container {
    width: 100%;
    @media (width >= 991px) {
      max-width: 991px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mt-28 {
    margin-top: calc(var(--spacing) * 28);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-35 {
    margin-top: calc(var(--spacing) * 35);
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[53vh\] {
    height: 53vh;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[100vw\] {
    height: 100vw;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[150px\] {
    max-height: 150px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-\[21px\] {
    width: 21px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-30 {
    max-width: calc(var(--spacing) * 30);
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-skew-x-24 {
    --tw-skew-x: skewX(calc(24deg * -1));
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-\[\#707070\] {
    border-color: #707070;
  }
  .border-blu {
    border-color: var(--color-blu);
  }
  .border-grigios {
    border-color: var(--color-grigios);
  }
  .border-r-grigios {
    border-right-color: var(--color-grigios);
  }
  .bg-\[\#E8E8E8\] {
    background-color: #E8E8E8;
  }
  .bg-blu {
    background-color: var(--color-blu);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\!bg-cover {
    background-size: cover !important;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[120\%\] {
    background-size: 120%;
  }
  .\!bg-right {
    background-position: right !important;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7vw {
    padding-inline: var(--spacing-7vw);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-11vw {
    padding-inline: var(--spacing-11vw);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-26 {
    padding-block: calc(var(--spacing) * 26);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-25 {
    padding-top: calc(var(--spacing) * 25);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pr-7vw {
    padding-right: var(--spacing-7vw);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-11 {
    padding-right: calc(var(--spacing) * 11);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-30 {
    padding-bottom: calc(var(--spacing) * 30);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pl-7vw {
    padding-left: var(--spacing-7vw);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .\!text-4xl {
    font-size: var(--text-4xl) !important;
    line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blu {
    color: var(--color-blu);
  }
  .text-grigios {
    color: var(--color-grigios);
  }
  .text-white {
    color: var(--color-white);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\*\:mb-4 {
    :is(& > *) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\*\:text-blu {
    :is(& > *) {
      color: var(--color-blu);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:right-0 {
    &::before {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:h-\[60\%\] {
    &::before {
      content: var(--tw-content);
      height: 60%;
    }
  }
  .before\:h-\[80\%\] {
    &::before {
      content: var(--tw-content);
      height: 80%;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-cover {
    &::before {
      content: var(--tw-content);
      background-size: cover;
    }
  }
  .before\:bg-top {
    &::before {
      content: var(--tw-content);
      background-position: top;
    }
  }
  .first\:mb-0 {
    &:first-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .first\:pl-0 {
    &:first-child {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .first\:text-left {
    &:first-child {
      text-align: left;
    }
  }
  .\*\:first\:mb-4 {
    :is(& > *) {
      &:first-child {
        margin-bottom: calc(var(--spacing) * 4);
      }
    }
  }
  .last\:border-r-0 {
    &:last-child {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .last\:text-right {
    &:last-child {
      text-align: right;
    }
  }
  .only\:text-left {
    &:only-child {
      text-align: left;
    }
  }
  .hover\:bg-blu {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blu);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .max-lg\:hidden {
    @media (width < 991px) {
      display: none;
    }
  }
  .max-lg\:overflow-hidden {
    @media (width < 991px) {
      overflow: hidden;
    }
  }
  .max-lg\:bg-white {
    @media (width < 991px) {
      background-color: var(--color-white);
    }
  }
  .max-md\:mx-auto {
    @media (width < 48rem) {
      margin-inline: auto;
    }
  }
  .max-md\:mt-4 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mt-8 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .max-md\:mt-10 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:mb-6 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-md\:ml-\[33\.3333\%\] {
    @media (width < 48rem) {
      margin-left: 33.3333%;
    }
  }
  .max-md\:flex {
    @media (width < 48rem) {
      display: flex;
    }
  }
  .max-md\:h-\[90vw\] {
    @media (width < 48rem) {
      height: 90vw;
    }
  }
  .max-md\:w-3\/4 {
    @media (width < 48rem) {
      width: calc(3/4 * 100%);
    }
  }
  .max-md\:flex-col-reverse {
    @media (width < 48rem) {
      flex-direction: column-reverse;
    }
  }
  .max-md\:flex-wrap {
    @media (width < 48rem) {
      flex-wrap: wrap;
    }
  }
  .max-md\:justify-between {
    @media (width < 48rem) {
      justify-content: space-between;
    }
  }
  .max-md\:bg-contain {
    @media (width < 48rem) {
      background-size: contain;
    }
  }
  .max-md\:bg-top {
    @media (width < 48rem) {
      background-position: top;
    }
  }
  .max-md\:px-5vw {
    @media (width < 48rem) {
      padding-inline: var(--spacing-5vw);
    }
  }
  .max-md\:px-7vw {
    @media (width < 48rem) {
      padding-inline: var(--spacing-7vw);
    }
  }
  .max-md\:pt-10 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:pr-5vw {
    @media (width < 48rem) {
      padding-right: var(--spacing-5vw);
    }
  }
  .max-md\:pb-10 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-md\:pb-15 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 15);
    }
  }
  .max-md\:pl-7vw {
    @media (width < 48rem) {
      padding-left: var(--spacing-7vw);
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-md\:before\:mx-auto {
    @media (width < 48rem) {
      &::before {
        content: var(--tw-content);
        margin-inline: auto;
      }
    }
  }
  .max-md\:before\:block {
    @media (width < 48rem) {
      &::before {
        content: var(--tw-content);
        display: block;
      }
    }
  }
  .max-md\:before\:w-10 {
    @media (width < 48rem) {
      &::before {
        content: var(--tw-content);
        width: calc(var(--spacing) * 10);
      }
    }
  }
  .max-md\:before\:border-t {
    @media (width < 48rem) {
      &::before {
        content: var(--tw-content);
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
    }
  }
  .max-md\:before\:pb-6 {
    @media (width < 48rem) {
      &::before {
        content: var(--tw-content);
        padding-bottom: calc(var(--spacing) * 6);
      }
    }
  }
  .max-md\:only\:w-1\/2 {
    @media (width < 48rem) {
      &:only-child {
        width: calc(1/2 * 100%);
      }
    }
  }
  .lg\:right-3vw {
    @media (width >= 991px) {
      right: var(--spacing-3vw);
    }
  }
  .lg\:mt-40 {
    @media (width >= 991px) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .lg\:flex {
    @media (width >= 991px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 991px) {
      display: none;
    }
  }
  .lg\:\!w-1\/2 {
    @media (width >= 991px) {
      width: calc(1/2 * 100%) !important;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 991px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 991px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 991px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:justify-normal {
    @media (width >= 991px) {
      justify-content: normal;
    }
  }
  .lg\:gap-16 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-25 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 25);
    }
  }
  .lg\:\!px-16 {
    @media (width >= 991px) {
      padding-inline: calc(var(--spacing) * 16) !important;
    }
  }
  .lg\:px-3vw {
    @media (width >= 991px) {
      padding-inline: var(--spacing-3vw);
    }
  }
  .lg\:px-6 {
    @media (width >= 991px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-\[14\.4vw\] {
    @media (width >= 991px) {
      padding-inline: 14.4vw;
    }
  }
  .lg\:pr-16 {
    @media (width >= 991px) {
      padding-right: calc(var(--spacing) * 16);
    }
  }
  .lg\:\!pl-7vw {
    @media (width >= 991px) {
      padding-left: var(--spacing-7vw) !important;
    }
  }
  .lg\:pl-\[14\.4\%\] {
    @media (width >= 991px) {
      padding-left: 14.4%;
    }
  }
  .md\:mt-30 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[68vh\] {
    @media (width >= 48rem) {
      height: 68vh;
    }
  }
  .md\:h-\[85vh\] {
    @media (width >= 48rem) {
      height: 85vh;
    }
  }
  .md\:h-\[86vh\] {
    @media (width >= 48rem) {
      height: 86vh;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:min-h-\[72\.6vh\] {
    @media (width >= 48rem) {
      min-height: 72.6vh;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 48rem) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 48rem) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 48rem) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-5\/12 {
    @media (width >= 48rem) {
      width: calc(5/12 * 100%);
    }
  }
  .md\:w-7\/12 {
    @media (width >= 48rem) {
      width: calc(7/12 * 100%);
    }
  }
  .md\:w-11\/12 {
    @media (width >= 48rem) {
      width: calc(11/12 * 100%);
    }
  }
  .md\:w-\[150px\] {
    @media (width >= 48rem) {
      width: 150px;
    }
  }
  .md\:max-w-\[250px\] {
    @media (width >= 48rem) {
      max-width: 250px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:border-r {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:border-l {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:px-2 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-7vw {
    @media (width >= 48rem) {
      padding-inline: var(--spacing-7vw);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:py-30 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .md\:py-50 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 50);
    }
  }
  .md\:pr-6 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .md\:pr-7vw {
    @media (width >= 48rem) {
      padding-right: var(--spacing-7vw);
    }
  }
  .md\:pl-\[14\.4vw\] {
    @media (width >= 48rem) {
      padding-left: 14.4vw;
    }
  }
  .md\:\*\:text-center {
    @media (width >= 48rem) {
      :is(& > *) {
        text-align: center;
      }
    }
  }
  .md\:\*\:text-2xl {
    @media (width >= 48rem) {
      :is(& > *) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }
  }
  .before\:md\:w-3\/4 {
    &::before {
      content: var(--tw-content);
      @media (width >= 48rem) {
        width: calc(3/4 * 100%);
      }
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
body {
  color: var(--color-grigio);
}
p {
  line-height: var(--text-base--line-height);
}
h1,h2,h3,h4 {
  color: var(--color-blu);
  font-family: "Merriweather", serif;
}
h1 {
  font-size: var(--text-h1);
  line-height: var(--text-h1--line-height);
  font-weight: var(--text-h1--font-weight);
  margin-bottom: 2rem;
}
h2 {
  font-size: var(--text-h2);
  line-height: var(--text-h2--line-height);
  font-weight: var(--text-h2--font-weight);
}
.a-settore:hover:before {
  background-color: #fff;
}
.a-settore:hover:after {
  background: var(--color-blu);
}
.a-settore:hover span {
  background: var(--color-grigios);
  color: #fff;
}
.linea {
  border-bottom: 1px solid var(--color-blu);
  position: relative;
}
.linea:before,.a-settore:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-color: var(--color-blu);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translatey(-50%);
  z-index: 1;
}
.linea:after,.a-settore:after {
  content: '';
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--color-blu);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translatey(-50%) translatex(-25%);
}
.a-settore span {
  text-align: center;
  padding-right: 1.5rem !important;
  display: inline-block;
}
.a-settore:before,.a-settore:after {
  top: 50%;
  transition: all .3s ease;
}
.mobile-menu {
  background: url(/wp-content/uploads/2025/08/box-sfumato-grigio.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width:991px) {
  #menu-menu-principale > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: justify-between;
  }
  #menu-menu-principale > li > ul {
    padding: 0 7vw;
    display: flex;
    align-items: start;
    opacity: 0;
    transition: all .3s ease;
    flex-wrap: wrap;
    width: calc(100% - 170px);
  }
  #menu-menu-principale a {
    transition: all .3s ease;
  }
  #menu-menu-principale a:hover {
    color: var(--color-blu);
  }
  #menu-menu-principale > li:hover > ul {
    opacity: 1;
  }
  #menu-menu-principale > li > ul > li {
    font-size: 1.5rem;
  }
  #menu-menu-principale > li > ul > li:not(:last-child) {
    margin-right: 2rem;
  }
  .main-menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: var(--color-grigios);
  }
  #menu-menu-principale > li > a {
    font-size: 2rem;
    color: var(--color-grigios);
  }
}
@media (max-width:990px) {
  .menu-item {
    font-size: 2rem;
  }
  .menu > .menu-item > .sub-menu .menu-item {
    font-size: 1rem;
    padding-left: 1rem;
  }
  .menu > .menu-item > .sub-menu {
    margin-top: 1rem;
  }
  .menu-item > a {
    color: var(--color-grigios);
  }
}
.text,.loghi,.linea,.puntino {
  opacity: 0;
}
.cerchi-container,.cerchi,.cerchio-blu,.text-container {
  transform: scale(0);
  transform-origin: 50% 60%;
  transition: all .6s cubic-bezier(.17,.67,.18,1.33);
}
.attiva {
  transform: scale(1);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
