/*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
@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-red-500: oklch(0.637 0.237 25.331);
    --color-red-600: oklch(0.577 0.245 27.325);
    --color-orange-400: oklch(0.75 0.183 55.934);
    --color-orange-500: oklch(0.705 0.213 47.604);
    --color-yellow-400: oklch(0.852 0.199 91.936);
    --color-yellow-500: oklch(0.795 0.184 86.047);
    --color-sky-700: oklch(0.5 0.134 242.749);
    --color-slate-200: oklch(0.929 0.013 255.508);
    --color-slate-300: oklch(0.869 0.022 252.894);
    --color-gray-50: oklch(0.985 0.002 247.839);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-300: oklch(0.872 0.01 258.338);
    --color-gray-400: oklch(0.707 0.022 261.325);
    --color-neutral-50: oklch(0.985 0 0);
    --color-neutral-200: oklch(0.922 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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);
    --font-weight-thin: 100;
    --font-weight-semibold: 600;
    --radius-xs: 0.125rem;
    --radius-md: 0.375rem;
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-xs: 4px;
    --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);
  }
}
@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: 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;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-1000 {
    z-index: 1000;
  }
  .z-1002 {
    z-index: 1002;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .float-right {
    float: right;
  }
  .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;
    }
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0\.5 {
    margin-block: calc(var(--spacing) * 0.5);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .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-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-6 {
    max-height: calc(var(--spacing) * 6);
  }
  .max-h-\[26px\] {
    max-height: 26px;
  }
  .max-h-\[40px\] {
    max-height: 40px;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[40px\] {
    max-width: 40px;
  }
  .max-w-\[49px\] {
    max-width: 49px;
  }
  .max-w-\[50px\] {
    max-width: 50px;
  }
  .max-w-\[60px\] {
    max-width: 60px;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[600px\]\! {
    max-width: 600px !important;
  }
  .max-w-\[688px\]\! {
    max-width: 688px !important;
  }
  .max-w-\[880px\]\! {
    max-width: 880px !important;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-\[1600px\]\! {
    max-width: 1600px !important;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .grow-0\! {
    flex-grow: 0 !important;
  }
  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .basis-72\! {
    flex-basis: calc(var(--spacing) * 72) !important;
  }
  .basis-\[70px\] {
    flex-basis: 70px;
  }
  .basis-\[110px\] {
    flex-basis: 110px;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .divide-y {
    :where(& > :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(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-dotted {
    :where(& > :not(:last-child)) {
      --tw-border-style: dotted;
      border-style: dotted;
    }
  }
  .divide-solid {
    :where(& > :not(:last-child)) {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .divide-neutral-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-neutral-200);
    }
  }
  .divide-slate-300 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-300);
    }
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible\! {
    overflow: visible !important;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#d5d5d5\] {
    border-color: #d5d5d5;
  }
  .border-\[\#eee\] {
    border-color: #eee;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-orange-500 {
    border-color: var(--color-orange-500);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-\[\#fcfcfc\] {
    background-color: #fcfcfc;
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-slate-300 {
    background-color: var(--color-slate-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-orange-400 {
    color: var(--color-orange-400);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .text-yellow-500 {
    color: var(--color-yellow-500);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case\! {
    text-transform: none !important;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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-2xs {
    --tw-shadow: 0 1px var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-xs {
    --tw-blur: blur(var(--blur-xs));
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:animate-none {
    &:hover {
      @media (hover: hover) {
        animation: none;
      }
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .print\:hidden {
    @media print {
      display: none;
    }
  }
}
@layer utilities {
  @font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/4d794f2c43da2305ca79-dbfa1c7b33b487e308d7262c96df43c0.woff2) format('woff2'), url(/static/447b40466a4803d39e82-35d7ac72f4ca027e6ae946802fba344a.woff) format('woff');
    unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF;
  }
  @font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/c254714143babac20882-30b1b4f5a3abb73cf0b223e840e944b4.woff2) format('woff2'), url(/static/a12db7cf4e9c53e2dd5e-ff471faf412399a2a2edf934b4cf9e19.woff) format('woff');
    unicode-range: U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF;
  }
  @font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/c28f4afb4661ce17c7a1-91d67ff64d31d79ca0362805b31baf71.woff2) format('woff2'), url(/static/12d9a370d7edbc33fe3d-9be3a1d881980cd0d2fb206ba33776fe.woff) format('woff');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }
  @font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/920937e272d09c28bbef-2c4f4633f1e3ee86434c5a4eb7d25b0a.woff2) format('woff2'), url(/static/44590025f96e4de39265-9c0d1c90c081d1c7faf832fc3d9b9f58.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
}
@layer utilities {
  @font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/9263bba87174b110891a-d077bb82bf8f6c5f0174110e0ac09ce4.woff2) format('woff2'), url(/static/95d18fa921becb3152f9-692ab883118b65c506dd97908930ab7c.woff) format('woff');
    unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF;
  }
  @font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/b229274dfc90f4b20182-35ad14be4086c7b3f37915acd9e544da.woff2) format('woff2'), url(/static/cc208c29202829057c58-a3a87d5439bbd6dbd8b0053a61a6b3f1.woff) format('woff');
    unicode-range: U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF;
  }
  @font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/52e999bcc6f02ad9382b-0bee5fc250b1df7334d870633ad2d9bf.woff2) format('woff2'), url(/static/0f0635eae83f5a18ae13-349dc49857d82ce2a16e8b634565c113.woff) format('woff');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }
  @font-face {
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/05e7844c68fa781c8b08-d6fece8e8922367771db5033e2da9d50.woff2) format('woff2'), url(/static/42dc89f007c610637b0a-7c685d3970237acf272af8ecb6ed6da3.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
}
@layer utilities {
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/361f3dbb9db6a5980326-4bde07f991ba6af69a1e009fd7ce9d1a.woff2) format('woff2'), url(/static/221746f6ba5760746446-c4a27cb729c495d612c18e1e54f93e99.woff) format('woff');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/be36596da218e1eec01c-e1b3b5908c9cf23dfb2b9c52b9a023ab.woff2) format('woff2'), url(/static/190b769c7be76a0f0dbf-3e04694c1313d375108b37ab50b21b68.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
}
@layer utilities {
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/9c8812eaec45956201e1-a48b0f049358d7503c497abb4dcbc4d6.woff2) format('woff2'), url(/static/fa82525960f77def4b5b-d81e206f44d977360964a64546dec7ea.woff) format('woff');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/8f28e0e1fdb195149f1c-de69cf9e514df447d1b0bb16f49d2457.woff2) format('woff2'), url(/static/1dccf99a7a009cd0c134-31f05b7a6500633996b4a2c2ea136237.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
}
@layer utilities {
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/de95c5209ef26bf69ccf-1b92efaf7b7dd74f11150286c92307b0.woff2) format('woff2'), url(/static/3fe9e8e4c00e9124b9c7-a896e46811bb52716eedd4cf8e7b4194.woff) format('woff');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/153bee8d873292f9df39-305b1ef8bbeccc8358118e470dea8bf7.woff2) format('woff2'), url(/static/a00a7030792ec450d68c-76ca905c8c3c256c719a78cf2c923136.woff) format('woff');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/1b1cb10170f2616853f0-35be6981379b11ac84ab56fcd6e3eb14.woff2) format('woff2'), url(/static/7a64c855edb8d403283b-fa892925980cba74b70bb17ae935c509.woff) format('woff');
    unicode-range: U+1F00-1FFF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/9c7d72dcc7a044db07b1-b7ce8075c66f0de94d3ebc224db555ab.woff2) format('woff2'), url(/static/3c06b5e22c42ade5562f-647723f26bda2e51ec0427c4f749793d.woff) format('woff');
    unicode-range: U+0370-03FF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/540007fe6de95f52230e-920ddca80693e889ee9fc7d2d34ff4f5.woff2) format('woff2'), url(/static/ed0bf5e1a4bd41349850-ed39c7f768f388b518732eca8e70f6fb.woff) format('woff');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/23e9c5217d09910f51ad-87a7147e959103f9fe850f1f5afc2589.woff2) format('woff2'), url(/static/185cedfb4e64a9a8801a-83bdcda654905f695cef53183f372bb8.woff) format('woff');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/1402accbefdec6a25762-9ec6deaf6bada919e20b98f9f7b718b1.woff2) format('woff2'), url(/static/7a5ba508b998fd7044ed-9347e153f350e24baf7eb7015bdbefc2.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
}
@layer utilities {
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/29a55ddb4816749dfc22-4150d27e0fb0376bda65dab389b7b32e.woff2) format('woff2'), url(/static/41e63e0d2745829bf25e-63293cfb6d9a5d96cc57a40ffe674172.woff) format('woff');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/b22a64b378a87873284a-d173e415ec9ce4b52395a3aa6324249a.woff2) format('woff2'), url(/static/3548415e49cad8a4cd8a-13e7b87d3cff6eb1f3a8c6ae884f8c72.woff) format('woff');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/ad339cedd0f2155914fb-4d2a4e4466479f12b0eaa43b5b797f9a.woff2) format('woff2'), url(/static/e8a5651f9491c93645c7-1fd165787c21bcc202edd0b8106dc7a1.woff) format('woff');
    unicode-range: U+1F00-1FFF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/d957dc4c044b538e2427-2c509a7a0add297ee68722101038dba2.woff2) format('woff2'), url(/static/b426ebedfe85d18b4f73-080bbd59eba77f85edd48be800d45c95.woff) format('woff');
    unicode-range: U+0370-03FF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/6f8f2aa1e3816d0ec479-e845f3c446581f6057c95b2349d89f0d.woff2) format('woff2'), url(/static/1a6e8b1613f589567b28-b83bb556aaa77470b2ca5c7c449b8a75.woff) format('woff');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/f881aed697c9496a0e8e-7c1be55f4af6b9c75f7cc5ce43268cd3.woff2) format('woff2'), url(/static/7388c38c78f7a7897242-ece116257a09888e372a4da1898eb333.woff) format('woff');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url(/static/ee990a93df71bfdfb3b5-48598bad30f08e1c3eb3d0e69b420bd5.woff2) format('woff2'), url(/static/204e29178cf9358fa13d-16c7cee39a6aeec17de501e2e88671e2.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
}
@layer utilities {
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/88f4c479ac07fe28684c-2c97aa870f28f103a6c6d614ac27b2a6.woff2) format('woff2'), url(/static/095e6f269d7ac2be4f52-4428fd7ed5d145b046cd506539c371ad.woff) format('woff');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/dc67f480f8676546a96c-086c805d6cbfb9f69ba532a347785eb9.woff2) format('woff2'), url(/static/5783afa521f6185707ee-8f75ae48d6429fd08d33d4f41b9d05f4.woff) format('woff');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/3c5cf9575a708134a930-21701c818fa69e0a185bc004359b8c38.woff2) format('woff2'), url(/static/9fdf8a295df79d591721-24b803250c67b2a8bdabdf4ae44ce87c.woff) format('woff');
    unicode-range: U+1F00-1FFF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/64102f7204fc75f9aa8c-15942e0a60f413f3559ede670a52c821.woff2) format('woff2'), url(/static/df077e36ac39a1b4791a-d8f83f1e10fce2234ae24b1df844b077.woff) format('woff');
    unicode-range: U+0370-03FF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/449204a0d0dfbe4e7d6d-39607a71c7b901aa079679865670aa5d.woff2) format('woff2'), url(/static/3985262533dbd8ab5436-72b07b580910858360620f8536e58d9a.woff) format('woff');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/46ac0d93276801aa8ca4-271742eaf7491c7254efb0a2f0b71f3c.woff2) format('woff2'), url(/static/a72613fd5e96ed9e41cd-474d593c06c77587dfadb8f2fe43a343.woff) format('woff');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  }
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/static/2121f4aabac6fbe523ec-3afeae0d768769f5e5f30ac9805c5b70.woff2) format('woff2'), url(/static/7689f4a418089be4d794-f3b459211817aa6407394e8740b79f20.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  }
}
@layer utilities {
  :root {
    --sc-text-on-colored: #fff;
    --sc-border: #e4e0dd;
    --sc-shadow: rgb(0 0 0 / 80%);
    --sc-shadow-light: rgb(0 0 0 / 40%);
    --sc-semi-transparent-fade: rgb(0 0 0 / 30%);
    --sc-disabled: #ebebe4;
    --sc-disabled-text: #d4d4d4;
    --sc-panel-light: #fafafa;
    --sc-input-border: #c1c1c1;
    --sc-placeholder-img: #ababab;
    --sc-success: #8ec63f;
    --sc-info: #297dad;
    --sc-warning: #ffa500;
    --sc-error: #f67975;
    --sc-error-text: #ff3030;
    --sc-secure-assurance: #6ed872;
    --sc-env-warning-a: rgb(255 165 0 / 60%);
    --sc-env-warning-b: rgb(255 255 255 / 60%);
    --sc-disabled-fade: rgb(235 235 228 / 60%);
    --spacing-l: 24px;
    --spacing-m: 16px;
    --spacing-s: 8px;
    --spacing-xs: 4px;
  }
}
@layer utilities {
  .aquaticum {
    --c-heading: #72502d;
    --c-text-1: #72502d;
    --c-text-2: #75522e;
    --c-text-3: #92663a;
    --c-selected-bg: #d1e7b1;
    --c-selected-border: #bfdd92;
    --c-card: #f8f5f1;
    --c-button-1: #ed8144;
    --c-button-2: #72502d;
    --c-link: #72502d;
    --c-panel: #f3eee7;
    --c-brand-1: #72502d;
    --c-top-stripe: transparent;
    --c-bg: #fdfaf5;
    --c-header: #fff;
    --c-footer-bg: #8a7a6b;
    --c-footer-text: #fff;
    --c-loading-fade: #72502d;
    --c-loading-spinner: #72502d;
    --c-step-text-active: #72502d;
    --c-step-bg-active: #e0d4c2;
    --c-step-text-inactive: #8b6137;
    --c-step-bg-inactive: #f3eee7;
    --c-step-marker-bg: #72502d;
    --c-datepicker-day-selected: #72502d;
    --c-datepicker-middle-bg: #f2e9df;
    --c-datepicker-day-today: #72502d;
    --c-datepicker-day-today-mark: #fff;
    --c-selected-fade: rgb(114 80 45 / 60%);
    --i-hero: url(/static/77b99be4c81f4efd6e91-2e47659988f067ca73578bd9e13a10b5.jpg);
    --i-logo-s: url(/static/7d07eeeb233b4d885315-c15e25e453c27d1450161d3931d11c3b.svg);
    --i-logo: url(/static/7d07eeeb233b4d885315-c15e25e453c27d1450161d3931d11c3b.svg);
    --t-body-font-family: 'Lato', sans-serif;
    --t-font-size-h1-desktop: 50px;
    --t-font-size-h2-desktop: 40px;
    --t-font-size-h3-desktop: 30px;
    --t-font-size-h4-desktop: 24px;
    --t-font-size-h5-desktop: 16px;
    --t-font-size-h6-desktop: 18px;
    --t-line-height-h1-desktop: 60px;
    --t-line-height-h2-desktop: 60px;
    --t-line-height-h3-desktop: 46px;
    --t-line-height-h4-desktop: 38px;
    --t-line-height-h5-desktop: 24px;
    --t-line-height-h6-desktop: 24px;
    --t-font-size-h1-mobile: 30px;
    --t-font-size-h2-mobile: 26px;
    --t-font-size-h3-mobile: 24px;
    --t-font-size-h4-mobile: 24px;
    --t-font-size-h5-mobile: 16px;
    --t-font-size-h6-mobile: 18px;
    --t-line-height-h1-mobile: 46px;
    --t-line-height-h2-mobile: 38px;
    --t-line-height-h3-mobile: 34px;
    --t-line-height-h4-mobile: 38px;
    --t-line-height-h5-mobile: 24px;
    --t-line-height-h6-mobile: 24px;
    --t-heading-font-family: 'Bodoni Moda', serif;
    --t-heading-letter-spacing: 0;
    --t-heading-text-transform: none;
    --t-heading-weight: 400;
    --t-label-font-size: 14px;
    --t-label-text-transform: none;
    --v-logo-size-w: 124px;
    --v-logo-size-h: 55px;
    --v-hero-size-h: 300px;
    --v-top-stripe-height: 0;
  }
}
@layer utilities {
  .lycium {
    --c-heading: #464647;
    --c-text-1: #3e3e3e;
    --c-text-2: #3e3e3e;
    --c-text-3: #646465;
    --c-selected-bg: #bcdd8e;
    --c-selected-border: #8ec63f;
    --c-card: #f6f6f6;
    --c-button-1: #b4872a;
    --c-button-2: #b4872a;
    --c-link: #297dad;
    --c-panel: #f6f6f6;
    --c-brand-1: #3d292a;
    --c-top-stripe: #3d292a;
    --c-bg: #fff;
    --c-header: #2c1a1a;
    --c-footer-bg: #2c1a1a;
    --c-footer-text: #fff;
    --c-loading-fade: #3d292a;
    --c-loading-spinner: #b4872a;
    --c-step-text-active: #fff;
    --c-step-bg-active: #b4872a;
    --c-step-text-inactive: #3e3e3e;
    --c-step-bg-inactive: #f6f6f6;
    --c-step-marker-bg: #3d292a;
    --c-datepicker-day-selected: #b4872a;
    --c-datepicker-middle-bg: #f0e1c1;
    --c-datepicker-day-today: #b4872a;
    --c-datepicker-day-today-mark: #fff;
    --c-selected-fade: rgb(61 41 42 / 60%);
    --i-hero: url(/static/e11f74ccd227718ee38f-265dce010dd1399b6de5644f4e46c680.jpg);
    --i-logo-s: url(/static/9a48a6808750b79118bf-de3b4e8e7cb81738f891ddd8d83e955d.png);
    --i-logo: url(/static/75559426fd95e6fc5e28-f1bfac994c6cdecf1c816b4fb60da7ff.png);
    --t-body-font-family: 'Source Sans Pro', arial, sans-serif;
    --t-font-size-h1-desktop: 32px;
    --t-font-size-h2-desktop: 24px;
    --t-font-size-h3-desktop: 20px;
    --t-font-size-h4-desktop: 16px;
    --t-font-size-h5-desktop: 14px;
    --t-font-size-h6-desktop: 12px;
    --t-line-height-h1-desktop: 1.6em;
    --t-line-height-h2-desktop: 1.6em;
    --t-line-height-h3-desktop: 1.6em;
    --t-line-height-h4-desktop: 1.6em;
    --t-line-height-h5-desktop: 1.6em;
    --t-line-height-h6-desktop: 1.6em;
    --t-font-size-h1-mobile: 32px;
    --t-font-size-h2-mobile: 24px;
    --t-font-size-h3-mobile: 20px;
    --t-font-size-h4-mobile: 16px;
    --t-font-size-h5-mobile: 14px;
    --t-font-size-h6-mobile: 12px;
    --t-line-height-h1-mobile: 1.6em;
    --t-line-height-h2-mobile: 1.6em;
    --t-line-height-h3-mobile: 1.6em;
    --t-line-height-h4-mobile: 1.6em;
    --t-line-height-h5-mobile: 1.6em;
    --t-line-height-h6-mobile: 1.6em;
    --t-heading-font-family: 'Source Sans Pro', arial, sans-serif;
    --t-heading-letter-spacing: 0.08em;
    --t-heading-text-transform: uppercase;
    --t-heading-weight: 700;
    --t-label-font-size: 12px;
    --t-label-text-transform: uppercase;
    --v-logo-size-w: 144.5px;
    --v-logo-size-h: 52px;
    --v-hero-size-h: 300px;
    --v-top-stripe-height: 4px;
  }
}
@layer utilities {
  .optimus {
    --c-heading: #464647;
    --c-text-1: #3e3e3e;
    --c-text-2: #3e3e3e;
    --c-text-3: #646465;
    --c-selected-bg: #bcdd8e;
    --c-selected-border: #8ec63f;
    --c-card: #f6f6f6;
    --c-button-1: #516c8d;
    --c-button-2: #516c8d;
    --c-link: #297dad;
    --c-panel: #f6f6f6;
    --c-brand-1: #516c8d;
    --c-top-stripe: #abbacc;
    --c-bg: #fafafa;
    --c-header: #fff;
    --c-footer-bg: #7a8fa9;
    --c-footer-text: #fff;
    --c-loading-fade: #516c8d;
    --c-loading-spinner: #516c8d;
    --c-step-text-active: #fff;
    --c-step-bg-active: #516c8d;
    --c-step-text-inactive: #3e3e3e;
    --c-step-bg-inactive: #f6f6f6;
    --c-step-marker-bg: #516c8d;
    --c-datepicker-day-selected: #516c8d;
    --c-datepicker-middle-bg: #d5dde7;
    --c-datepicker-day-today: #516c8d;
    --c-datepicker-day-today-mark: #fff;
    --c-selected-fade: rgb(81 108 141 / 60%);
    --i-hero: url(/static/5c3d1bde1ba6ae9ee1e3-4c5c237254ae3c0c22fabec0f72e970d.jpg);
    --i-logo-s: url(/static/21eececbdabb9926aeed-83c130be7c0503a3095a0816904d47f8.png);
    --i-logo: url(/static/6e326d42cc9e1878af5e-e707f3060c423bab7768dcd3227819be.png);
    --t-body-font-family: 'Source Sans Pro', arial, sans-serif;
    --t-font-size-h1-desktop: 32px;
    --t-font-size-h2-desktop: 24px;
    --t-font-size-h3-desktop: 20px;
    --t-font-size-h4-desktop: 16px;
    --t-font-size-h5-desktop: 14px;
    --t-font-size-h6-desktop: 12px;
    --t-line-height-h1-desktop: 1.6em;
    --t-line-height-h2-desktop: 1.6em;
    --t-line-height-h3-desktop: 1.6em;
    --t-line-height-h4-desktop: 1.6em;
    --t-line-height-h5-desktop: 1.6em;
    --t-line-height-h6-desktop: 1.6em;
    --t-font-size-h1-mobile: 32px;
    --t-font-size-h2-mobile: 24px;
    --t-font-size-h3-mobile: 20px;
    --t-font-size-h4-mobile: 16px;
    --t-font-size-h5-mobile: 14px;
    --t-font-size-h6-mobile: 12px;
    --t-line-height-h1-mobile: 1.6em;
    --t-line-height-h2-mobile: 1.6em;
    --t-line-height-h3-mobile: 1.6em;
    --t-line-height-h4-mobile: 1.6em;
    --t-line-height-h5-mobile: 1.6em;
    --t-line-height-h6-mobile: 1.6em;
    --t-heading-font-family: 'Source Sans Pro', arial, sans-serif;
    --t-heading-letter-spacing: 0.08em;
    --t-heading-text-transform: uppercase;
    --t-heading-weight: 700;
    --t-label-font-size: 12px;
    --t-label-text-transform: uppercase;
    --v-logo-size-w: 189px;
    --v-logo-size-h: 52px;
    --v-hero-size-h: 300px;
    --v-top-stripe-height: 4px;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}
* {
  box-sizing: border-box;
}
html,
body,
select,
input,
button,
textarea {
  font-family: var(--t-body-font-family);
  line-height: 1.6em;
}
html,
body {
  background-color: var(--c-bg);
  color: var(--c-text-2);
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--c-heading);
  font-family: var(--t-heading-font-family);
  font-weight: var(--t-heading-weight);
  letter-spacing: var(--t-heading-letter-spacing);
  text-transform: var(--t-heading-text-transform);
}
h1 {
  font-size: var(--t-font-size-h1-desktop);
  line-height: var(--t-line-height-h1-desktop);
  @media (width <= 767px) {
    font-size: var(--t-font-size-h1-mobile);
    line-height: var(--t-line-height-h1-mobile);
  }
}
h2 {
  font-size: var(--t-font-size-h2-desktop);
  line-height: var(--t-line-height-h2-desktop);
  @media (width <= 767px) {
    font-size: var(--t-font-size-h2-mobile);
    line-height: var(--t-line-height-h2-mobile);
  }
}
h3 {
  font-size: var(--t-font-size-h3-desktop);
  line-height: var(--t-line-height-h3-desktop);
  @media (width <= 767px) {
    font-size: var(--t-font-size-h3-mobile);
    line-height: var(--t-line-height-h3-mobile);
  }
}
h4 {
  font-size: var(--t-font-size-h4-desktop);
  line-height: var(--t-line-height-h4-desktop);
  @media (width <= 767px) {
    font-size: var(--t-font-size-h4-mobile);
    line-height: var(--t-line-height-h4-mobile);
  }
}
h5 {
  font-size: var(--t-font-size-h5-desktop);
  line-height: var(--t-line-height-h5-desktop);
  @media (width <= 767px) {
    font-size: var(--t-font-size-h5-mobile);
    line-height: var(--t-line-height-h5-mobile);
  }
}
h6 {
  font-size: var(--t-font-size-h6-desktop);
  line-height: var(--t-line-height-h6-desktop);
  @media (width <= 767px) {
    font-size: var(--t-font-size-h6-mobile);
    line-height: var(--t-line-height-h6-mobile);
  }
}
strong {
  font-weight: 700;
}
small {
  font-size: 12px;
}
em {
  font-style: italic;
}
input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
textarea {
  border: 1px solid var(--sc-input-border);
  padding: 10px var(--spacing-m);
}
input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'] {
  height: 48px;
  line-height: 26px;
}
input[type='number'] {
  appearance: textfield;
  &::-webkit-inner-spin-button,
  &::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
  }
}
textarea {
  padding: var(--spacing-s);
  border-color: var(--sc-input-border);
  max-width: 400px;
  min-height: 200px;
  resize: none;
  overflow: auto;
  width: 100%;
}
input,
textarea {
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  &:disabled {
    -webkit-text-fill-color: var(--c-text-2);
    background-color: var(--sc-disabled);
    color: var(--c-text-2);
    opacity: 1;
  }
}
button {
  cursor: pointer;
  &:disabled {
    cursor: default;
  }
}
.label {
  color: var(--c-text-1);
  display: block;
  line-height: 1.4em;
  font-size: var(--t-label-font-size);
  text-transform: var(--t-label-text-transform);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

