/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-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-duration: initial;
      --tw-ease: initial;
    }
  }
}

:root,
:host {
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --color-blue-500: oklch(62.3% 0.214 259.815);
  --color-blue-600: oklch(54.6% 0.245 262.881);
  --color-blue-800: oklch(42.4% 0.199 265.638);
  --color-purple-600: oklch(55.8% 0.288 302.321);
  --color-black: #44464b;
  --color-white: #fff;
  --spacing: 1rem;
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --leading-normal: 1.5;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-sm: 8px;
  --default-transition-duration: 0.15s;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: "sofia-pro", sans-serif;
  --default-mono-font-family: var(--font-mono);
  --color-blue-1: #008dd1;
  --color-blue-2: #003963;
  --color-blue-3: #4bc4ff;
  --color-blue-4: #ace4ff;
  --color-light-blue: #f0f7fc;
  --color-green: #0cb161;
  --color-light-gray: #c2c2c2;
}

*,
:after,
:before,
::backdrop {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

::file-selector-button {
  box-sizing: border-box;
  border: 0 solid;
  margin: 0;
  padding: 0;
}

html,
:host {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.5;
  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 {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

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 {
  vertical-align: middle;
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
optgroup,
textarea {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
}

::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
}

: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;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
  ::-moz-placeholder {
    color: currentColor;
  }

  ::placeholder {
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::-moz-placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }

    ::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 {
  padding-block: 0;
}

::-webkit-datetime-edit-year-field {
  padding-block: 0;
}

::-webkit-datetime-edit-month-field {
  padding-block: 0;
}

::-webkit-datetime-edit-day-field {
  padding-block: 0;
}

::-webkit-datetime-edit-hour-field {
  padding-block: 0;
}

::-webkit-datetime-edit-minute-field {
  padding-block: 0;
}

::-webkit-datetime-edit-second-field {
  padding-block: 0;
}

::-webkit-datetime-edit-millisecond-field {
  padding-block: 0;
}

::-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"]) {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

::file-selector-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: calc(var(--spacing) * 0);
}

.-top-\[8\.9rem\] {
  top: -8.9rem;
}

.top-0 {
  top: calc(var(--spacing) * 0);
}

.top-full {
  top: 100%;
}

.right-0 {
  right: calc(var(--spacing) * 0);
}

.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}

.bottom-1\.5 {
  bottom: calc(var(--spacing) * 1.5);
}

.-left-\[12\.6rem\] {
  left: -12.6rem;
}

.left-0 {
  left: calc(var(--spacing) * 0);
}

.left-\[28\.4rem\] {
  left: 28.4rem;
}

.-z-1 {
  z-index: -1;
}

.-z-10 {
  z-index: -10;
}

.-z-20 {
  z-index: -20;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

.z-999 {
  z-index: 999;
}

.float-right {
  float: right;
}

.container {
  width: 100%;
}

@media (min-width: 40rem) {
  .container {
    max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .container {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
  }
}

@media (min-width: 96rem) {
  .container {
    max-width: 96rem;
  }
}

.card-title-2 {
  color: #003963;
  text-align: center;
  margin: 0;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 23.1px;
}

.m-0 {
  margin: calc(var(--spacing) * 0);
}

.mx-\[0\.5rem\] {
  margin-inline: 0.5rem;
}

.mx-\[1\.2rem\] {
  margin-inline: 1.2rem;
}

.mx-auto {
  margin-inline: auto;
}

.my-0 {
  margin-block: calc(var(--spacing) * 0);
}

.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}

.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}

.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}

.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}

.mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}

.mt-\[8\.8rem\] {
  margin-top: 8.8rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}

.mb-\[-3rem\] {
  margin-bottom: -3rem;
}

.mb-\[4rem\] {
  margin-bottom: 4rem;
}

.mb-\[6rem\] {
  margin-bottom: 6rem;
}

.-ml-3 {
  margin-left: calc(var(--spacing) * -3);
}

.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}

.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}

.ml-\[2\.4rem\] {
  margin-left: 2.4rem;
}

.ml-\[2\.55rem\] {
  margin-left: 2.55rem;
}

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.aspect-square {
  aspect-ratio: 1;
}

.size-1 {
  width: calc(var(--spacing) * 1);
  height: calc(var(--spacing) * 1);
}

.size-3 {
  width: calc(var(--spacing) * 3);
  height: calc(var(--spacing) * 3);
}

.size-7 {
  width: calc(var(--spacing) * 7);
  height: calc(var(--spacing) * 7);
}

.size-\[1\.4rem\] {
  width: 1.4rem;
  height: 1.4rem;
}

.size-\[1\.6rem\] {
  width: 1.6rem;
  height: 1.6rem;
}

.size-\[1\.8rem\] {
  width: 1.8rem;
  height: 1.8rem;
}

.size-\[3\.2rem\] {
  width: 3.2rem;
  height: 3.2rem;
}

.size-\[20rem\] {
  width: 20rem;
  height: 20rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-1 {
  height: calc(var(--spacing) * 1);
}

.h-10 {
  height: calc(var(--spacing) * 10);
}

.h-20 {
  height: calc(var(--spacing) * 20);
}

.h-\[0\.2rem\] {
  height: 0.2rem;
}

.h-\[1\.2rem\] {
  height: 1.2rem;
}

.h-\[1\.4rem\] {
  height: 1.4rem;
}

.h-\[1\.6rem\] {
  height: 1.6rem;
}

.h-\[1\.573rem\] {
  height: 1.573rem;
}

.h-\[2\.4rem\] {
  height: 2.4rem;
}

.h-\[2\.383rem\] {
  height: 2.383rem;
}

.h-\[2\.0808rem\] {
  height: 2.0808rem;
}

.h-\[2\.3542rem\] {
  height: 2.3542rem;
}

.h-\[2rem\] {
  height: 2rem;
}

.h-\[3\.2rem\] {
  height: 3.2rem;
}

.h-\[3\.5rem\] {
  height: 3.5rem;
}

.h-\[3\.8rem\] {
  height: 3.8rem;
}

.h-\[3\.459rem\] {
  height: 3.459rem;
}

.h-\[4\.6rem\] {
  height: 4.6rem;
}

.h-\[6\.819rem\] {
  height: 6.819rem;
}

.h-\[7rem\] {
  height: 7rem;
}

.h-\[10\.7rem\] {
  height: 10.7rem;
}

.h-\[15\.3rem\] {
  height: 15.3rem;
}

.h-\[15\.31rem\] {
  height: 15.31rem;
}

.h-\[15\.33rem\] {
  height: 15.33rem;
}

.h-\[15\.311rem\] {
  height: 15.311rem;
}

.h-\[15rem\] {
  height: 15rem;
}

.h-\[17\.1026rem\] {
  height: 17.1026rem;
}

.h-\[22\.5rem\] {
  height: 22.5rem;
}

.h-\[22rem\] {
  height: 22rem;
}

.h-\[24\.3rem\] {
  height: 24.3rem;
}

.h-\[24\.4rem\] {
  height: 24.4rem;
}

.h-\[26\.8rem\] {
  height: 26.8rem;
}

.h-\[27\.5rem\] {
  height: 27.5rem;
}

.h-\[27\.8rem\] {
  height: 27.8rem;
}

.h-\[30\.338rem\] {
  height: 30.338rem;
}

.h-\[30rem\] {
  height: 30rem;
}

.h-\[31\.1rem\] {
  height: 31.1rem;
}

.h-\[37\.3rem\] {
  height: 37.3rem;
}

.h-\[38\.9rem\] {
  height: 38.9rem;
}

.h-\[40\.3rem\] {
  height: 40.3rem;
}

.h-\[40\.8rem\] {
  height: 40.8rem;
}

.h-\[43\.2rem\] {
  height: 43.2rem;
}

.h-\[45rem\] {
  height: 45rem;
}

.h-\[53\.6rem\] {
  height: 53.6rem;
}

.h-\[58\.3rem\] {
  height: 58.3rem;
}

.h-\[58\.3rem\] {
  height: 58.3rem;
}

.h-\[58\.9rem\] {
  height: 58.9rem;
}

.h-\[58\.27rem\] {
  height: 58.27rem;
}

.h-\[61\.269rem\] {
  height: 61.269rem;
}

.h-\[68\.2rem\] {
  height: 68.2rem;
}

.h-\[90\%\] {
  height: 90%;
}

.h-full {
  height: 100%;
}

.h-hero {
  height: min(82vw, 80vh);
}

.max-h-32 {
  max-height: calc(var(--spacing) * 32);
}

.max-h-\[calc\(100vh-7rem\)\] {
  max-height: calc(100vh - 7rem);
}

.min-h-\[27rem\] {
  min-height: 27rem;
}

.min-h-\[36\.53rem\] {
  min-height: 36.53rem;
}

.min-h-\[56\.3rem\] {
  min-height: 56.3rem;
}

.w-1 {
  width: calc(var(--spacing) * 1);
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: calc(var(--spacing) * 10);
}

.w-\[0\.2rem\] {
  width: 0.2rem;
}

.w-\[0\.7rem\] {
  width: 0.7rem;
}

.w-\[0\.8rem\] {
  width: 0.8rem;
}

.w-\[0\.875rem\] {
  width: 0.875rem;
}

.w-\[1\.6rem\] {
  width: 1.6rem;
}

.w-\[2\.1rem\] {
  width: 2.1rem;
}

.w-\[2\.4rem\] {
  width: 2.4rem;
}

.w-\[2rem\] {
  width: 2rem;
}

.w-\[3\.2rem\] {
  width: 3.2rem;
}

.w-\[4\.6rem\] {
  width: 4.6rem;
}

.w-\[7\.3rem\] {
  width: 7.3rem;
}

.w-\[8\.2909rem\] {
  width: 8.2909rem;
}

.w-\[9\.15rem\] {
  width: 9.15rem;
}

.w-\[10\.867rem\] {
  width: 10.867rem;
}

.w-\[10\.3345rem\] {
  width: 10.3345rem;
}

.w-\[12\.2rem\] {
  width: 12.2rem;
}

.w-\[15\.49rem\] {
  width: 15.49rem;
}

.w-\[15rem\] {
  width: 15rem;
}

.w-\[16\.4rem\] {
  width: 16.4rem;
}

.w-\[23\.796rem\] {
  width: 23.796rem;
}

.w-\[37\.4rem\] {
  width: 37.4rem;
}

.w-\[40\.5rem\] {
  width: 40.5rem;
}

.w-\[59\.6rem\] {
  width: 59.6rem;
}

.w-\[66\%\] {
  width: 66%;
}

.w-\[67\.7rem\] {
  width: 67.7rem;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-59 {
  max-width: calc(var(--spacing) * 59);
}

.max-w-144 {
  max-width: calc(var(--spacing) * 144);
}

.max-w-\[40\.9rem\] {
  max-width: 40.9rem;
}

.max-w-\[57rem\] {
  max-width: 57rem;
}

.max-w-\[54rem\] {
  max-width: 54rem;
}

.max-w-\[56rem\] {
  max-width: 56rem;
}

.max-w-\[60rem\] {
  max-width: 60rem;
}

.max-w-\[63rem\] {
  max-width: 63rem;
}

.max-w-\[75\.8rem\] {
  max-width: 75.8rem;
}

.max-w-\[83\.4rem\] {
  max-width: 83.4rem;
}

.max-w-\[83\.8rem\] {
  max-width: 83.8rem;
}

.max-w-\[86\.2rem\] {
  max-width: 86.2rem;
}

.max-w-\[95\.2rem\] {
  max-width: 95.2rem;
}

.max-w-\[95rem\] {
  max-width: 95rem;
}

.max-w-\[113rem\] {
  max-width: 113rem;
}

.max-w-\[144rem\] {
  max-width: 144rem;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-1\/3 {
  flex-basis: 33.3333%;
}

.basis-full {
  flex-basis: 100%;
}

.translate-y-1\/3 {
  --tw-translate-y: calc(1/3 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.translate-y-full {
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.rotate-180 {
  rotate: 180deg;
}

.rotate-y-180 {
  --tw-rotate-y: rotateY(180deg);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}

.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[3fr_2fr\] {
  grid-template-columns: 3fr 2fr;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-items-center {
  justify-items: center;
}

.gap-0 {
  gap: calc(var(--spacing) * 0);
}

.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}

.gap-1 {
  gap: calc(var(--spacing) * 1);
}

.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}

.gap-2 {
  gap: calc(var(--spacing) * 2);
}

.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}

.gap-3 {
  gap: calc(var(--spacing) * 3);
}

.gap-4 {
  gap: calc(var(--spacing) * 4);
}

.gap-6 {
  gap: calc(var(--spacing) * 6);
}

.gap-8 {
  gap: calc(var(--spacing) * 8);
}

.gap-\[0\.6rem\] {
  gap: 0.6rem;
}

.gap-\[0\.8rem\] {
  gap: 0.8rem;
}

.gap-\[1\.3rem\] {
  gap: 1.3rem;
}

.gap-\[1\.6rem\] {
  gap: 1.6rem;
}

.gap-\[1\.9rem\] {
  gap: 1.9rem;
}

.gap-\[1\.86rem\] {
  gap: 1.86rem;
}

.gap-\[1rem\] {
  gap: 1rem;
}

.gap-\[2\.2rem\] {
  gap: 2.2rem;
}

.gap-\[2\.4rem\] {
  gap: 2.4rem;
}

.gap-\[2rem\] {
  gap: 2rem;
}

.gap-\[3\.2rem\] {
  gap: 3.2rem;
}

.gap-\[4rem\] {
  gap: 4rem;
}

.gap-\[7rem\] {
  gap: 7rem;
}

.gap-\[8rem\] {
  gap: 8rem;
}

.gap-\[value\] {
  gap: value;
}

:where(.space-y-\[0\.5rem\] > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(0.5rem * var(--tw-space-y-reverse));
  margin-block-end: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
}

.gap-y-3 {
  row-gap: calc(var(--spacing) * 3);
}

.gap-y-6 {
  row-gap: calc(var(--spacing) * 6);
}

.gap-y-\[3\.2rem\] {
  row-gap: 3.2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[0\.8rem\] {
  border-radius: 0.8rem;
}

.rounded-\[1\.9rem\] {
  border-radius: 1.9rem;
}

.rounded-\[75rem\] {
  border-radius: 75rem;
}

.rounded-\[value\] {
  border-radius: value;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-\[0\.2rem\] {
  border-style: var(--tw-border-style);
  border-width: 0.2rem;
}

.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}

.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}

.border-b-\[0\.1rem\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0.1rem;
}

.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}

.border-blue-2 {
  border-color: var(--color-blue-2);
}

.border-light-blue {
  border-color: var(--color-light-blue);
}

.border-b-blue-2 {
  border-bottom-color: var(--color-blue-2);
}

.bg-\[\#00A3E2\] {
  background-color: #00a3e2;
}

.bg-\[\#003963\] {
  background-color: #003963;
}

.bg-\[\#F2F2F2\] {
  background-color: #f2f2f2;
}

.bg-\[\#f5f5f5\] {
  background-color: #f5f5f5;
}

.bg-\[color\] {
  background-color: color;
}

.bg-black {
  background-color: var(--color-black);
}

.bg-black\/20 {
  background-color: #44464b33;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/20 {
    background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}

.bg-blue-1 {
  background-color: var(--color-blue-1);
}

.bg-blue-2 {
  background-color: var(--color-blue-2);
}

.bg-blue-2\/90 {
  background-color: #003963e6;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-blue-2\/90 {
    background-color: color-mix(in oklab, var(--color-blue-2) 90%, transparent);
  }
}

.bg-blue-3 {
  background-color: var(--color-blue-3);
}

.bg-blue-4 {
  background-color: var(--color-blue-4);
}

.bg-blue-500 {
  background-color: var(--color-blue-500);
}

.bg-light-blue {
  background-color: var(--color-light-blue);
}

.bg-transparent {
  background-color: #0000;
}

.bg-white {
  background-color: var(--color-white);
}

.bg-white\/90 {
  background-color: #ffffffe6;
}

@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/90 {
    background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}

.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

.from-black\/40 {
  --tw-gradient-from: #44464b66;
  --tw-gradient-stops: var(
    --tw-gradient-via-stops,
    var(--tw-gradient-position),
    var(--tw-gradient-from) var(--tw-gradient-from-position),
    var(--tw-gradient-to) var(--tw-gradient-to-position)
  );
}

@supports (color: color-mix(in lab, red, red)) {
  .from-black\/40 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(
    --tw-gradient-via-stops,
    var(--tw-gradient-position),
    var(--tw-gradient-from) var(--tw-gradient-from-position),
    var(--tw-gradient-to) var(--tw-gradient-to-position)
  );
}

.via-\[\#008DD1\]\/20 {
  --tw-gradient-via: oklab(61.4487% -0.0697164 -0.124241/.2);
  --tw-gradient-via-stops:
    var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position),
    var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}

.to-\[\#008DD1\]\/60 {
  --tw-gradient-to: oklab(61.4487% -0.0697164 -0.124241/.6);
  --tw-gradient-stops: var(
    --tw-gradient-via-stops,
    var(--tw-gradient-position),
    var(--tw-gradient-from) var(--tw-gradient-from-position),
    var(--tw-gradient-to) var(--tw-gradient-to-position)
  );
}

.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(
    --tw-gradient-via-stops,
    var(--tw-gradient-position),
    var(--tw-gradient-from) var(--tw-gradient-from-position),
    var(--tw-gradient-to) var(--tw-gradient-to-position)
  );
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-\[center_30\%\] {
  -o-object-position: center 30%;
  object-position: center 30%;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.object-left {
  -o-object-position: left;
  object-position: left;
}

.object-right {
  -o-object-position: right;
  object-position: right;
}

.object-top {
  -o-object-position: top;
  object-position: top;
}

.object-top-right {
  -o-object-position: right top;
  object-position: right top;
}

.p-2 {
  padding: calc(var(--spacing) * 2);
}

.p-3 {
  padding: calc(var(--spacing) * 3);
}

.p-\[1\.6rem\] {
  padding: 1.6rem;
}

.p-\[2rem\] {
  padding: 2rem;
}

.p-\[3rem\] {
  padding: 3rem;
}

.p-\[4rem\] {
  padding: 4rem;
}

.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}

.px-1\.5 {
  padding-inline: calc(var(--spacing) * 1.5);
}

.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}

.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}

.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}

.px-\[1\.5rem\] {
  padding-inline: 1.5rem;
}

.px-\[1\.6rem\] {
  padding-inline: 1.6rem;
}

.px-\[2\.5rem\] {
  padding-inline: 2.5rem;
}

.px-\[2\.7rem\] {
  padding-inline: 2.7rem;
}

.px-\[2rem\] {
  padding-inline: 2rem;
}

.px-\[3\.1rem\] {
  padding-inline: 3.1rem;
}

.px-\[3rem\] {
  padding-inline: 3rem;
}

.px-\[8rem\] {
  padding-inline: 8rem;
}

.px-\[mobile\] {
  padding-inline: mobile;
}

.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-6 {
  padding-block: calc(var(--spacing) * 6);
}

.py-8 {
  padding-block: calc(var(--spacing) * 8);
}

.py-10 {
  padding-block: calc(var(--spacing) * 10);
}

.py-12 {
  padding-block: calc(var(--spacing) * 12);
}

.py-\[0\.6rem\] {
  padding-block: 0.6rem;
}

.py-\[0\.8rem\] {
  padding-block: 0.8rem;
}

.py-\[1\.1rem\] {
  padding-block: 1.1rem;
}

.py-\[1\.5rem\] {
  padding-block: 1.5rem;
}

.py-\[1\.6rem\] {
  padding-block: 1.6rem;
}

.py-\[1rem\] {
  padding-block: 1rem;
}

.py-\[2rem\] {
  padding-block: 2rem;
}

.py-\[3\.2rem\] {
  padding-block: 3.2rem;
}

.py-\[3rem\] {
  padding-block: 3rem;
}

.py-\[4rem\] {
  padding-block: 4rem;
}

.py-\[6rem\] {
  padding-block: 6rem;
}

.py-\[8rem\] {
  padding-block: 8rem;
}

.py-\[12rem\] {
  padding-block: 12rem;
}

.py-\[value\] {
  padding-block: value;
}

.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}

.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}

.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}

.pt-\[4\.8rem\] {
  padding-top: 4.8rem;
}

.pt-\[4rem\] {
  padding-top: 4rem;
}

.pt-\[6rem\] {
  padding-top: 6rem;
}

.pt-\[8rem\] {
  padding-top: 8rem;
}

.pr-\[5\.7rem\] {
  padding-right: 5.7rem;
}

.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}

.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}

.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}

.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}

.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pb-\[4rem\] {
  padding-bottom: 4rem;
}

.pb-\[6\.4rem\] {
  padding-bottom: 6.4rem;
}

.pb-\[6rem\] {
  padding-bottom: 6rem;
}

.pb-\[7\.6rem\] {
  padding-bottom: 7.6rem;
}

.pb-\[12rem\] {
  padding-bottom: 12rem;
}

.pl-2 {
  padding-left: calc(var(--spacing) * 2);
}

.pl-\[2\.4rem\] {
  padding-left: 2.4rem;
}

.pl-\[4\.8rem\] {
  padding-left: 4.8rem;
}

.card-title {
  color: #003963;
  text-align: center;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.header-secondary {
  letter-spacing: -0.031rem;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 48rem) {
  .header-secondary {
    letter-spacing: -0.061rem;
    font-size: 6.1rem;
    line-height: 6.4rem;
  }
}

.header-primary {
  letter-spacing: -0.1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.8rem;
}

@media (min-width: 48rem) {
  .header-primary {
    font-size: 8.8rem;
    line-height: 8rem;
  }
}

.header-secondary-2 {
  letter-spacing: -0.031rem;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 64rem) {
  .header-secondary-2 {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}

.header-quaternary {
  letter-spacing: -0.1rem;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: normal;
}

.new-pg {
  color: #44464b;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.header-secondary-3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
}

@media (min-width: 48rem) {
  .header-secondary-3 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 6rem;
  }
}

.paragraph {
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}

.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[1\.7rem\] {
  font-size: 1.7rem;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

.text-\[1\.9rem\] {
  font-size: 1.9rem;
}

.text-\[2\.1rem\] {
  font-size: 2.1rem;
}

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}

.text-\[2\.6rem\] {
  font-size: 2.6rem;
}

.text-\[2\.8rem\] {
  font-size: 2.8rem;
}

.text-\[3\.2rem\] {
  font-size: 3.2rem;
}

.text-\[3\.4rem\] {
  font-size: 3.4rem;
}

.text-\[3rem\] {
  font-size: 3rem;
}

.text-\[4\.8rem\] {
  font-size: 4.8rem;
}

.text-\[8\.8rem\] {
  font-size: 8.8rem;
}

.leading-1\.5 {
  --tw-leading: calc(var(--spacing) * 1.5);
  line-height: calc(var(--spacing) * 1.5);
}

.leading-\[1\.1\] {
  --tw-leading: 1.1;
  line-height: 1.1;
}

.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}

.leading-\[1\.3\] {
  --tw-leading: 1.3;
  line-height: 1.3;
}

.leading-\[1\.4\] {
  --tw-leading: 1.4;
  line-height: 1.4;
}

.leading-\[1\.5\] {
  --tw-leading: 1.5;
  line-height: 1.5;
}

.leading-\[1\.6\] {
  --tw-leading: 1.6;
  line-height: 1.6;
}

.leading-\[1\.7\] {
  --tw-leading: 1.7;
  line-height: 1.7;
}

.leading-\[1\.98rem\] {
  --tw-leading: 1.98rem;
  line-height: 1.98rem;
}

.leading-\[2\.5rem\] {
  --tw-leading: 2.5rem;
  line-height: 2.5rem;
}

.leading-\[2\.5rem\] {
  --tw-leading: 2.5rem;
  line-height: 2.5rem;
}

.leading-\[2\.6rem\] {
  --tw-leading: 2.6rem;
  line-height: 2.6rem;
}

.leading-\[2\.31rem\] {
  --tw-leading: 2.31rem;
  line-height: 2.31rem;
}

.leading-\[2\.55rem\] {
  --tw-leading: 2.55rem;
  line-height: 2.55rem;
}

.leading-\[2rem\] {
  --tw-leading: 2rem;
  line-height: 2rem;
}

.leading-\[3\.2rem\] {
  --tw-leading: 3.2rem;
  line-height: 3.2rem;
}

.leading-\[3\.96rem\] {
  --tw-leading: 3.96rem;
  line-height: 3.96rem;
}

.leading-\[6rem\] {
  --tw-leading: 6rem;
  line-height: 6rem;
}

.leading-\[10rem\] {
  --tw-leading: 10rem;
  line-height: 10rem;
}

.leading-\[normal\] {
  --tw-leading: normal;
  line-height: normal;
}

.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}

@media (min-width: 48rem) {
  .allegheny-title {
    line-height: 10rem !important;
  }
}

.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}

.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}

.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}

.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}

.tracking-\[-0\.08rem\] {
  --tw-tracking: -0.08rem;
  letter-spacing: -0.08rem;
}

.tracking-\[0\.1rem\] {
  --tw-tracking: 0.1rem;
  letter-spacing: 0.1rem;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-\[\#003963\] {
  color: #003963;
}

.text-\[\#d9d9d9\] {
  color: #d9d9d9;
}

.text-\[\#da291c\] {
  color: #da291c;
}

.text-\[color\] {
  color: color;
}

.text-black {
  color: var(--color-black);
}

.text-blue-1 {
  color: var(--color-blue-1);
}

.text-blue-2 {
  color: var(--color-blue-2);
}

.text-blue-3 {
  color: var(--color-blue-3);
}

.text-blue-600 {
  color: var(--color-blue-600);
}

.text-light-gray {
  color: var(--color-light-gray);
}

.text-white {
  color: var(--color-white);
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration-line: underline;
}

.opacity-\[0\.48\] {
  opacity: 0.48;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0\.5rem_0\.5rem_0_0_rgba\(218\,41\,28\,0\.6\)\] {
  --tw-shadow: 0.5rem 0.5rem 0 0 var(--tw-shadow-color, #da291c99);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.shadow-\[0\.23rem_0\.23rem_0_0_rgba\(218\,41\,28\,0\.6\)\] {
  --tw-shadow: 0.23rem 0.23rem 0 0 var(--tw-shadow-color, #da291c99);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  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,);
}

.backdrop-blur-\[2\.365rem\] {
  --tw-backdrop-blur: blur(2.365rem);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
    var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,)
    var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,)
    var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
    var(--tw-backdrop-sepia,);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,)
    var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,)
    var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,)
    var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
    var(--tw-backdrop-sepia,);
}

.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));
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-colors {
  transition-property:
    color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
    --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

.duration-200 {
  --tw-duration: 0.2s;
  transition-duration: 0.2s;
}

.duration-300 {
  --tw-duration: 0.3s;
  transition-duration: 0.3s;
}

.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}

.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}

/* .text-shadow-outer-medium {
  text-shadow: 0 0.4rem 1.6rem #00000047;
} */

/* .text-shadow-small {
  text-shadow: 0.1rem 0.1rem #000;
} */

:is(.\*\:not-last\:mb-2 > *):not(:last-child) {
  margin-bottom: calc(var(--spacing) * 2);
}

@media (hover: hover) {
  .group-hover\:rotate-180:is(:where(.group):hover *) {
    rotate: 180deg;
  }
}

.group-hocus\:text-white:is(:is(:where(.group):hover, :where(.group):focus) *) {
  color: var(--color-white);
}

.group-current\:translate-y-0:is(:where(.group).current *) {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.group-current\:rotate-0:is(:where(.group).current *) {
  rotate: none;
}

.group-current\:rotate-180:is(:where(.group).current *) {
  rotate: 180deg;
}

.visited\:text-purple-600:visited {
  color: var(--color-purple-600);
}

@media (hover: hover) {
  .hover\:bg-blue-1:hover {
    background-color: var(--color-blue-1);
  }
  .hover\:text-black:hover {
    color: var(--color-black);
  }
  .hover\:text-blue-800:hover {
    color: var(--color-blue-800);
  }
  .hover\:text-green:hover {
    color: var(--color-green);
  }
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}

.focus\:bg-blue-1:focus {
  background-color: var(--color-blue-1);
}

.focus\:text-black:focus {
  color: var(--color-black);
}

.focus\:text-white:focus {
  color: var(--color-white);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

@media not all and (min-width: 64rem) {
  .max-lg\:mx-auto {
    margin-inline: auto;
  }

  .max-lg\:hidden {
    display: none;
  }
}

@media not all and (min-width: 48rem) {
  .max-md\:hidden {
    display: none;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:basis-full {
    flex-basis: 100%;
  }

  .max-md\:pb-\[7\.6rem\] {
    padding-bottom: 7.6rem;
  }
}

@media (min-width: 48rem) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-top-\[4\.2rem\] {
    top: -4.2rem;
  }

  .md\:-left-\[4\.3rem\] {
    left: -4.3rem;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:mx-1\.5 {
    margin-inline: calc(var(--spacing) * 1.5);
  }

  .md\:mx-\[1\.5rem\] {
    margin-inline: 1.5rem;
  }

  .md\:mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .md\:mr-\[-3rem\] {
    margin-right: -3rem;
  }

  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .md\:-ml-3 {
    margin-left: calc(var(--spacing) * -3);
  }

  .md\:-mr-8 {
    margin-right: calc(var(--spacing) * -8);
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[29\.4rem\] {
    height: 29.4rem;
  }

  .md\:h-\[32\.2rem\] {
    height: 32.2rem;
  }

  .md\:h-\[34\.3rem\] {
    height: 34.3rem;
  }

  .md\:h-\[37\.1rem\] {
    height: 37.1rem;
  }

  .md\:h-\[38\.4937rem\] {
    height: 38.4937rem;
  }

  .md\:h-\[39\.2rem\] {
    height: 39.2rem;
  }

  .md\:h-\[39rem\] {
    height: 39rem;
  }

  .md\:h-\[40\.3rem\] {
    height: 40.3rem;
  }

  .md\:h-\[42\.5rem\] {
    height: 42.5rem;
  }

  .md\:h-\[46\.9rem\] {
    height: 46.9rem;
  }

  .md\:h-\[55\.5rem\] {
    height: 55.5rem;
  }

  .md\:h-\[58\.1rem\] {
    height: 58.1rem;
  }

  .md\:h-\[61\.3rem\] {
    height: 61.3rem;
  }

  .md\:h-hero {
    height: min(82vw, 80vh);
  }

  .md\:min-h-\[45\.3rem\] {
    min-height: 45.3rem;
  }

  .md\:min-h-\[60rem\] {
    min-height: 60rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[28\.1rem\] {
    width: 28.1rem;
  }

  .md\:w-\[29\.7rem\] {
    width: 29.7rem;
  }

  .md\:w-\[30\.5rem\] {
    width: 30.5rem;
  }

  .md\:w-\[31\.9rem\] {
    width: 31.9rem;
  }

  .md\:w-\[35rem\] {
    width: 35rem;
  }

  .md\:w-\[36\.8rem\] {
    width: 36.8rem;
  }

  .md\:w-\[38\.2rem\] {
    width: 38.2rem;
  }

  .md\:w-\[38\.9rem\] {
    width: 38.9rem;
  }

  .md\:w-\[40rem\] {
    width: 40rem;
  }

  .md\:w-\[42\.9rem\] {
    width: 42.9rem;
  }

  .md\:w-\[43\.1rem\] {
    width: 43.1rem;
  }

  .md\:w-\[53\.3rem\] {
    width: 53.3rem;
  }

  .md\:w-\[calc\(\(100\%-9rem\)\/4\)\] {
    width: calc(25% - 2.25rem);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[19rem\] {
    max-width: 19rem;
  }

  .md\:max-w-\[31\.7rem\] {
    max-width: 31.7rem;
  }

  .md\:flex-1 {
    flex: 1;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:basis-\[26\%\] {
    flex-basis: 26%;
  }

  .md\:basis-\[48\%\] {
    flex-basis: 48%;
  }

  .md\:basis-\[calc\(\(100\%-3rem\)\/2\)\] {
    flex-basis: calc(50% - 1.5rem);
  }

  .md\:basis-\[calc\(50\%-2rem\)\] {
    flex-basis: calc(50% - 2rem);
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:inset-0 {
    inset: 0;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .md\:gap-\[2\.4rem\] {
    gap: 2.4rem;
  }

  .md\:gap-\[2rem\] {
    gap: 2rem;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:rounded-\[4rem\] {
    border-radius: 4rem;
  }

  .md\:bg-\[\#003963\] {
    background-color: #003963;
  }

  .md\:bg-transparent {
    background-color: #0000;
  }

  .md\:object-right {
    -o-object-position: right;
    object-position: right;
  }

  .md\:p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .md\:p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .md\:p-\[4rem\] {
    padding: 4rem;
  }

  .md\:px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .md\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .md\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .md\:px-\[2\.5rem\] {
    padding-inline: 2.5rem;
  }

  .md\:px-\[4\.8rem\] {
    padding-inline: 4.8rem;
  }

  .md\:px-\[4rem\] {
    padding-inline: 4rem;
  }

  .md\:px-\[5\.7rem\] {
    padding-inline: 5.7rem;
  }

  .md\:px-\[5rem\] {
    padding-inline: 5rem;
  }

  .md\:px-\[6rem\] {
    padding-inline: 6rem;
  }

  .md\:px-\[7\.2rem\] {
    padding-inline: 7.2rem;
  }

  .md\:px-\[8rem\] {
    padding-inline: 8rem;
  }

  .md\:px-\[tablet\] {
    padding-inline: tablet;
  }

  .md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .md\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .md\:py-\[6rem\] {
    padding-block: 6rem;
  }

  .md\:pr-\[3rem\] {
    padding-right: 3rem;
  }

  .md\:pr-\[5\.7rem\] {
    padding-right: 5.7rem;
  }

  .md\:pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .md\:pl-\[5\.7rem\] {
    padding-left: 5.7rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .md\:text-\[2\.1rem\] {
    font-size: 2.1rem;
  }

  .md\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }

  .md\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }

  .md\:text-\[3\.6rem\] {
    font-size: 3.6rem;
  }

  .md\:text-\[4\.8rem\] {
    font-size: 4.8rem;
  }

  .md\:text-\[4rem\] {
    font-size: 4rem;
  }

  .md\:text-\[6\.1rem\] {
    font-size: 6.1rem;
  }

  .md\:text-\[\#003963\] {
    color: #003963;
  }

  .md\:leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

  .md\:leading-\[2\.4rem\] {
    --tw-leading: 2.4rem;
    line-height: 2.4rem;
  }

  .md\:leading-\[4\.2rem\] {
    --tw-leading: 4.2rem;
    line-height: 4.2rem;
  }

  .md\:leading-\[5\.6rem\] {
    --tw-leading: 5.6rem;
    line-height: 5.6rem;
  }

  .md\:leading-\[6rem\] {
    --tw-leading: 6rem;
    line-height: 6rem;
  }

  .md\:leading-normal {
    --tw-leading: 1.2;
      line-height: 1.2;
  }

  .md\:font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .md\:font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .md\:tracking-\[-0\.08rem\] {
    --tw-tracking: -0.08rem;
    letter-spacing: -0.08rem;
  }

  .md\:text-white {
    color: var(--color-white);
  }

  .md\:shadow-\[0\.5rem_0\.5rem_0_0_rgba\(218\,41\,28\,0\.6\)\] {
    --tw-shadow: 0.5rem 0.5rem 0 0 var(--tw-shadow-color, #da291c99);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  :is(.md\:\*\:basis-\[calc\(50\%-2rem\)\] > *) {
    flex-basis: calc(50% - 2rem);
  }
}

@media not all and (min-width: 64rem) {
  @media (min-width: 48rem) {
    .max-lg\:md\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .max-lg\:md\:mx-auto {
      margin-inline: auto;
    }

    .max-lg\:md\:w-1\/2 {
      width: 50%;
    }

    :is(.max-lg\:md\:\*\:basis-1\/2 > *) {
      flex-basis: 50%;
    }
  }
}

@media (min-width: 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:-mr-12 {
    margin-right: calc(var(--spacing) * -12);
  }

  .lg\:-mr-\[9\.7rem\] {
    margin-right: -9.7rem;
  }

  .lg\:mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

  .lg\:mr-\[-12rem\] {
    margin-right: -12rem;
  }

  .lg\:-ml-\[9\.7rem\] {
    margin-left: -9.7rem;
  }

    .lg\:-mr-\[9\.7rem\] {
      margin-right: -9.7rem;
    }

  .lg\:ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:hidden\! {
    display: none !important;
  }

  .lg\:h-20 {
    height: calc(var(--spacing) * 20);
  }

  .lg\:h-\[15\.2rem\] {
    height: 15.2rem;
  }

  .lg\:h-\[30\.338rem\] {
    height: 30.338rem;
  }

  .lg\:h-\[42\.1rem\] {
    height: 42.1rem;
  }

  .lg\:h-\[48\.5rem\] {
    height: 48.5rem;
  }

  .lg\:h-\[48rem\] {
    height: 48rem;
  }

  .lg\:h-\[50rem\] {
    height: 50rem;
  }

  .lg\:h-\[61\.3rem\] {
    height: 61.3rem;
  }

  .lg\:h-\[61\.6rem\] {
    height: 61.6rem;
  }

  .lg\:h-\[61\.29rem\] {
    height: 61.29rem;
  }

  .lg\:h-\[67\.4rem\] {
    height: 67.4rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[68\.2rem\] {
    min-height: 68.2rem;
  }

  .lg\:w-5\/12 {
    width: 41.6667%;
  }

  .lg\:w-7\/12 {
    width: 58.3333%;
  }

  .lg\:w-\[21\.9rem\] {
    width: 21.9rem;
  }

  .lg\:w-\[37\.3rem\] {
    width: 37.3rem;
  }

  .lg\:w-\[44\.3rem\] {
    width: 44.3rem;
  }

  .lg\:w-\[47\.3rem\] {
    width: 47.3rem;
  }

  .lg\:w-\[54rem\] {
    width: 54rem;
  }

  .lg\:w-\[56rem\] {
    width: 56rem;
  }

  .lg\:w-\[59\.6rem\] {
    width: 59.6rem;
  }

    .lg\:w-\[60rem\] {
      width: 60rem;
    }

  .lg\:w-\[68\.7rem\] {
    width: 68.7rem;
  }

  .lg\:w-\[62\.8rem\] {
    width: 62.8rem;
  }

  .lg\:w-57 {
    width: 57rem;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:max-w-95 {
    max-width: calc(var(--spacing) * 95);
  }

  .lg\:max-w-\[40\.5rem\] {
    max-width: 40.5rem;
  }

  .lg\:max-w-\[47\.1rem\] {
    max-width: 47.1rem;
  }

  .lg\:max-w-\[50rem\] {
    max-width: 50rem;
  }

  .lg\:max-w-\[54rem\] {
    max-width: 54rem;
  }

  .lg\:max-w-\[70rem\] {
    max-width: 70rem;
  }

  .lg\:max-w-\[83\.934rem\] {
    max-width: 83.934rem;
  }

  .lg\:max-w-\[101rem\] {
    max-width: 101rem;
  }

  .lg\:flex-1 {
    flex: 1;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:grow {
    flex-grow: 1;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.3333%;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-\[calc\(\(100\%-6rem\)\/3\)\] {
    flex-basis: calc(33.3333% - 2rem);
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .lg\:gap-9 {
    gap: calc(var(--spacing) * 9);
  }

  .lg\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .lg\:gap-\[2\.4rem\] {
    gap: 2.4rem;
  }

  .lg\:gap-\[2rem\] {
    gap: 2rem;
  }

  .lg\:gap-\[3\.73rem\] {
    gap: 3.73rem;
  }

  .lg\:gap-\[4rem\] {
    gap: 4rem;
  }

  .lg\:p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .lg\:p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .lg\:p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .lg\:p-\[8rem\] {
    padding: 8rem;
  }

  .lg\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .lg\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .lg\:px-\[6rem\] {
    padding-inline: 6rem;
  }

  .lg\:px-\[8rem\] {
    padding-inline: 8rem;
  }

  .lg\:px-\[12\.5rem\] {
    padding-inline: 12.5rem;
  }

  .lg\:px-\[15\.5rem\] {
    padding-inline: 15.5rem;
  }

  .lg\:px-\[24\.5rem\] {
    padding-inline: 24.5rem;
  }

  .lg\:px-\[desktop\] {
    padding-inline: desktop;
  }

  .lg\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .lg\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .lg\:py-\[0\.5rem\] {
    padding-block: 0.5rem;
  }

  .lg\:py-\[3\.2rem\] {
    padding-block: 3.2rem;
  }

  .lg\:py-\[8rem\] {
    padding-block: 8rem;
  }

  .lg\:pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .lg\:pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .lg\:pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }

  .lg\:pr-\[15\.5rem\] {
    padding-right: 15.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .lg\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .lg\:pl-\[8rem\] {
    padding-left: 8rem;
  }

  .lg\:pl-\[9rem\] {
    padding-left: 9rem;
  }

  .lg\:pl-\[15\.5rem\] {
    padding-left: 15.5rem;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .lg\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-\[4\.2rem\] {
    font-size: 4.2rem;
  }

  .lg\:text-\[4\.6rem\] {
    font-size: 4.6rem;
  }

  .lg\:text-\[6\.1rem\] {
    font-size: 6.1rem;
  }

  .lg\:text-\[6rem\] {
    font-size: 6rem;
  }

  .lg\:leading-\[3\.2rem\] {
    --tw-leading: 3.2rem;
    line-height: 3.2rem;
  }

  .lg\:leading-\[6rem\] {
    --tw-leading: 6rem;
    line-height: 6rem;
  }
}

@media (min-width: 80rem) {
  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .xl\:self-center {
    align-self: center;
  }
}

.hocus\:bg-white:hover,
.hocus\:bg-white:focus {
  background-color: var(--color-white);
}

.hocus\:text-white:hover,
.hocus\:text-white:focus {
  color: var(--color-white);
}

.hocus\:underline:hover,
.hocus\:underline:focus {
  text-decoration-line: underline;
}

.current\:rotate-180.current {
  rotate: 180deg;
}

.current\:bg-blue-500.current {
  background-color: var(--color-blue-500);
}

.current\:bg-white.current {
  background-color: var(--color-white);
}

@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-rotate-x {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-ease {
  syntax: "*";
  inherits: false;
}