/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "MediolanumSans", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-cyan-600: oklch(60.9% 0.126 221.723);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-xl: 36rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-headline: "MediolanumHeadline", "MediolanumSans", system-ui, serif;
    --color-brand: #192D6E;
    --color-brand-light: #0054BE;
    --color-brand-variant: #1E96D7;
    --color-brand-green: #07e591;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .\!static {
    position: static !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .-top-\[2px\] {
    top: calc(2px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[5\.625rem\] {
    top: 5.625rem;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[1\.8rem\] {
    right: 1.8rem;
  }
  .-bottom-\[13px\] {
    bottom: calc(13px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .-left-\[13px\] {
    left: calc(13px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .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-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .text-gradient-brand {
    display: inline-block;
    background-image: linear-gradient(100deg, #192D6E 23.55%, #1E96D7 62.8%, #69BA78 88.96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[1005\/1275\] {
    aspect-ratio: 1005/1275;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .w-5\/12 {
    width: calc(5 / 12 * 100%);
  }
  .w-7\/12 {
    width: calc(7 / 12 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[116px\] {
    width: 116px;
  }
  .w-\[124px\] {
    width: 124px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[175px\] {
    width: 175px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[600px\] {
    max-width: 600px !important;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[19\.0625rem\] {
    max-width: 19.0625rem;
  }
  .max-w-\[21rem\] {
    max-width: 21rem;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[14px\] {
    min-width: 14px;
  }
  .min-w-\[40px\] {
    min-width: 40px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[240px\] {
    min-width: 240px;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-right {
    transform-origin: 100%;
  }
  .scale-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .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-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-bl-\[2\.375rem\] {
    border-bottom-left-radius: 2.375rem;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#b6b7b8\] {
    border-color: #b6b7b8;
  }
  .border-\[\#d9d9d9\] {
    border-color: #d9d9d9;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#eff0f1\] {
    background-color: #eff0f1;
  }
  .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: rgba(255,255,255,0.1);
  }
  .bg-amber-200 {
    background-color: var(--color-amber-200);
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-brand-light {
    background-color: var(--color-brand-light);
  }
  .bg-brand-variant {
    background-color: var(--color-brand-variant);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/0 {
    --tw-gradient-from: color-mix(in srgb, #000 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 0%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-black {
    --tw-gradient-to: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pb-\[90px\] {
    padding-bottom: 90px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[200px\] {
    padding-bottom: 200px;
  }
  .pl-\[14px\] {
    padding-left: 14px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-headline {
    font-family: var(--font-headline);
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[30px\] {
    font-size: 30px !important;
  }
  .text-\[3\.2rem\] {
    font-size: 3.2rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-brand {
    color: var(--color-brand);
  }
  .text-cyan-500 {
    color: var(--color-cyan-500);
  }
  .text-cyan-600 {
    color: var(--color-cyan-600);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter {
    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,);
  }
  .\[vendor\:swiper\] {
    vendor: swiper;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .text-shadow-\[0px_0px_2px_var\(--color-brand\)\] {
    text-shadow: 0px 0px 2px var(--tw-text-shadow-color, var(--color-brand));
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-brand {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand);
      }
    }
  }
  .max-md\:aspect-\[2\/1\] {
    @media (width < 48rem) {
      aspect-ratio: 2/1;
    }
  }
  .max-md\:object-cover {
    @media (width < 48rem) {
      object-fit: cover;
    }
  }
  .max-md\:object-top-left {
    @media (width < 48rem) {
      object-position: left top;
    }
  }
  .max-md\:pl-5 {
    @media (width < 48rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-24 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:right-\[-60px\] {
    @media (width >= 48rem) {
      right: -60px;
    }
  }
  .md\:left-1\/2 {
    @media (width >= 48rem) {
      left: calc(1 / 2 * 100%);
    }
  }
  .md\:my-20 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .md\:-mt-\[70px\] {
    @media (width >= 48rem) {
      margin-top: calc(70px * -1);
    }
  }
  .md\:mt-5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-\[10\%\] {
    @media (width >= 48rem) {
      margin-top: 10%;
    }
  }
  .md\:mr-\[calc\(50\%-50vw\)\] {
    @media (width >= 48rem) {
      margin-right: calc(50% - 50vw);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-\[516\/426\] {
    @media (width >= 48rem) {
      aspect-ratio: 516/426;
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-4\/5 {
    @media (width >= 48rem) {
      width: calc(4 / 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-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 48rem) {
      width: 400px;
    }
  }
  .md\:max-w-\[350px\] {
    @media (width >= 48rem) {
      max-width: 350px;
    }
  }
  .md\:max-w-\[480px\] {
    @media (width >= 48rem) {
      max-width: 480px;
    }
  }
  .md\:max-w-\[840px\] {
    @media (width >= 48rem) {
      max-width: 840px;
    }
  }
  .md\:max-w-sm {
    @media (width >= 48rem) {
      max-width: var(--container-sm);
    }
  }
  .md\:min-w-\[100px\] {
    @media (width >= 48rem) {
      min-width: 100px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:scale-100 {
    @media (width >= 48rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:rounded-4xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-4xl);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:\!px-\[90px\] {
    @media (width >= 48rem) {
      padding-inline: 90px !important;
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-8 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .md\:pr-0 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-4 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:\!text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px !important;
    }
  }
  .md\:text-\[3rem\] {
    @media (width >= 48rem) {
      font-size: 3rem;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .lg\:-mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: calc(100px * -1);
    }
  }
  .lg\:mt-\[6\%\] {
    @media (width >= 64rem) {
      margin-top: 6%;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 64rem) {
      width: calc(4 / 12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 64rem) {
      width: calc(8 / 12 * 100%);
    }
  }
  .lg\:max-w-\[280px\] {
    @media (width >= 64rem) {
      max-width: 280px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-28 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .lg\:pb-5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:w-3\/4 {
    @media (width >= 80rem) {
      width: calc(3 / 4 * 100%);
    }
  }
  .\[\&_img\]\:h-full {
    & img {
      height: 100%;
    }
  }
  .\[\&_img\]\:w-full {
    & img {
      width: 100%;
    }
  }
  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }
  .\[\&_img\]\:object-center {
    & img {
      object-position: center;
    }
  }
  .\[\&_picture\]\:block {
    & picture {
      display: block;
    }
  }
  .\[\&_picture\]\:h-full {
    & picture {
      height: 100%;
    }
  }
  .\[\&_picture\]\:w-full {
    & picture {
      width: 100%;
    }
  }
}
@font-face {
  font-family: "MediolanumSans";
  src: url("../fonts/mediolanumsans-regular-webfont.woff2") format("woff2"), url("../fonts/mediolanumsans-regular-webfont.woff") format("woff"), url("../fonts/mediolanumsans-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MediolanumSans";
  src: url("../fonts/mediolanumsans-bold-webfont.woff2") format("woff2"), url("../fonts/mediolanumsans-bold-webfont.woff") format("woff"), url("../fonts/mediolanumsans-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MediolanumHeadline";
  src: url("../fonts/mediolanumsemi-serifheadline-bold-webfont.woff2") format("woff2"), url("../fonts/mediolanumsemi-serifheadline-bold-webfont.woff") format("woff"), url("../fonts/mediolanumsemi-serifheadline-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }
  #vantaggi-chiari {
    scroll-margin-top: 1.5rem;
  }
  body {
    font-size: 1.125rem;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .swiper-pagination-progressbar-fill {
    background-color: var(--color-brand) !important;
  }
  .swiper-pagination-progressbar {
    background-color: #dddddd !important;
  }
  .hack-left:before {
    content: '';
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    right: 100%;
    position: absolute;
    z-index: 2;
  }
  @media (min-width: 768px) {
    .swiper--gratis.swiper-coverflow:before {
      content: '';
      width: 10%;
      height: 100%;
      background: -webkit-linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
      background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
      top: 0;
      left: 0;
      position: absolute;
      z-index: 2;
    }
    .swiper--gratis.swiper-coverflow:after {
      content: '';
      width: 10%;
      height: 100%;
      background: -webkit-linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
      background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
      top: 0;
      right: 0;
      position: absolute;
      z-index: 2;
    }
    .swiper--gratis-comparatori.swiper-coverflow:before, .swiper--gratis-comparatori.swiper-coverflow:after {
      display: none;
    }
  }
  .gratis-comparatori-carousel__controls {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 44px;
  }
  .gratis-comparatori-carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__pagination {
    max-width: none;
    margin: 0 !important;
    align-self: center;
    flex: 1 1 auto !important;
    height: 4px !important;
    max-height: 4px !important;
  }
  .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__nav {
    position: static;
    inset: auto;
    top: auto !important;
    transform: none !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    align-self: center;
    flex-shrink: 0;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-brand);
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    --swiper-navigation-size: 18px;
    color: var(--color-brand);
  }
  @media (max-width: 767px) {
    .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__nav {
      width: 36px !important;
      height: 36px !important;
    }
    .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__nav svg {
      scale: 0.75;
    }
  }
  .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__nav::after {
    display: none;
    content: none;
  }
  .gratis-comparatori-carousel__nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  .gratis-comparatori-carousel__nav-icon svg {
    display: block;
    width: 18px;
    height: 18px;
  }
  .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__nav.swiper-button-disabled, .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__nav:disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }
  .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__nav--prev, .gratis-comparatori-carousel__controls .gratis-comparatori-carousel__nav--next {
    background-color: var(--color-brand);
    color: #fff;
    border-color: var(--color-brand);
  }
  .swiper--gratis-comparatori .swiper-slide {
    opacity: 1;
    transition-property: opacity, transform !important;
    transition-duration: 0.45s !important;
    transition-timing-function: ease;
    will-change: opacity;
  }
  .swiper--gratis-comparatori .swiper-slide.swiper-slide-prev {
    opacity: 0;
  }
}
@layer components {
  .swiper-full-bleed {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .card-slider .swiper-slide {
    width: auto !important;
    max-width: var(--swiper-slide-max-width, 300px);
    box-sizing: border-box;
  }
  .card-slider .swiper-slide-active {
    max-width: var(--swiper-slide-max-width, 300px);
  }
  .card-slider .swiper-slide > div {
    width: 100%;
    max-width: 300px;
  }
  @media (min-width: 768px) {
    .card-slider .swiper-slide {
      width: auto !important;
      max-width: var(--swiper-slide-max-width, 400px);
      box-sizing: border-box;
    }
    .card-slider .swiper-slide-active {
      max-width: var(--swiper-slide-max-width, 400px);
    }
    .card-slider .swiper-slide > div {
      width: 100%;
      max-width: 100%;
    }
  }
  .swiper--cards .swiper-pagination, .swiper--prepaid .swiper-pagination {
    position: static !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 100% !important;
    margin-top: 2rem;
  }
  .swiper--cards .swiper-pagination-bullet, .swiper--prepaid .swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    opacity: 1 !important;
    position: relative;
    transition: transform 0.2s ease;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .swiper--cards .swiper-pagination-bullet, .swiper--prepaid .swiper-pagination-bullet {
      width: 40px !important;
      height: 40px !important;
      margin: 0 !important;
      opacity: 1 !important;
      position: relative;
      transition: transform 0.2s ease;
      cursor: pointer;
    }
  }
  .swiper--cards .swiper-pagination-bullet:nth-child(1) {
    background-color: white !important;
  }
  .swiper--cards .swiper-pagination-bullet:nth-child(2) {
    background-color: var(--color-brand) !important;
  }
  .swiper--cards .swiper-pagination-bullet:nth-child(3) {
    background-color: #828288 !important;
  }
  .swiper--prepaid .swiper-pagination-bullet:nth-child(1) {
    background-color: #23305D !important;
  }
  .swiper--prepaid .swiper-pagination-bullet:nth-child(2) {
    background-color: #5B2B82 !important;
  }
  .swiper--prepaid .swiper-pagination-bullet:nth-child(3) {
    background-color: #CA047D !important;
  }
  .swiper--prepaid .swiper-pagination-bullet:nth-child(4) {
    background-color: #019D46 !important;
  }
  .swiper--cards .swiper-pagination-bullet-active::before, .swiper--prepaid .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    inset: -4px;
    border: 2px solid var(--color-brand-variant);
    border-radius: 9999px;
    pointer-events: none;
  }
  .btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-align: center;
    border-radius: 9999px;
    border: 1px solid transparent;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s, opacity 0.15s;
    cursor: pointer;
  }
  .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn-primary {
    background-color: var(--color-brand-green);
    color: var(--color-brand);
  }
  .btn-secondary {
    font-weight: 400;
    border-color: var(--color-brand);
    color: var(--color-brand);
    background-color: transparent;
  }
  .btn-tertiary {
    border-color: rgba(255,255,255,0.5);
    color: white;
    background-color: rgba(255,255,255,0.1);
  }
  @media (hover: hover) and (pointer: fine) {
    .btn-primary:hover {
      background-color: transparent;
      border-color: var(--color-brand);
    }
    .btn-secondary:hover {
      background-color: var(--color-brand);
      color: #fff;
    }
    .btn-tertiary:hover {
      background-color: white;
      color: var(--color-brand);
      border-color: white;
    }
  }
  .swiper-pagination--fill-progress, .swiper-pagination--fill-progress.swiper-pagination-progressbar {
    display: block;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 100% !important;
    height: 4px !important;
    min-height: 0;
    max-height: 4px;
    line-height: 0;
    font-size: 0;
    border-radius: 9999px;
    overflow: hidden;
    background-color: rgb(226 232 240);
    box-sizing: border-box;
    flex: none;
  }
  .swiper-pagination--fill-progress .swiper-pagination-progressbar-fill {
    border-radius: 9999px;
    background-color: var(--color-brand);
    height: 100% !important;
  }
  .gratis-comparatori-carousel__controls .swiper-pagination--fill-progress, .gratis-comparatori-carousel__controls .swiper-pagination--fill-progress.swiper-pagination-progressbar {
    flex: 1 1 auto !important;
    align-self: center;
    margin: 0 !important;
  }
  .mobile-bottom-nav {
    background-color: transparent;
    transition: background-color 0.35s ease;
  }
  .mobile-bottom-nav.is-scrolled {
    background-color: var(--color-brand);
  }
  .mobile-top-nav {
    background-color: transparent;
    transition: background-color 0.35s ease;
  }
  .mobile-top-nav.is-scrolled {
    background-color: #fff;
  }
  .mobile-top-nav__logo {
    position: relative;
    display: block;
    line-height: 0;
  }
  .mobile-top-nav__logo-img--color {
    display: none;
  }
  .mobile-top-nav.is-scrolled .mobile-top-nav__logo-img--light {
    display: none;
  }
  .mobile-top-nav.is-scrolled .mobile-top-nav__logo-img--color {
    display: block;
  }
  @media (prefers-reduced-motion: reduce) {
    .mobile-bottom-nav, .mobile-top-nav {
      transition: none;
    }
  }
  .tabs-trigger {
    padding: 0.625rem 1.5rem;
    font-weight: 700;
    color: var(--color-brand);
    background-color: transparent;
    border: 1px solid var(--color-brand);
    border-radius: 9999px;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
    cursor: pointer;
  }
  .tabs-trigger[aria-selected="true"] {
    background-color: var(--color-brand);
    color: #fff;
    border-color: var(--color-brand);
  }
  .card-variant-switch {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
  .card-variant-switch__btn {
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    color: var(--color-brand);
    border-radius: 9999px;
    border: 1px solid var(--color-brand);
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  }
  .card-variant-switch__btn.is-active, .card-variant-switch__btn[aria-pressed="true"] {
    background-color: var(--color-brand);
    color: #fff;
  }
  .card-variant-switch__btn.is-active > div > div:first-child {
    position: relative;
  }
  @media (hover: hover) and (pointer: fine) {
    .tabs-trigger:hover {
      background-color: var(--color-brand);
      color: #fff;
    }
    .card-variant-switch__btn:hover {
      background-color: var(--color-brand);
      color: #fff;
    }
  }
  .card-variant-switch__btn.is-active > div > div:first-child::before {
    content: '';
    position: absolute;
    inset: -4px;
    border: 2px solid var(--color-brand-variant);
    border-radius: 9999px;
    pointer-events: none;
  }
  .card-variant-media {
    display: grid;
    position: relative;
  }
  .card-variant-media__panel {
    grid-area: 1 / 1;
    opacity: 0;
    transform: scale(0.88);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
  }
  .card-variant-media__panel.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    pointer-events: auto;
  }
  @media (prefers-reduced-motion: reduce) {
    .card-variant-media__panel {
      transition: none;
    }
  }
  .accordion-item {
    border-bottom: 1px solid rgb(203 213 225);
  }
  .accordion-item:first-child {
    border-top: 1px solid rgb(203 213 225);
  }
  .accordion-trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    font-weight: 700;
    text-align: left;
    color: var(--color-brand);
    background: none;
    border: none;
    cursor: pointer;
  }
  .accordion-trigger__icon {
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s;
  }
  .accordion-item.is-open .accordion-trigger__icon {
    transform: rotate(-135deg);
  }
  .accordion-panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    min-height: 0;
    transition: grid-template-rows 0.35s ease;
  }
  .accordion-item.is-open .accordion-panel {
    grid-template-rows: 1fr;
  }
  .accordion-panel__inner {
    overflow: hidden;
    min-height: 0;
    color: var(--color-brand);
    line-height: 1.5;
  }
  .accordion-item.is-open .accordion-panel__inner {
    padding-bottom: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-panel {
      transition: none;
    }
  }
}
.swiper-pagination-bullets {
  padding-bottom: 10px !important;
  gap: 16px !important;
}
.swiper--prepaid, .swiper--cards {
  overflow: visible !important;
}
html, body {
  overflow-x: hidden !important;
}
.hack-bg {
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 200px;
    left: -16px;
    right: 0;
    width: calc(100% + 32px);
    height: calc(100% - 200px);
    background-color: #eff0f1;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .hack-bg {
    position: relative;
    &::before {
      content: '';
      position: absolute;
      top: 200px;
      left: calc(50% - 50vw);
      right: calc(50% - 50vw);
      width: 100vw;
      height: calc(100% - 200px);
      background-color: #eff0f1;
      z-index: -1;
    }
  }
}
.responsa-host {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 10050;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  pointer-events: none;
}
.sn_chat_btn {
  border: 1px solid #fff;
  background-color: #192d6e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.25rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
  transition: all 0.35s ease;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .sn_chat_btn {
    width: 3.25rem;
    height: 3.25rem;
    padding: 0.75rem;
  }
}
.sn_chat_btn.__floating {
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.5rem;
  z-index: 1030;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
body.is-comparatore .sn_chat_btn.__floating, .sn_chat_btn.__floating.sn_chat_btn--comparatore {
  bottom: 60px;
}
@media (min-width: 1024px) {
  .sn_chat_btn.__floating {
    width: 4.375rem;
    height: 4.375rem;
    padding: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sn_chat_btn.__floating {
    position: fixed;
    right: 3.125rem;
    bottom: 3.75rem;
  }
}
.sn_chat_btn .sn_sprite, .sn_chat_btn__icon path {
  fill: currentColor;
  transition: fill 0.35s ease;
}
.sn_chat_btn .sn_sprite, .sn_chat_btn__icon {
  transition: transform 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sn_chat_btn:hover {
    background-color: #07e591;
    color: var(--color-brand);
    border-color: var(--color-brand);
  }
  .sn_chat_btn:hover .sn_sprite, .sn_chat_btn:hover .sn_chat_btn__icon path {
    fill: var(--color-brand);
  }
  .sn_chat_btn:hover .sn_sprite, .sn_chat_btn:hover .sn_chat_btn__icon {
    transform: scale(1.1);
  }
}
.sn_chat_btn:focus-visible {
  background-color: #07e591;
  color: var(--color-brand);
  border-color: var(--color-brand);
}
.sn_chat_btn:focus-visible .sn_sprite, .sn_chat_btn:focus-visible .sn_chat_btn__icon path {
  fill: var(--color-brand);
}
.sn_chat_btn:focus-visible .sn_sprite, .sn_chat_btn:focus-visible .sn_chat_btn__icon {
  transform: scale(1.1);
}
.sn_chat_btn:focus-visible {
  outline-offset: 0.25rem;
}
.scopri-cosa-gratis-comparatori .swiper-button-prev {
  position: static !important;
}
.scopri-cosa-gratis-comparatori .swiper-button-next {
  position: static !important;
}
.tabs-panel.hack-bg {
  padding-bottom: 70px;
}
.sn_star_rating {
  max-width: 18.4375rem;
  color: #192d6e;
}
.sn_star_rating__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sn_star_rating__top__stars {
  width: 7rem;
}
.sn_star_rating__top__stars svg {
  width: 100%;
  height: auto;
  fill: #192d6e;
}
.sn_star_rating__top__text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1rem;
}
.sn_star_rating__top__text__label {
  font-size: 0.875rem;
}
.sn_star_rating__bottom {
  margin-top: 5px;
}
.sn_star_rating__bottom__link {
  appearance: none;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.4375rem;
  background-color: #fff;
  color: unset;
  text-align: unset;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.sn_star_rating__bottom__link .sn_sprite {
  fill: currentColor;
  width: 100%;
  max-width: 8.1875rem;
}
.sn_store_badge__path {
  fill: #192d6e;
  transition: fill 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sn_star_rating__bottom__link:hover, .sn_star_rating__bottom__link:focus-visible {
    background-color: var(--color-brand);
    color: #fff;
    border-color: var(--color-brand);
    box-shadow: 0 4px 14px rgb(25 45 110 / 0.18);
  }
  .sn_star_rating__bottom__link:hover .sn_store_badge__path, .sn_star_rating__bottom__link:focus-visible .sn_store_badge__path {
    fill: #fff;
  }
}
.modal-store {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  visibility: hidden;
  pointer-events: none;
}
.modal-store.is-open {
  visibility: visible;
  pointer-events: auto;
}
.modal-store__overlay {
  position: absolute;
  inset: 0;
  background-color: color-mix(in srgb, #192D6E 72%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in srgb, var(--color-brand) 72%, transparent);
  }
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.32s ease;
}
.modal-store.is-open .modal-store__overlay {
  opacity: 1;
}
.modal-store__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 28rem;
  padding: 2.5rem 2rem 2rem;
  border-radius: 1rem;
  background-color: #fff;
  color: var(--color-brand);
  text-align: center;
  box-shadow: 0 1.25rem 3rem rgb(25 45 110 / 0.2);
  opacity: 0;
  transform: scale(0.97) translateY(0.75rem);
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.modal-store.is-open .modal-store__dialog {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.modal-store__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: var(--color-brand);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.modal-store__title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}
.modal-store__text {
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.modal-store__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.modal-store__cta {
  width: 100%;
  max-width: 18.75rem;
}
.modal-store__spid {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
body.modal-store-open {
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .modal-store__close:hover, .modal-store__close:focus-visible {
    background-color: rgb(25 45 110 / 0.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal-store__overlay, .modal-store__dialog, .sn_star_rating__bottom__link, .sn_store_badge__path {
    transition: none;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden * {
  overflow: hidden !important;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
