/*! tailwindcss v4.3.0 | 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-orange-600: oklch(64.6% 0.222 41.116);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --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);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --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);
  }
}
@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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    font-feature-settings: normal;
    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 {
  .li-blue {
    position: relative;
    padding-left: calc(0.25rem * 4);
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: 0.85em;
    }
    &::before {
      content: var(--tw-content);
      left: calc(0.25rem * 0);
    }
    &::before {
      content: var(--tw-content);
      height: calc(0.25rem * 2);
    }
    &::before {
      content: var(--tw-content);
      width: calc(0.25rem * 2);
    }
    &::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-radius: calc(infinity * 1px);
    }
    &::before {
      content: var(--tw-content);
      background-color: #105fad;
    }
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .h3ti-scholarships {
    position: relative;
    margin-top: calc(0.25rem * 16);
    margin-bottom: calc(0.25rem * 5);
    padding-inline: calc(0.25rem * 2);
    font-size: 1.125rem;
    line-height: calc(1.75 / 1.125);
    color: oklch(55.1% 0.027 264.364);
    @media (width >= 48rem) {
      font-size: 1.5rem;
      line-height: calc(2 / 1.5);
    }
  }
  .subti-news {
    position: relative;
    margin-top: calc(0.25rem * 16);
    margin-bottom: calc(0.25rem * 5);
    padding-inline: calc(0.25rem * 2);
    font-size: 1.125rem;
    line-height: calc(1.75 / 1.125);
    color: oklch(55.1% 0.027 264.364);
    @media (width >= 48rem) {
      font-size: 1.5rem;
      line-height: calc(2 / 1.5);
    }
  }
  .link-voices-back {
    position: relative;
    display: inline-block;
    width: 20rem;
    border-radius: 0.75rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: oklch(70.7% 0.022 261.325);
    background-color: #fff;
    padding-block: calc(0.25rem * 6);
    text-align: center;
    &:hover {
      @media (hover: hover) {
        background-color: oklch(96.7% 0.003 264.542);
      }
    }
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(0.25rem * 0);
  }
  .-top-2 {
    top: calc(0.25rem * -2);
  }
  .-top-4 {
    top: calc(0.25rem * -4);
  }
  .top-0 {
    top: calc(0.25rem * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(0.25rem * 2);
  }
  .top-3 {
    top: calc(0.25rem * 3);
  }
  .top-4 {
    top: calc(0.25rem * 4);
  }
  .top-12 {
    top: calc(0.25rem * 12);
  }
  .top-16 {
    top: calc(0.25rem * 16);
  }
  .top-\[440px\] {
    top: 440px;
  }
  .-right-2 {
    right: calc(0.25rem * -2);
  }
  .right-0 {
    right: calc(0.25rem * 0);
  }
  .right-2 {
    right: calc(0.25rem * 2);
  }
  .right-3 {
    right: calc(0.25rem * 3);
  }
  .right-5 {
    right: calc(0.25rem * 5);
  }
  .right-8 {
    right: calc(0.25rem * 8);
  }
  .-bottom-1 {
    bottom: calc(0.25rem * -1);
  }
  .bottom-0 {
    bottom: calc(0.25rem * 0);
  }
  .bottom-8 {
    bottom: calc(0.25rem * 8);
  }
  .-left-6 {
    left: calc(0.25rem * -6);
  }
  .left-0 {
    left: calc(0.25rem * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-4 {
    left: calc(0.25rem * 4);
  }
  .left-5 {
    left: calc(0.25rem * 5);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .mx-1 {
    margin-inline: calc(0.25rem * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-5 {
    margin-inline-start: calc(0.25rem * 5);
  }
  .ms-14 {
    margin-inline-start: calc(0.25rem * 14);
  }
  .mt-1 {
    margin-top: calc(0.25rem * 1);
  }
  .mt-2 {
    margin-top: calc(0.25rem * 2);
  }
  .mt-3 {
    margin-top: calc(0.25rem * 3);
  }
  .mt-4 {
    margin-top: calc(0.25rem * 4);
  }
  .mt-5 {
    margin-top: calc(0.25rem * 5);
  }
  .mt-6 {
    margin-top: calc(0.25rem * 6);
  }
  .mt-8 {
    margin-top: calc(0.25rem * 8);
  }
  .mt-10 {
    margin-top: calc(0.25rem * 10);
  }
  .mt-12 {
    margin-top: calc(0.25rem * 12);
  }
  .mt-16 {
    margin-top: calc(0.25rem * 16);
  }
  .mt-20 {
    margin-top: calc(0.25rem * 20);
  }
  .mt-24 {
    margin-top: calc(0.25rem * 24);
  }
  .mr-1 {
    margin-right: calc(0.25rem * 1);
  }
  .faq-item {
    margin-bottom: calc(0.25rem * 10);
    width: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    background-color: #fff;
    --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);
    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: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: oklch(98.5% 0.002 247.839);
      }
    }
  }
  .page-h1-scholarships {
    margin-bottom: calc(0.25rem * 1);
    text-align: center;
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: 700;
    @media (width >= 48rem) {
      font-size: 1.875rem;
      line-height: calc(2.25 / 1.875);
    }
  }
  .page-h1 {
    margin-bottom: calc(0.25rem * 1);
    text-align: center;
    font-size: 1.875rem;
    line-height: calc(2.25 / 1.875);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: 700;
  }
  .mb-1 {
    margin-bottom: calc(0.25rem * 1);
  }
  .mb-2 {
    margin-bottom: calc(0.25rem * 2);
  }
  .mb-3 {
    margin-bottom: calc(0.25rem * 3);
  }
  .mb-5 {
    margin-bottom: calc(0.25rem * 5);
  }
  .mb-7 {
    margin-bottom: calc(0.25rem * 7);
  }
  .mb-8 {
    margin-bottom: calc(0.25rem * 8);
  }
  .mb-10 {
    margin-bottom: calc(0.25rem * 10);
  }
  .mb-20 {
    margin-bottom: calc(0.25rem * 20);
  }
  .ml-1 {
    margin-left: calc(0.25rem * 1);
  }
  .border-flag {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: oklch(87.2% 0.01 258.338);
  }
  .page-header {
    display: flex;
    height: calc(0.25rem * 28);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #105fad;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .h-0 {
    height: calc(0.25rem * 0);
  }
  .h-3 {
    height: calc(0.25rem * 3);
  }
  .h-4 {
    height: calc(0.25rem * 4);
  }
  .h-5 {
    height: calc(0.25rem * 5);
  }
  .h-6 {
    height: calc(0.25rem * 6);
  }
  .h-8 {
    height: calc(0.25rem * 8);
  }
  .h-10 {
    height: calc(0.25rem * 10);
  }
  .h-12 {
    height: calc(0.25rem * 12);
  }
  .h-16 {
    height: calc(0.25rem * 16);
  }
  .h-28 {
    height: calc(0.25rem * 28);
  }
  .h-40 {
    height: calc(0.25rem * 40);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-full {
    height: 100%;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/8 {
    width: calc(1 / 8 * 100%);
  }
  .w-2\/8 {
    width: calc(2 / 8 * 100%);
  }
  .w-2xl {
    width: 42rem;
  }
  .w-3 {
    width: calc(0.25rem * 3);
  }
  .w-3\/8 {
    width: calc(3 / 8 * 100%);
  }
  .w-5 {
    width: calc(0.25rem * 5);
  }
  .w-6 {
    width: calc(0.25rem * 6);
  }
  .w-8 {
    width: calc(0.25rem * 8);
  }
  .w-10 {
    width: calc(0.25rem * 10);
  }
  .w-12 {
    width: calc(0.25rem * 12);
  }
  .w-20 {
    width: calc(0.25rem * 20);
  }
  .w-24 {
    width: calc(0.25rem * 24);
  }
  .w-28 {
    width: calc(0.25rem * 28);
  }
  .w-40 {
    width: calc(0.25rem * 40);
  }
  .w-64 {
    width: calc(0.25rem * 64);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: 64rem;
  }
  .min-w-0 {
    min-width: calc(0.25rem * 0);
  }
  .min-w-\[520px\] {
    min-width: 520px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-2\/5 {
    flex-basis: calc(2 / 5 * 100%);
  }
  .basis-3\/5 {
    flex-basis: calc(3 / 5 * 100%);
  }
  .table-fixed {
    table-layout: fixed;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform:          ;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(0.25rem * 1);
  }
  .gap-2 {
    gap: calc(0.25rem * 2);
  }
  .gap-4 {
    gap: calc(0.25rem * 4);
  }
  .gap-5 {
    gap: calc(0.25rem * 5);
  }
  .gap-6 {
    gap: calc(0.25rem * 6);
  }
  .gap-8 {
    gap: calc(0.25rem * 8);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 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(0.25rem * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    column-gap: calc(0.25rem * 1);
  }
  .gap-x-2 {
    column-gap: calc(0.25rem * 2);
  }
  .gap-x-6 {
    column-gap: calc(0.25rem * 6);
  }
  .gap-x-10 {
    column-gap: calc(0.25rem * 10);
  }
  .gap-x-16 {
    column-gap: calc(0.25rem * 16);
  }
  .gap-x-20 {
    column-gap: calc(0.25rem * 20);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(0.25rem * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(0.25rem * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-1 {
    row-gap: calc(0.25rem * 1);
  }
  .gap-y-5 {
    row-gap: calc(0.25rem * 5);
  }
  .gap-y-10 {
    row-gap: calc(0.25rem * 10);
  }
  .gap-y-12 {
    row-gap: calc(0.25rem * 12);
  }
  .gap-y-20 {
    row-gap: calc(0.25rem * 20);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .link-footer-banner {
    border-radius: 0.75rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: oklch(70.7% 0.022 261.325);
    background-color: #fff;
    padding-inline: calc(0.25rem * 4);
    padding-block: calc(0.25rem * 6);
    text-align: center;
  }
  .rounded-2xl {
    border-radius: 1rem;
  }
  .rounded-3xl {
    border-radius: 1.5rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .rounded-sm {
    border-radius: 0.25rem;
  }
  .rounded-xl {
    border-radius: 0.75rem;
  }
  .rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .tb-blue {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: oklch(87.2% 0.01 258.338);
    padding-inline: calc(0.25rem * 4);
    padding-block: calc(0.25rem * 3);
    color: #fff;
    background-color: #3d7dbd;
  }
  .tb-gray {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: oklch(87.2% 0.01 258.338);
    background-color: oklch(98.5% 0.002 247.839);
    padding-inline: calc(0.25rem * 4);
    padding-block: calc(0.25rem * 3);
  }
  .tb-white {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: oklch(87.2% 0.01 258.338);
    background-color: #fff;
    padding-inline: calc(0.25rem * 4);
    padding-block: calc(0.25rem * 3);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-400 {
    border-color: oklch(70.7% 0.022 261.325);
  }
  .border-orange-600 {
    border-color: oklch(64.6% 0.222 41.116);
  }
  .border-slate-200 {
    border-color: oklch(92.9% 0.013 255.508);
  }
  .bg-gray-100 {
    background-color: oklch(96.7% 0.003 264.542);
  }
  .bg-sky-50 {
    background-color: oklch(97.7% 0.013 236.62);
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-yellow-200 {
    background-color: oklch(94.5% 0.129 101.54);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-right {
    background-position: right;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-1 {
    padding: calc(0.25rem * 1);
  }
  .p-2 {
    padding: calc(0.25rem * 2);
  }
  .p-3 {
    padding: calc(0.25rem * 3);
  }
  .p-4 {
    padding: calc(0.25rem * 4);
  }
  .p-5 {
    padding: calc(0.25rem * 5);
  }
  .p-7 {
    padding: calc(0.25rem * 7);
  }
  .p-8 {
    padding: calc(0.25rem * 8);
  }
  .p-9 {
    padding: calc(0.25rem * 9);
  }
  .px-2 {
    padding-inline: calc(0.25rem * 2);
  }
  .px-4 {
    padding-inline: calc(0.25rem * 4);
  }
  .px-5 {
    padding-inline: calc(0.25rem * 5);
  }
  .px-6 {
    padding-inline: calc(0.25rem * 6);
  }
  .px-10 {
    padding-inline: calc(0.25rem * 10);
  }
  .py-1 {
    padding-block: calc(0.25rem * 1);
  }
  .py-2 {
    padding-block: calc(0.25rem * 2);
  }
  .py-3 {
    padding-block: calc(0.25rem * 3);
  }
  .py-4 {
    padding-block: calc(0.25rem * 4);
  }
  .py-6 {
    padding-block: calc(0.25rem * 6);
  }
  .py-10 {
    padding-block: calc(0.25rem * 10);
  }
  .py-12 {
    padding-block: calc(0.25rem * 12);
  }
  .py-14 {
    padding-block: calc(0.25rem * 14);
  }
  .py-16 {
    padding-block: calc(0.25rem * 16);
  }
  .ps-3 {
    padding-inline-start: calc(0.25rem * 3);
  }
  .ps-4 {
    padding-inline-start: calc(0.25rem * 4);
  }
  .pe-2 {
    padding-inline-end: calc(0.25rem * 2);
  }
  .pe-8 {
    padding-inline-end: calc(0.25rem * 8);
  }
  .pe-14 {
    padding-inline-end: calc(0.25rem * 14);
  }
  .pt-2 {
    padding-top: calc(0.25rem * 2);
  }
  .pt-16 {
    padding-top: calc(0.25rem * 16);
  }
  .pt-20 {
    padding-top: calc(0.25rem * 20);
  }
  .pt-28 {
    padding-top: calc(0.25rem * 28);
  }
  .pt-32 {
    padding-top: calc(0.25rem * 32);
  }
  .pr-2 {
    padding-right: calc(0.25rem * 2);
  }
  .pb-2 {
    padding-bottom: calc(0.25rem * 2);
  }
  .pb-5 {
    padding-bottom: calc(0.25rem * 5);
  }
  .pb-6 {
    padding-bottom: calc(0.25rem * 6);
  }
  .pb-8 {
    padding-bottom: calc(0.25rem * 8);
  }
  .pb-10 {
    padding-bottom: calc(0.25rem * 10);
  }
  .pb-12 {
    padding-bottom: calc(0.25rem * 12);
  }
  .pb-16 {
    padding-bottom: calc(0.25rem * 16);
  }
  .text-caution {
    padding-left: 1em;
    text-indent: calc(1em * -1);
  }
  .pl-10 {
    padding-left: calc(0.25rem * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: 1.5rem;
    line-height: calc(2 / 1.5);
  }
  .text-3xl {
    font-size: 1.875rem;
    line-height: calc(2.25 / 1.875);
  }
  .text-5xl\/tight {
    font-size: 3rem;
    line-height: 1.25;
  }
  .text-lg {
    font-size: 1.125rem;
    line-height: calc(1.75 / 1.125);
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: calc(1.25 / 0.875);
  }
  .text-xl {
    font-size: 1.25rem;
    line-height: calc(1.75 / 1.25);
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: calc(1 / 0.75);
  }
  .\!leading-\[1\.3\] {
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(0.25rem * 10);
  }
  .leading-12 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(0.25rem * 12);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: 700;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: 500;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-gray-500 {
    color: oklch(55.1% 0.027 264.364);
  }
  .text-orange-600 {
    color: oklch(64.6% 0.222 41.116);
  }
  .text-white {
    color: #fff;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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-sm {
    --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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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:                  ;
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter:                  ;
    backdrop-filter:                  ;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .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: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .group-hover\:scale-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:bottom-0 {
    &:hover {
      @media (hover: hover) {
        bottom: calc(0.25rem * 0);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: oklch(96.7% 0.003 264.542);
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, #fff 20%, transparent);
        }
      }
    }
  }
  .hover\:px-12 {
    &:hover {
      @media (hover: hover) {
        padding-inline: calc(0.25rem * 12);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .md\:top-4 {
    @media (width >= 48rem) {
      top: calc(0.25rem * 4);
    }
  }
  .md\:right-7 {
    @media (width >= 48rem) {
      right: calc(0.25rem * 7);
    }
  }
  .md\:left-7 {
    @media (width >= 48rem) {
      left: calc(0.25rem * 7);
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:ms-20 {
    @media (width >= 48rem) {
      margin-inline-start: calc(0.25rem * 20);
    }
  }
  .md\:ml-2 {
    @media (width >= 48rem) {
      margin-left: calc(0.25rem * 2);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-52 {
    @media (width >= 48rem) {
      height: calc(0.25rem * 52);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2 / 3 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 48rem) {
      width: calc(2 / 5 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 48rem) {
      width: calc(3 / 4 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 48rem) {
      width: calc(3 / 5 * 100%);
    }
  }
  .md\:w-24 {
    @media (width >= 48rem) {
      width: calc(0.25rem * 24);
    }
  }
  .md\:w-52 {
    @media (width >= 48rem) {
      width: calc(0.25rem * 52);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:space-x-3 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(0.25rem * 3) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(0.25rem * 3) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(0.25rem * 8);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 16);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 24);
    }
  }
  .md\:pt-10 {
    @media (width >= 48rem) {
      padding-top: calc(0.25rem * 10);
    }
  }
  .md\:pt-32 {
    @media (width >= 48rem) {
      padding-top: calc(0.25rem * 32);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: 1.5rem;
      line-height: calc(2 / 1.5);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: 1.875rem;
      line-height: calc(2.25 / 1.875);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: 3rem;
      line-height: 1;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: 1rem;
      line-height: calc(1.5 / 1);
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: 1.125rem;
      line-height: calc(1.75 / 1.125);
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: 0.875rem;
      line-height: calc(1.25 / 0.875);
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: 1.25rem;
      line-height: calc(1.75 / 1.25);
    }
  }
  .lg\:top-10 {
    @media (width >= 64rem) {
      top: calc(0.25rem * 10);
    }
  }
  .lg\:right-56 {
    @media (width >= 64rem) {
      right: calc(0.25rem * 56);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-24 {
    @media (width >= 64rem) {
      height: calc(0.25rem * 24);
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:w-lg {
    @media (width >= 64rem) {
      width: 32rem;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:pe-4 {
    @media (width >= 64rem) {
      padding-inline-end: calc(0.25rem * 4);
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: 1.875rem;
      line-height: calc(2.25 / 1.875);
    }
  }
  .iphonese\:top-\[290px\] {
    @media (max-width: 375px) and (max-height: 667px) {
      top: 290px;
    }
  }
  .iphonese\:left-28 {
    @media (max-width: 375px) and (max-height: 667px) {
      left: calc(0.25rem * 28);
    }
  }
  .iphonese\:py-3 {
    @media (max-width: 375px) and (max-height: 667px) {
      padding-block: calc(0.25rem * 3);
    }
  }
  .iphonese\:text-sm {
    @media (max-width: 375px) and (max-height: 667px) {
      font-size: 0.875rem;
      line-height: calc(1.25 / 0.875);
    }
  }
}
:root {
  --color-nfu-blue: #105fad;
  --color-nfu-lightblue: #e3ecf6;
  --color-nfu-green: #00a496;
  --color-nfu-lightgreen: #e5f6f4;
  --color-nfu-lightpink: #f7ebeb;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0f172b;
}
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}
.max-w-main {
  max-width: 1240px;
}
.text-blue {
  color: #105fad;
}
.text-green {
  color: #00a496;
}
.text-green {
  color: #00a496;
}
.text-total {
  color: #972f4d;
}
.text-welfare {
  color: #007a7c;
}
.text-economics {
  color: #a78b00;
}
.text-global {
  color: #587216;
}
.text-nursing {
  color: #be5c58;
}
.text-health {
  color: #6a608e;
}
.text-engineering {
  color: #2e5c8e;
}
.text-psychology {
  color: #aa4b6b;
}
.text-sports {
  color: #2a7f5d;
}
.text-welfaremanagement {
  color: #a55d67;
}
.h1-kv {
  text-shadow: 0 4px 16px rgba(0, 0, 0, 1);
}
.bg-blue {
  background-color: #105fad;
}
.bg-green {
  background-color: #00a496;
}
.bg-lgreen {
  background-color: #e5f6f4;
}
.bg-lpink {
  background-color: #f7ebeb;
}
.border-blue {
  border-color: #105fad;
}
.border-green {
  border-color: #00a496;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  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-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --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-duration: initial;
      --tw-font-weight: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-leading: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}