@charset "UTF-8";

/* src/styles.scss */
/*! tailwindcss v4.1.11 | 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-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --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-vinciBlue: #004489;
    --color-vinciRed: #e20025;
    --color-vinciBlue-600: #1b438d;
    --color-vinciBlue-500: #0041b7;
    --color-vinciBlue-400: #307bff;
    --color-vinciBlue-300: #80b4ff;
    --color-vinciBlue-200: #b2d4fc;
    --color-vinciBlue-50: #f0f6ff;
    --color-vinciBlue-25: #f1f5ff;
    --color-vinciGrey-600: #464646;
    --color-vinciGrey-500: #6d6d6d;
    --color-vinciGrey-400: #a0a0a0;
    --color-vinciGrey-300: #c8c8c8;
    --color-vinciGrey-200: #dcdcdc;
    --color-vinciGolden: #ffc830;
    --color-vinciLavender: #c2d3ff;
    --color-vinciLavender-400: #cacafb;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[50\%\] {
    right: 50%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .-mx-\[50vw\] {
    margin-inline: calc(50vw * -1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .my-\[100px\] {
    margin-block: 100px;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[21px\] {
    margin-bottom: 21px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[140px\] {
    margin-bottom: 140px;
  }
  .\!grid {
    display: grid !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[91px\] {
    height: 91px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[37px\] {
    max-height: 37px;
  }
  .max-h-\[75px\] {
    max-height: 75px;
  }
  .max-h-\[80px\] {
    max-height: 80px;
  }
  .max-h-\[132px\] {
    max-height: 132px;
  }
  .max-h-\[136px\] {
    max-height: 136px;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[502px\] {
    max-height: 502px;
  }
  .min-h-\[336px\] {
    min-height: 336px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[824px\] {
    width: 824px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[37px\] {
    max-width: 37px;
  }
  .max-w-\[75px\] {
    max-width: 75px;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[852px\] {
    max-width: 852px;
  }
  .max-w-\[1248px\] {
    max-width: 1248px;
  }
  .min-w-\[239px\] {
    min-width: 239px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .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;
  }
  .resize-none {
    resize: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  :where(.divide-x-0 > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(0px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }
  :where(.divide-y-2 > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(2px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-vinciBlue-300 > :not(:last-child)) {
    border-color: var(--color-vinciBlue-300);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[999px\] {
    border-radius: 999px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .\!border-vinciBlue-300 {
    border-color: var(--color-vinciBlue-300) !important;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-vinciBlue-300 {
    border-color: var(--color-vinciBlue-300);
  }
  .border-vinciBlue-500 {
    border-color: var(--color-vinciBlue-500);
  }
  .border-vinciGrey-300 {
    border-color: var(--color-vinciGrey-300);
  }
  .border-vinciGrey-400 {
    border-color: var(--color-vinciGrey-400);
  }
  .border-vinciLavender-400 {
    border-color: var(--color-vinciLavender-400);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-vinciBlue-25 {
    background-color: var(--color-vinciBlue-25);
  }
  .bg-vinciBlue-50 {
    background-color: var(--color-vinciBlue-50);
  }
  .bg-vinciBlue-600 {
    background-color: var(--color-vinciBlue-600);
  }
  .bg-vinciGrey-200 {
    background-color: var(--color-vinciGrey-200);
  }
  .bg-vinciLavender {
    background-color: var(--color-vinciLavender);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-black {
    fill: var(--color-black);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[28px\] {
    padding-top: 28px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-\[13px\] {
    padding-left: 13px;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-\[14px\]\/\[22px\] {
    font-size: 14px;
    line-height: 22px;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-inherit {
    color: inherit;
  }
  .text-vinciBlue {
    color: var(--color-vinciBlue);
  }
  .text-vinciBlue-400 {
    color: var(--color-vinciBlue-400);
  }
  .text-vinciBlue-600 {
    color: var(--color-vinciBlue-600);
  }
  .text-vinciGolden {
    color: var(--color-vinciGolden);
  }
  .text-vinciGrey-200 {
    color: var(--color-vinciGrey-200);
  }
  .text-vinciGrey-400 {
    color: var(--color-vinciGrey-400);
  }
  .text-vinciGrey-500 {
    color: var(--color-vinciGrey-500);
  }
  .text-vinciGrey-600 {
    color: var(--color-vinciGrey-600);
  }
  .text-vinciRed {
    color: var(--color-vinciRed);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .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,);
  }
  .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));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property:
      transform,
      translate,
      scale,
      rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-open\:rounded-b-none:is(:where(.group):is([open], :popover-open, :open) *) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .checked\:border-vinciGrey-300:checked {
    border-color: var(--color-vinciGrey-300);
  }
  .checked\:bg-vinciBlue-400:checked {
    background-color: var(--color-vinciBlue-400);
  }
  .checked\:before\:mx-auto:checked::before {
    content: var(--tw-content);
    margin-inline: auto;
  }
  .checked\:before\:my-\[4px\]:checked::before {
    content: var(--tw-content);
    margin-block: 4px;
  }
  .checked\:before\:block:checked::before {
    content: var(--tw-content);
    display: block;
  }
  .checked\:before\:h-\[8px\]:checked::before {
    content: var(--tw-content);
    height: 8px;
  }
  .checked\:before\:w-\[8px\]:checked::before {
    content: var(--tw-content);
    width: 8px;
  }
  .checked\:before\:rounded-full:checked::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  .checked\:before\:content-\[\'\'\]:checked::before {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
  @media (hover: hover) {
    .hover\:cursor-pointer:hover {
      cursor: pointer;
    }
  }
  @media (hover: hover) {
    .hover\:bg-vinciBlue-25:hover {
      background-color: var(--color-vinciBlue-25);
    }
  }
  @media (hover: hover) {
    .hover\:text-vinciBlue-400:hover {
      color: var(--color-vinciBlue-400);
    }
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus\:ring-vinciBlue-200:focus {
    --tw-ring-color: var(--color-vinciBlue-200);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  @media (width >= 980px) {
    .md\:absolute {
      position: absolute;
    }
  }
  @media (width >= 980px) {
    .md\:top-\[100px\] {
      top: 100px;
    }
  }
  @media (width >= 980px) {
    .md\:right-0 {
      right: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 980px) {
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 980px) {
    .md\:mt-\[2px\] {
      margin-top: 2px;
    }
  }
  @media (width >= 980px) {
    .md\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 980px) {
    .md\:mb-\[24px\] {
      margin-bottom: 24px;
    }
  }
  @media (width >= 980px) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 980px) {
    .md\:flex {
      display: flex;
    }
  }
  @media (width >= 980px) {
    .md\:hidden {
      display: none;
    }
  }
  @media (width >= 980px) {
    .md\:h-\[290px\] {
      height: 290px;
    }
  }
  @media (width >= 980px) {
    .md\:max-h-none {
      max-height: none;
    }
  }
  @media (width >= 980px) {
    .md\:w-\[50\%\] {
      width: 50%;
    }
  }
  @media (width >= 980px) {
    .md\:w-fit {
      width: fit-content;
    }
  }
  @media (width >= 980px) {
    .md\:max-w-\[40\%\] {
      max-width: 40%;
    }
  }
  @media (width >= 980px) {
    .md\:max-w-\[50\%\] {
      max-width: 50%;
    }
  }
  @media (width >= 980px) {
    .md\:max-w-\[80\%\] {
      max-width: 80%;
    }
  }
  @media (width >= 980px) {
    .md\:max-w-\[300px\] {
      max-width: 300px;
    }
  }
  @media (width >= 980px) {
    .md\:max-w-\[400px\] {
      max-width: 400px;
    }
  }
  @media (width >= 980px) {
    .md\:max-w-\[824px\] {
      max-width: 824px;
    }
  }
  @media (width >= 980px) {
    .md\:min-w-\[852px\] {
      min-width: 852px;
    }
  }
  @media (width >= 980px) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 980px) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 980px) {
    .md\:flex-row-reverse {
      flex-direction: row-reverse;
    }
  }
  @media (width >= 980px) {
    .md\:items-center {
      align-items: center;
    }
  }
  @media (width >= 980px) {
    .md\:items-stretch {
      align-items: stretch;
    }
  }
  @media (width >= 980px) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 980px) {
    .md\:justify-start {
      justify-content: flex-start;
    }
  }
  @media (width >= 980px) {
    .md\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 980px) {
    .md\:gap-\[14px\] {
      gap: 14px;
    }
  }
  @media (width >= 980px) {
    .md\:gap-\[24px\] {
      gap: 24px;
    }
  }
  @media (width >= 980px) {
    .md\:gap-\[32px\] {
      gap: 32px;
    }
  }
  @media (width >= 980px) {
    .md\:gap-\[40px\] {
      gap: 40px;
    }
  }
  @media (width >= 980px) {
    .md\:gap-\[80px\] {
      gap: 80px;
    }
  }
  @media (width >= 980px) {
    :where(.md\:divide-x-2 > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(2px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  @media (width >= 980px) {
    :where(.md\:divide-y-0 > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(0px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  @media (width >= 980px) {
    .md\:self-end {
      align-self: flex-end;
    }
  }
  @media (width >= 980px) {
    .md\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }
  }
  @media (width >= 980px) {
    .md\:rounded-3xl {
      border-radius: var(--radius-3xl);
    }
  }
  @media (width >= 980px) {
    .md\:rounded-lg {
      border-radius: var(--radius-lg);
    }
  }
  @media (width >= 980px) {
    .md\:rounded-t-none {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  @media (width >= 980px) {
    .md\:rounded-tl-none {
      border-top-left-radius: 0;
    }
  }
  @media (width >= 980px) {
    .md\:rounded-r-lg {
      border-top-right-radius: var(--radius-lg);
      border-bottom-right-radius: var(--radius-lg);
    }
  }
  @media (width >= 980px) {
    .md\:rounded-r-xl {
      border-top-right-radius: var(--radius-xl);
      border-bottom-right-radius: var(--radius-xl);
    }
  }
  @media (width >= 980px) {
    .md\:border-1 {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  @media (width >= 980px) {
    .md\:bg-white {
      background-color: var(--color-white);
    }
  }
  @media (width >= 980px) {
    .md\:p-3 {
      padding: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 980px) {
    .md\:p-\[24px\] {
      padding: 24px;
    }
  }
  @media (width >= 980px) {
    .md\:p-\[40px\] {
      padding: 40px;
    }
  }
  @media (width >= 980px) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 980px) {
    .md\:py-\[40px\] {
      padding-block: 40px;
    }
  }
  @media (width >= 980px) {
    .md\:pt-0 {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 980px) {
    .md\:pt-\[109px\] {
      padding-top: 109px;
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
body {
  margin: calc(var(--spacing) * 0);
  background-color: var(--color-gray-100);
  font-family: "Poppins", sans-serif;
}
body h1 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.75rem;
  letter-spacing: 0.72px;
}
@media (min-width: 980px) {
  body h1 {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.5rem;
    letter-spacing: 1.12px;
  }
}
body h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.64px;
}
@media (min-width: 980px) {
  body h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.8px;
  }
}
body h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.48px;
}
@media (min-width: 980px) {
  body h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: 0.64px;
  }
}
body h4 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.4px;
}
@media (min-width: 980px) {
  body h4 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0.48px;
  }
}
body p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
body summary {
  line-height: 32px;
  letter-spacing: 0.48px;
}
body summary::marker {
  content: none;
}
@media (max-width: 980px) {
  body .mobile-hidden {
    display: none;
  }
}
@media (min-width: 980px) {
  body .desktop-hidden {
    display: none !important;
  }
}
body .cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  border: none;
  font-weight: 700;
  transition: all 200ms ease-in-out;
}
body .cta:hover {
  cursor: pointer;
  padding-left: 0.25rem;
}
body .cta:hover icon {
  transform: translateX(0.25rem);
}
body .cta icon {
  transition: transform 200ms ease-in-out;
}
.bento {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
@media (width >= 980px) {
  .bento {
    flex-direction: row;
  }
}
@media (width >= 980px) {
  .bento {
    justify-content: space-between;
  }
}
.bento [class^=bento-element],
.bento [class*=" bento-element"] {
  border-radius: var(--radius-lg);
}
@media (width >= 980px) {
  .bento .bento-element-small {
    max-width: 558px;
  }
}
@media (width >= 980px) {
  .bento .bento-element-small {
    min-width: 400px;
  }
}
@media (width >= 980px) {
  .bento .bento-element-small {
    flex: 1 1 0;
  }
}
@media (width >= 980px) {
  .bento .bento-element-medium {
    max-width: 666px;
  }
}
@media (width >= 980px) {
  .bento .bento-element-medium {
    min-width: 500px;
  }
}
@media (width >= 980px) {
  .bento .bento-element-medium {
    flex: 1 1 0;
  }
}
@media (width >= 980px) {
  .bento .bento-element-large {
    max-width: 666px;
  }
}
@media (width >= 980px) {
  .bento .bento-element-large {
    min-width: 500px;
  }
}
@media (width >= 980px) {
  .bento .bento-element-large {
    flex: 1 1 0;
  }
}
.bento-in-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (width >= 980px) {
  .bento-in-section {
    flex-direction: row;
  }
}
@media (width >= 980px) {
  .bento-in-section {
    gap: 16px;
  }
}
@media (width >= 980px) {
  .bento-in-section [class^=bento-element],
  .bento-in-section [class*=" bento-element"] {
    border-radius: var(--radius-lg);
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-small {
    max-width: 516px;
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-small {
    min-width: 400px;
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-small {
    flex: 1 1 0;
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-medium {
    max-width: 668px;
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-medium {
    min-width: 458px;
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-medium {
    flex: 1 1 0;
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-large {
    max-width: 668px;
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-large {
    min-width: 458px;
  }
}
@media (width >= 980px) {
  .bento-in-section .bento-element-large {
    flex: 1 1 0;
  }
}
@media print {
  header,
  footer,
  nav,
  .no-print {
    display: none !important;
  }
  .custom-radio {
    appearance: auto;
    -webkit-appearance: radio;
    width: auto;
    height: auto;
    border: initial;
    background: initial;
  }
}
@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-divide-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@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-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-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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
