/*! tailwindcss v4.1.16 | 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-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .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;
    }
  }
  .\!clamp-\[mb\,1\,4\,\@md\] {
    margin-bottom: clamp(0.25rem, -0.012500rem + 0.937500cqw, 1rem) !important;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .w-full {
    width: 100%;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:clamp-\[pt\,1\,13\,\@md\] {
    @media (width >= 48rem) {
      padding-top: clamp(0.25rem, -0.800000rem + 3.750000cqw, 3.25rem);
    }
  }
  .md\:clamp-\[pb\,1\,3\,\@md\] {
    @media (width >= 48rem) {
      padding-bottom: clamp(0.25rem, 0.075000rem + 0.625000cqw, 0.75rem);
    }
  }
  .md\:clamp-\[pb\,5\,10\,\@md\] {
    @media (width >= 48rem) {
      padding-bottom: clamp(1.25rem, 0.812500rem + 1.562500cqw, 2.5rem);
    }
  }
}
@layer base {
  html {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
  }
  body {
    min-height: 100vh;
    margin: calc(var(--spacing) * 0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222A35;
    @media (width >= 48rem) {
      height: 100%;
    }
    @media (width >= 48rem) {
      color: var(--color-white);
    }
  }
}
.hero {
  margin-inline: auto;
  height: 100%;
  min-height: 100lvh;
  width: 100%;
  max-width: var(--container-md);
  background-color: #B1DCE9;
  @media (width >= 48rem) {
    max-width: 108rem;
  }
  @media (width >= 48rem) {
    background-color: transparent;
  }
}
.background-wrapper {
  display: none;
  @media (width >= 48rem) {
    position: fixed;
  }
  @media (width >= 48rem) {
    top: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    left: calc(1/2 * 100%);
  }
  @media (width >= 48rem) {
    z-index: calc(1 * -1);
  }
  @media (width >= 48rem) {
    display: block;
  }
  @media (width >= 48rem) {
    height: 100%;
  }
  @media (width >= 48rem) {
    width: 100%;
  }
  @media (width >= 48rem) {
    max-width: 108rem;
  }
  @media (width >= 48rem) {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width >= 48rem) {
    overflow: hidden;
  }
}
.background-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.top-left {
  @media (width < 48rem) {
    padding-block: calc(var(--spacing) * 5);
  }
  @media (width < 48rem) {
    text-align: center;
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    top: clamp(1rem, 0.584257rem + 1.773836vw, 2.5rem);
  }
  @media (width >= 48rem) {
    left: clamp(1rem, 0.445676rem + 2.365115vw, 3rem);
  }
}
.top-left h1 {
  margin-bottom: calc(var(--spacing) * 3);
  font-size: 2.625rem;
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: clamp(1rem, 0.549612rem + 1.921656vw, 2.625rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(1rem, 0.653548rem + 1.478197vw, 2.25rem);
  }
}
.top-left .tagline {
  font-size: 1.25rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  font-style: italic;
  @media (width < 48rem) {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.5rem, 0.188193rem + 1.330377vw, 1.625rem);
  }
}
.top-right {
  text-align: center;
  font-size: 1.25rem;
  @media (width < 48rem) {
    background-color: var(--color-white);
  }
  @media (width < 48rem) {
    padding-block: calc(var(--spacing) * 2.5);
  }
  @media (width < 48rem) {
    color: #222A35;
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    top: clamp(1rem, 0.584257rem + 1.773836vw, 2.5rem);
  }
  @media (width >= 48rem) {
    right: clamp(1rem, 0.445676rem + 2.365115vw, 3rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0rem, -0.525000rem + 1.875000cqw, 1.5rem);
  }
}
.info-link {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: clamp(0.8rem, 0.571341rem + 0.975610vw, 1.625rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0rem, -0.525000rem + 1.875000cqw, 1.5rem);
  }
}
.bottom-left {
  text-align: center;
  font-size: 0.875rem;
  @media (width < 48rem) {
    margin-top: clamp(0.75rem, -51.333333rem + 222.222222vw, 2rem);
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    bottom: clamp(0.125rem, -0.268750rem + 1.406250cqw, 1.25rem);
  }
  @media (width >= 48rem) {
    left: clamp(1rem, 0.300000rem + 2.500000cqw, 3rem);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, 0.055000rem + 0.875000cqw, 1rem);
  }
  @media (width >= 48rem) {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
}
.bottom-right {
  margin-top: calc(var(--spacing) * 1);
  text-align: center;
  font-size: 0.875rem;
  @media (width < 48rem) {
    margin-bottom: clamp(0.75rem, -51.333333rem + 222.222222vw, 2rem);
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    right: clamp(1rem, 0.300000rem + 2.500000cqw, 3rem);
  }
  @media (width >= 48rem) {
    bottom: clamp(0.125rem, -0.268750rem + 1.406250cqw, 1.25rem);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, 0.055000rem + 0.875000cqw, 1rem);
  }
  @media (width >= 48rem) {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
}
.bottom-center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  @media (width < 48rem) {
    min-height: calc(var(--spacing) * 16);
  }
  @media (width >= 48rem) {
    position: absolute;
  }
  @media (width >= 48rem) {
    bottom: clamp(0.125rem, -0.268750rem + 1.406250cqw, 1.25rem);
  }
  @media (width >= 48rem) {
    left: calc(1/2 * 100%);
  }
  @media (width >= 48rem) {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width >= 48rem) {
    text-align: center;
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, 0.055000rem + 0.875000cqw, 1rem);
  }
}
.information {
  background-color: #B1DCE9;
  color: #222A35;
}
.container {
  margin-inline: auto;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  max-width: var(--container-md);
  padding-inline: calc(var(--spacing) * 5);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  @media (width >= 48rem) {
    max-width: 97.625rem;
  }
  @media (width >= 48rem) {
    padding-inline: calc(clamp(-5.5rem, -6.287500rem + 2.812500cqw, -3.25rem) * -1);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.25rem, -0.012500rem + 0.937500cqw, 1rem);
  }
}
.back {
  position: relative;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(1/2 * 100%);
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::before {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-right-style: var(--tw-border-style);
    border-right-width: 8px;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-top-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-right-color: #222A35;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-color: transparent;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  @media (width < 40rem) {
    padding-left: calc(var(--spacing) * 3);
  }
  @media (width >= 48rem) {
    padding-left: clamp(0.2rem, -0.100000rem + 1.250000cqw, 1.25rem);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, 0.055000rem + 0.875000cqw, 1rem);
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      border-top-width: clamp(3px, 2.142857px + 0.223214cqw, 6px);
    }
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      border-right-width: clamp(5px, 3.000000px + 0.520833cqw, 12px);
    }
  }
  @media (width >= 48rem) {
    &::before {
      content: var(--tw-content);
      border-bottom-width: clamp(3px, 2.142857px + 0.223214cqw, 6px);
    }
  }
}
.container h1 {
  margin-bottom: calc(var(--spacing) * 3);
  padding-bottom: calc(var(--spacing) * 0);
  text-align: center;
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 48rem) {
    margin-bottom: clamp(0rem, -0.525000rem + 1.875000cqw, 1.5rem);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.4rem, -0.160000rem + 2.000000cqw, 2rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0.75rem, 0.312500rem + 1.562500cqw, 2rem);
  }
}
.container .section-title {
  margin-bottom: calc(var(--spacing) * 3);
  text-align: center;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-leading: calc(var(--spacing) * 4);
  line-height: calc(var(--spacing) * 4);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 4);
  }
  @media (width >= 48rem) {
    font-size: clamp(0.3rem, -0.050000rem + 1.250000cqw, 1.3rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0.5rem, 0.150000rem + 1.250000cqw, 1.5rem);
  }
}
.container .license-box {
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 4);
  text-align: justify;
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
  color: #222A35;
  @media (width >= 48rem) {
    padding: clamp(0.5rem, 0.150000rem + 1.250000cqw, 1.5rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0.75rem, 0.400000rem + 1.250000cqw, 1.75rem);
  }
}
.container .license-box p, .container .license-box li {
  margin-bottom: calc(var(--spacing) * 2);
  &:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    margin-bottom: clamp(0.25rem, 0.162500rem + 0.312500cqw, 0.5rem);
  }
  @media (width >= 48rem) {
    line-height: clamp(0.3rem, -0.120000rem + 1.500000cqw, 1.5rem);
  }
}
.container .license-box h5 {
  font-size: clamp(0.3rem, 0.160000rem + 0.500000cqw, 0.7rem);
}
.container .contact {
  margin-top: calc(var(--spacing) * 1);
  margin-bottom: calc(var(--spacing) * 3);
  text-align: center;
  @media (width >= 48rem) {
    margin-top: clamp(0.25rem, 0.075000rem + 0.625000cqw, 0.75rem);
  }
  @media (width >= 48rem) {
    margin-bottom: clamp(0.75rem, 0.312500rem + 1.562500cqw, 2rem);
  }
}
.container .license-box a, .container .contact a {
  color: #1D657B;
}
.arrow {
  position: relative;
  margin-right: calc(var(--spacing) * 0);
  display: block;
  padding-left: calc(var(--spacing) * 3.5);
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 2.5);
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::before {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  &::before {
    content: var(--tw-content);
    border-left-style: var(--tw-border-style);
    border-left-width: 7px;
  }
  &::before {
    content: var(--tw-content);
    border-top-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-bottom-color: transparent;
  }
  &::before {
    content: var(--tw-content);
    border-left-color: #1D657B;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &:first-child {
    margin-left: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    padding-left: clamp(0.5rem, 0.237500rem + 0.937500cqw, 1.25rem);
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      top: clamp(0.2rem, 0.061419rem + 0.591279vw, 0.7rem);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-top-width: clamp(3px, 1.950000px + 0.234375cqw, 6px);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-bottom-width: clamp(3px, 1.950000px + 0.234375cqw, 6px);
    }
  }
  &::before {
    content: var(--tw-content);
    @media (width >= 48rem) {
      border-left-width: clamp(5px, 3.250000px + 0.390625cqw, 10px);
    }
  }
}
.container .list-columns {
  margin-top: clamp(0.25rem, 0.162500rem + 0.312500cqw, 0.5rem);
  margin-bottom: clamp(0.25rem, 0.162500rem + 0.312500cqw, 0.5rem);
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: clamp(0rem, -0.262500rem + 0.937500cqw, 0.75rem);
  &:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 48rem) {
    grid-template-columns: 1fr 1fr 1fr 1.5fr;
  }
}
.container .list-columns p {
  @media (width >= 48rem) {
    line-height: clamp(0.8rem, 0.555000rem + 0.875000cqw, 1.5rem);
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
      --tw-border-style: solid;
    }
  }
}
