/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  /* font-family: degular, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji; */
  font-feature-settings: normal;
}
body {
  margin: 0;
  line-height: inherit;
}
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 {
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  /* font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace; */
  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;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
:root {
  --breakpoint: "xs";
  --container-width: unset;
  --inner-gutter: 15px;
  --outer-gutter: 24px;
  --grid-columns: 4;
  --env: "dev";
  --grid-column-bg: rgba(127, 255, 255, 0.25);
}
@media (min-width: 431px) {
  :root {
    --breakpoint: "sm";
    --container-width: unset;
    --inner-gutter: 15px;
    --outer-gutter: 32px;
    --grid-columns: 4;
  }
}
@media (min-width: 744px) {
  :root {
    --breakpoint: "md";
    --container-width: unset;
    --inner-gutter: 20px;
    --outer-gutter: 8%;
    --grid-columns: 6;
  }
}
@media (min-width: 1100px) {
  :root {
    --breakpoint: "lg";
    --container-width: unset;
    --inner-gutter: 30px;
    --outer-gutter: 8%;
    --grid-columns: 6;
  }
}
@media (min-width: 1280px) {
  :root {
    --breakpoint: "lgx";
    --container-width: unset;
    --grid-columns: undefined;
  }
}
@media (min-width: 1440px) {
  :root {
    --breakpoint: "xl";
    --container-width: 1290px;
    --inner-gutter: 30px;
    --outer-gutter: 40px;
    --grid-columns: 6;
  }
}
@media (min-width: 1920px) {
  :root {
    --breakpoint: "xxl";
    --container-width: 1290px;
    --inner-gutter: 30px;
    --outer-gutter: 0px;
    --grid-columns: 6;
  }
}
.container {
  width: calc(
    var(--container-width, 100%) -
      (
        2 *
          var(
            --breakout-container-outer-gutter,
            var(--container-outer-gutter, var(--outer-gutter, 0))
          )
      )
  );
  margin-right: auto;
  margin-left: auto;
}
.container > * {
  --container-outer-gutter: 0;
  --breakout-container-outer-gutter: 0;
}
.breakout {
  --breakout-outer-gutter: max(
    var(--outer-gutter),
    calc((100% - var(--container-width, 100%)) / 2)
  );
  --breakout-container-outer-gutter: var(--outer-gutter);
  position: relative;
  left: 50%;
  width: calc(100vw - var(--scrollbar-visible-width, 0px));
  margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
}
.breakout.px-outer-gutter,
.breakout > .px-outer-gutter {
  padding-left: var(--breakout-outer-gutter);
  padding-right: var(--breakout-outer-gutter);
}
.breakout.pr-outer-gutter,
.breakout > .pr-outer-gutter {
  padding-right: var(--breakout-outer-gutter);
}
.breakout.pl-outer-gutter,
.breakout > .pl-outer-gutter {
  padding-left: var(--breakout-outer-gutter);
}
.breakout > .w-outer-gutter {
  width: var(--breakout-outer-gutter);
}
:root {
  --sans: "Roboto", sans-serif;
  --body: adelle-sans, Georgia, serif;
  --mono: "Lucida Console", Courier, monospace;
}
.f-h1 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 3.625rem;
  line-height: 94%;
  letter-spacing: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.f-h1 b,
.f-h1 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-h1 {
    font-size: 6.25rem;
    line-height: 96%;
  }
}
.f-h1-largest {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 4.25rem;
  line-height: 90%;
  letter-spacing: -0.01em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.f-h1-largest b,
.f-h1-largest strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-h1-largest {
    font-size: 12.25rem;
  }
}
.f-h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 94%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.f-h2 b,
.f-h2 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-h2 {
    font-size: 5.75rem;
    line-height: 104%;
  }
}
.f-h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 95%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.f-h3 b,
.f-h3 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-h3 {
    font-size: 3.75rem;
    line-height: 90%;
  }
}
.\!f-h4 {
  font-family: var(--sans) !important;
  font-weight: 700 !important;
  font-size: 2.125rem !important;
  line-height: 110% !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  --bold-weight: 700 !important;
}
.f-h4 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 110%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.f-h4 b,
.f-h4 strong {
  font-weight: var(--bold-weight);
}
.\!f-h4 b,
.\!f-h4 strong {
  font-weight: var(--bold-weight) !important;
}
@media (min-width: 744px) {
  .\!f-h4 {
    font-size: 3.3125rem !important;
    line-height: 100% !important;
  }
  .f-h4 {
    font-size: 3.3125rem;
    line-height: 100%;
  }
}
.f-h5 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.f-h5 b,
.f-h5 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-h5 {
    font-size: 2.875rem;
    line-height: 110%;
  }
}
.f-h6 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 120%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.f-h6 b,
.f-h6 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-h6 {
    font-size: 1.875rem;
    line-height: 120%;
  }
}
.f-eyebrow {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1rem;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.f-eyebrow b,
.f-eyebrow strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-eyebrow {
    font-size: 1.25rem;
  }
}
.f-eyebrow-2 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 120%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 500;
}
.f-eyebrow-2 b,
.f-eyebrow-2 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-eyebrow-2 {
    font-size: 1.125rem;
  }
}
.f-body {
  font-family: var(--body);
  font-size: 1.25rem;
  line-height: 140%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 400;
}
.f-body b,
.f-body strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-body {
    font-size: 1.625rem;
    line-height: 144%;
  }
}
.f-body-lead {
  font-family: var(--body);
  font-size: 1.75rem;
  line-height: 120%;
  --bold-weight: 400;
}
.f-body-lead b,
.f-body-lead strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-body-lead {
    font-size: 3rem;
    line-height: 120%;
  }
}
.f-body-small {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 140%;
  --bold-weight: 400;
}
.f-body-small b,
.f-body-small strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .f-body-small {
    font-size: 1.25rem;
    line-height: 150%;
  }
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
:root {
  --inherit: inherit;
  --current: currentColor;
  --transparent: transparent;
  --black: #000;
  --white: #fff;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --orange: #ff7115;
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --yellow: #ffcf00;
  --lime-50: #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  --sky-50: #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;
  --blue: #0741cb;
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --lightBlue: #5ebce1;
  --lightGray: #ebf1f4;
  --navy: #021f4b;
  --darkNavy: #00183c;
}
.grid-layout {
  display: grid;
  grid-template-columns: repeat(
    var(--container-grid-columns, var(--grid-columns)),
    1fr
  );
  grid-gap: var(--inner-gutter);
}
.grid-col-span-4 {
  --container-grid-columns: 4;
  grid-column: span 4 / span 4;
}
.grid-col-span-6 {
  --container-grid-columns: 6;
  grid-column: span 6 / span 6;
}
.grid-col-start-2 {
  grid-column-start: 2;
}
[class*="grid-line-"] > * {
  position: relative;
}
[class*="grid-line-"] > :after,
[class*="grid-line-"] > :before {
  content: attr(👻);
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.grid-line-x-0.5[class*="grid-line-x-"] > :before {
  bottom: -0.125rem;
}
.grid-line-x-0.5[class*="grid-line-yfull"] > :after {
  top: -0.125rem;
  bottom: -0.125rem;
}
.grid-line-x-1.5[class*="grid-line-x-"] > :before {
  bottom: -0.375rem;
}
.grid-line-x-1.5[class*="grid-line-yfull"] > :after {
  top: -0.375rem;
  bottom: -0.375rem;
}
.grid-line-x-2.5[class*="grid-line-x-"] > :before {
  bottom: -0.625rem;
}
.grid-line-x-2.5[class*="grid-line-yfull"] > :after {
  top: -0.625rem;
  bottom: -0.625rem;
}
.grid-line-x-3.5[class*="grid-line-x-"] > :before {
  bottom: -0.875rem;
}
.grid-line-x-3.5[class*="grid-line-yfull"] > :after {
  top: -0.875rem;
  bottom: -0.875rem;
}
.grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
  > :nth-child(n):before {
  border-bottom-width: 1px;
}
.grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
  left: 0;
  right: 0;
}
.grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
  right: 0;
}
.grid-cols-1[class*="grid-line-x"]
  > :nth-child(1n + 1):nth-last-child(-n + 1):before,
.grid-cols-1[class*="grid-line-x"]
  > :nth-child(1n + 1):nth-last-child(-n + 1)
  ~ :before {
  border-bottom-width: 0;
}
.grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
  > :nth-child(n):before {
  border-bottom-width: 1px;
}
.grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
  left: 0;
}
.grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
  right: 0;
}
.grid-cols-2[class*="grid-line-x"]
  > :nth-child(odd):nth-last-child(-n + 2):before,
.grid-cols-2[class*="grid-line-x"]
  > :nth-child(odd):nth-last-child(-n + 2)
  ~ :before {
  border-bottom-width: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > :nth-child(n):after {
  border-right-width: 1px;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
  > :nth-child(2n + 2):after {
  border-right-width: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
  > :nth-child(-n + 2):after {
  top: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
  > :nth-child(odd):nth-last-child(-n + 2):after,
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
  > :nth-child(odd):nth-last-child(-n + 2)
  ~ li:after {
  bottom: 0;
}
.grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
  > :nth-child(n):before {
  border-bottom-width: 1px;
}
.grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
  left: calc(var(--inner-gutter) / -2);
  right: calc(var(--inner-gutter) / -2);
}
.grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
  left: 0;
}
.grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
  right: 0;
}
.grid-cols-3[class*="grid-line-x"]
  > :nth-child(3n + 1):nth-last-child(-n + 3):before,
.grid-cols-3[class*="grid-line-x"]
  > :nth-child(3n + 1):nth-last-child(-n + 3)
  ~ :before {
  border-bottom-width: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > :nth-child(n):after {
  border-right-width: 1px;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
  > :nth-child(3n + 3):after {
  border-right-width: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
  > :nth-child(-n + 3):after {
  top: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
  > :nth-child(3n + 1):nth-last-child(-n + 3):after,
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
  > :nth-child(3n + 1):nth-last-child(-n + 3)
  ~ li:after {
  bottom: 0;
}
@media (min-width: 431px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > :after,
  [class*="grid-line-"] > :before {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .sm\:grid-line-x > :before {
    left: 0;
    right: 0;
  }
  .sm\:grid-line-x > :before,
  .sm\:grid-line-xfull > :before {
    content: attr(👻);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .sm\:grid-line-xfull > :before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-line-x-0 > :before {
    content: none;
  }
  .sm\:grid-line-y > :after {
    top: 0;
  }
  .sm\:grid-line-y > :after,
  .sm\:grid-line-yfull > :after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .sm\:grid-line-yfull > :after {
    top: calc(var(--inner-gutter) / -1);
  }
  .sm\:grid-line-yfull[class*="grid-line-x"] > :after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .sm\:grid-line-y-0 > :after {
    content: none;
  }
  .sm\:grid-line-x-0[class*="grid-line-x-"] > :before {
    bottom: 0;
  }
  .sm\:grid-line-x-0[class*="grid-line-yfull"] > :after {
    top: 0;
    bottom: 0;
  }
  .sm\:grid-line-x-1[class*="grid-line-x-"] > :before {
    bottom: -0.25rem;
  }
  .sm\:grid-line-x-1[class*="grid-line-yfull"] > :after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .sm\:grid-line-x-2[class*="grid-line-x-"] > :before {
    bottom: -0.5rem;
  }
  .sm\:grid-line-x-2[class*="grid-line-yfull"] > :after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .sm\:grid-line-x-3[class*="grid-line-x-"] > :before {
    bottom: -0.75rem;
  }
  .sm\:grid-line-x-3[class*="grid-line-yfull"] > :after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .sm\:grid-line-x-4[class*="grid-line-x-"] > :before {
    bottom: -1rem;
  }
  .sm\:grid-line-x-4[class*="grid-line-yfull"] > :after {
    top: -1rem;
    bottom: -1rem;
  }
  .sm\:grid-line-x-5[class*="grid-line-x-"] > :before {
    bottom: -1.25rem;
  }
  .sm\:grid-line-x-5[class*="grid-line-yfull"] > :after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .sm\:grid-line-x-6[class*="grid-line-x-"] > :before {
    bottom: -1.5rem;
  }
  .sm\:grid-line-x-6[class*="grid-line-yfull"] > :after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .sm\:grid-line-x-7[class*="grid-line-x-"] > :before {
    bottom: -1.75rem;
  }
  .sm\:grid-line-x-7[class*="grid-line-yfull"] > :after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .sm\:grid-line-x-8[class*="grid-line-x-"] > :before {
    bottom: -2rem;
  }
  .sm\:grid-line-x-8[class*="grid-line-yfull"] > :after {
    top: -2rem;
    bottom: -2rem;
  }
  .sm\:grid-line-x-9[class*="grid-line-x-"] > :before {
    bottom: -2.25rem;
  }
  .sm\:grid-line-x-9[class*="grid-line-yfull"] > :after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .sm\:grid-line-x-10[class*="grid-line-x-"] > :before {
    bottom: -2.5rem;
  }
  .sm\:grid-line-x-10[class*="grid-line-yfull"] > :after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .sm\:grid-line-x-11[class*="grid-line-x-"] > :before {
    bottom: -2.75rem;
  }
  .sm\:grid-line-x-11[class*="grid-line-yfull"] > :after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .sm\:grid-line-x-12[class*="grid-line-x-"] > :before {
    bottom: -3rem;
  }
  .sm\:grid-line-x-12[class*="grid-line-yfull"] > :after {
    top: -3rem;
    bottom: -3rem;
  }
  .sm\:grid-line-x-14[class*="grid-line-x-"] > :before {
    bottom: -3.5rem;
  }
  .sm\:grid-line-x-14[class*="grid-line-yfull"] > :after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .sm\:grid-line-x-16[class*="grid-line-x-"] > :before {
    bottom: -4rem;
  }
  .sm\:grid-line-x-16[class*="grid-line-yfull"] > :after {
    top: -4rem;
    bottom: -4rem;
  }
  .sm\:grid-line-x-20[class*="grid-line-x-"] > :before {
    bottom: -5rem;
  }
  .sm\:grid-line-x-20[class*="grid-line-yfull"] > :after {
    top: -5rem;
    bottom: -5rem;
  }
  .sm\:grid-line-x-24[class*="grid-line-x-"] > :before {
    bottom: -6rem;
  }
  .sm\:grid-line-x-24[class*="grid-line-yfull"] > :after {
    top: -6rem;
    bottom: -6rem;
  }
  .sm\:grid-line-x-28[class*="grid-line-x-"] > :before {
    bottom: -7rem;
  }
  .sm\:grid-line-x-28[class*="grid-line-yfull"] > :after {
    top: -7rem;
    bottom: -7rem;
  }
  .sm\:grid-line-x-32[class*="grid-line-x-"] > :before {
    bottom: -8rem;
  }
  .sm\:grid-line-x-32[class*="grid-line-yfull"] > :after {
    top: -8rem;
    bottom: -8rem;
  }
  .sm\:grid-line-x-36[class*="grid-line-x-"] > :before {
    bottom: -9rem;
  }
  .sm\:grid-line-x-36[class*="grid-line-yfull"] > :after {
    top: -9rem;
    bottom: -9rem;
  }
  .sm\:grid-line-x-40[class*="grid-line-x-"] > :before {
    bottom: -10rem;
  }
  .sm\:grid-line-x-40[class*="grid-line-yfull"] > :after {
    top: -10rem;
    bottom: -10rem;
  }
  .sm\:grid-line-x-44[class*="grid-line-x-"] > :before {
    bottom: -11rem;
  }
  .sm\:grid-line-x-44[class*="grid-line-yfull"] > :after {
    top: -11rem;
    bottom: -11rem;
  }
  .sm\:grid-line-x-48[class*="grid-line-x-"] > :before {
    bottom: -12rem;
  }
  .sm\:grid-line-x-48[class*="grid-line-yfull"] > :after {
    top: -12rem;
    bottom: -12rem;
  }
  .sm\:grid-line-x-52[class*="grid-line-x-"] > :before {
    bottom: -13rem;
  }
  .sm\:grid-line-x-52[class*="grid-line-yfull"] > :after {
    top: -13rem;
    bottom: -13rem;
  }
  .sm\:grid-line-x-56[class*="grid-line-x-"] > :before {
    bottom: -14rem;
  }
  .sm\:grid-line-x-56[class*="grid-line-yfull"] > :after {
    top: -14rem;
    bottom: -14rem;
  }
  .sm\:grid-line-x-60[class*="grid-line-x-"] > :before {
    bottom: -15rem;
  }
  .sm\:grid-line-x-60[class*="grid-line-yfull"] > :after {
    top: -15rem;
    bottom: -15rem;
  }
  .sm\:grid-line-x-64[class*="grid-line-x-"] > :before {
    bottom: -16rem;
  }
  .sm\:grid-line-x-64[class*="grid-line-yfull"] > :after {
    top: -16rem;
    bottom: -16rem;
  }
  .sm\:grid-line-x-72[class*="grid-line-x-"] > :before {
    bottom: -18rem;
  }
  .sm\:grid-line-x-72[class*="grid-line-yfull"] > :after {
    top: -18rem;
    bottom: -18rem;
  }
  .sm\:grid-line-x-80[class*="grid-line-x-"] > :before {
    bottom: -20rem;
  }
  .sm\:grid-line-x-80[class*="grid-line-yfull"] > :after {
    top: -20rem;
    bottom: -20rem;
  }
  .sm\:grid-line-x-96[class*="grid-line-x-"] > :before {
    bottom: -24rem;
  }
  .sm\:grid-line-x-96[class*="grid-line-yfull"] > :after {
    top: -24rem;
    bottom: -24rem;
  }
  .sm\:grid-line-x-px[class*="grid-line-x-"] > :before {
    bottom: -1px;
  }
  .sm\:grid-line-x-px[class*="grid-line-yfull"] > :after {
    top: -1px;
    bottom: -1px;
  }
  .sm\:grid-line-x-0.5[class*="grid-line-x-"] > :before {
    bottom: -0.125rem;
  }
  .sm\:grid-line-x-0.5[class*="grid-line-yfull"] > :after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .sm\:grid-line-x-1.5[class*="grid-line-x-"] > :before {
    bottom: -0.375rem;
  }
  .sm\:grid-line-x-1.5[class*="grid-line-yfull"] > :after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .sm\:grid-line-x-2.5[class*="grid-line-x-"] > :before {
    bottom: -0.625rem;
  }
  .sm\:grid-line-x-2.5[class*="grid-line-yfull"] > :after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .sm\:grid-line-x-3.5[class*="grid-line-x-"] > :before {
    bottom: -0.875rem;
  }
  .sm\:grid-line-x-3.5[class*="grid-line-yfull"] > :after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .sm\:grid-line-x-inherit[class*="grid-line-x-"] > :before {
    border-bottom-color: inherit;
  }
  .sm\:grid-line-y-inherit[class*="grid-line-y-"] > :after {
    border-right-color: inherit;
  }
  .sm\:grid-line-xy-inherit[class*="grid-line-xy-"] > :before {
    border-bottom-color: inherit;
  }
  .sm\:grid-line-xy-inherit[class*="grid-line-xy-"] > :after {
    border-right-color: inherit;
  }
  .sm\:grid-line-x-current[class*="grid-line-x-"] > :before {
    border-bottom-color: currentColor;
  }
  .sm\:grid-line-y-current[class*="grid-line-y-"] > :after {
    border-right-color: currentColor;
  }
  .sm\:grid-line-xy-current[class*="grid-line-xy-"] > :before {
    border-bottom-color: currentColor;
  }
  .sm\:grid-line-xy-current[class*="grid-line-xy-"] > :after {
    border-right-color: currentColor;
  }
  .sm\:grid-line-x-transparent[class*="grid-line-x-"] > :before {
    border-bottom-color: transparent;
  }
  .sm\:grid-line-y-transparent[class*="grid-line-y-"] > :after {
    border-right-color: transparent;
  }
  .sm\:grid-line-xy-transparent[class*="grid-line-xy-"] > :before {
    border-bottom-color: transparent;
  }
  .sm\:grid-line-xy-transparent[class*="grid-line-xy-"] > :after {
    border-right-color: transparent;
  }
  .sm\:grid-line-x-black[class*="grid-line-x-"] > :before {
    border-bottom-color: #000;
  }
  .sm\:grid-line-y-black[class*="grid-line-y-"] > :after {
    border-right-color: #000;
  }
  .sm\:grid-line-xy-black[class*="grid-line-xy-"] > :before {
    border-bottom-color: #000;
  }
  .sm\:grid-line-xy-black[class*="grid-line-xy-"] > :after {
    border-right-color: #000;
  }
  .sm\:grid-line-x-white[class*="grid-line-x-"] > :before {
    border-bottom-color: #fff;
  }
  .sm\:grid-line-y-white[class*="grid-line-y-"] > :after {
    border-right-color: #fff;
  }
  .sm\:grid-line-xy-white[class*="grid-line-xy-"] > :before {
    border-bottom-color: #fff;
  }
  .sm\:grid-line-xy-white[class*="grid-line-xy-"] > :after {
    border-right-color: #fff;
  }
  .sm\:grid-line-x-slate[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-slate[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-slate[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-slate[class*="grid-line-y-"] > :after border-right-color {
    50: #f8fafc;
    100: #f1f5f9;
    200: #e2e8f0;
    300: #cbd5e1;
    400: #94a3b8;
    500: #64748b;
    600: #475569;
    700: #334155;
    800: #1e293b;
    900: #0f172a;
  }
  .sm\:grid-line-x-gray[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-gray[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-gray[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-gray[class*="grid-line-y-"] > :after border-right-color {
    50: #f9fafb;
    100: #f3f4f6;
    200: #e5e7eb;
    300: #d1d5db;
    400: #9ca3af;
    500: #6b7280;
    600: #4b5563;
    700: #374151;
    800: #1f2937;
    900: #111827;
  }
  .sm\:grid-line-x-zinc[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-zinc[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-zinc[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-zinc[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f4f4f5;
    200: #e4e4e7;
    300: #d4d4d8;
    400: #a1a1aa;
    500: #71717a;
    600: #52525b;
    700: #3f3f46;
    800: #27272a;
    900: #18181b;
  }
  .sm\:grid-line-x-neutral[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-neutral[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-neutral[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .sm\:grid-line-y-neutral[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f5f5f5;
    200: #e5e5e5;
    300: #d4d4d4;
    400: #a3a3a3;
    500: #737373;
    600: #525252;
    700: #404040;
    800: #262626;
    900: #171717;
  }
  .sm\:grid-line-x-stone[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-stone[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-stone[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-stone[class*="grid-line-y-"] > :after border-right-color {
    50: #fafaf9;
    100: #f5f5f4;
    200: #e7e5e4;
    300: #d6d3d1;
    400: #a8a29e;
    500: #78716c;
    600: #57534e;
    700: #44403c;
    800: #292524;
    900: #1c1917;
  }
  .sm\:grid-line-x-red[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-red[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-red[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-red[class*="grid-line-y-"] > :after border-right-color {
    50: #fef2f2;
    100: #fee2e2;
    200: #fecaca;
    300: #fca5a5;
    400: #f87171;
    500: #ef4444;
    600: #dc2626;
    700: #b91c1c;
    800: #991b1b;
    900: #7f1d1d;
  }
  .sm\:grid-line-x-orange[class*="grid-line-x-"] > :before {
    border-bottom-color: #ff7115;
  }
  .sm\:grid-line-y-orange[class*="grid-line-y-"] > :after {
    border-right-color: #ff7115;
  }
  .sm\:grid-line-xy-orange[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ff7115;
  }
  .sm\:grid-line-xy-orange[class*="grid-line-xy-"] > :after {
    border-right-color: #ff7115;
  }
  .sm\:grid-line-x-amber[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-amber[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-amber[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-amber[class*="grid-line-y-"] > :after border-right-color {
    50: #fffbeb;
    100: #fef3c7;
    200: #fde68a;
    300: #fcd34d;
    400: #fbbf24;
    500: #f59e0b;
    600: #d97706;
    700: #b45309;
    800: #92400e;
    900: #78350f;
  }
  .sm\:grid-line-x-yellow[class*="grid-line-x-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .sm\:grid-line-y-yellow[class*="grid-line-y-"] > :after {
    border-right-color: #ffcf00;
  }
  .sm\:grid-line-xy-yellow[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .sm\:grid-line-xy-yellow[class*="grid-line-xy-"] > :after {
    border-right-color: #ffcf00;
  }
  .sm\:grid-line-x-lime[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-lime[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-lime[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-lime[class*="grid-line-y-"] > :after border-right-color {
    50: #f7fee7;
    100: #ecfccb;
    200: #d9f99d;
    300: #bef264;
    400: #a3e635;
    500: #84cc16;
    600: #65a30d;
    700: #4d7c0f;
    800: #3f6212;
    900: #365314;
  }
  .sm\:grid-line-x-green[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-green[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-green[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-green[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdf4;
    100: #dcfce7;
    200: #bbf7d0;
    300: #86efac;
    400: #4ade80;
    500: #22c55e;
    600: #16a34a;
    700: #15803d;
    800: #166534;
    900: #14532d;
  }
  .sm\:grid-line-x-emerald[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-emerald[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-emerald[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .sm\:grid-line-y-emerald[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfdf5;
    100: #d1fae5;
    200: #a7f3d0;
    300: #6ee7b7;
    400: #34d399;
    500: #10b981;
    600: #059669;
    700: #047857;
    800: #065f46;
    900: #064e3b;
  }
  .sm\:grid-line-x-teal[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-teal[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-teal[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-teal[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdfa;
    100: #ccfbf1;
    200: #99f6e4;
    300: #5eead4;
    400: #2dd4bf;
    500: #14b8a6;
    600: #0d9488;
    700: #0f766e;
    800: #115e59;
    900: #134e4a;
  }
  .sm\:grid-line-x-cyan[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-cyan[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-cyan[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-cyan[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfeff;
    100: #cffafe;
    200: #a5f3fc;
    300: #67e8f9;
    400: #22d3ee;
    500: #06b6d4;
    600: #0891b2;
    700: #0e7490;
    800: #155e75;
    900: #164e63;
  }
  .sm\:grid-line-x-sky[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-sky[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-sky[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-sky[class*="grid-line-y-"] > :after border-right-color {
    50: #f0f9ff;
    100: #e0f2fe;
    200: #bae6fd;
    300: #7dd3fc;
    400: #38bdf8;
    500: #0ea5e9;
    600: #0284c7;
    700: #0369a1;
    800: #075985;
    900: #0c4a6e;
  }
  .sm\:grid-line-x-blue[class*="grid-line-x-"] > :before {
    border-bottom-color: #0741cb;
  }
  .sm\:grid-line-y-blue[class*="grid-line-y-"] > :after {
    border-right-color: #0741cb;
  }
  .sm\:grid-line-xy-blue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #0741cb;
  }
  .sm\:grid-line-xy-blue[class*="grid-line-xy-"] > :after {
    border-right-color: #0741cb;
  }
  .sm\:grid-line-x-indigo[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-indigo[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-indigo[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .sm\:grid-line-y-indigo[class*="grid-line-y-"] > :after border-right-color {
    50: #eef2ff;
    100: #e0e7ff;
    200: #c7d2fe;
    300: #a5b4fc;
    400: #818cf8;
    500: #6366f1;
    600: #4f46e5;
    700: #4338ca;
    800: #3730a3;
    900: #312e81;
  }
  .sm\:grid-line-x-violet[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-violet[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-violet[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .sm\:grid-line-y-violet[class*="grid-line-y-"] > :after border-right-color {
    50: #f5f3ff;
    100: #ede9fe;
    200: #ddd6fe;
    300: #c4b5fd;
    400: #a78bfa;
    500: #8b5cf6;
    600: #7c3aed;
    700: #6d28d9;
    800: #5b21b6;
    900: #4c1d95;
  }
  .sm\:grid-line-x-purple[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-purple[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-purple[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .sm\:grid-line-y-purple[class*="grid-line-y-"] > :after border-right-color {
    50: #faf5ff;
    100: #f3e8ff;
    200: #e9d5ff;
    300: #d8b4fe;
    400: #c084fc;
    500: #a855f7;
    600: #9333ea;
    700: #7e22ce;
    800: #6b21a8;
    900: #581c87;
  }
  .sm\:grid-line-x-fuchsia[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-fuchsia[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-fuchsia[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .sm\:grid-line-y-fuchsia[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf4ff;
    100: #fae8ff;
    200: #f5d0fe;
    300: #f0abfc;
    400: #e879f9;
    500: #d946ef;
    600: #c026d3;
    700: #a21caf;
    800: #86198f;
    900: #701a75;
  }
  .sm\:grid-line-x-pink[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-pink[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-pink[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-pink[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf2f8;
    100: #fce7f3;
    200: #fbcfe8;
    300: #f9a8d4;
    400: #f472b6;
    500: #ec4899;
    600: #db2777;
    700: #be185d;
    800: #9d174d;
    900: #831843;
  }
  .sm\:grid-line-x-rose[class*="grid-line-x-"] > :before border-bottom-color,
  .sm\:grid-line-xy-rose[class*="grid-line-xy-"] > :after border-right-color,
  .sm\:grid-line-xy-rose[class*="grid-line-xy-"] > :before border-bottom-color,
  .sm\:grid-line-y-rose[class*="grid-line-y-"] > :after border-right-color {
    50: #fff1f2;
    100: #ffe4e6;
    200: #fecdd3;
    300: #fda4af;
    400: #fb7185;
    500: #f43f5e;
    600: #e11d48;
    700: #be123c;
    800: #9f1239;
    900: #881337;
  }
  .sm\:grid-line-x-lightBlue[class*="grid-line-x-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .sm\:grid-line-y-lightBlue[class*="grid-line-y-"] > :after {
    border-right-color: #5ebce1;
  }
  .sm\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .sm\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :after {
    border-right-color: #5ebce1;
  }
  .sm\:grid-line-x-lightGray[class*="grid-line-x-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .sm\:grid-line-y-lightGray[class*="grid-line-y-"] > :after {
    border-right-color: #ebf1f4;
  }
  .sm\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .sm\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :after {
    border-right-color: #ebf1f4;
  }
  .sm\:grid-line-x-navy[class*="grid-line-x-"] > :before {
    border-bottom-color: #021f4b;
  }
  .sm\:grid-line-y-navy[class*="grid-line-y-"] > :after {
    border-right-color: #021f4b;
  }
  .sm\:grid-line-xy-navy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #021f4b;
  }
  .sm\:grid-line-xy-navy[class*="grid-line-xy-"] > :after {
    border-right-color: #021f4b;
  }
  .sm\:grid-line-x-darkNavy[class*="grid-line-x-"] > :before {
    border-bottom-color: #00183c;
  }
  .sm\:grid-line-y-darkNavy[class*="grid-line-y-"] > :after {
    border-right-color: #00183c;
  }
  .sm\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #00183c;
  }
  .sm\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :after {
    border-right-color: #00183c;
  }
  .sm\:grid-line-x-DEFAULT[class*="grid-line-x-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .sm\:grid-line-y-DEFAULT[class*="grid-line-y-"] > :after {
    border-right-color: #e5e7eb;
  }
  .sm\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .sm\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :after {
    border-right-color: #e5e7eb;
  }
  .sm\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
    left: 0;
    right: 0;
  }
  .sm\:grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
    right: 0;
  }
  .sm\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1):before,
  .sm\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1)
    ~ :before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .sm\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
    left: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
    right: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):before,
  .sm\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ :before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 3):after {
    border-right-width: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 3):after {
    top: 0;
  }
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):after,
  .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ li:after {
    bottom: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .sm\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-5[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 1):before {
    left: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 5):before {
    right: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):before,
  .sm\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ :before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 5):after {
    border-right-width: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 5):after {
    top: 0;
  }
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):after,
  .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ li:after {
    bottom: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-6[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 1):before {
    left: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 6):before {
    right: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):before,
  .sm\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ :before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 6):after {
    border-right-width: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 6):after {
    top: 0;
  }
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):after,
  .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ li:after {
    bottom: 0;
  }
}
@media (min-width: 744px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > :after,
  [class*="grid-line-"] > :before {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .md\:grid-line-x > :before {
    left: 0;
    right: 0;
  }
  .md\:grid-line-x > :before,
  .md\:grid-line-xfull > :before {
    content: attr(👻);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .md\:grid-line-xfull > :before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-line-x-0 > :before {
    content: none;
  }
  .md\:grid-line-y > :after {
    top: 0;
  }
  .md\:grid-line-y > :after,
  .md\:grid-line-yfull > :after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .md\:grid-line-yfull > :after {
    top: calc(var(--inner-gutter) / -1);
  }
  .md\:grid-line-yfull[class*="grid-line-x"] > :after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .md\:grid-line-y-0 > :after {
    content: none;
  }
  .md\:grid-line-x-0[class*="grid-line-x-"] > :before {
    bottom: 0;
  }
  .md\:grid-line-x-0[class*="grid-line-yfull"] > :after {
    top: 0;
    bottom: 0;
  }
  .md\:grid-line-x-1[class*="grid-line-x-"] > :before {
    bottom: -0.25rem;
  }
  .md\:grid-line-x-1[class*="grid-line-yfull"] > :after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .md\:grid-line-x-2[class*="grid-line-x-"] > :before {
    bottom: -0.5rem;
  }
  .md\:grid-line-x-2[class*="grid-line-yfull"] > :after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .md\:grid-line-x-3[class*="grid-line-x-"] > :before {
    bottom: -0.75rem;
  }
  .md\:grid-line-x-3[class*="grid-line-yfull"] > :after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .md\:grid-line-x-4[class*="grid-line-x-"] > :before {
    bottom: -1rem;
  }
  .md\:grid-line-x-4[class*="grid-line-yfull"] > :after {
    top: -1rem;
    bottom: -1rem;
  }
  .md\:grid-line-x-5[class*="grid-line-x-"] > :before {
    bottom: -1.25rem;
  }
  .md\:grid-line-x-5[class*="grid-line-yfull"] > :after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .md\:grid-line-x-6[class*="grid-line-x-"] > :before {
    bottom: -1.5rem;
  }
  .md\:grid-line-x-6[class*="grid-line-yfull"] > :after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .md\:grid-line-x-7[class*="grid-line-x-"] > :before {
    bottom: -1.75rem;
  }
  .md\:grid-line-x-7[class*="grid-line-yfull"] > :after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .md\:grid-line-x-8[class*="grid-line-x-"] > :before {
    bottom: -2rem;
  }
  .md\:grid-line-x-8[class*="grid-line-yfull"] > :after {
    top: -2rem;
    bottom: -2rem;
  }
  .md\:grid-line-x-9[class*="grid-line-x-"] > :before {
    bottom: -2.25rem;
  }
  .md\:grid-line-x-9[class*="grid-line-yfull"] > :after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .md\:grid-line-x-10[class*="grid-line-x-"] > :before {
    bottom: -2.5rem;
  }
  .md\:grid-line-x-10[class*="grid-line-yfull"] > :after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .md\:grid-line-x-11[class*="grid-line-x-"] > :before {
    bottom: -2.75rem;
  }
  .md\:grid-line-x-11[class*="grid-line-yfull"] > :after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .md\:grid-line-x-12[class*="grid-line-x-"] > :before {
    bottom: -3rem;
  }
  .md\:grid-line-x-12[class*="grid-line-yfull"] > :after {
    top: -3rem;
    bottom: -3rem;
  }
  .md\:grid-line-x-14[class*="grid-line-x-"] > :before {
    bottom: -3.5rem;
  }
  .md\:grid-line-x-14[class*="grid-line-yfull"] > :after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .md\:grid-line-x-16[class*="grid-line-x-"] > :before {
    bottom: -4rem;
  }
  .md\:grid-line-x-16[class*="grid-line-yfull"] > :after {
    top: -4rem;
    bottom: -4rem;
  }
  .md\:grid-line-x-20[class*="grid-line-x-"] > :before {
    bottom: -5rem;
  }
  .md\:grid-line-x-20[class*="grid-line-yfull"] > :after {
    top: -5rem;
    bottom: -5rem;
  }
  .md\:grid-line-x-24[class*="grid-line-x-"] > :before {
    bottom: -6rem;
  }
  .md\:grid-line-x-24[class*="grid-line-yfull"] > :after {
    top: -6rem;
    bottom: -6rem;
  }
  .md\:grid-line-x-28[class*="grid-line-x-"] > :before {
    bottom: -7rem;
  }
  .md\:grid-line-x-28[class*="grid-line-yfull"] > :after {
    top: -7rem;
    bottom: -7rem;
  }
  .md\:grid-line-x-32[class*="grid-line-x-"] > :before {
    bottom: -8rem;
  }
  .md\:grid-line-x-32[class*="grid-line-yfull"] > :after {
    top: -8rem;
    bottom: -8rem;
  }
  .md\:grid-line-x-36[class*="grid-line-x-"] > :before {
    bottom: -9rem;
  }
  .md\:grid-line-x-36[class*="grid-line-yfull"] > :after {
    top: -9rem;
    bottom: -9rem;
  }
  .md\:grid-line-x-40[class*="grid-line-x-"] > :before {
    bottom: -10rem;
  }
  .md\:grid-line-x-40[class*="grid-line-yfull"] > :after {
    top: -10rem;
    bottom: -10rem;
  }
  .md\:grid-line-x-44[class*="grid-line-x-"] > :before {
    bottom: -11rem;
  }
  .md\:grid-line-x-44[class*="grid-line-yfull"] > :after {
    top: -11rem;
    bottom: -11rem;
  }
  .md\:grid-line-x-48[class*="grid-line-x-"] > :before {
    bottom: -12rem;
  }
  .md\:grid-line-x-48[class*="grid-line-yfull"] > :after {
    top: -12rem;
    bottom: -12rem;
  }
  .md\:grid-line-x-52[class*="grid-line-x-"] > :before {
    bottom: -13rem;
  }
  .md\:grid-line-x-52[class*="grid-line-yfull"] > :after {
    top: -13rem;
    bottom: -13rem;
  }
  .md\:grid-line-x-56[class*="grid-line-x-"] > :before {
    bottom: -14rem;
  }
  .md\:grid-line-x-56[class*="grid-line-yfull"] > :after {
    top: -14rem;
    bottom: -14rem;
  }
  .md\:grid-line-x-60[class*="grid-line-x-"] > :before {
    bottom: -15rem;
  }
  .md\:grid-line-x-60[class*="grid-line-yfull"] > :after {
    top: -15rem;
    bottom: -15rem;
  }
  .md\:grid-line-x-64[class*="grid-line-x-"] > :before {
    bottom: -16rem;
  }
  .md\:grid-line-x-64[class*="grid-line-yfull"] > :after {
    top: -16rem;
    bottom: -16rem;
  }
  .md\:grid-line-x-72[class*="grid-line-x-"] > :before {
    bottom: -18rem;
  }
  .md\:grid-line-x-72[class*="grid-line-yfull"] > :after {
    top: -18rem;
    bottom: -18rem;
  }
  .md\:grid-line-x-80[class*="grid-line-x-"] > :before {
    bottom: -20rem;
  }
  .md\:grid-line-x-80[class*="grid-line-yfull"] > :after {
    top: -20rem;
    bottom: -20rem;
  }
  .md\:grid-line-x-96[class*="grid-line-x-"] > :before {
    bottom: -24rem;
  }
  .md\:grid-line-x-96[class*="grid-line-yfull"] > :after {
    top: -24rem;
    bottom: -24rem;
  }
  .md\:grid-line-x-px[class*="grid-line-x-"] > :before {
    bottom: -1px;
  }
  .md\:grid-line-x-px[class*="grid-line-yfull"] > :after {
    top: -1px;
    bottom: -1px;
  }
  .md\:grid-line-x-0.5[class*="grid-line-x-"] > :before {
    bottom: -0.125rem;
  }
  .md\:grid-line-x-0.5[class*="grid-line-yfull"] > :after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .md\:grid-line-x-1.5[class*="grid-line-x-"] > :before {
    bottom: -0.375rem;
  }
  .md\:grid-line-x-1.5[class*="grid-line-yfull"] > :after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .md\:grid-line-x-2.5[class*="grid-line-x-"] > :before {
    bottom: -0.625rem;
  }
  .md\:grid-line-x-2.5[class*="grid-line-yfull"] > :after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .md\:grid-line-x-3.5[class*="grid-line-x-"] > :before {
    bottom: -0.875rem;
  }
  .md\:grid-line-x-3.5[class*="grid-line-yfull"] > :after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .md\:grid-line-x-inherit[class*="grid-line-x-"] > :before {
    border-bottom-color: inherit;
  }
  .md\:grid-line-y-inherit[class*="grid-line-y-"] > :after {
    border-right-color: inherit;
  }
  .md\:grid-line-xy-inherit[class*="grid-line-xy-"] > :before {
    border-bottom-color: inherit;
  }
  .md\:grid-line-xy-inherit[class*="grid-line-xy-"] > :after {
    border-right-color: inherit;
  }
  .md\:grid-line-x-current[class*="grid-line-x-"] > :before {
    border-bottom-color: currentColor;
  }
  .md\:grid-line-y-current[class*="grid-line-y-"] > :after {
    border-right-color: currentColor;
  }
  .md\:grid-line-xy-current[class*="grid-line-xy-"] > :before {
    border-bottom-color: currentColor;
  }
  .md\:grid-line-xy-current[class*="grid-line-xy-"] > :after {
    border-right-color: currentColor;
  }
  .md\:grid-line-x-transparent[class*="grid-line-x-"] > :before {
    border-bottom-color: transparent;
  }
  .md\:grid-line-y-transparent[class*="grid-line-y-"] > :after {
    border-right-color: transparent;
  }
  .md\:grid-line-xy-transparent[class*="grid-line-xy-"] > :before {
    border-bottom-color: transparent;
  }
  .md\:grid-line-xy-transparent[class*="grid-line-xy-"] > :after {
    border-right-color: transparent;
  }
  .md\:grid-line-x-black[class*="grid-line-x-"] > :before {
    border-bottom-color: #000;
  }
  .md\:grid-line-y-black[class*="grid-line-y-"] > :after {
    border-right-color: #000;
  }
  .md\:grid-line-xy-black[class*="grid-line-xy-"] > :before {
    border-bottom-color: #000;
  }
  .md\:grid-line-xy-black[class*="grid-line-xy-"] > :after {
    border-right-color: #000;
  }
  .md\:grid-line-x-white[class*="grid-line-x-"] > :before {
    border-bottom-color: #fff;
  }
  .md\:grid-line-y-white[class*="grid-line-y-"] > :after {
    border-right-color: #fff;
  }
  .md\:grid-line-xy-white[class*="grid-line-xy-"] > :before {
    border-bottom-color: #fff;
  }
  .md\:grid-line-xy-white[class*="grid-line-xy-"] > :after {
    border-right-color: #fff;
  }
  .md\:grid-line-x-slate[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-slate[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-slate[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-slate[class*="grid-line-y-"] > :after border-right-color {
    50: #f8fafc;
    100: #f1f5f9;
    200: #e2e8f0;
    300: #cbd5e1;
    400: #94a3b8;
    500: #64748b;
    600: #475569;
    700: #334155;
    800: #1e293b;
    900: #0f172a;
  }
  .md\:grid-line-x-gray[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-gray[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-gray[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-gray[class*="grid-line-y-"] > :after border-right-color {
    50: #f9fafb;
    100: #f3f4f6;
    200: #e5e7eb;
    300: #d1d5db;
    400: #9ca3af;
    500: #6b7280;
    600: #4b5563;
    700: #374151;
    800: #1f2937;
    900: #111827;
  }
  .md\:grid-line-x-zinc[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-zinc[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-zinc[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-zinc[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f4f4f5;
    200: #e4e4e7;
    300: #d4d4d8;
    400: #a1a1aa;
    500: #71717a;
    600: #52525b;
    700: #3f3f46;
    800: #27272a;
    900: #18181b;
  }
  .md\:grid-line-x-neutral[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-neutral[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-neutral[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .md\:grid-line-y-neutral[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f5f5f5;
    200: #e5e5e5;
    300: #d4d4d4;
    400: #a3a3a3;
    500: #737373;
    600: #525252;
    700: #404040;
    800: #262626;
    900: #171717;
  }
  .md\:grid-line-x-stone[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-stone[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-stone[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-stone[class*="grid-line-y-"] > :after border-right-color {
    50: #fafaf9;
    100: #f5f5f4;
    200: #e7e5e4;
    300: #d6d3d1;
    400: #a8a29e;
    500: #78716c;
    600: #57534e;
    700: #44403c;
    800: #292524;
    900: #1c1917;
  }
  .md\:grid-line-x-red[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-red[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-red[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-red[class*="grid-line-y-"] > :after border-right-color {
    50: #fef2f2;
    100: #fee2e2;
    200: #fecaca;
    300: #fca5a5;
    400: #f87171;
    500: #ef4444;
    600: #dc2626;
    700: #b91c1c;
    800: #991b1b;
    900: #7f1d1d;
  }
  .md\:grid-line-x-orange[class*="grid-line-x-"] > :before {
    border-bottom-color: #ff7115;
  }
  .md\:grid-line-y-orange[class*="grid-line-y-"] > :after {
    border-right-color: #ff7115;
  }
  .md\:grid-line-xy-orange[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ff7115;
  }
  .md\:grid-line-xy-orange[class*="grid-line-xy-"] > :after {
    border-right-color: #ff7115;
  }
  .md\:grid-line-x-amber[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-amber[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-amber[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-amber[class*="grid-line-y-"] > :after border-right-color {
    50: #fffbeb;
    100: #fef3c7;
    200: #fde68a;
    300: #fcd34d;
    400: #fbbf24;
    500: #f59e0b;
    600: #d97706;
    700: #b45309;
    800: #92400e;
    900: #78350f;
  }
  .md\:grid-line-x-yellow[class*="grid-line-x-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .md\:grid-line-y-yellow[class*="grid-line-y-"] > :after {
    border-right-color: #ffcf00;
  }
  .md\:grid-line-xy-yellow[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .md\:grid-line-xy-yellow[class*="grid-line-xy-"] > :after {
    border-right-color: #ffcf00;
  }
  .md\:grid-line-x-lime[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-lime[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-lime[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-lime[class*="grid-line-y-"] > :after border-right-color {
    50: #f7fee7;
    100: #ecfccb;
    200: #d9f99d;
    300: #bef264;
    400: #a3e635;
    500: #84cc16;
    600: #65a30d;
    700: #4d7c0f;
    800: #3f6212;
    900: #365314;
  }
  .md\:grid-line-x-green[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-green[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-green[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-green[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdf4;
    100: #dcfce7;
    200: #bbf7d0;
    300: #86efac;
    400: #4ade80;
    500: #22c55e;
    600: #16a34a;
    700: #15803d;
    800: #166534;
    900: #14532d;
  }
  .md\:grid-line-x-emerald[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-emerald[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-emerald[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .md\:grid-line-y-emerald[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfdf5;
    100: #d1fae5;
    200: #a7f3d0;
    300: #6ee7b7;
    400: #34d399;
    500: #10b981;
    600: #059669;
    700: #047857;
    800: #065f46;
    900: #064e3b;
  }
  .md\:grid-line-x-teal[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-teal[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-teal[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-teal[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdfa;
    100: #ccfbf1;
    200: #99f6e4;
    300: #5eead4;
    400: #2dd4bf;
    500: #14b8a6;
    600: #0d9488;
    700: #0f766e;
    800: #115e59;
    900: #134e4a;
  }
  .md\:grid-line-x-cyan[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-cyan[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-cyan[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-cyan[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfeff;
    100: #cffafe;
    200: #a5f3fc;
    300: #67e8f9;
    400: #22d3ee;
    500: #06b6d4;
    600: #0891b2;
    700: #0e7490;
    800: #155e75;
    900: #164e63;
  }
  .md\:grid-line-x-sky[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-sky[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-sky[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-sky[class*="grid-line-y-"] > :after border-right-color {
    50: #f0f9ff;
    100: #e0f2fe;
    200: #bae6fd;
    300: #7dd3fc;
    400: #38bdf8;
    500: #0ea5e9;
    600: #0284c7;
    700: #0369a1;
    800: #075985;
    900: #0c4a6e;
  }
  .md\:grid-line-x-blue[class*="grid-line-x-"] > :before {
    border-bottom-color: #0741cb;
  }
  .md\:grid-line-y-blue[class*="grid-line-y-"] > :after {
    border-right-color: #0741cb;
  }
  .md\:grid-line-xy-blue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #0741cb;
  }
  .md\:grid-line-xy-blue[class*="grid-line-xy-"] > :after {
    border-right-color: #0741cb;
  }
  .md\:grid-line-x-indigo[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-indigo[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-indigo[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .md\:grid-line-y-indigo[class*="grid-line-y-"] > :after border-right-color {
    50: #eef2ff;
    100: #e0e7ff;
    200: #c7d2fe;
    300: #a5b4fc;
    400: #818cf8;
    500: #6366f1;
    600: #4f46e5;
    700: #4338ca;
    800: #3730a3;
    900: #312e81;
  }
  .md\:grid-line-x-violet[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-violet[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-violet[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .md\:grid-line-y-violet[class*="grid-line-y-"] > :after border-right-color {
    50: #f5f3ff;
    100: #ede9fe;
    200: #ddd6fe;
    300: #c4b5fd;
    400: #a78bfa;
    500: #8b5cf6;
    600: #7c3aed;
    700: #6d28d9;
    800: #5b21b6;
    900: #4c1d95;
  }
  .md\:grid-line-x-purple[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-purple[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-purple[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .md\:grid-line-y-purple[class*="grid-line-y-"] > :after border-right-color {
    50: #faf5ff;
    100: #f3e8ff;
    200: #e9d5ff;
    300: #d8b4fe;
    400: #c084fc;
    500: #a855f7;
    600: #9333ea;
    700: #7e22ce;
    800: #6b21a8;
    900: #581c87;
  }
  .md\:grid-line-x-fuchsia[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-fuchsia[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-fuchsia[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .md\:grid-line-y-fuchsia[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf4ff;
    100: #fae8ff;
    200: #f5d0fe;
    300: #f0abfc;
    400: #e879f9;
    500: #d946ef;
    600: #c026d3;
    700: #a21caf;
    800: #86198f;
    900: #701a75;
  }
  .md\:grid-line-x-pink[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-pink[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-pink[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-pink[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf2f8;
    100: #fce7f3;
    200: #fbcfe8;
    300: #f9a8d4;
    400: #f472b6;
    500: #ec4899;
    600: #db2777;
    700: #be185d;
    800: #9d174d;
    900: #831843;
  }
  .md\:grid-line-x-rose[class*="grid-line-x-"] > :before border-bottom-color,
  .md\:grid-line-xy-rose[class*="grid-line-xy-"] > :after border-right-color,
  .md\:grid-line-xy-rose[class*="grid-line-xy-"] > :before border-bottom-color,
  .md\:grid-line-y-rose[class*="grid-line-y-"] > :after border-right-color {
    50: #fff1f2;
    100: #ffe4e6;
    200: #fecdd3;
    300: #fda4af;
    400: #fb7185;
    500: #f43f5e;
    600: #e11d48;
    700: #be123c;
    800: #9f1239;
    900: #881337;
  }
  .md\:grid-line-x-lightBlue[class*="grid-line-x-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .md\:grid-line-y-lightBlue[class*="grid-line-y-"] > :after {
    border-right-color: #5ebce1;
  }
  .md\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .md\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :after {
    border-right-color: #5ebce1;
  }
  .md\:grid-line-x-lightGray[class*="grid-line-x-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .md\:grid-line-y-lightGray[class*="grid-line-y-"] > :after {
    border-right-color: #ebf1f4;
  }
  .md\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .md\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :after {
    border-right-color: #ebf1f4;
  }
  .md\:grid-line-x-navy[class*="grid-line-x-"] > :before {
    border-bottom-color: #021f4b;
  }
  .md\:grid-line-y-navy[class*="grid-line-y-"] > :after {
    border-right-color: #021f4b;
  }
  .md\:grid-line-xy-navy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #021f4b;
  }
  .md\:grid-line-xy-navy[class*="grid-line-xy-"] > :after {
    border-right-color: #021f4b;
  }
  .md\:grid-line-x-darkNavy[class*="grid-line-x-"] > :before {
    border-bottom-color: #00183c;
  }
  .md\:grid-line-y-darkNavy[class*="grid-line-y-"] > :after {
    border-right-color: #00183c;
  }
  .md\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #00183c;
  }
  .md\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :after {
    border-right-color: #00183c;
  }
  .md\:grid-line-x-DEFAULT[class*="grid-line-x-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .md\:grid-line-y-DEFAULT[class*="grid-line-y-"] > :after {
    border-right-color: #e5e7eb;
  }
  .md\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .md\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :after {
    border-right-color: #e5e7eb;
  }
  .md\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
    left: 0;
    right: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
    right: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1):before,
  .md\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .md\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
    left: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
    right: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):before,
  .md\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 3):after {
    border-right-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 3):after {
    top: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):after,
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ li:after {
    bottom: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .md\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-5[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 1):before {
    left: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 5):before {
    right: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):before,
  .md\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 5):after {
    border-right-width: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 5):after {
    top: 0;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):after,
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ li:after {
    bottom: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 1):before {
    left: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 6):before {
    right: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):before,
  .md\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 6):after {
    border-right-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 6):after {
    top: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):after,
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ li:after {
    bottom: 0;
  }
}
@media (min-width: 1100px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > :after,
  [class*="grid-line-"] > :before {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .lg\:grid-line-x > :before {
    left: 0;
    right: 0;
  }
  .lg\:grid-line-x > :before,
  .lg\:grid-line-xfull > :before {
    content: attr(👻);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .lg\:grid-line-xfull > :before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-line-x-0 > :before {
    content: none;
  }
  .lg\:grid-line-y > :after {
    top: 0;
  }
  .lg\:grid-line-y > :after,
  .lg\:grid-line-yfull > :after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .lg\:grid-line-yfull > :after {
    top: calc(var(--inner-gutter) / -1);
  }
  .lg\:grid-line-yfull[class*="grid-line-x"] > :after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .lg\:grid-line-y-0 > :after {
    content: none;
  }
  .lg\:grid-line-x-0[class*="grid-line-x-"] > :before {
    bottom: 0;
  }
  .lg\:grid-line-x-0[class*="grid-line-yfull"] > :after {
    top: 0;
    bottom: 0;
  }
  .lg\:grid-line-x-1[class*="grid-line-x-"] > :before {
    bottom: -0.25rem;
  }
  .lg\:grid-line-x-1[class*="grid-line-yfull"] > :after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .lg\:grid-line-x-2[class*="grid-line-x-"] > :before {
    bottom: -0.5rem;
  }
  .lg\:grid-line-x-2[class*="grid-line-yfull"] > :after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .lg\:grid-line-x-3[class*="grid-line-x-"] > :before {
    bottom: -0.75rem;
  }
  .lg\:grid-line-x-3[class*="grid-line-yfull"] > :after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .lg\:grid-line-x-4[class*="grid-line-x-"] > :before {
    bottom: -1rem;
  }
  .lg\:grid-line-x-4[class*="grid-line-yfull"] > :after {
    top: -1rem;
    bottom: -1rem;
  }
  .lg\:grid-line-x-5[class*="grid-line-x-"] > :before {
    bottom: -1.25rem;
  }
  .lg\:grid-line-x-5[class*="grid-line-yfull"] > :after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .lg\:grid-line-x-6[class*="grid-line-x-"] > :before {
    bottom: -1.5rem;
  }
  .lg\:grid-line-x-6[class*="grid-line-yfull"] > :after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .lg\:grid-line-x-7[class*="grid-line-x-"] > :before {
    bottom: -1.75rem;
  }
  .lg\:grid-line-x-7[class*="grid-line-yfull"] > :after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .lg\:grid-line-x-8[class*="grid-line-x-"] > :before {
    bottom: -2rem;
  }
  .lg\:grid-line-x-8[class*="grid-line-yfull"] > :after {
    top: -2rem;
    bottom: -2rem;
  }
  .lg\:grid-line-x-9[class*="grid-line-x-"] > :before {
    bottom: -2.25rem;
  }
  .lg\:grid-line-x-9[class*="grid-line-yfull"] > :after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .lg\:grid-line-x-10[class*="grid-line-x-"] > :before {
    bottom: -2.5rem;
  }
  .lg\:grid-line-x-10[class*="grid-line-yfull"] > :after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .lg\:grid-line-x-11[class*="grid-line-x-"] > :before {
    bottom: -2.75rem;
  }
  .lg\:grid-line-x-11[class*="grid-line-yfull"] > :after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .lg\:grid-line-x-12[class*="grid-line-x-"] > :before {
    bottom: -3rem;
  }
  .lg\:grid-line-x-12[class*="grid-line-yfull"] > :after {
    top: -3rem;
    bottom: -3rem;
  }
  .lg\:grid-line-x-14[class*="grid-line-x-"] > :before {
    bottom: -3.5rem;
  }
  .lg\:grid-line-x-14[class*="grid-line-yfull"] > :after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .lg\:grid-line-x-16[class*="grid-line-x-"] > :before {
    bottom: -4rem;
  }
  .lg\:grid-line-x-16[class*="grid-line-yfull"] > :after {
    top: -4rem;
    bottom: -4rem;
  }
  .lg\:grid-line-x-20[class*="grid-line-x-"] > :before {
    bottom: -5rem;
  }
  .lg\:grid-line-x-20[class*="grid-line-yfull"] > :after {
    top: -5rem;
    bottom: -5rem;
  }
  .lg\:grid-line-x-24[class*="grid-line-x-"] > :before {
    bottom: -6rem;
  }
  .lg\:grid-line-x-24[class*="grid-line-yfull"] > :after {
    top: -6rem;
    bottom: -6rem;
  }
  .lg\:grid-line-x-28[class*="grid-line-x-"] > :before {
    bottom: -7rem;
  }
  .lg\:grid-line-x-28[class*="grid-line-yfull"] > :after {
    top: -7rem;
    bottom: -7rem;
  }
  .lg\:grid-line-x-32[class*="grid-line-x-"] > :before {
    bottom: -8rem;
  }
  .lg\:grid-line-x-32[class*="grid-line-yfull"] > :after {
    top: -8rem;
    bottom: -8rem;
  }
  .lg\:grid-line-x-36[class*="grid-line-x-"] > :before {
    bottom: -9rem;
  }
  .lg\:grid-line-x-36[class*="grid-line-yfull"] > :after {
    top: -9rem;
    bottom: -9rem;
  }
  .lg\:grid-line-x-40[class*="grid-line-x-"] > :before {
    bottom: -10rem;
  }
  .lg\:grid-line-x-40[class*="grid-line-yfull"] > :after {
    top: -10rem;
    bottom: -10rem;
  }
  .lg\:grid-line-x-44[class*="grid-line-x-"] > :before {
    bottom: -11rem;
  }
  .lg\:grid-line-x-44[class*="grid-line-yfull"] > :after {
    top: -11rem;
    bottom: -11rem;
  }
  .lg\:grid-line-x-48[class*="grid-line-x-"] > :before {
    bottom: -12rem;
  }
  .lg\:grid-line-x-48[class*="grid-line-yfull"] > :after {
    top: -12rem;
    bottom: -12rem;
  }
  .lg\:grid-line-x-52[class*="grid-line-x-"] > :before {
    bottom: -13rem;
  }
  .lg\:grid-line-x-52[class*="grid-line-yfull"] > :after {
    top: -13rem;
    bottom: -13rem;
  }
  .lg\:grid-line-x-56[class*="grid-line-x-"] > :before {
    bottom: -14rem;
  }
  .lg\:grid-line-x-56[class*="grid-line-yfull"] > :after {
    top: -14rem;
    bottom: -14rem;
  }
  .lg\:grid-line-x-60[class*="grid-line-x-"] > :before {
    bottom: -15rem;
  }
  .lg\:grid-line-x-60[class*="grid-line-yfull"] > :after {
    top: -15rem;
    bottom: -15rem;
  }
  .lg\:grid-line-x-64[class*="grid-line-x-"] > :before {
    bottom: -16rem;
  }
  .lg\:grid-line-x-64[class*="grid-line-yfull"] > :after {
    top: -16rem;
    bottom: -16rem;
  }
  .lg\:grid-line-x-72[class*="grid-line-x-"] > :before {
    bottom: -18rem;
  }
  .lg\:grid-line-x-72[class*="grid-line-yfull"] > :after {
    top: -18rem;
    bottom: -18rem;
  }
  .lg\:grid-line-x-80[class*="grid-line-x-"] > :before {
    bottom: -20rem;
  }
  .lg\:grid-line-x-80[class*="grid-line-yfull"] > :after {
    top: -20rem;
    bottom: -20rem;
  }
  .lg\:grid-line-x-96[class*="grid-line-x-"] > :before {
    bottom: -24rem;
  }
  .lg\:grid-line-x-96[class*="grid-line-yfull"] > :after {
    top: -24rem;
    bottom: -24rem;
  }
  .lg\:grid-line-x-px[class*="grid-line-x-"] > :before {
    bottom: -1px;
  }
  .lg\:grid-line-x-px[class*="grid-line-yfull"] > :after {
    top: -1px;
    bottom: -1px;
  }
  .lg\:grid-line-x-0.5[class*="grid-line-x-"] > :before {
    bottom: -0.125rem;
  }
  .lg\:grid-line-x-0.5[class*="grid-line-yfull"] > :after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .lg\:grid-line-x-1.5[class*="grid-line-x-"] > :before {
    bottom: -0.375rem;
  }
  .lg\:grid-line-x-1.5[class*="grid-line-yfull"] > :after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .lg\:grid-line-x-2.5[class*="grid-line-x-"] > :before {
    bottom: -0.625rem;
  }
  .lg\:grid-line-x-2.5[class*="grid-line-yfull"] > :after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .lg\:grid-line-x-3.5[class*="grid-line-x-"] > :before {
    bottom: -0.875rem;
  }
  .lg\:grid-line-x-3.5[class*="grid-line-yfull"] > :after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .lg\:grid-line-x-inherit[class*="grid-line-x-"] > :before {
    border-bottom-color: inherit;
  }
  .lg\:grid-line-y-inherit[class*="grid-line-y-"] > :after {
    border-right-color: inherit;
  }
  .lg\:grid-line-xy-inherit[class*="grid-line-xy-"] > :before {
    border-bottom-color: inherit;
  }
  .lg\:grid-line-xy-inherit[class*="grid-line-xy-"] > :after {
    border-right-color: inherit;
  }
  .lg\:grid-line-x-current[class*="grid-line-x-"] > :before {
    border-bottom-color: currentColor;
  }
  .lg\:grid-line-y-current[class*="grid-line-y-"] > :after {
    border-right-color: currentColor;
  }
  .lg\:grid-line-xy-current[class*="grid-line-xy-"] > :before {
    border-bottom-color: currentColor;
  }
  .lg\:grid-line-xy-current[class*="grid-line-xy-"] > :after {
    border-right-color: currentColor;
  }
  .lg\:grid-line-x-transparent[class*="grid-line-x-"] > :before {
    border-bottom-color: transparent;
  }
  .lg\:grid-line-y-transparent[class*="grid-line-y-"] > :after {
    border-right-color: transparent;
  }
  .lg\:grid-line-xy-transparent[class*="grid-line-xy-"] > :before {
    border-bottom-color: transparent;
  }
  .lg\:grid-line-xy-transparent[class*="grid-line-xy-"] > :after {
    border-right-color: transparent;
  }
  .lg\:grid-line-x-black[class*="grid-line-x-"] > :before {
    border-bottom-color: #000;
  }
  .lg\:grid-line-y-black[class*="grid-line-y-"] > :after {
    border-right-color: #000;
  }
  .lg\:grid-line-xy-black[class*="grid-line-xy-"] > :before {
    border-bottom-color: #000;
  }
  .lg\:grid-line-xy-black[class*="grid-line-xy-"] > :after {
    border-right-color: #000;
  }
  .lg\:grid-line-x-white[class*="grid-line-x-"] > :before {
    border-bottom-color: #fff;
  }
  .lg\:grid-line-y-white[class*="grid-line-y-"] > :after {
    border-right-color: #fff;
  }
  .lg\:grid-line-xy-white[class*="grid-line-xy-"] > :before {
    border-bottom-color: #fff;
  }
  .lg\:grid-line-xy-white[class*="grid-line-xy-"] > :after {
    border-right-color: #fff;
  }
  .lg\:grid-line-x-slate[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-slate[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-slate[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-slate[class*="grid-line-y-"] > :after border-right-color {
    50: #f8fafc;
    100: #f1f5f9;
    200: #e2e8f0;
    300: #cbd5e1;
    400: #94a3b8;
    500: #64748b;
    600: #475569;
    700: #334155;
    800: #1e293b;
    900: #0f172a;
  }
  .lg\:grid-line-x-gray[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-gray[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-gray[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-gray[class*="grid-line-y-"] > :after border-right-color {
    50: #f9fafb;
    100: #f3f4f6;
    200: #e5e7eb;
    300: #d1d5db;
    400: #9ca3af;
    500: #6b7280;
    600: #4b5563;
    700: #374151;
    800: #1f2937;
    900: #111827;
  }
  .lg\:grid-line-x-zinc[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-zinc[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-zinc[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-zinc[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f4f4f5;
    200: #e4e4e7;
    300: #d4d4d8;
    400: #a1a1aa;
    500: #71717a;
    600: #52525b;
    700: #3f3f46;
    800: #27272a;
    900: #18181b;
  }
  .lg\:grid-line-x-neutral[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-neutral[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-neutral[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lg\:grid-line-y-neutral[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f5f5f5;
    200: #e5e5e5;
    300: #d4d4d4;
    400: #a3a3a3;
    500: #737373;
    600: #525252;
    700: #404040;
    800: #262626;
    900: #171717;
  }
  .lg\:grid-line-x-stone[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-stone[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-stone[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-stone[class*="grid-line-y-"] > :after border-right-color {
    50: #fafaf9;
    100: #f5f5f4;
    200: #e7e5e4;
    300: #d6d3d1;
    400: #a8a29e;
    500: #78716c;
    600: #57534e;
    700: #44403c;
    800: #292524;
    900: #1c1917;
  }
  .lg\:grid-line-x-red[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-red[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-red[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-red[class*="grid-line-y-"] > :after border-right-color {
    50: #fef2f2;
    100: #fee2e2;
    200: #fecaca;
    300: #fca5a5;
    400: #f87171;
    500: #ef4444;
    600: #dc2626;
    700: #b91c1c;
    800: #991b1b;
    900: #7f1d1d;
  }
  .lg\:grid-line-x-orange[class*="grid-line-x-"] > :before {
    border-bottom-color: #ff7115;
  }
  .lg\:grid-line-y-orange[class*="grid-line-y-"] > :after {
    border-right-color: #ff7115;
  }
  .lg\:grid-line-xy-orange[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ff7115;
  }
  .lg\:grid-line-xy-orange[class*="grid-line-xy-"] > :after {
    border-right-color: #ff7115;
  }
  .lg\:grid-line-x-amber[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-amber[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-amber[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-amber[class*="grid-line-y-"] > :after border-right-color {
    50: #fffbeb;
    100: #fef3c7;
    200: #fde68a;
    300: #fcd34d;
    400: #fbbf24;
    500: #f59e0b;
    600: #d97706;
    700: #b45309;
    800: #92400e;
    900: #78350f;
  }
  .lg\:grid-line-x-yellow[class*="grid-line-x-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .lg\:grid-line-y-yellow[class*="grid-line-y-"] > :after {
    border-right-color: #ffcf00;
  }
  .lg\:grid-line-xy-yellow[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .lg\:grid-line-xy-yellow[class*="grid-line-xy-"] > :after {
    border-right-color: #ffcf00;
  }
  .lg\:grid-line-x-lime[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-lime[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-lime[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-lime[class*="grid-line-y-"] > :after border-right-color {
    50: #f7fee7;
    100: #ecfccb;
    200: #d9f99d;
    300: #bef264;
    400: #a3e635;
    500: #84cc16;
    600: #65a30d;
    700: #4d7c0f;
    800: #3f6212;
    900: #365314;
  }
  .lg\:grid-line-x-green[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-green[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-green[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-green[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdf4;
    100: #dcfce7;
    200: #bbf7d0;
    300: #86efac;
    400: #4ade80;
    500: #22c55e;
    600: #16a34a;
    700: #15803d;
    800: #166534;
    900: #14532d;
  }
  .lg\:grid-line-x-emerald[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-emerald[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-emerald[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lg\:grid-line-y-emerald[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfdf5;
    100: #d1fae5;
    200: #a7f3d0;
    300: #6ee7b7;
    400: #34d399;
    500: #10b981;
    600: #059669;
    700: #047857;
    800: #065f46;
    900: #064e3b;
  }
  .lg\:grid-line-x-teal[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-teal[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-teal[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-teal[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdfa;
    100: #ccfbf1;
    200: #99f6e4;
    300: #5eead4;
    400: #2dd4bf;
    500: #14b8a6;
    600: #0d9488;
    700: #0f766e;
    800: #115e59;
    900: #134e4a;
  }
  .lg\:grid-line-x-cyan[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-cyan[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-cyan[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-cyan[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfeff;
    100: #cffafe;
    200: #a5f3fc;
    300: #67e8f9;
    400: #22d3ee;
    500: #06b6d4;
    600: #0891b2;
    700: #0e7490;
    800: #155e75;
    900: #164e63;
  }
  .lg\:grid-line-x-sky[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-sky[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-sky[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-sky[class*="grid-line-y-"] > :after border-right-color {
    50: #f0f9ff;
    100: #e0f2fe;
    200: #bae6fd;
    300: #7dd3fc;
    400: #38bdf8;
    500: #0ea5e9;
    600: #0284c7;
    700: #0369a1;
    800: #075985;
    900: #0c4a6e;
  }
  .lg\:grid-line-x-blue[class*="grid-line-x-"] > :before {
    border-bottom-color: #0741cb;
  }
  .lg\:grid-line-y-blue[class*="grid-line-y-"] > :after {
    border-right-color: #0741cb;
  }
  .lg\:grid-line-xy-blue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #0741cb;
  }
  .lg\:grid-line-xy-blue[class*="grid-line-xy-"] > :after {
    border-right-color: #0741cb;
  }
  .lg\:grid-line-x-indigo[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-indigo[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-indigo[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lg\:grid-line-y-indigo[class*="grid-line-y-"] > :after border-right-color {
    50: #eef2ff;
    100: #e0e7ff;
    200: #c7d2fe;
    300: #a5b4fc;
    400: #818cf8;
    500: #6366f1;
    600: #4f46e5;
    700: #4338ca;
    800: #3730a3;
    900: #312e81;
  }
  .lg\:grid-line-x-violet[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-violet[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-violet[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lg\:grid-line-y-violet[class*="grid-line-y-"] > :after border-right-color {
    50: #f5f3ff;
    100: #ede9fe;
    200: #ddd6fe;
    300: #c4b5fd;
    400: #a78bfa;
    500: #8b5cf6;
    600: #7c3aed;
    700: #6d28d9;
    800: #5b21b6;
    900: #4c1d95;
  }
  .lg\:grid-line-x-purple[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-purple[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-purple[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lg\:grid-line-y-purple[class*="grid-line-y-"] > :after border-right-color {
    50: #faf5ff;
    100: #f3e8ff;
    200: #e9d5ff;
    300: #d8b4fe;
    400: #c084fc;
    500: #a855f7;
    600: #9333ea;
    700: #7e22ce;
    800: #6b21a8;
    900: #581c87;
  }
  .lg\:grid-line-x-fuchsia[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-fuchsia[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-fuchsia[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lg\:grid-line-y-fuchsia[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf4ff;
    100: #fae8ff;
    200: #f5d0fe;
    300: #f0abfc;
    400: #e879f9;
    500: #d946ef;
    600: #c026d3;
    700: #a21caf;
    800: #86198f;
    900: #701a75;
  }
  .lg\:grid-line-x-pink[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-pink[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-pink[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-pink[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf2f8;
    100: #fce7f3;
    200: #fbcfe8;
    300: #f9a8d4;
    400: #f472b6;
    500: #ec4899;
    600: #db2777;
    700: #be185d;
    800: #9d174d;
    900: #831843;
  }
  .lg\:grid-line-x-rose[class*="grid-line-x-"] > :before border-bottom-color,
  .lg\:grid-line-xy-rose[class*="grid-line-xy-"] > :after border-right-color,
  .lg\:grid-line-xy-rose[class*="grid-line-xy-"] > :before border-bottom-color,
  .lg\:grid-line-y-rose[class*="grid-line-y-"] > :after border-right-color {
    50: #fff1f2;
    100: #ffe4e6;
    200: #fecdd3;
    300: #fda4af;
    400: #fb7185;
    500: #f43f5e;
    600: #e11d48;
    700: #be123c;
    800: #9f1239;
    900: #881337;
  }
  .lg\:grid-line-x-lightBlue[class*="grid-line-x-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .lg\:grid-line-y-lightBlue[class*="grid-line-y-"] > :after {
    border-right-color: #5ebce1;
  }
  .lg\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .lg\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :after {
    border-right-color: #5ebce1;
  }
  .lg\:grid-line-x-lightGray[class*="grid-line-x-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .lg\:grid-line-y-lightGray[class*="grid-line-y-"] > :after {
    border-right-color: #ebf1f4;
  }
  .lg\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .lg\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :after {
    border-right-color: #ebf1f4;
  }
  .lg\:grid-line-x-navy[class*="grid-line-x-"] > :before {
    border-bottom-color: #021f4b;
  }
  .lg\:grid-line-y-navy[class*="grid-line-y-"] > :after {
    border-right-color: #021f4b;
  }
  .lg\:grid-line-xy-navy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #021f4b;
  }
  .lg\:grid-line-xy-navy[class*="grid-line-xy-"] > :after {
    border-right-color: #021f4b;
  }
  .lg\:grid-line-x-darkNavy[class*="grid-line-x-"] > :before {
    border-bottom-color: #00183c;
  }
  .lg\:grid-line-y-darkNavy[class*="grid-line-y-"] > :after {
    border-right-color: #00183c;
  }
  .lg\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #00183c;
  }
  .lg\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :after {
    border-right-color: #00183c;
  }
  .lg\:grid-line-x-DEFAULT[class*="grid-line-x-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .lg\:grid-line-y-DEFAULT[class*="grid-line-y-"] > :after {
    border-right-color: #e5e7eb;
  }
  .lg\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .lg\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :after {
    border-right-color: #e5e7eb;
  }
  .lg\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
    left: 0;
    right: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
    right: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1):before,
  .lg\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .lg\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
    left: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
    right: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):before,
  .lg\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 3):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 3):after {
    top: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):after,
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ li:after {
    bottom: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .lg\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 1):before {
    left: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 5):before {
    right: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):before,
  .lg\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 5):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 5):after {
    top: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):after,
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ li:after {
    bottom: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-6[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 1):before {
    left: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 6):before {
    right: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):before,
  .lg\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 6):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 6):after {
    top: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):after,
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ li:after {
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > :after,
  [class*="grid-line-"] > :before {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .lgx\:grid-line-x > :before {
    left: 0;
    right: 0;
  }
  .lgx\:grid-line-x > :before,
  .lgx\:grid-line-xfull > :before {
    content: attr(👻);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .lgx\:grid-line-xfull > :before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lgx\:grid-line-x-0 > :before {
    content: none;
  }
  .lgx\:grid-line-y > :after {
    top: 0;
  }
  .lgx\:grid-line-y > :after,
  .lgx\:grid-line-yfull > :after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .lgx\:grid-line-yfull > :after {
    top: calc(var(--inner-gutter) / -1);
  }
  .lgx\:grid-line-yfull[class*="grid-line-x"] > :after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .lgx\:grid-line-y-0 > :after {
    content: none;
  }
  .lgx\:grid-line-x-0[class*="grid-line-x-"] > :before {
    bottom: 0;
  }
  .lgx\:grid-line-x-0[class*="grid-line-yfull"] > :after {
    top: 0;
    bottom: 0;
  }
  .lgx\:grid-line-x-1[class*="grid-line-x-"] > :before {
    bottom: -0.25rem;
  }
  .lgx\:grid-line-x-1[class*="grid-line-yfull"] > :after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .lgx\:grid-line-x-2[class*="grid-line-x-"] > :before {
    bottom: -0.5rem;
  }
  .lgx\:grid-line-x-2[class*="grid-line-yfull"] > :after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .lgx\:grid-line-x-3[class*="grid-line-x-"] > :before {
    bottom: -0.75rem;
  }
  .lgx\:grid-line-x-3[class*="grid-line-yfull"] > :after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .lgx\:grid-line-x-4[class*="grid-line-x-"] > :before {
    bottom: -1rem;
  }
  .lgx\:grid-line-x-4[class*="grid-line-yfull"] > :after {
    top: -1rem;
    bottom: -1rem;
  }
  .lgx\:grid-line-x-5[class*="grid-line-x-"] > :before {
    bottom: -1.25rem;
  }
  .lgx\:grid-line-x-5[class*="grid-line-yfull"] > :after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .lgx\:grid-line-x-6[class*="grid-line-x-"] > :before {
    bottom: -1.5rem;
  }
  .lgx\:grid-line-x-6[class*="grid-line-yfull"] > :after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .lgx\:grid-line-x-7[class*="grid-line-x-"] > :before {
    bottom: -1.75rem;
  }
  .lgx\:grid-line-x-7[class*="grid-line-yfull"] > :after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .lgx\:grid-line-x-8[class*="grid-line-x-"] > :before {
    bottom: -2rem;
  }
  .lgx\:grid-line-x-8[class*="grid-line-yfull"] > :after {
    top: -2rem;
    bottom: -2rem;
  }
  .lgx\:grid-line-x-9[class*="grid-line-x-"] > :before {
    bottom: -2.25rem;
  }
  .lgx\:grid-line-x-9[class*="grid-line-yfull"] > :after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .lgx\:grid-line-x-10[class*="grid-line-x-"] > :before {
    bottom: -2.5rem;
  }
  .lgx\:grid-line-x-10[class*="grid-line-yfull"] > :after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .lgx\:grid-line-x-11[class*="grid-line-x-"] > :before {
    bottom: -2.75rem;
  }
  .lgx\:grid-line-x-11[class*="grid-line-yfull"] > :after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .lgx\:grid-line-x-12[class*="grid-line-x-"] > :before {
    bottom: -3rem;
  }
  .lgx\:grid-line-x-12[class*="grid-line-yfull"] > :after {
    top: -3rem;
    bottom: -3rem;
  }
  .lgx\:grid-line-x-14[class*="grid-line-x-"] > :before {
    bottom: -3.5rem;
  }
  .lgx\:grid-line-x-14[class*="grid-line-yfull"] > :after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .lgx\:grid-line-x-16[class*="grid-line-x-"] > :before {
    bottom: -4rem;
  }
  .lgx\:grid-line-x-16[class*="grid-line-yfull"] > :after {
    top: -4rem;
    bottom: -4rem;
  }
  .lgx\:grid-line-x-20[class*="grid-line-x-"] > :before {
    bottom: -5rem;
  }
  .lgx\:grid-line-x-20[class*="grid-line-yfull"] > :after {
    top: -5rem;
    bottom: -5rem;
  }
  .lgx\:grid-line-x-24[class*="grid-line-x-"] > :before {
    bottom: -6rem;
  }
  .lgx\:grid-line-x-24[class*="grid-line-yfull"] > :after {
    top: -6rem;
    bottom: -6rem;
  }
  .lgx\:grid-line-x-28[class*="grid-line-x-"] > :before {
    bottom: -7rem;
  }
  .lgx\:grid-line-x-28[class*="grid-line-yfull"] > :after {
    top: -7rem;
    bottom: -7rem;
  }
  .lgx\:grid-line-x-32[class*="grid-line-x-"] > :before {
    bottom: -8rem;
  }
  .lgx\:grid-line-x-32[class*="grid-line-yfull"] > :after {
    top: -8rem;
    bottom: -8rem;
  }
  .lgx\:grid-line-x-36[class*="grid-line-x-"] > :before {
    bottom: -9rem;
  }
  .lgx\:grid-line-x-36[class*="grid-line-yfull"] > :after {
    top: -9rem;
    bottom: -9rem;
  }
  .lgx\:grid-line-x-40[class*="grid-line-x-"] > :before {
    bottom: -10rem;
  }
  .lgx\:grid-line-x-40[class*="grid-line-yfull"] > :after {
    top: -10rem;
    bottom: -10rem;
  }
  .lgx\:grid-line-x-44[class*="grid-line-x-"] > :before {
    bottom: -11rem;
  }
  .lgx\:grid-line-x-44[class*="grid-line-yfull"] > :after {
    top: -11rem;
    bottom: -11rem;
  }
  .lgx\:grid-line-x-48[class*="grid-line-x-"] > :before {
    bottom: -12rem;
  }
  .lgx\:grid-line-x-48[class*="grid-line-yfull"] > :after {
    top: -12rem;
    bottom: -12rem;
  }
  .lgx\:grid-line-x-52[class*="grid-line-x-"] > :before {
    bottom: -13rem;
  }
  .lgx\:grid-line-x-52[class*="grid-line-yfull"] > :after {
    top: -13rem;
    bottom: -13rem;
  }
  .lgx\:grid-line-x-56[class*="grid-line-x-"] > :before {
    bottom: -14rem;
  }
  .lgx\:grid-line-x-56[class*="grid-line-yfull"] > :after {
    top: -14rem;
    bottom: -14rem;
  }
  .lgx\:grid-line-x-60[class*="grid-line-x-"] > :before {
    bottom: -15rem;
  }
  .lgx\:grid-line-x-60[class*="grid-line-yfull"] > :after {
    top: -15rem;
    bottom: -15rem;
  }
  .lgx\:grid-line-x-64[class*="grid-line-x-"] > :before {
    bottom: -16rem;
  }
  .lgx\:grid-line-x-64[class*="grid-line-yfull"] > :after {
    top: -16rem;
    bottom: -16rem;
  }
  .lgx\:grid-line-x-72[class*="grid-line-x-"] > :before {
    bottom: -18rem;
  }
  .lgx\:grid-line-x-72[class*="grid-line-yfull"] > :after {
    top: -18rem;
    bottom: -18rem;
  }
  .lgx\:grid-line-x-80[class*="grid-line-x-"] > :before {
    bottom: -20rem;
  }
  .lgx\:grid-line-x-80[class*="grid-line-yfull"] > :after {
    top: -20rem;
    bottom: -20rem;
  }
  .lgx\:grid-line-x-96[class*="grid-line-x-"] > :before {
    bottom: -24rem;
  }
  .lgx\:grid-line-x-96[class*="grid-line-yfull"] > :after {
    top: -24rem;
    bottom: -24rem;
  }
  .lgx\:grid-line-x-px[class*="grid-line-x-"] > :before {
    bottom: -1px;
  }
  .lgx\:grid-line-x-px[class*="grid-line-yfull"] > :after {
    top: -1px;
    bottom: -1px;
  }
  .lgx\:grid-line-x-0.5[class*="grid-line-x-"] > :before {
    bottom: -0.125rem;
  }
  .lgx\:grid-line-x-0.5[class*="grid-line-yfull"] > :after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .lgx\:grid-line-x-1.5[class*="grid-line-x-"] > :before {
    bottom: -0.375rem;
  }
  .lgx\:grid-line-x-1.5[class*="grid-line-yfull"] > :after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .lgx\:grid-line-x-2.5[class*="grid-line-x-"] > :before {
    bottom: -0.625rem;
  }
  .lgx\:grid-line-x-2.5[class*="grid-line-yfull"] > :after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .lgx\:grid-line-x-3.5[class*="grid-line-x-"] > :before {
    bottom: -0.875rem;
  }
  .lgx\:grid-line-x-3.5[class*="grid-line-yfull"] > :after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .lgx\:grid-line-x-inherit[class*="grid-line-x-"] > :before {
    border-bottom-color: inherit;
  }
  .lgx\:grid-line-y-inherit[class*="grid-line-y-"] > :after {
    border-right-color: inherit;
  }
  .lgx\:grid-line-xy-inherit[class*="grid-line-xy-"] > :before {
    border-bottom-color: inherit;
  }
  .lgx\:grid-line-xy-inherit[class*="grid-line-xy-"] > :after {
    border-right-color: inherit;
  }
  .lgx\:grid-line-x-current[class*="grid-line-x-"] > :before {
    border-bottom-color: currentColor;
  }
  .lgx\:grid-line-y-current[class*="grid-line-y-"] > :after {
    border-right-color: currentColor;
  }
  .lgx\:grid-line-xy-current[class*="grid-line-xy-"] > :before {
    border-bottom-color: currentColor;
  }
  .lgx\:grid-line-xy-current[class*="grid-line-xy-"] > :after {
    border-right-color: currentColor;
  }
  .lgx\:grid-line-x-transparent[class*="grid-line-x-"] > :before {
    border-bottom-color: transparent;
  }
  .lgx\:grid-line-y-transparent[class*="grid-line-y-"] > :after {
    border-right-color: transparent;
  }
  .lgx\:grid-line-xy-transparent[class*="grid-line-xy-"] > :before {
    border-bottom-color: transparent;
  }
  .lgx\:grid-line-xy-transparent[class*="grid-line-xy-"] > :after {
    border-right-color: transparent;
  }
  .lgx\:grid-line-x-black[class*="grid-line-x-"] > :before {
    border-bottom-color: #000;
  }
  .lgx\:grid-line-y-black[class*="grid-line-y-"] > :after {
    border-right-color: #000;
  }
  .lgx\:grid-line-xy-black[class*="grid-line-xy-"] > :before {
    border-bottom-color: #000;
  }
  .lgx\:grid-line-xy-black[class*="grid-line-xy-"] > :after {
    border-right-color: #000;
  }
  .lgx\:grid-line-x-white[class*="grid-line-x-"] > :before {
    border-bottom-color: #fff;
  }
  .lgx\:grid-line-y-white[class*="grid-line-y-"] > :after {
    border-right-color: #fff;
  }
  .lgx\:grid-line-xy-white[class*="grid-line-xy-"] > :before {
    border-bottom-color: #fff;
  }
  .lgx\:grid-line-xy-white[class*="grid-line-xy-"] > :after {
    border-right-color: #fff;
  }
  .lgx\:grid-line-x-slate[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-slate[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-slate[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-slate[class*="grid-line-y-"] > :after border-right-color {
    50: #f8fafc;
    100: #f1f5f9;
    200: #e2e8f0;
    300: #cbd5e1;
    400: #94a3b8;
    500: #64748b;
    600: #475569;
    700: #334155;
    800: #1e293b;
    900: #0f172a;
  }
  .lgx\:grid-line-x-gray[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-gray[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-gray[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-gray[class*="grid-line-y-"] > :after border-right-color {
    50: #f9fafb;
    100: #f3f4f6;
    200: #e5e7eb;
    300: #d1d5db;
    400: #9ca3af;
    500: #6b7280;
    600: #4b5563;
    700: #374151;
    800: #1f2937;
    900: #111827;
  }
  .lgx\:grid-line-x-zinc[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-zinc[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-zinc[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-zinc[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f4f4f5;
    200: #e4e4e7;
    300: #d4d4d8;
    400: #a1a1aa;
    500: #71717a;
    600: #52525b;
    700: #3f3f46;
    800: #27272a;
    900: #18181b;
  }
  .lgx\:grid-line-x-neutral[class*="grid-line-x-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-xy-neutral[class*="grid-line-xy-"]
    > :after
    border-right-color,
  .lgx\:grid-line-xy-neutral[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-neutral[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f5f5f5;
    200: #e5e5e5;
    300: #d4d4d4;
    400: #a3a3a3;
    500: #737373;
    600: #525252;
    700: #404040;
    800: #262626;
    900: #171717;
  }
  .lgx\:grid-line-x-stone[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-stone[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-stone[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-stone[class*="grid-line-y-"] > :after border-right-color {
    50: #fafaf9;
    100: #f5f5f4;
    200: #e7e5e4;
    300: #d6d3d1;
    400: #a8a29e;
    500: #78716c;
    600: #57534e;
    700: #44403c;
    800: #292524;
    900: #1c1917;
  }
  .lgx\:grid-line-x-red[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-red[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-red[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-red[class*="grid-line-y-"] > :after border-right-color {
    50: #fef2f2;
    100: #fee2e2;
    200: #fecaca;
    300: #fca5a5;
    400: #f87171;
    500: #ef4444;
    600: #dc2626;
    700: #b91c1c;
    800: #991b1b;
    900: #7f1d1d;
  }
  .lgx\:grid-line-x-orange[class*="grid-line-x-"] > :before {
    border-bottom-color: #ff7115;
  }
  .lgx\:grid-line-y-orange[class*="grid-line-y-"] > :after {
    border-right-color: #ff7115;
  }
  .lgx\:grid-line-xy-orange[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ff7115;
  }
  .lgx\:grid-line-xy-orange[class*="grid-line-xy-"] > :after {
    border-right-color: #ff7115;
  }
  .lgx\:grid-line-x-amber[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-amber[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-amber[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-amber[class*="grid-line-y-"] > :after border-right-color {
    50: #fffbeb;
    100: #fef3c7;
    200: #fde68a;
    300: #fcd34d;
    400: #fbbf24;
    500: #f59e0b;
    600: #d97706;
    700: #b45309;
    800: #92400e;
    900: #78350f;
  }
  .lgx\:grid-line-x-yellow[class*="grid-line-x-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .lgx\:grid-line-y-yellow[class*="grid-line-y-"] > :after {
    border-right-color: #ffcf00;
  }
  .lgx\:grid-line-xy-yellow[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .lgx\:grid-line-xy-yellow[class*="grid-line-xy-"] > :after {
    border-right-color: #ffcf00;
  }
  .lgx\:grid-line-x-lime[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-lime[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-lime[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-lime[class*="grid-line-y-"] > :after border-right-color {
    50: #f7fee7;
    100: #ecfccb;
    200: #d9f99d;
    300: #bef264;
    400: #a3e635;
    500: #84cc16;
    600: #65a30d;
    700: #4d7c0f;
    800: #3f6212;
    900: #365314;
  }
  .lgx\:grid-line-x-green[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-green[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-green[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-green[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdf4;
    100: #dcfce7;
    200: #bbf7d0;
    300: #86efac;
    400: #4ade80;
    500: #22c55e;
    600: #16a34a;
    700: #15803d;
    800: #166534;
    900: #14532d;
  }
  .lgx\:grid-line-x-emerald[class*="grid-line-x-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-xy-emerald[class*="grid-line-xy-"]
    > :after
    border-right-color,
  .lgx\:grid-line-xy-emerald[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-emerald[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfdf5;
    100: #d1fae5;
    200: #a7f3d0;
    300: #6ee7b7;
    400: #34d399;
    500: #10b981;
    600: #059669;
    700: #047857;
    800: #065f46;
    900: #064e3b;
  }
  .lgx\:grid-line-x-teal[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-teal[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-teal[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-teal[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdfa;
    100: #ccfbf1;
    200: #99f6e4;
    300: #5eead4;
    400: #2dd4bf;
    500: #14b8a6;
    600: #0d9488;
    700: #0f766e;
    800: #115e59;
    900: #134e4a;
  }
  .lgx\:grid-line-x-cyan[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-cyan[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-cyan[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-cyan[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfeff;
    100: #cffafe;
    200: #a5f3fc;
    300: #67e8f9;
    400: #22d3ee;
    500: #06b6d4;
    600: #0891b2;
    700: #0e7490;
    800: #155e75;
    900: #164e63;
  }
  .lgx\:grid-line-x-sky[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-sky[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-sky[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-sky[class*="grid-line-y-"] > :after border-right-color {
    50: #f0f9ff;
    100: #e0f2fe;
    200: #bae6fd;
    300: #7dd3fc;
    400: #38bdf8;
    500: #0ea5e9;
    600: #0284c7;
    700: #0369a1;
    800: #075985;
    900: #0c4a6e;
  }
  .lgx\:grid-line-x-blue[class*="grid-line-x-"] > :before {
    border-bottom-color: #0741cb;
  }
  .lgx\:grid-line-y-blue[class*="grid-line-y-"] > :after {
    border-right-color: #0741cb;
  }
  .lgx\:grid-line-xy-blue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #0741cb;
  }
  .lgx\:grid-line-xy-blue[class*="grid-line-xy-"] > :after {
    border-right-color: #0741cb;
  }
  .lgx\:grid-line-x-indigo[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-indigo[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-indigo[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-indigo[class*="grid-line-y-"] > :after border-right-color {
    50: #eef2ff;
    100: #e0e7ff;
    200: #c7d2fe;
    300: #a5b4fc;
    400: #818cf8;
    500: #6366f1;
    600: #4f46e5;
    700: #4338ca;
    800: #3730a3;
    900: #312e81;
  }
  .lgx\:grid-line-x-violet[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-violet[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-violet[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-violet[class*="grid-line-y-"] > :after border-right-color {
    50: #f5f3ff;
    100: #ede9fe;
    200: #ddd6fe;
    300: #c4b5fd;
    400: #a78bfa;
    500: #8b5cf6;
    600: #7c3aed;
    700: #6d28d9;
    800: #5b21b6;
    900: #4c1d95;
  }
  .lgx\:grid-line-x-purple[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-purple[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-purple[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-purple[class*="grid-line-y-"] > :after border-right-color {
    50: #faf5ff;
    100: #f3e8ff;
    200: #e9d5ff;
    300: #d8b4fe;
    400: #c084fc;
    500: #a855f7;
    600: #9333ea;
    700: #7e22ce;
    800: #6b21a8;
    900: #581c87;
  }
  .lgx\:grid-line-x-fuchsia[class*="grid-line-x-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-xy-fuchsia[class*="grid-line-xy-"]
    > :after
    border-right-color,
  .lgx\:grid-line-xy-fuchsia[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .lgx\:grid-line-y-fuchsia[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf4ff;
    100: #fae8ff;
    200: #f5d0fe;
    300: #f0abfc;
    400: #e879f9;
    500: #d946ef;
    600: #c026d3;
    700: #a21caf;
    800: #86198f;
    900: #701a75;
  }
  .lgx\:grid-line-x-pink[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-pink[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-pink[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-pink[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf2f8;
    100: #fce7f3;
    200: #fbcfe8;
    300: #f9a8d4;
    400: #f472b6;
    500: #ec4899;
    600: #db2777;
    700: #be185d;
    800: #9d174d;
    900: #831843;
  }
  .lgx\:grid-line-x-rose[class*="grid-line-x-"] > :before border-bottom-color,
  .lgx\:grid-line-xy-rose[class*="grid-line-xy-"] > :after border-right-color,
  .lgx\:grid-line-xy-rose[class*="grid-line-xy-"] > :before border-bottom-color,
  .lgx\:grid-line-y-rose[class*="grid-line-y-"] > :after border-right-color {
    50: #fff1f2;
    100: #ffe4e6;
    200: #fecdd3;
    300: #fda4af;
    400: #fb7185;
    500: #f43f5e;
    600: #e11d48;
    700: #be123c;
    800: #9f1239;
    900: #881337;
  }
  .lgx\:grid-line-x-lightBlue[class*="grid-line-x-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .lgx\:grid-line-y-lightBlue[class*="grid-line-y-"] > :after {
    border-right-color: #5ebce1;
  }
  .lgx\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .lgx\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :after {
    border-right-color: #5ebce1;
  }
  .lgx\:grid-line-x-lightGray[class*="grid-line-x-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .lgx\:grid-line-y-lightGray[class*="grid-line-y-"] > :after {
    border-right-color: #ebf1f4;
  }
  .lgx\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .lgx\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :after {
    border-right-color: #ebf1f4;
  }
  .lgx\:grid-line-x-navy[class*="grid-line-x-"] > :before {
    border-bottom-color: #021f4b;
  }
  .lgx\:grid-line-y-navy[class*="grid-line-y-"] > :after {
    border-right-color: #021f4b;
  }
  .lgx\:grid-line-xy-navy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #021f4b;
  }
  .lgx\:grid-line-xy-navy[class*="grid-line-xy-"] > :after {
    border-right-color: #021f4b;
  }
  .lgx\:grid-line-x-darkNavy[class*="grid-line-x-"] > :before {
    border-bottom-color: #00183c;
  }
  .lgx\:grid-line-y-darkNavy[class*="grid-line-y-"] > :after {
    border-right-color: #00183c;
  }
  .lgx\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #00183c;
  }
  .lgx\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :after {
    border-right-color: #00183c;
  }
  .lgx\:grid-line-x-DEFAULT[class*="grid-line-x-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .lgx\:grid-line-y-DEFAULT[class*="grid-line-y-"] > :after {
    border-right-color: #e5e7eb;
  }
  .lgx\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .lgx\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :after {
    border-right-color: #e5e7eb;
  }
  .lgx\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lgx\:grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
    left: 0;
    right: 0;
  }
  .lgx\:grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
    right: 0;
  }
  .lgx\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1):before,
  .lgx\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1)
    ~ :before {
    border-bottom-width: 0;
  }
  .lgx\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lgx\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lgx\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .lgx\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .lgx\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .lgx\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .lgx\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lgx\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .lgx\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .lgx\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .lgx\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
  .lgx\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lgx\:grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lgx\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
    left: 0;
  }
  .lgx\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
    right: 0;
  }
  .lgx\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):before,
  .lgx\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ :before {
    border-bottom-width: 0;
  }
  .lgx\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lgx\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 3):after {
    border-right-width: 0;
  }
  .lgx\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 3):after {
    top: 0;
  }
  .lgx\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):after,
  .lgx\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ li:after {
    bottom: 0;
  }
  .lgx\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lgx\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lgx\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .lgx\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .lgx\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .lgx\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .lgx\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lgx\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .lgx\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .lgx\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .lgx\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
  .lgx\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lgx\:grid-cols-5[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lgx\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 1):before {
    left: 0;
  }
  .lgx\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 5):before {
    right: 0;
  }
  .lgx\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):before,
  .lgx\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ :before {
    border-bottom-width: 0;
  }
  .lgx\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lgx\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 5):after {
    border-right-width: 0;
  }
  .lgx\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 5):after {
    top: 0;
  }
  .lgx\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):after,
  .lgx\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ li:after {
    bottom: 0;
  }
  .lgx\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lgx\:grid-cols-6[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lgx\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 1):before {
    left: 0;
  }
  .lgx\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 6):before {
    right: 0;
  }
  .lgx\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):before,
  .lgx\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ :before {
    border-bottom-width: 0;
  }
  .lgx\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lgx\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 6):after {
    border-right-width: 0;
  }
  .lgx\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 6):after {
    top: 0;
  }
  .lgx\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):after,
  .lgx\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ li:after {
    bottom: 0;
  }
}
@media (min-width: 1440px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > :after,
  [class*="grid-line-"] > :before {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .xl\:grid-line-x > :before {
    left: 0;
    right: 0;
  }
  .xl\:grid-line-x > :before,
  .xl\:grid-line-xfull > :before {
    content: attr(👻);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xl\:grid-line-xfull > :before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-line-x-0 > :before {
    content: none;
  }
  .xl\:grid-line-y > :after {
    top: 0;
  }
  .xl\:grid-line-y > :after,
  .xl\:grid-line-yfull > :after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xl\:grid-line-yfull > :after {
    top: calc(var(--inner-gutter) / -1);
  }
  .xl\:grid-line-yfull[class*="grid-line-x"] > :after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xl\:grid-line-y-0 > :after {
    content: none;
  }
  .xl\:grid-line-x-0[class*="grid-line-x-"] > :before {
    bottom: 0;
  }
  .xl\:grid-line-x-0[class*="grid-line-yfull"] > :after {
    top: 0;
    bottom: 0;
  }
  .xl\:grid-line-x-1[class*="grid-line-x-"] > :before {
    bottom: -0.25rem;
  }
  .xl\:grid-line-x-1[class*="grid-line-yfull"] > :after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .xl\:grid-line-x-2[class*="grid-line-x-"] > :before {
    bottom: -0.5rem;
  }
  .xl\:grid-line-x-2[class*="grid-line-yfull"] > :after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .xl\:grid-line-x-3[class*="grid-line-x-"] > :before {
    bottom: -0.75rem;
  }
  .xl\:grid-line-x-3[class*="grid-line-yfull"] > :after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .xl\:grid-line-x-4[class*="grid-line-x-"] > :before {
    bottom: -1rem;
  }
  .xl\:grid-line-x-4[class*="grid-line-yfull"] > :after {
    top: -1rem;
    bottom: -1rem;
  }
  .xl\:grid-line-x-5[class*="grid-line-x-"] > :before {
    bottom: -1.25rem;
  }
  .xl\:grid-line-x-5[class*="grid-line-yfull"] > :after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .xl\:grid-line-x-6[class*="grid-line-x-"] > :before {
    bottom: -1.5rem;
  }
  .xl\:grid-line-x-6[class*="grid-line-yfull"] > :after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .xl\:grid-line-x-7[class*="grid-line-x-"] > :before {
    bottom: -1.75rem;
  }
  .xl\:grid-line-x-7[class*="grid-line-yfull"] > :after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .xl\:grid-line-x-8[class*="grid-line-x-"] > :before {
    bottom: -2rem;
  }
  .xl\:grid-line-x-8[class*="grid-line-yfull"] > :after {
    top: -2rem;
    bottom: -2rem;
  }
  .xl\:grid-line-x-9[class*="grid-line-x-"] > :before {
    bottom: -2.25rem;
  }
  .xl\:grid-line-x-9[class*="grid-line-yfull"] > :after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .xl\:grid-line-x-10[class*="grid-line-x-"] > :before {
    bottom: -2.5rem;
  }
  .xl\:grid-line-x-10[class*="grid-line-yfull"] > :after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .xl\:grid-line-x-11[class*="grid-line-x-"] > :before {
    bottom: -2.75rem;
  }
  .xl\:grid-line-x-11[class*="grid-line-yfull"] > :after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .xl\:grid-line-x-12[class*="grid-line-x-"] > :before {
    bottom: -3rem;
  }
  .xl\:grid-line-x-12[class*="grid-line-yfull"] > :after {
    top: -3rem;
    bottom: -3rem;
  }
  .xl\:grid-line-x-14[class*="grid-line-x-"] > :before {
    bottom: -3.5rem;
  }
  .xl\:grid-line-x-14[class*="grid-line-yfull"] > :after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .xl\:grid-line-x-16[class*="grid-line-x-"] > :before {
    bottom: -4rem;
  }
  .xl\:grid-line-x-16[class*="grid-line-yfull"] > :after {
    top: -4rem;
    bottom: -4rem;
  }
  .xl\:grid-line-x-20[class*="grid-line-x-"] > :before {
    bottom: -5rem;
  }
  .xl\:grid-line-x-20[class*="grid-line-yfull"] > :after {
    top: -5rem;
    bottom: -5rem;
  }
  .xl\:grid-line-x-24[class*="grid-line-x-"] > :before {
    bottom: -6rem;
  }
  .xl\:grid-line-x-24[class*="grid-line-yfull"] > :after {
    top: -6rem;
    bottom: -6rem;
  }
  .xl\:grid-line-x-28[class*="grid-line-x-"] > :before {
    bottom: -7rem;
  }
  .xl\:grid-line-x-28[class*="grid-line-yfull"] > :after {
    top: -7rem;
    bottom: -7rem;
  }
  .xl\:grid-line-x-32[class*="grid-line-x-"] > :before {
    bottom: -8rem;
  }
  .xl\:grid-line-x-32[class*="grid-line-yfull"] > :after {
    top: -8rem;
    bottom: -8rem;
  }
  .xl\:grid-line-x-36[class*="grid-line-x-"] > :before {
    bottom: -9rem;
  }
  .xl\:grid-line-x-36[class*="grid-line-yfull"] > :after {
    top: -9rem;
    bottom: -9rem;
  }
  .xl\:grid-line-x-40[class*="grid-line-x-"] > :before {
    bottom: -10rem;
  }
  .xl\:grid-line-x-40[class*="grid-line-yfull"] > :after {
    top: -10rem;
    bottom: -10rem;
  }
  .xl\:grid-line-x-44[class*="grid-line-x-"] > :before {
    bottom: -11rem;
  }
  .xl\:grid-line-x-44[class*="grid-line-yfull"] > :after {
    top: -11rem;
    bottom: -11rem;
  }
  .xl\:grid-line-x-48[class*="grid-line-x-"] > :before {
    bottom: -12rem;
  }
  .xl\:grid-line-x-48[class*="grid-line-yfull"] > :after {
    top: -12rem;
    bottom: -12rem;
  }
  .xl\:grid-line-x-52[class*="grid-line-x-"] > :before {
    bottom: -13rem;
  }
  .xl\:grid-line-x-52[class*="grid-line-yfull"] > :after {
    top: -13rem;
    bottom: -13rem;
  }
  .xl\:grid-line-x-56[class*="grid-line-x-"] > :before {
    bottom: -14rem;
  }
  .xl\:grid-line-x-56[class*="grid-line-yfull"] > :after {
    top: -14rem;
    bottom: -14rem;
  }
  .xl\:grid-line-x-60[class*="grid-line-x-"] > :before {
    bottom: -15rem;
  }
  .xl\:grid-line-x-60[class*="grid-line-yfull"] > :after {
    top: -15rem;
    bottom: -15rem;
  }
  .xl\:grid-line-x-64[class*="grid-line-x-"] > :before {
    bottom: -16rem;
  }
  .xl\:grid-line-x-64[class*="grid-line-yfull"] > :after {
    top: -16rem;
    bottom: -16rem;
  }
  .xl\:grid-line-x-72[class*="grid-line-x-"] > :before {
    bottom: -18rem;
  }
  .xl\:grid-line-x-72[class*="grid-line-yfull"] > :after {
    top: -18rem;
    bottom: -18rem;
  }
  .xl\:grid-line-x-80[class*="grid-line-x-"] > :before {
    bottom: -20rem;
  }
  .xl\:grid-line-x-80[class*="grid-line-yfull"] > :after {
    top: -20rem;
    bottom: -20rem;
  }
  .xl\:grid-line-x-96[class*="grid-line-x-"] > :before {
    bottom: -24rem;
  }
  .xl\:grid-line-x-96[class*="grid-line-yfull"] > :after {
    top: -24rem;
    bottom: -24rem;
  }
  .xl\:grid-line-x-px[class*="grid-line-x-"] > :before {
    bottom: -1px;
  }
  .xl\:grid-line-x-px[class*="grid-line-yfull"] > :after {
    top: -1px;
    bottom: -1px;
  }
  .xl\:grid-line-x-0.5[class*="grid-line-x-"] > :before {
    bottom: -0.125rem;
  }
  .xl\:grid-line-x-0.5[class*="grid-line-yfull"] > :after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .xl\:grid-line-x-1.5[class*="grid-line-x-"] > :before {
    bottom: -0.375rem;
  }
  .xl\:grid-line-x-1.5[class*="grid-line-yfull"] > :after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .xl\:grid-line-x-2.5[class*="grid-line-x-"] > :before {
    bottom: -0.625rem;
  }
  .xl\:grid-line-x-2.5[class*="grid-line-yfull"] > :after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .xl\:grid-line-x-3.5[class*="grid-line-x-"] > :before {
    bottom: -0.875rem;
  }
  .xl\:grid-line-x-3.5[class*="grid-line-yfull"] > :after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .xl\:grid-line-x-inherit[class*="grid-line-x-"] > :before {
    border-bottom-color: inherit;
  }
  .xl\:grid-line-y-inherit[class*="grid-line-y-"] > :after {
    border-right-color: inherit;
  }
  .xl\:grid-line-xy-inherit[class*="grid-line-xy-"] > :before {
    border-bottom-color: inherit;
  }
  .xl\:grid-line-xy-inherit[class*="grid-line-xy-"] > :after {
    border-right-color: inherit;
  }
  .xl\:grid-line-x-current[class*="grid-line-x-"] > :before {
    border-bottom-color: currentColor;
  }
  .xl\:grid-line-y-current[class*="grid-line-y-"] > :after {
    border-right-color: currentColor;
  }
  .xl\:grid-line-xy-current[class*="grid-line-xy-"] > :before {
    border-bottom-color: currentColor;
  }
  .xl\:grid-line-xy-current[class*="grid-line-xy-"] > :after {
    border-right-color: currentColor;
  }
  .xl\:grid-line-x-transparent[class*="grid-line-x-"] > :before {
    border-bottom-color: transparent;
  }
  .xl\:grid-line-y-transparent[class*="grid-line-y-"] > :after {
    border-right-color: transparent;
  }
  .xl\:grid-line-xy-transparent[class*="grid-line-xy-"] > :before {
    border-bottom-color: transparent;
  }
  .xl\:grid-line-xy-transparent[class*="grid-line-xy-"] > :after {
    border-right-color: transparent;
  }
  .xl\:grid-line-x-black[class*="grid-line-x-"] > :before {
    border-bottom-color: #000;
  }
  .xl\:grid-line-y-black[class*="grid-line-y-"] > :after {
    border-right-color: #000;
  }
  .xl\:grid-line-xy-black[class*="grid-line-xy-"] > :before {
    border-bottom-color: #000;
  }
  .xl\:grid-line-xy-black[class*="grid-line-xy-"] > :after {
    border-right-color: #000;
  }
  .xl\:grid-line-x-white[class*="grid-line-x-"] > :before {
    border-bottom-color: #fff;
  }
  .xl\:grid-line-y-white[class*="grid-line-y-"] > :after {
    border-right-color: #fff;
  }
  .xl\:grid-line-xy-white[class*="grid-line-xy-"] > :before {
    border-bottom-color: #fff;
  }
  .xl\:grid-line-xy-white[class*="grid-line-xy-"] > :after {
    border-right-color: #fff;
  }
  .xl\:grid-line-x-slate[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-slate[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-slate[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-slate[class*="grid-line-y-"] > :after border-right-color {
    50: #f8fafc;
    100: #f1f5f9;
    200: #e2e8f0;
    300: #cbd5e1;
    400: #94a3b8;
    500: #64748b;
    600: #475569;
    700: #334155;
    800: #1e293b;
    900: #0f172a;
  }
  .xl\:grid-line-x-gray[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-gray[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-gray[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-gray[class*="grid-line-y-"] > :after border-right-color {
    50: #f9fafb;
    100: #f3f4f6;
    200: #e5e7eb;
    300: #d1d5db;
    400: #9ca3af;
    500: #6b7280;
    600: #4b5563;
    700: #374151;
    800: #1f2937;
    900: #111827;
  }
  .xl\:grid-line-x-zinc[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-zinc[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-zinc[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-zinc[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f4f4f5;
    200: #e4e4e7;
    300: #d4d4d8;
    400: #a1a1aa;
    500: #71717a;
    600: #52525b;
    700: #3f3f46;
    800: #27272a;
    900: #18181b;
  }
  .xl\:grid-line-x-neutral[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-neutral[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-neutral[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xl\:grid-line-y-neutral[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f5f5f5;
    200: #e5e5e5;
    300: #d4d4d4;
    400: #a3a3a3;
    500: #737373;
    600: #525252;
    700: #404040;
    800: #262626;
    900: #171717;
  }
  .xl\:grid-line-x-stone[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-stone[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-stone[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-stone[class*="grid-line-y-"] > :after border-right-color {
    50: #fafaf9;
    100: #f5f5f4;
    200: #e7e5e4;
    300: #d6d3d1;
    400: #a8a29e;
    500: #78716c;
    600: #57534e;
    700: #44403c;
    800: #292524;
    900: #1c1917;
  }
  .xl\:grid-line-x-red[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-red[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-red[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-red[class*="grid-line-y-"] > :after border-right-color {
    50: #fef2f2;
    100: #fee2e2;
    200: #fecaca;
    300: #fca5a5;
    400: #f87171;
    500: #ef4444;
    600: #dc2626;
    700: #b91c1c;
    800: #991b1b;
    900: #7f1d1d;
  }
  .xl\:grid-line-x-orange[class*="grid-line-x-"] > :before {
    border-bottom-color: #ff7115;
  }
  .xl\:grid-line-y-orange[class*="grid-line-y-"] > :after {
    border-right-color: #ff7115;
  }
  .xl\:grid-line-xy-orange[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ff7115;
  }
  .xl\:grid-line-xy-orange[class*="grid-line-xy-"] > :after {
    border-right-color: #ff7115;
  }
  .xl\:grid-line-x-amber[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-amber[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-amber[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-amber[class*="grid-line-y-"] > :after border-right-color {
    50: #fffbeb;
    100: #fef3c7;
    200: #fde68a;
    300: #fcd34d;
    400: #fbbf24;
    500: #f59e0b;
    600: #d97706;
    700: #b45309;
    800: #92400e;
    900: #78350f;
  }
  .xl\:grid-line-x-yellow[class*="grid-line-x-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .xl\:grid-line-y-yellow[class*="grid-line-y-"] > :after {
    border-right-color: #ffcf00;
  }
  .xl\:grid-line-xy-yellow[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .xl\:grid-line-xy-yellow[class*="grid-line-xy-"] > :after {
    border-right-color: #ffcf00;
  }
  .xl\:grid-line-x-lime[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-lime[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-lime[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-lime[class*="grid-line-y-"] > :after border-right-color {
    50: #f7fee7;
    100: #ecfccb;
    200: #d9f99d;
    300: #bef264;
    400: #a3e635;
    500: #84cc16;
    600: #65a30d;
    700: #4d7c0f;
    800: #3f6212;
    900: #365314;
  }
  .xl\:grid-line-x-green[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-green[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-green[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-green[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdf4;
    100: #dcfce7;
    200: #bbf7d0;
    300: #86efac;
    400: #4ade80;
    500: #22c55e;
    600: #16a34a;
    700: #15803d;
    800: #166534;
    900: #14532d;
  }
  .xl\:grid-line-x-emerald[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-emerald[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-emerald[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xl\:grid-line-y-emerald[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfdf5;
    100: #d1fae5;
    200: #a7f3d0;
    300: #6ee7b7;
    400: #34d399;
    500: #10b981;
    600: #059669;
    700: #047857;
    800: #065f46;
    900: #064e3b;
  }
  .xl\:grid-line-x-teal[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-teal[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-teal[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-teal[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdfa;
    100: #ccfbf1;
    200: #99f6e4;
    300: #5eead4;
    400: #2dd4bf;
    500: #14b8a6;
    600: #0d9488;
    700: #0f766e;
    800: #115e59;
    900: #134e4a;
  }
  .xl\:grid-line-x-cyan[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-cyan[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-cyan[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-cyan[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfeff;
    100: #cffafe;
    200: #a5f3fc;
    300: #67e8f9;
    400: #22d3ee;
    500: #06b6d4;
    600: #0891b2;
    700: #0e7490;
    800: #155e75;
    900: #164e63;
  }
  .xl\:grid-line-x-sky[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-sky[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-sky[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-sky[class*="grid-line-y-"] > :after border-right-color {
    50: #f0f9ff;
    100: #e0f2fe;
    200: #bae6fd;
    300: #7dd3fc;
    400: #38bdf8;
    500: #0ea5e9;
    600: #0284c7;
    700: #0369a1;
    800: #075985;
    900: #0c4a6e;
  }
  .xl\:grid-line-x-blue[class*="grid-line-x-"] > :before {
    border-bottom-color: #0741cb;
  }
  .xl\:grid-line-y-blue[class*="grid-line-y-"] > :after {
    border-right-color: #0741cb;
  }
  .xl\:grid-line-xy-blue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #0741cb;
  }
  .xl\:grid-line-xy-blue[class*="grid-line-xy-"] > :after {
    border-right-color: #0741cb;
  }
  .xl\:grid-line-x-indigo[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-indigo[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-indigo[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xl\:grid-line-y-indigo[class*="grid-line-y-"] > :after border-right-color {
    50: #eef2ff;
    100: #e0e7ff;
    200: #c7d2fe;
    300: #a5b4fc;
    400: #818cf8;
    500: #6366f1;
    600: #4f46e5;
    700: #4338ca;
    800: #3730a3;
    900: #312e81;
  }
  .xl\:grid-line-x-violet[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-violet[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-violet[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xl\:grid-line-y-violet[class*="grid-line-y-"] > :after border-right-color {
    50: #f5f3ff;
    100: #ede9fe;
    200: #ddd6fe;
    300: #c4b5fd;
    400: #a78bfa;
    500: #8b5cf6;
    600: #7c3aed;
    700: #6d28d9;
    800: #5b21b6;
    900: #4c1d95;
  }
  .xl\:grid-line-x-purple[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-purple[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-purple[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xl\:grid-line-y-purple[class*="grid-line-y-"] > :after border-right-color {
    50: #faf5ff;
    100: #f3e8ff;
    200: #e9d5ff;
    300: #d8b4fe;
    400: #c084fc;
    500: #a855f7;
    600: #9333ea;
    700: #7e22ce;
    800: #6b21a8;
    900: #581c87;
  }
  .xl\:grid-line-x-fuchsia[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-fuchsia[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-fuchsia[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xl\:grid-line-y-fuchsia[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf4ff;
    100: #fae8ff;
    200: #f5d0fe;
    300: #f0abfc;
    400: #e879f9;
    500: #d946ef;
    600: #c026d3;
    700: #a21caf;
    800: #86198f;
    900: #701a75;
  }
  .xl\:grid-line-x-pink[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-pink[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-pink[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-pink[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf2f8;
    100: #fce7f3;
    200: #fbcfe8;
    300: #f9a8d4;
    400: #f472b6;
    500: #ec4899;
    600: #db2777;
    700: #be185d;
    800: #9d174d;
    900: #831843;
  }
  .xl\:grid-line-x-rose[class*="grid-line-x-"] > :before border-bottom-color,
  .xl\:grid-line-xy-rose[class*="grid-line-xy-"] > :after border-right-color,
  .xl\:grid-line-xy-rose[class*="grid-line-xy-"] > :before border-bottom-color,
  .xl\:grid-line-y-rose[class*="grid-line-y-"] > :after border-right-color {
    50: #fff1f2;
    100: #ffe4e6;
    200: #fecdd3;
    300: #fda4af;
    400: #fb7185;
    500: #f43f5e;
    600: #e11d48;
    700: #be123c;
    800: #9f1239;
    900: #881337;
  }
  .xl\:grid-line-x-lightBlue[class*="grid-line-x-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .xl\:grid-line-y-lightBlue[class*="grid-line-y-"] > :after {
    border-right-color: #5ebce1;
  }
  .xl\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .xl\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :after {
    border-right-color: #5ebce1;
  }
  .xl\:grid-line-x-lightGray[class*="grid-line-x-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .xl\:grid-line-y-lightGray[class*="grid-line-y-"] > :after {
    border-right-color: #ebf1f4;
  }
  .xl\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .xl\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :after {
    border-right-color: #ebf1f4;
  }
  .xl\:grid-line-x-navy[class*="grid-line-x-"] > :before {
    border-bottom-color: #021f4b;
  }
  .xl\:grid-line-y-navy[class*="grid-line-y-"] > :after {
    border-right-color: #021f4b;
  }
  .xl\:grid-line-xy-navy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #021f4b;
  }
  .xl\:grid-line-xy-navy[class*="grid-line-xy-"] > :after {
    border-right-color: #021f4b;
  }
  .xl\:grid-line-x-darkNavy[class*="grid-line-x-"] > :before {
    border-bottom-color: #00183c;
  }
  .xl\:grid-line-y-darkNavy[class*="grid-line-y-"] > :after {
    border-right-color: #00183c;
  }
  .xl\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #00183c;
  }
  .xl\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :after {
    border-right-color: #00183c;
  }
  .xl\:grid-line-x-DEFAULT[class*="grid-line-x-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .xl\:grid-line-y-DEFAULT[class*="grid-line-y-"] > :after {
    border-right-color: #e5e7eb;
  }
  .xl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .xl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :after {
    border-right-color: #e5e7eb;
  }
  .xl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
    left: 0;
    right: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
    right: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1):before,
  .xl\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1)
    ~ :before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .xl\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
    left: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
    right: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):before,
  .xl\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ :before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 3):after {
    border-right-width: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 3):after {
    top: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):after,
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ li:after {
    bottom: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .xl\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-5[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 1):before {
    left: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 5):before {
    right: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):before,
  .xl\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ :before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 5):after {
    border-right-width: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 5):after {
    top: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):after,
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ li:after {
    bottom: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-6[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 1):before {
    left: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 6):before {
    right: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):before,
  .xl\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ :before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 6):after {
    border-right-width: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 6):after {
    top: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):after,
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ li:after {
    bottom: 0;
  }
}
@media (min-width: 1920px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > :after,
  [class*="grid-line-"] > :before {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .xxl\:grid-line-x > :before {
    left: 0;
    right: 0;
  }
  .xxl\:grid-line-x > :before,
  .xxl\:grid-line-xfull > :before {
    content: attr(👻);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xxl\:grid-line-xfull > :before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-line-x-0 > :before {
    content: none;
  }
  .xxl\:grid-line-y > :after {
    top: 0;
  }
  .xxl\:grid-line-y > :after,
  .xxl\:grid-line-yfull > :after {
    content: attr(👻);
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xxl\:grid-line-yfull > :after {
    top: calc(var(--inner-gutter) / -1);
  }
  .xxl\:grid-line-yfull[class*="grid-line-x"] > :after {
    left: 0;
    right: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
  }
  .xxl\:grid-line-y-0 > :after {
    content: none;
  }
  .xxl\:grid-line-x-0[class*="grid-line-x-"] > :before {
    bottom: 0;
  }
  .xxl\:grid-line-x-0[class*="grid-line-yfull"] > :after {
    top: 0;
    bottom: 0;
  }
  .xxl\:grid-line-x-1[class*="grid-line-x-"] > :before {
    bottom: -0.25rem;
  }
  .xxl\:grid-line-x-1[class*="grid-line-yfull"] > :after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .xxl\:grid-line-x-2[class*="grid-line-x-"] > :before {
    bottom: -0.5rem;
  }
  .xxl\:grid-line-x-2[class*="grid-line-yfull"] > :after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .xxl\:grid-line-x-3[class*="grid-line-x-"] > :before {
    bottom: -0.75rem;
  }
  .xxl\:grid-line-x-3[class*="grid-line-yfull"] > :after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .xxl\:grid-line-x-4[class*="grid-line-x-"] > :before {
    bottom: -1rem;
  }
  .xxl\:grid-line-x-4[class*="grid-line-yfull"] > :after {
    top: -1rem;
    bottom: -1rem;
  }
  .xxl\:grid-line-x-5[class*="grid-line-x-"] > :before {
    bottom: -1.25rem;
  }
  .xxl\:grid-line-x-5[class*="grid-line-yfull"] > :after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .xxl\:grid-line-x-6[class*="grid-line-x-"] > :before {
    bottom: -1.5rem;
  }
  .xxl\:grid-line-x-6[class*="grid-line-yfull"] > :after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .xxl\:grid-line-x-7[class*="grid-line-x-"] > :before {
    bottom: -1.75rem;
  }
  .xxl\:grid-line-x-7[class*="grid-line-yfull"] > :after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .xxl\:grid-line-x-8[class*="grid-line-x-"] > :before {
    bottom: -2rem;
  }
  .xxl\:grid-line-x-8[class*="grid-line-yfull"] > :after {
    top: -2rem;
    bottom: -2rem;
  }
  .xxl\:grid-line-x-9[class*="grid-line-x-"] > :before {
    bottom: -2.25rem;
  }
  .xxl\:grid-line-x-9[class*="grid-line-yfull"] > :after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .xxl\:grid-line-x-10[class*="grid-line-x-"] > :before {
    bottom: -2.5rem;
  }
  .xxl\:grid-line-x-10[class*="grid-line-yfull"] > :after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .xxl\:grid-line-x-11[class*="grid-line-x-"] > :before {
    bottom: -2.75rem;
  }
  .xxl\:grid-line-x-11[class*="grid-line-yfull"] > :after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .xxl\:grid-line-x-12[class*="grid-line-x-"] > :before {
    bottom: -3rem;
  }
  .xxl\:grid-line-x-12[class*="grid-line-yfull"] > :after {
    top: -3rem;
    bottom: -3rem;
  }
  .xxl\:grid-line-x-14[class*="grid-line-x-"] > :before {
    bottom: -3.5rem;
  }
  .xxl\:grid-line-x-14[class*="grid-line-yfull"] > :after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .xxl\:grid-line-x-16[class*="grid-line-x-"] > :before {
    bottom: -4rem;
  }
  .xxl\:grid-line-x-16[class*="grid-line-yfull"] > :after {
    top: -4rem;
    bottom: -4rem;
  }
  .xxl\:grid-line-x-20[class*="grid-line-x-"] > :before {
    bottom: -5rem;
  }
  .xxl\:grid-line-x-20[class*="grid-line-yfull"] > :after {
    top: -5rem;
    bottom: -5rem;
  }
  .xxl\:grid-line-x-24[class*="grid-line-x-"] > :before {
    bottom: -6rem;
  }
  .xxl\:grid-line-x-24[class*="grid-line-yfull"] > :after {
    top: -6rem;
    bottom: -6rem;
  }
  .xxl\:grid-line-x-28[class*="grid-line-x-"] > :before {
    bottom: -7rem;
  }
  .xxl\:grid-line-x-28[class*="grid-line-yfull"] > :after {
    top: -7rem;
    bottom: -7rem;
  }
  .xxl\:grid-line-x-32[class*="grid-line-x-"] > :before {
    bottom: -8rem;
  }
  .xxl\:grid-line-x-32[class*="grid-line-yfull"] > :after {
    top: -8rem;
    bottom: -8rem;
  }
  .xxl\:grid-line-x-36[class*="grid-line-x-"] > :before {
    bottom: -9rem;
  }
  .xxl\:grid-line-x-36[class*="grid-line-yfull"] > :after {
    top: -9rem;
    bottom: -9rem;
  }
  .xxl\:grid-line-x-40[class*="grid-line-x-"] > :before {
    bottom: -10rem;
  }
  .xxl\:grid-line-x-40[class*="grid-line-yfull"] > :after {
    top: -10rem;
    bottom: -10rem;
  }
  .xxl\:grid-line-x-44[class*="grid-line-x-"] > :before {
    bottom: -11rem;
  }
  .xxl\:grid-line-x-44[class*="grid-line-yfull"] > :after {
    top: -11rem;
    bottom: -11rem;
  }
  .xxl\:grid-line-x-48[class*="grid-line-x-"] > :before {
    bottom: -12rem;
  }
  .xxl\:grid-line-x-48[class*="grid-line-yfull"] > :after {
    top: -12rem;
    bottom: -12rem;
  }
  .xxl\:grid-line-x-52[class*="grid-line-x-"] > :before {
    bottom: -13rem;
  }
  .xxl\:grid-line-x-52[class*="grid-line-yfull"] > :after {
    top: -13rem;
    bottom: -13rem;
  }
  .xxl\:grid-line-x-56[class*="grid-line-x-"] > :before {
    bottom: -14rem;
  }
  .xxl\:grid-line-x-56[class*="grid-line-yfull"] > :after {
    top: -14rem;
    bottom: -14rem;
  }
  .xxl\:grid-line-x-60[class*="grid-line-x-"] > :before {
    bottom: -15rem;
  }
  .xxl\:grid-line-x-60[class*="grid-line-yfull"] > :after {
    top: -15rem;
    bottom: -15rem;
  }
  .xxl\:grid-line-x-64[class*="grid-line-x-"] > :before {
    bottom: -16rem;
  }
  .xxl\:grid-line-x-64[class*="grid-line-yfull"] > :after {
    top: -16rem;
    bottom: -16rem;
  }
  .xxl\:grid-line-x-72[class*="grid-line-x-"] > :before {
    bottom: -18rem;
  }
  .xxl\:grid-line-x-72[class*="grid-line-yfull"] > :after {
    top: -18rem;
    bottom: -18rem;
  }
  .xxl\:grid-line-x-80[class*="grid-line-x-"] > :before {
    bottom: -20rem;
  }
  .xxl\:grid-line-x-80[class*="grid-line-yfull"] > :after {
    top: -20rem;
    bottom: -20rem;
  }
  .xxl\:grid-line-x-96[class*="grid-line-x-"] > :before {
    bottom: -24rem;
  }
  .xxl\:grid-line-x-96[class*="grid-line-yfull"] > :after {
    top: -24rem;
    bottom: -24rem;
  }
  .xxl\:grid-line-x-px[class*="grid-line-x-"] > :before {
    bottom: -1px;
  }
  .xxl\:grid-line-x-px[class*="grid-line-yfull"] > :after {
    top: -1px;
    bottom: -1px;
  }
  .xxl\:grid-line-x-0.5[class*="grid-line-x-"] > :before {
    bottom: -0.125rem;
  }
  .xxl\:grid-line-x-0.5[class*="grid-line-yfull"] > :after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .xxl\:grid-line-x-1.5[class*="grid-line-x-"] > :before {
    bottom: -0.375rem;
  }
  .xxl\:grid-line-x-1.5[class*="grid-line-yfull"] > :after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .xxl\:grid-line-x-2.5[class*="grid-line-x-"] > :before {
    bottom: -0.625rem;
  }
  .xxl\:grid-line-x-2.5[class*="grid-line-yfull"] > :after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .xxl\:grid-line-x-3.5[class*="grid-line-x-"] > :before {
    bottom: -0.875rem;
  }
  .xxl\:grid-line-x-3.5[class*="grid-line-yfull"] > :after {
    top: -0.875rem;
    bottom: -0.875rem;
  }
  .xxl\:grid-line-x-inherit[class*="grid-line-x-"] > :before {
    border-bottom-color: inherit;
  }
  .xxl\:grid-line-y-inherit[class*="grid-line-y-"] > :after {
    border-right-color: inherit;
  }
  .xxl\:grid-line-xy-inherit[class*="grid-line-xy-"] > :before {
    border-bottom-color: inherit;
  }
  .xxl\:grid-line-xy-inherit[class*="grid-line-xy-"] > :after {
    border-right-color: inherit;
  }
  .xxl\:grid-line-x-current[class*="grid-line-x-"] > :before {
    border-bottom-color: currentColor;
  }
  .xxl\:grid-line-y-current[class*="grid-line-y-"] > :after {
    border-right-color: currentColor;
  }
  .xxl\:grid-line-xy-current[class*="grid-line-xy-"] > :before {
    border-bottom-color: currentColor;
  }
  .xxl\:grid-line-xy-current[class*="grid-line-xy-"] > :after {
    border-right-color: currentColor;
  }
  .xxl\:grid-line-x-transparent[class*="grid-line-x-"] > :before {
    border-bottom-color: transparent;
  }
  .xxl\:grid-line-y-transparent[class*="grid-line-y-"] > :after {
    border-right-color: transparent;
  }
  .xxl\:grid-line-xy-transparent[class*="grid-line-xy-"] > :before {
    border-bottom-color: transparent;
  }
  .xxl\:grid-line-xy-transparent[class*="grid-line-xy-"] > :after {
    border-right-color: transparent;
  }
  .xxl\:grid-line-x-black[class*="grid-line-x-"] > :before {
    border-bottom-color: #000;
  }
  .xxl\:grid-line-y-black[class*="grid-line-y-"] > :after {
    border-right-color: #000;
  }
  .xxl\:grid-line-xy-black[class*="grid-line-xy-"] > :before {
    border-bottom-color: #000;
  }
  .xxl\:grid-line-xy-black[class*="grid-line-xy-"] > :after {
    border-right-color: #000;
  }
  .xxl\:grid-line-x-white[class*="grid-line-x-"] > :before {
    border-bottom-color: #fff;
  }
  .xxl\:grid-line-y-white[class*="grid-line-y-"] > :after {
    border-right-color: #fff;
  }
  .xxl\:grid-line-xy-white[class*="grid-line-xy-"] > :before {
    border-bottom-color: #fff;
  }
  .xxl\:grid-line-xy-white[class*="grid-line-xy-"] > :after {
    border-right-color: #fff;
  }
  .xxl\:grid-line-x-slate[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-slate[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-slate[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-slate[class*="grid-line-y-"] > :after border-right-color {
    50: #f8fafc;
    100: #f1f5f9;
    200: #e2e8f0;
    300: #cbd5e1;
    400: #94a3b8;
    500: #64748b;
    600: #475569;
    700: #334155;
    800: #1e293b;
    900: #0f172a;
  }
  .xxl\:grid-line-x-gray[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-gray[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-gray[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-gray[class*="grid-line-y-"] > :after border-right-color {
    50: #f9fafb;
    100: #f3f4f6;
    200: #e5e7eb;
    300: #d1d5db;
    400: #9ca3af;
    500: #6b7280;
    600: #4b5563;
    700: #374151;
    800: #1f2937;
    900: #111827;
  }
  .xxl\:grid-line-x-zinc[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-zinc[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-zinc[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-zinc[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f4f4f5;
    200: #e4e4e7;
    300: #d4d4d8;
    400: #a1a1aa;
    500: #71717a;
    600: #52525b;
    700: #3f3f46;
    800: #27272a;
    900: #18181b;
  }
  .xxl\:grid-line-x-neutral[class*="grid-line-x-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-xy-neutral[class*="grid-line-xy-"]
    > :after
    border-right-color,
  .xxl\:grid-line-xy-neutral[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-neutral[class*="grid-line-y-"] > :after border-right-color {
    50: #fafafa;
    100: #f5f5f5;
    200: #e5e5e5;
    300: #d4d4d4;
    400: #a3a3a3;
    500: #737373;
    600: #525252;
    700: #404040;
    800: #262626;
    900: #171717;
  }
  .xxl\:grid-line-x-stone[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-stone[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-stone[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-stone[class*="grid-line-y-"] > :after border-right-color {
    50: #fafaf9;
    100: #f5f5f4;
    200: #e7e5e4;
    300: #d6d3d1;
    400: #a8a29e;
    500: #78716c;
    600: #57534e;
    700: #44403c;
    800: #292524;
    900: #1c1917;
  }
  .xxl\:grid-line-x-red[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-red[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-red[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-red[class*="grid-line-y-"] > :after border-right-color {
    50: #fef2f2;
    100: #fee2e2;
    200: #fecaca;
    300: #fca5a5;
    400: #f87171;
    500: #ef4444;
    600: #dc2626;
    700: #b91c1c;
    800: #991b1b;
    900: #7f1d1d;
  }
  .xxl\:grid-line-x-orange[class*="grid-line-x-"] > :before {
    border-bottom-color: #ff7115;
  }
  .xxl\:grid-line-y-orange[class*="grid-line-y-"] > :after {
    border-right-color: #ff7115;
  }
  .xxl\:grid-line-xy-orange[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ff7115;
  }
  .xxl\:grid-line-xy-orange[class*="grid-line-xy-"] > :after {
    border-right-color: #ff7115;
  }
  .xxl\:grid-line-x-amber[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-amber[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-amber[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-amber[class*="grid-line-y-"] > :after border-right-color {
    50: #fffbeb;
    100: #fef3c7;
    200: #fde68a;
    300: #fcd34d;
    400: #fbbf24;
    500: #f59e0b;
    600: #d97706;
    700: #b45309;
    800: #92400e;
    900: #78350f;
  }
  .xxl\:grid-line-x-yellow[class*="grid-line-x-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .xxl\:grid-line-y-yellow[class*="grid-line-y-"] > :after {
    border-right-color: #ffcf00;
  }
  .xxl\:grid-line-xy-yellow[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ffcf00;
  }
  .xxl\:grid-line-xy-yellow[class*="grid-line-xy-"] > :after {
    border-right-color: #ffcf00;
  }
  .xxl\:grid-line-x-lime[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-lime[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-lime[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-lime[class*="grid-line-y-"] > :after border-right-color {
    50: #f7fee7;
    100: #ecfccb;
    200: #d9f99d;
    300: #bef264;
    400: #a3e635;
    500: #84cc16;
    600: #65a30d;
    700: #4d7c0f;
    800: #3f6212;
    900: #365314;
  }
  .xxl\:grid-line-x-green[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-green[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-green[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-green[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdf4;
    100: #dcfce7;
    200: #bbf7d0;
    300: #86efac;
    400: #4ade80;
    500: #22c55e;
    600: #16a34a;
    700: #15803d;
    800: #166534;
    900: #14532d;
  }
  .xxl\:grid-line-x-emerald[class*="grid-line-x-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-xy-emerald[class*="grid-line-xy-"]
    > :after
    border-right-color,
  .xxl\:grid-line-xy-emerald[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-emerald[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfdf5;
    100: #d1fae5;
    200: #a7f3d0;
    300: #6ee7b7;
    400: #34d399;
    500: #10b981;
    600: #059669;
    700: #047857;
    800: #065f46;
    900: #064e3b;
  }
  .xxl\:grid-line-x-teal[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-teal[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-teal[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-teal[class*="grid-line-y-"] > :after border-right-color {
    50: #f0fdfa;
    100: #ccfbf1;
    200: #99f6e4;
    300: #5eead4;
    400: #2dd4bf;
    500: #14b8a6;
    600: #0d9488;
    700: #0f766e;
    800: #115e59;
    900: #134e4a;
  }
  .xxl\:grid-line-x-cyan[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-cyan[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-cyan[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-cyan[class*="grid-line-y-"] > :after border-right-color {
    50: #ecfeff;
    100: #cffafe;
    200: #a5f3fc;
    300: #67e8f9;
    400: #22d3ee;
    500: #06b6d4;
    600: #0891b2;
    700: #0e7490;
    800: #155e75;
    900: #164e63;
  }
  .xxl\:grid-line-x-sky[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-sky[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-sky[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-sky[class*="grid-line-y-"] > :after border-right-color {
    50: #f0f9ff;
    100: #e0f2fe;
    200: #bae6fd;
    300: #7dd3fc;
    400: #38bdf8;
    500: #0ea5e9;
    600: #0284c7;
    700: #0369a1;
    800: #075985;
    900: #0c4a6e;
  }
  .xxl\:grid-line-x-blue[class*="grid-line-x-"] > :before {
    border-bottom-color: #0741cb;
  }
  .xxl\:grid-line-y-blue[class*="grid-line-y-"] > :after {
    border-right-color: #0741cb;
  }
  .xxl\:grid-line-xy-blue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #0741cb;
  }
  .xxl\:grid-line-xy-blue[class*="grid-line-xy-"] > :after {
    border-right-color: #0741cb;
  }
  .xxl\:grid-line-x-indigo[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-indigo[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-indigo[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-indigo[class*="grid-line-y-"] > :after border-right-color {
    50: #eef2ff;
    100: #e0e7ff;
    200: #c7d2fe;
    300: #a5b4fc;
    400: #818cf8;
    500: #6366f1;
    600: #4f46e5;
    700: #4338ca;
    800: #3730a3;
    900: #312e81;
  }
  .xxl\:grid-line-x-violet[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-violet[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-violet[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-violet[class*="grid-line-y-"] > :after border-right-color {
    50: #f5f3ff;
    100: #ede9fe;
    200: #ddd6fe;
    300: #c4b5fd;
    400: #a78bfa;
    500: #8b5cf6;
    600: #7c3aed;
    700: #6d28d9;
    800: #5b21b6;
    900: #4c1d95;
  }
  .xxl\:grid-line-x-purple[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-purple[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-purple[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-purple[class*="grid-line-y-"] > :after border-right-color {
    50: #faf5ff;
    100: #f3e8ff;
    200: #e9d5ff;
    300: #d8b4fe;
    400: #c084fc;
    500: #a855f7;
    600: #9333ea;
    700: #7e22ce;
    800: #6b21a8;
    900: #581c87;
  }
  .xxl\:grid-line-x-fuchsia[class*="grid-line-x-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-xy-fuchsia[class*="grid-line-xy-"]
    > :after
    border-right-color,
  .xxl\:grid-line-xy-fuchsia[class*="grid-line-xy-"]
    > :before
    border-bottom-color,
  .xxl\:grid-line-y-fuchsia[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf4ff;
    100: #fae8ff;
    200: #f5d0fe;
    300: #f0abfc;
    400: #e879f9;
    500: #d946ef;
    600: #c026d3;
    700: #a21caf;
    800: #86198f;
    900: #701a75;
  }
  .xxl\:grid-line-x-pink[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-pink[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-pink[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-pink[class*="grid-line-y-"] > :after border-right-color {
    50: #fdf2f8;
    100: #fce7f3;
    200: #fbcfe8;
    300: #f9a8d4;
    400: #f472b6;
    500: #ec4899;
    600: #db2777;
    700: #be185d;
    800: #9d174d;
    900: #831843;
  }
  .xxl\:grid-line-x-rose[class*="grid-line-x-"] > :before border-bottom-color,
  .xxl\:grid-line-xy-rose[class*="grid-line-xy-"] > :after border-right-color,
  .xxl\:grid-line-xy-rose[class*="grid-line-xy-"] > :before border-bottom-color,
  .xxl\:grid-line-y-rose[class*="grid-line-y-"] > :after border-right-color {
    50: #fff1f2;
    100: #ffe4e6;
    200: #fecdd3;
    300: #fda4af;
    400: #fb7185;
    500: #f43f5e;
    600: #e11d48;
    700: #be123c;
    800: #9f1239;
    900: #881337;
  }
  .xxl\:grid-line-x-lightBlue[class*="grid-line-x-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .xxl\:grid-line-y-lightBlue[class*="grid-line-y-"] > :after {
    border-right-color: #5ebce1;
  }
  .xxl\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :before {
    border-bottom-color: #5ebce1;
  }
  .xxl\:grid-line-xy-lightBlue[class*="grid-line-xy-"] > :after {
    border-right-color: #5ebce1;
  }
  .xxl\:grid-line-x-lightGray[class*="grid-line-x-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .xxl\:grid-line-y-lightGray[class*="grid-line-y-"] > :after {
    border-right-color: #ebf1f4;
  }
  .xxl\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :before {
    border-bottom-color: #ebf1f4;
  }
  .xxl\:grid-line-xy-lightGray[class*="grid-line-xy-"] > :after {
    border-right-color: #ebf1f4;
  }
  .xxl\:grid-line-x-navy[class*="grid-line-x-"] > :before {
    border-bottom-color: #021f4b;
  }
  .xxl\:grid-line-y-navy[class*="grid-line-y-"] > :after {
    border-right-color: #021f4b;
  }
  .xxl\:grid-line-xy-navy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #021f4b;
  }
  .xxl\:grid-line-xy-navy[class*="grid-line-xy-"] > :after {
    border-right-color: #021f4b;
  }
  .xxl\:grid-line-x-darkNavy[class*="grid-line-x-"] > :before {
    border-bottom-color: #00183c;
  }
  .xxl\:grid-line-y-darkNavy[class*="grid-line-y-"] > :after {
    border-right-color: #00183c;
  }
  .xxl\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :before {
    border-bottom-color: #00183c;
  }
  .xxl\:grid-line-xy-darkNavy[class*="grid-line-xy-"] > :after {
    border-right-color: #00183c;
  }
  .xxl\:grid-line-x-DEFAULT[class*="grid-line-x-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .xxl\:grid-line-y-DEFAULT[class*="grid-line-y-"] > :after {
    border-right-color: #e5e7eb;
  }
  .xxl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :before {
    border-bottom-color: #e5e7eb;
  }
  .xxl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > :after {
    border-right-color: #e5e7eb;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
    left: 0;
    right: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
    right: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1):before,
  .xxl\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1)
    ~ :before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .xxl\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
    left: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
    right: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):before,
  .xxl\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ :before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 3):after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 3):after {
    top: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):after,
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ li:after {
    bottom: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .xxl\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-5[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 1):before {
    left: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 5):before {
    right: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):before,
  .xxl\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ :before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 5):after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 5):after {
    top: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):after,
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ li:after {
    bottom: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-6[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 1):before {
    left: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 6):before {
    right: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):before,
  .xxl\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ :before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 6):after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 6):after {
    top: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):after,
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ li:after {
    bottom: 0;
  }
}
.cols-container > .ml-0 {
  margin-left: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.-left-2 {
  left: -0.5rem;
}
.-left-\[45px\] {
  left: -45px;
}
.-right-4 {
  right: -1rem;
}
.-right-\[45px\] {
  right: -45px;
}
.-top-2 {
  top: -0.5rem;
}
.-top-24 {
  top: -6rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[72px\] {
  bottom: 72px;
}
.left-0 {
  left: 0;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-2\/4 {
  left: 50%;
}
.left-5 {
  left: 1.25rem;
}
.left-8 {
  left: 2rem;
}
.left-\[0px\] {
  left: 0;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[550px\] {
  left: 550px;
}
.left-\[7px\] {
  left: 7px;
}
.right-0 {
  right: 0;
}
.right-10 {
  right: 2.5rem;
}
.right-28 {
  right: 7rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-18\%\] {
  right: -18%;
}
.right-\[-20px\] {
  right: -20px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[18px\] {
  right: 18px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[24px\] {
  right: 24px;
}
.right-\[30px\] {
  right: 30px;
}
.right-\[8\%\] {
  right: 8%;
}
.top-0 {
  top: 0;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-16 {
  top: 4rem;
}
.top-28 {
  top: 7rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-\[-0\.08em\] {
  top: -0.08em;
}
.top-\[-1\.5px\] {
  top: -1.5px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-3px\] {
  top: -3px;
}
.top-\[-68px\] {
  top: -68px;
}
.top-\[0px\] {
  top: 0;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[180px\] {
  top: 180px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[230px\] {
  top: 230px;
}
.top-\[24px\] {
  top: 24px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[57\%\] {
  top: 57%;
}
.top-\[60\%\] {
  top: 60%;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-full {
  grid-column: 1/-1;
}
.float-right {
  float: right;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[120px\] {
  margin-top: 120px;
  margin-bottom: 120px;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-10vh\] {
  margin-bottom: -10vh;
}
.mb-\[-20px\] {
  margin-bottom: -20px;
}
.mb-\[-2px\] {
  margin-bottom: -2px;
}
.mb-\[-30vw\] {
  margin-bottom: -30vw;
}
.mb-\[-60vw\] {
  margin-bottom: -60vw;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-0 {
  margin-left: 0;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[-16px\] {
  margin-left: -16px;
}
.ml-\[-24px\] {
  margin-left: -24px;
}
.ml-\[14px\] {
  margin-left: 14px;
}
.ml-\[calc\(-0\.05\*\(1\.2\*var\(--window-width\)\)\)\] {
  margin-left: calc(-0.05 * (1.2 * var(--window-width)));
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-20px\] {
  margin-top: -20px;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[-45vw\] {
  margin-top: -45vw;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[30\%\] {
  margin-top: 30%;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[38px\] {
  margin-top: 38px;
}
.mt-\[42px\] {
  margin-top: 42px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[72px\] {
  margin-top: 72px;
}
.mt-\[77px\] {
  margin-top: 77px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
  text-align: center;
  font-size: 19px;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1228\/1668\] {
  aspect-ratio: 1228/1668;
}
.aspect-\[124\/116\] {
  aspect-ratio: 124/116;
}
.aspect-\[1258\/800\] {
  aspect-ratio: 1258/800;
}
.aspect-\[1288\/902\] {
  aspect-ratio: 1288/902;
}
.aspect-\[1668\/1668\] {
  aspect-ratio: 1668/1668;
}
.aspect-\[203\/200\] {
  aspect-ratio: 203/200;
}
.aspect-\[300\/202\] {
  aspect-ratio: 300/202;
}
.aspect-\[340\/210\] {
  aspect-ratio: 340/210;
}
.aspect-\[342\/464\] {
  aspect-ratio: 342/464;
}
.aspect-\[525\/627\] {
  aspect-ratio: 525/627;
}
.aspect-\[614\/834\] {
  aspect-ratio: 614/834;
}
.aspect-\[684\/930\] {
  aspect-ratio: 684/930;
}
.aspect-\[776\/1070\] {
  aspect-ratio: 776/1070;
}
.aspect-\[818\/885\] {
  aspect-ratio: 818/885;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.h-0 {
  height: 0;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-8 {
  height: 2rem;
}
.h-\[0\.1em\] {
  height: 0.1em;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[106px\] {
  height: 106px;
}
.h-\[10vh\] {
  height: 10vh;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[1350px\] {
  height: 1350px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[162px\] {
  height: 162px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.5px\] {
  height: 2.5px;
}
.h-\[200\%\] {
  height: 200%;
}
.h-\[203px\] {
  height: 203px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21\%\] {
  height: 21%;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[224px\] {
  height: 224px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[238px\] {
  height: 238px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[337px\] {
  height: 337px;
}
.h-\[344px\] {
  height: 344px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[52vh\] {
  height: 52vh;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[750px\] {
  height: 750px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[calc\(100\%\+1rem\)\] {
  height: calc(100% + 1rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[100\%\] {
  max-height: 100%;
}
.max-h-\[calc\(100vh_-_400px\)\] {
  max-height: calc(100vh - 400px);
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[100\%\] {
  min-height: 100%;
}
.min-h-\[1000px\] {
  min-height: 1000px;
}
.min-h-\[15vh\] {
  min-height: 15vh;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[610px\] {
  min-height: 610px;
}
.min-h-\[620px\] {
  min-height: 620px;
}
.min-h-\[750px\] {
  min-height: 750px;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[auto\] {
  min-height: auto;
}
.min-h-\[calc\(100vh-300px\)\] {
  min-height: calc(100vh - 300px);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2\/5 {
  width: 40%;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[126px\] {
  width: 126px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[130vw\] {
  width: 130vw;
}
.w-\[1350px\] {
  width: 1350px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[150vw\] {
  width: 150vw;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[162px\] {
  width: 162px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[224px\] {
  width: 224px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[268px\] {
  width: 268px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[309px\] {
  width: 309px;
}
.w-\[315px\] {
  width: 315px;
}
.w-\[33px\] {
  width: 33px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[744px\] {
  width: 744px;
}
.w-\[750px\] {
  width: 750px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[calc\(1\.2\*var\(--window-width\)\)\] {
  width: calc(1.2 * var(--window-width));
}
.w-\[calc\(100\%\+1rem\)\] {
  width: calc(100% + 1rem);
}
.w-\[calc\(100\%\+32px\)\] {
  width: calc(100% + 32px);
}
.w-\[calc\(100vw-64px\)\] {
  width: calc(100vw - 64px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0;
}
.min-w-\[150vw\] {
  min-width: 150vw;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[750px\] {
  min-width: 750px;
}
.min-w-\[800px\] {
  min-width: 800px;
}
.min-w-\[calc\(100\%\+18px\)\] {
  min-width: calc(100% + 18px);
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-0 {
  max-width: 0;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[1050px\] {
  max-width: 1050px;
}
.max-w-\[1060px\] {
  max-width: 1060px;
}
.max-w-\[109px\] {
  max-width: 109px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[132px\] {
  max-width: 132px;
}
.max-w-\[1480px\] {
  max-width: 1480px;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[234px\] {
  max-width: 234px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[304px\] {
  max-width: 304px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[373px\] {
  max-width: 373px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[522px\] {
  max-width: 522px;
}
.max-w-\[531px\] {
  max-width: 531px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[544px\] {
  max-width: 544px;
}
.max-w-\[54px\] {
  max-width: 54px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[830px\] {
  max-width: 830px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[950px\] {
  max-width: 950px;
}
.max-w-\[calc\(100\%-110px\)\] {
  max-width: calc(100% - 110px);
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-\[50\%\] {
  transform-origin: 50%;
}
.origin-\[50\%_-100px\] {
  transform-origin: 50% -100px;
}
.origin-\[50\%_calc\(100\%\+20px\)\] {
  transform-origin: 50% calc(100% + 20px);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-x-\[0\%\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[0\%\] {
  --tw-translate-x: -0%;
}
.-translate-x-\[30vw\] {
  --tw-translate-x: -30vw;
}
.-translate-x-\[30vw\],
.-translate-x-\[31vw\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[31vw\] {
  --tw-translate-x: -31vw;
}
.-translate-x-\[47\%\] {
  --tw-translate-x: -47%;
}
.-translate-x-\[47\%\],
.-translate-x-\[50\%\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
}
.-translate-x-full {
  --tw-translate-x: -100%;
}
.-translate-x-full,
.-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.-translate-y-\[30\%\] {
  --tw-translate-y: -30%;
}
.-translate-y-\[30\%\],
.-translate-y-\[calc\(100\%\+25px\)\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[calc\(100\%\+25px\)\] {
  --tw-translate-y: calc(calc(100% + 25px) * -1);
}
.-translate-y-\[calc\(100\%\+50px\)\] {
  --tw-translate-y: calc(calc(100% + 50px) * -1);
}
.-translate-y-\[calc\(100\%\+50px\)\],
.translate-x-\[calc\(-158px-100\%-16px\)\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[calc\(-158px-100\%-16px\)\] {
  --tw-translate-x: calc(-158px - 100% - 16px);
}
.translate-x-\[calc\(158px\+16px\)\] {
  --tw-translate-x: calc(158px + 16px);
}
.translate-x-\[calc\(158px\+16px\)\],
.translate-y-\[calc\(-100\%-10px\)\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[calc\(-100\%-10px\)\] {
  --tw-translate-y: calc(-100% - 10px);
}
.translate-y-\[calc\(-50\%\+10vw\)\] {
  --tw-translate-y: calc(-50% + 10vw);
}
.-rotate-90,
.translate-y-\[calc\(-50\%\+10vw\)\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-180,
.rotate-45 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.scale-100,
.scale-125 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}
.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
}
.scale-75,
.scale-95 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none {
  transform: none;
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.snap-always {
  scroll-snap-stop: always;
}
.scroll-px-\[24px\] {
  scroll-padding-left: 24px;
  scroll-padding-right: 24px;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.auto-cols-\[100\%\] {
  grid-auto-columns: 100%;
}
.auto-cols-\[1fr\] {
  grid-auto-columns: 1fr;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.auto-rows-\[1fr\] {
  grid-auto-rows: 1fr;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.gap-x-14 {
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-24 {
  row-gap: 6rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-32 {
  row-gap: 8rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[120px\] {
  row-gap: 120px;
}
.gap-y-\[18px\] {
  row-gap: 18px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.justify-self-start {
  justify-self: start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.875rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[var\(--currentRadius\)\] {
  border-radius: var(--currentRadius);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-br-\[54px\] {
  border-bottom-right-radius: 54px;
}
.rounded-br-\[80px\] {
  border-bottom-right-radius: 80px;
}
.rounded-tl-\[54px\] {
  border-top-left-radius: 54px;
}
.rounded-tl-\[80px\] {
  border-top-left-radius: 80px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[4px\] {
  border-width: 4px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
}
.border-b,
.border-y-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-solid {
  border-style: solid;
}
.\!border-transparent {
  border-color: transparent !important;
}
.border-\[5px_4\.5px_0_4\.5px\] {
  border-color: 5px 4.5px 0;
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  border-color: rgba(0, 0, 0, 0.6);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  border-color: hsla(0, 0%, 100%, 0.3);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  border-color: hsla(0, 0%, 100%, 0.8);
}
.border-\[var\(--darkNavy\)_transparent_transparent_transparent\] {
  border-color: var(--darkNavy) transparent transparent transparent;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(7 65 203 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 207 0 / var(--tw-border-opacity));
}
.border-b-\[\#CAD3DA\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(202 211 218 / var(--tw-border-opacity));
}
.\!bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 65 203 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#00183C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 60 / var(--tw-bg-opacity));
}
.bg-\[\#02193E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 25 62 / var(--tw-bg-opacity));
}
.bg-\[\#042457\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 36 87 / var(--tw-bg-opacity));
}
.bg-\[\#0741CB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 65 203 / var(--tw-bg-opacity));
}
.bg-\[\#114cb4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 76 180 / var(--tw-bg-opacity));
}
.bg-\[\#132043\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 32 67 / var(--tw-bg-opacity));
}
.bg-\[\#144cb7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 76 183 / var(--tw-bg-opacity));
}
.bg-\[\#1D68DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 104 223 / var(--tw-bg-opacity));
}
.bg-\[\#1F54D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 84 208 / var(--tw-bg-opacity));
}
.bg-\[\#3A83F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 131 248 / var(--tw-bg-opacity));
}
.bg-\[\#5EBCE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 188 225 / var(--tw-bg-opacity));
}
.bg-\[\#B8B6B6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 182 182 / var(--tw-bg-opacity));
}
.bg-\[\#BCBCBC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity));
}
.bg-\[\#D8D9DA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 217 218 / var(--tw-bg-opacity));
}
.bg-\[\#DAE2F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 226 247 / var(--tw-bg-opacity));
}
.bg-\[\#DBDFE4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 223 228 / var(--tw-bg-opacity));
}
.bg-\[\#E36731\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 103 49 / var(--tw-bg-opacity));
}
.bg-\[\#E7E7E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[\#FFE2D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 208 / var(--tw-bg-opacity));
}
.bg-\[\#d9e1e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 225 229 / var(--tw-bg-opacity));
}
.bg-\[\#dc8b21\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 139 33 / var(--tw-bg-opacity));
}
.bg-\[\#f2b12e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 177 46 / var(--tw-bg-opacity));
}
.bg-\[\#fea157\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 161 87 / var(--tw-bg-opacity));
}
.bg-\[\#ff8b23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 139 35 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.15\)\] {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(7 65 203 / var(--tw-bg-opacity));
}
.bg-darkNavy {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 60 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(94 188 225 / var(--tw-bg-opacity));
}
.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 244 / var(--tw-bg-opacity));
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(2 31 75 / var(--tw-bg-opacity));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 21 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 0 / var(--tw-bg-opacity));
}
.bg-\[linear-gradient\(180deg\2c \#00183C_0\%\2c \#00183C_74\.48\%\)\] {
  background-image: linear-gradient(180deg, #00183c, #00183c 74.48%);
}
.bg-\[linear-gradient\(180deg\2c \#30A0CC_0\%\2c \#0741CB_74\.48\%\)\] {
  background-image: linear-gradient(180deg, #30a0cc, #0741cb 74.48%);
}
.bg-\[linear-gradient\(180deg\2c \#FF7014_41\.75\%\2c \#FF920E_92\.49\%\)\] {
  background-image: linear-gradient(180deg, #ff7014 41.75%, #ff920e 92.49%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#00183C\] {
  --tw-gradient-from: #00183c;
  --tw-gradient-to: rgba(0, 24, 60, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#021f4c\] {
  --tw-gradient-from: #021f4c;
  --tw-gradient-to: rgba(2, 31, 76, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#042970\] {
  --tw-gradient-from: #042970;
  --tw-gradient-to: rgba(4, 41, 112, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F97535\] {
  --tw-gradient-from: #f97535;
  --tw-gradient-to: rgba(249, 117, 53, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(255\2c 113\2c 21\2c 0\)\] {
  --tw-gradient-from: rgba(255, 113, 21, 0);
  --tw-gradient-to: rgba(255, 113, 21, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(7\2c 65\2c 203\2c 0\)\] {
  --tw-gradient-from: rgba(7, 65, 203, 0);
  --tw-gradient-to: rgba(7, 65, 203, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(94\2c 188\2c 225\2c 0\)\] {
  --tw-gradient-from: rgba(94, 188, 225, 0);
  --tw-gradient-to: rgba(94, 188, 225, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue {
  --tw-gradient-from: #0741cb;
  --tw-gradient-to: rgba(7, 65, 203, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange {
  --tw-gradient-from: #ff7115;
  --tw-gradient-to: rgba(255, 113, 21, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#042970\] {
  --tw-gradient-to: #042970;
}
.to-\[\#0741CB\] {
  --tw-gradient-to: #0741cb;
}
.to-\[\#1E4B6F\] {
  --tw-gradient-to: #1e4b6f;
}
.to-\[\#FF920E\] {
  --tw-gradient-to: #ff920e;
}
.to-\[rgba\(7\2c 65\2c 203\2c 0\)\] {
  --tw-gradient-to: rgba(7, 65, 203, 0);
}
.to-blue {
  --tw-gradient-to: #0741cb;
}
.to-lightBlue {
  --tw-gradient-to: #5ebce1;
}
.to-navy {
  --tw-gradient-to: #021f4b;
}
.to-orange {
  --tw-gradient-to: #ff7115;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.fill-black {
  fill: #000;
}
.fill-blue {
  fill: #0741cb;
}
.fill-current {
  fill: currentColor;
}
.fill-emerald-400 {
  fill: #34d399;
}
.fill-gray-600 {
  fill: #4b5563;
}
.fill-orange {
  fill: #ff7115;
}
.fill-white {
  fill: #fff;
}
.fill-yellow {
  fill: #ffcf00;
}
.stroke-blue {
  stroke: #0741cb;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-\[var\(--currentInset\)\] {
  padding: var(--currentInset);
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[0\.32rem\] {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-52 {
  padding-bottom: 13rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[10vh\] {
  padding-bottom: 10vh;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[16vh\] {
  padding-bottom: 16vh;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pb-\[35vh\] {
  padding-bottom: 35vh;
}
.pb-\[51px\] {
  padding-bottom: 51px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[5vh\] {
  padding-bottom: 5vh;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[35px\] {
  padding-left: 35px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[10vh\] {
  padding-top: 10vh;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[16vh\] {
  padding-top: 16vh;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[35vh\] {
  padding-top: 35vh;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[5vh\] {
  padding-top: 5vh;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[65vw\] {
  padding-top: 65vw;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  /* font-family: degular, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji; */
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[100px\] {
  font-size: 100px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[86px\] {
  line-height: 86px;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.19em\] {
  letter-spacing: 0.19em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#00183C\] {
  --tw-text-opacity: 1;
  color: rgb(0 24 60 / var(--tw-text-opacity));
}
.text-\[\#01193D\] {
  --tw-text-opacity: 1;
  color: rgb(1 25 61 / var(--tw-text-opacity));
}
.text-\[\#0641CC\] {
  --tw-text-opacity: 1;
  color: rgb(6 65 204 / var(--tw-text-opacity));
}
.text-\[\#0741CB\] {
  --tw-text-opacity: 1;
  color: rgb(7 65 203 / var(--tw-text-opacity));
}
.text-\[\#0842CC\] {
  --tw-text-opacity: 1;
  color: rgb(8 66 204 / var(--tw-text-opacity));
}
.text-\[\#12a512\] {
  --tw-text-opacity: 1;
  color: rgb(18 165 18 / var(--tw-text-opacity));
}
.text-\[\#5EBCE1\] {
  --tw-text-opacity: 1;
  color: rgb(94 188 225 / var(--tw-text-opacity));
}
.text-\[\#68D1FB\] {
  --tw-text-opacity: 1;
  color: rgb(104 209 251 / var(--tw-text-opacity));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#B2B2B2\] {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity));
}
.text-\[\#B6B6B6\] {
  --tw-text-opacity: 1;
  color: rgb(182 182 182 / var(--tw-text-opacity));
}
.text-\[\#FF7014\] {
  --tw-text-opacity: 1;
  color: rgb(255 112 20 / var(--tw-text-opacity));
}
.text-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  color: rgba(0, 0, 0, 0.5);
}
.text-\[rgba\(0\2c 24\2c 60\2c 0\.6\)\] {
  color: rgba(0, 24, 60, 0.6);
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
  color: hsla(0, 0%, 100%, 0.6);
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\] {
  color: hsla(0, 0%, 100%, 0.7);
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.9\)\] {
  color: hsla(0, 0%, 100%, 0.9);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(7 65 203 / var(--tw-text-opacity));
}
.text-darkNavy {
  --tw-text-opacity: 1;
  color: rgb(0 24 60 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(94 188 225 / var(--tw-text-opacity));
}
.text-navy {
  --tw-text-opacity: 1;
  color: rgb(2 31 75 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 113 21 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 207 0 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.15\] {
  opacity: 0.15;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 4px 4px 2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 4px 4px 2px var(--tw-shadow-color);
}
.shadow,
.shadow-\[-4px_4px_2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[-4px_4px_2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: -4px 4px 2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: -4px 4px 2px var(--tw-shadow-color);
}
.shadow-\[0_20px_21px_\#0741CB17\] {
  --tw-shadow: 0 20px 21px #0741cb17;
  --tw-shadow-colored: 0 20px 21px var(--tw-shadow-color);
}
.shadow-\[0_20px_21px_\#0741CB17\],
.shadow-\[0_30px_21px_\#0741CB17\] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_21px_\#0741CB17\] {
  --tw-shadow: 0 30px 21px #0741cb17;
  --tw-shadow-colored: 0 30px 21px var(--tw-shadow-color);
}
.shadow-\[0px_0px_0px_0px_rgba\(7\2c 65\2c 203\2c 0\.15\)\] {
  --tw-shadow: 0px 0px 0px 0px rgba(7, 65, 203, 0.15);
  --tw-shadow-colored: 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_0px_4px_rgba\(7\2c 65\2c 203\2c 0\.15\)\] {
  --tw-shadow: 0px 0px 0px 4px rgba(7, 65, 203, 0.15);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
}
.shadow-\[0px_0px_0px_4px_rgba\(7\2c 65\2c 203\2c 0\.15\)\],
.shadow-lg {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: -6px 6px 2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: -6px 6px 2px var(--tw-shadow-color);
}
.shadow-md {
  --tw-shadow: -3px 4px 0px rgba(0, 0, 0, 0.07);
  --tw-shadow-colored: -3px 4px 0px var(--tw-shadow-color);
}
.shadow-md,
.shadow-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0 {
  outline-width: 0;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}
.backdrop-blur-md,
.backdrop-filter {
  -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,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-clip-path {
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.delay-\[0ms\] {
  transition-delay: 0ms;
}
.delay-\[250ms\] {
  transition-delay: 0.25s;
}
.delay-\[450ms\] {
  transition-delay: 0.45s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-700 {
  transition-duration: 0.7s;
}
.duration-\[800ms\] {
  transition-duration: 0.8s;
}
.ease-linear {
  transition-timing-function: linear;
}
[class*="keyline-"] {
  position: relative;
}
[class*="keyline-"]:before {
  content: attr(👻);
  position: absolute;
  z-index: 0;
  left: calc(var(--inner-gutter) / -2 - 1px);
  right: calc(var(--inner-gutter) / -2);
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  pointer-events: none;
}
[class*="keyline-0"]:before {
  border-right-color: transparent;
  border-left-color: transparent;
}
.ratio {
  --ratio: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.ratio:before {
  content: attr(👻);
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: var(--ratio);
}
.ratio > [class*="ratio-content"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-16x9 {
  --ratio: 56.25%;
}
.clip-path-inset-\[12px_round_30px\] {
  -webkit-clip-path: inset(12px round 30px);
  clip-path: inset(12px round 30px);
}
.clip-path-inset-\[24px_round_30px\] {
  -webkit-clip-path: inset(24px round 30px);
  clip-path: inset(24px round 30px);
}
.clip-path-polygon-\[0\%_0\%\2c _0\%_0\%\2c _0\%_100\%\2c _0\%_100\%\] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.clip-path-polygon-\[13\%_36\%\2c _90\%_36\%\2c _90\%_74\%\2c _13\%_74\%\] {
  -webkit-clip-path: polygon(13% 36%, 90% 36%, 90% 74%, 13% 74%);
  clip-path: polygon(13% 36%, 90% 36%, 90% 74%, 13% 74%);
}
.clip-path-polygon-\[18\%_33\%\2c _85\%_33\%\2c _85\%_74\%\2c _18\%_74\%\] {
  -webkit-clip-path: polygon(18% 33%, 85% 33%, 85% 74%, 18% 74%);
  clip-path: polygon(18% 33%, 85% 33%, 85% 74%, 18% 74%);
}
.clip-path-polygon-\[27\%_34\%\2c _77\%_34\%\2c _77\%_74\%\2c _27\%_74\%\] {
  -webkit-clip-path: polygon(27% 34%, 77% 34%, 77% 74%, 27% 74%);
  clip-path: polygon(27% 34%, 77% 34%, 77% 74%, 27% 74%);
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-2,
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
:hover,
a,
button,
div,
input,
label,
span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --benefitsFrameCount: 49;
  --benefitsFrameWidth: 780px;
  --mainShapeFrameCount: 49;
  --stairsFrameCount: 49;
  --calendarFrameCount: 49;
  --ringsFrameCount: 49;
}
.GenericGetHired {
  --frameWidth: 130px;
  --frameCount: 49;
  background-image: url(../images/spritesheets-stairs-optimized.png);
  background-size: auto var(--frameWidth);
}
@media (min-width: 744px) {
  .GenericGetHired {
    --frameWidth: 200px;
  }
}
.GenericNextHire {
  --frameWidth: 130px;
  --frameCount: 49;
  background-image: url(../images/spritesheets-main-shape-optimized.png);
  animation-duration: 2.04166667s;
  animation-timing-function: steps(var(--frameCount));
  animation-name: Animation;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  background-size: auto var(--frameWidth);
}
@media (min-width: 744px) {
  .GenericNextHire {
    --frameWidth: 200px;
  }
}
.WhyRevatureSection__getHired .Animation,
.WhyRevatureSection__hireTalent .Animation {
  --frameWidth: 150px;
  --frameCount: 49;
  animation-duration: 2.04166667s;
  animation-timing-function: steps(var(--frameCount));
  animation-name: Animation;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  background-size: auto var(--frameWidth);
}
@media (min-width: 1100px) {
  .WhyRevatureSection__getHired .Animation,
  .WhyRevatureSection__hireTalent .Animation {
    --frameWidth: 300px;
  }
}
.WhyRevatureSection__hireTalent .Animation {
  background-image: url(../images/spritesheets-main-shape-optimized.png);
}
@media (min-width: 744px) {
  .WhyRevatureSection__hireTalent .Animation {
    left: -32px;
    position: relative;
  }
}
.WhyRevatureSection__getHired .Animation {
  background-image: url(../images/spritesheets-stairs-optimized.png);
}
@media (min-width: 744px) {
  .WhyRevatureSection__getHired .Animation {
    left: -4px;
    position: relative;
  }
}
body,
html {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.job-description {
  font-family: var(--body);
  font-size: 1.25rem;
  line-height: 140%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 400;
}
.job-description b,
.job-description strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .job-description {
    font-size: 1.625rem;
    line-height: 144%;
  }
}
.job-description h1 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 110%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.job-description h1 b,
.job-description h1 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 744px) {
  .job-description h1 {
    font-size: 3.3125rem;
    line-height: 100%;
  }
}
.job-description h1 {
  margin-bottom: 2.5rem;
  margin-top: 3.5rem;
  color: #01193d;
  max-width: 600px;
}
.job-description ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
.job-description p + p {
  margin-top: 1.5em;
}
.job-description ul + p {
  margin-top: 3.5rem;
}
.job-description p b {
  font-weight: 700;
}
@media (min-width: 1100px) {
  .job-description h1 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .job-description h1 b,
  .job-description h1 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .job-description h1 {
      font-size: 2.875rem;
      line-height: 110%;
    }
  }
  .job-description h1 {
    margin-bottom: 3rem;
    margin-top: 5rem;
  }
}
.checkmark-list ul {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
}
.checkmark-list li {
  position: relative;
  padding-left: 32px;
}
@media (min-width: 1100px) {
  .checkmark-list li {
    padding-left: 40px;
  }
}
.checkmark-list li:before {
  content: "";
  background-image: url(../fonts/css-orange-list-checkmark.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
}
@media (min-width: 1100px) {
  .checkmark-list li:before {
    width: 24px;
    height: 24px;
    top: 6px;
  }
}
.f-body-small {
  --bold-weight: 500;
}
.card-hover-effect {
  transition: border 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.newsletter .wysiwyg {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 140%;
  --bold-weight: 400;
}
.newsletter .wysiwyg b,
.newsletter .wysiwyg strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .newsletter .wysiwyg {
    font-size: 1.25rem;
    line-height: 150%;
  }
}
.newsletter .wysiwyg {
  --bold-weight: 500;
  font-family: var(--sans);
}
.newsletter .wysiwyg p {
  margin-top: 1rem;
}
.newsletter .wysiwyg p:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .newsletter .wysiwyg p {
    margin-top: 2rem;
  }
}
.newsletter .wysiwyg ul {
  list-style: none;
  margin-top: 2rem;
}
.newsletter .wysiwyg li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 30px;
}
.newsletter .wysiwyg li:before {
  content: "";
  display: block;
  width: 24px;
  height: 19px;
  background-image: url(../fonts/css-li-arrow-bullet.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.wysiwyg {
  font-family: var(--body);
  font-size: 1.25rem;
  line-height: 140%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 400;
}
.wysiwyg b,
.wysiwyg strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .wysiwyg {
    font-size: 1.625rem;
    line-height: 144%;
  }
}
.wysiwyg h1 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 110%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.wysiwyg h1 b,
.wysiwyg h1 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 744px) {
  .wysiwyg h1 {
    font-size: 3.3125rem;
    line-height: 100%;
  }
}
.wysiwyg h1 {
  margin-top: 2rem;
}
@media (min-width: 1100px) {
  .wysiwyg h1 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 95%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .wysiwyg h1 b,
  .wysiwyg h1 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .wysiwyg h1 {
      font-size: 3.75rem;
      line-height: 90%;
    }
  }
}
.wysiwyg h1:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .wysiwyg h1 {
    margin-top: 4rem;
  }
}
.wysiwyg h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.wysiwyg h2 b,
.wysiwyg h2 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .wysiwyg h2 {
    font-size: 2.875rem;
    line-height: 110%;
  }
}
.wysiwyg h2 {
  margin-top: 1.5rem;
}
.wysiwyg h2:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .wysiwyg h2 {
    margin-top: 3rem;
  }
}
.wysiwyg h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 120%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bold-weight: 700;
}
.wysiwyg h3 b,
.wysiwyg h3 strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .wysiwyg h3 {
    font-size: 1.875rem;
    line-height: 120%;
  }
}
.wysiwyg h3 {
  margin-top: 1rem;
}
.wysiwyg h3:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .wysiwyg h3 {
    margin-top: 2.5rem;
  }
}
.wysiwyg p {
  margin-top: 1rem;
}
.wysiwyg p:first-child {
  margin-top: 0;
}
@media (min-width: 1100px) {
  .wysiwyg p {
    margin-top: 3rem;
  }
}
.wysiwyg ol,
.wysiwyg ul {
  margin-top: 1rem;
}
@media (min-width: 1100px) {
  .wysiwyg ol,
  .wysiwyg ul {
    margin-top: 3rem;
  }
}
.wysiwyg ol,
.wysiwyg ul {
  margin-left: 1em;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg blockquote {
  margin-top: 1rem;
  display: block;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(7 65 203 / var(--tw-border-opacity));
  padding-left: 1em;
  font-style: italic;
}
@media (min-width: 1100px) {
  .wysiwyg blockquote {
    margin-top: 3rem;
  }
}
.wysiwyg a {
  --tw-text-opacity: 1;
  color: rgb(7 65 203 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
@media (hover: hover) and (pointer: fine) {
  .wysiwyg a:hover {
    text-decoration-line: none;
  }
}
.blue .wysiwyg a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-color: rgba(0, 0, 0, 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 744px) {
  .wysiwyg hr {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.wysiwyg table {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 140%;
  --bold-weight: 400;
}
.wysiwyg table b,
.wysiwyg table strong {
  font-weight: var(--bold-weight);
}
@media (min-width: 1100px) {
  .wysiwyg table {
    font-size: 1.25rem;
    line-height: 150%;
  }
}
.wysiwyg table {
  text-align: left;
  --bold-weight: 500;
}
@media (min-width: 1100px) {
  .wysiwyg table {
    margin-left: calc(-1 * (var(--container-width) / var(--grid-columns)));
    width: calc(var(--container-width) - 2 * var(--outer-gutter));
    font-size: 16px;
  }
}
.wysiwyg table td,
.wysiwyg table th {
  padding: 1rem;
}
.wysiwyg table th {
  white-space: nowrap;
}
.wysiwyg code {
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.125rem 0.25rem;
  /* font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace; */
}
@keyframes Animation {
  to {
    background-position-x: calc(-1 * (var(--frameCount) * var(--frameWidth)));
  }
}
.NavEventsAnimation {
  background-image: url(../images/spritesheets-calendar-optimized.png);
}
.NavCompanyAnimation,
.NavEventsAnimation {
  --frameWidth: 224px;
  --frameCount: 49;
  animation-duration: 2.04166667s;
  animation-timing-function: steps(var(--frameCount));
  animation-name: Animation;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  background-size: auto var(--frameWidth);
}
.NavCompanyAnimation {
  background-image: url(../images/spritesheets-rings-optimized.png);
}
.NavGetHiredAnimation {
  background-image: url(../images/spritesheets-stairs-optimized.png);
}
.NavGetHiredAnimation,
.NavHireTalentAnimation {
  --frameWidth: 224px;
  --frameCount: 49;
  animation-duration: 2.04166667s;
  animation-timing-function: steps(var(--frameCount));
  animation-name: Animation;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  background-size: auto var(--frameWidth);
}
.NavHireTalentAnimation {
  background-image: url(../images/spritesheets-main-shape-optimized.png);
}
.NavHireTalentStaticIcon {
  background-image: url(../fonts/nav-Build_your_Tech_Team_Icon.svg);
}
.NavGetHiredStaticIcon {
  background-image: url(../fonts/nav-Get_Hired_Icon.svg);
}
.NavCompanyStaticIcon {
  background-image: url(../fonts/nav-Our_Story_Icon.svg);
}
.NavEventsStaticIcon {
  background-image: url(../fonts/nav-Resources_Icon.svg);
}
.BenefitsBlockAnimation {
  --frameWidth: 780px;
  --frameCount: 48;
  background-image: url(../images/spritesheets-blocks.png);
  animation-timing-function: steps(var(--frameCount));
  animation-name: Animation;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  background-size: 38220px 780px;
}
.BenefitsBlockAnimation,
.HomeTileAnimation {
  animation-duration: 2.04166667s;
  will-change: background;
}
.HomeTileAnimation {
  --frameWidth: 1350px;
  --frameCount: 48;
  background-image: url(../images/spritesheets-home-smaller.png);
  animation-timing-function: steps(var(--frameCount));
  animation-name: Animation;
  animation-fill-mode: forwards;
}
.HomeTileAnimation,
.PathAnimation {
  background-size: auto var(--frameWidth);
}
.PathAnimation {
  --frameWidth: 100vw;
  --frameCount: 49;
  background-image: url(../images/spritesheets-path-optimized.png);
  animation-duration: 2.04166667s;
  animation-timing-function: steps(var(--frameCount));
  animation-name: Animation;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@media (min-width: 3360px) {
  .adjustHomeText {
    right: 50% !important;
  }
}
@media (min-width: 744px) {
  .md\:breakout-reset {
    --breakout-outer-gutter: var(--outer-gutter);
    --breakout-container-outer-gutter: 0;
    position: unset;
    left: unset;
    width: unset;
    margin-left: unset;
  }
  .md\:f-h1 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 3.625rem;
    line-height: 94%;
    letter-spacing: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .md\:f-h1 b,
  .md\:f-h1 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .md\:f-h1 {
      font-size: 6.25rem;
      line-height: 96%;
    }
  }
  .md\:f-h2 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 94%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .md\:f-h2 b,
  .md\:f-h2 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .md\:f-h2 {
      font-size: 5.75rem;
      line-height: 104%;
    }
  }
  .md\:f-h3 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 95%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .md\:f-h3 b,
  .md\:f-h3 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .md\:f-h3 {
      font-size: 3.75rem;
      line-height: 90%;
    }
  }
  .md\:f-h5 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .md\:f-h5 b,
  .md\:f-h5 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .md\:f-h5 {
      font-size: 2.875rem;
      line-height: 110%;
    }
  }
  .md\:f-eyebrow {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1rem;
    line-height: 130%;
    text-transform: uppercase;
    letter-spacing: 0.19em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .md\:f-eyebrow b,
  .md\:f-eyebrow strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .md\:f-eyebrow {
      font-size: 1.25rem;
    }
  }
}
@media (min-width: 1100px) {
  .lg\:container {
    width: calc(
      var(--container-width, 100%) -
        (
          2 *
            var(
              --breakout-container-outer-gutter,
              var(--container-outer-gutter, var(--outer-gutter, 0))
            )
        )
    );
    margin-right: auto;
    margin-left: auto;
  }
  .lg\:container > * {
    --container-outer-gutter: 0;
    --breakout-container-outer-gutter: 0;
  }
  .lg\:f-h1 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 3.625rem;
    line-height: 94%;
    letter-spacing: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .lg\:f-h1 b,
  .lg\:f-h1 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .lg\:f-h1 {
      font-size: 6.25rem;
      line-height: 96%;
    }
  }
  .lg\:f-h1-large {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 3.9375rem;
    line-height: 90%;
    letter-spacing: -0.01em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .lg\:f-h1-large b,
  .lg\:f-h1-large strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .lg\:f-h1-large {
      font-size: 8.75rem;
    }
  }
  .lg\:f-h2 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 94%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .lg\:f-h2 b,
  .lg\:f-h2 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .lg\:f-h2 {
      font-size: 5.75rem;
      line-height: 104%;
    }
  }
  .lg\:f-h3 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 95%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .lg\:f-h3 b,
  .lg\:f-h3 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .lg\:f-h3 {
      font-size: 3.75rem;
      line-height: 90%;
    }
  }
  .lg\:f-h4 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 110%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .lg\:f-h4 b,
  .lg\:f-h4 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 744px) {
    .lg\:f-h4 {
      font-size: 3.3125rem;
      line-height: 100%;
    }
  }
  .lg\:\!f-h5 {
    font-family: var(--sans) !important;
    font-weight: 700 !important;
    font-size: 1.875rem !important;
    line-height: 100% !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    --bold-weight: 700 !important;
  }
  .lg\:f-h5 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .lg\:\!f-h5 b,
  .lg\:\!f-h5 strong {
    font-weight: var(--bold-weight) !important;
  }
  .lg\:f-h5 b,
  .lg\:f-h5 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .lg\:\!f-h5 {
      font-size: 2.875rem !important;
      line-height: 110% !important;
    }
    .lg\:f-h5 {
      font-size: 2.875rem;
      line-height: 110%;
    }
  }
  .lg\:f-h6 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 120%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .lg\:f-h6 b,
  .lg\:f-h6 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .lg\:f-h6 {
      font-size: 1.875rem;
      line-height: 120%;
    }
  }
  .lg\:f-body-small {
    font-family: var(--body);
    font-size: 1.0625rem;
    line-height: 140%;
    --bold-weight: 400;
  }
  .lg\:f-body-small b,
  .lg\:f-body-small strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .lg\:f-body-small {
      font-size: 1.25rem;
      line-height: 150%;
    }
  }
}
@media (min-width: 1280px) {
  .lgx\:\!f-h4 {
    font-family: var(--sans) !important;
    font-weight: 700 !important;
    font-size: 2.125rem !important;
    line-height: 110% !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    --bold-weight: 700 !important;
  }
  .lgx\:\!f-h4 b,
  .lgx\:\!f-h4 strong {
    font-weight: var(--bold-weight) !important;
  }
  @media (min-width: 744px) {
    .lgx\:\!f-h4 {
      font-size: 3.3125rem !important;
      line-height: 100% !important;
    }
  }
}
@media (min-width: 1440px) {
  .xl\:f-h1 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 3.625rem;
    line-height: 94%;
    letter-spacing: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .xl\:f-h1 b,
  .xl\:f-h1 strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .xl\:f-h1 {
      font-size: 6.25rem;
      line-height: 96%;
    }
  }
  .xl\:f-h1-large {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 3.9375rem;
    line-height: 90%;
    letter-spacing: -0.01em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    --bold-weight: 700;
  }
  .xl\:f-h1-large b,
  .xl\:f-h1-large strong {
    font-weight: var(--bold-weight);
  }
  @media (min-width: 1100px) {
    .xl\:f-h1-large {
      font-size: 8.75rem;
    }
  }
}
@media (min-width: 1920px) {
  .xxl\:container {
    width: calc(
      var(--container-width, 100%) -
        (
          2 *
            var(
              --breakout-container-outer-gutter,
              var(--container-outer-gutter, var(--outer-gutter, 0))
            )
        )
    );
    margin-right: auto;
    margin-left: auto;
  }
  .xxl\:container > * {
    --container-outer-gutter: 0;
    --breakout-container-outer-gutter: 0;
  }
}
@media (min-width: 431px) {
  .sm\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .sm\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .sm\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
}
@media (min-width: 744px) {
  .md\:grid-col-span-3 {
    --container-grid-columns: 3;
    grid-column: span 3 / span 3;
  }
  .md\:grid-col-span-6 {
    --container-grid-columns: 6;
    grid-column: span 6 / span 6;
  }
  .md\:grid-col-span-7 {
    --container-grid-columns: 7;
    grid-column: span 7 / span 7;
  }
  .md\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
    left: 0;
    right: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
    right: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1):before,
  .md\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .md\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
    left: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
    right: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):before,
  .md\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 3):after {
    border-right-width: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 3):after {
    top: 0;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):after,
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ li:after {
    bottom: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .md\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 1):before {
    left: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > :nth-child(6n + 6):before {
    right: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):before,
  .md\:grid-cols-6[class*="grid-line-x"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ :before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 6):after {
    border-right-width: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 6):after {
    top: 0;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6):after,
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(6n + 1):nth-last-child(-n + 6)
    ~ li:after {
    bottom: 0;
  }
  .cols-container > .md\:ml-0 {
    margin-left: 0;
  }
}
@media (min-width: 1100px) {
  .lg\:grid-col-span-3 {
    --container-grid-columns: 3;
    grid-column: span 3 / span 3;
  }
  .lg\:grid-col-span-4 {
    --container-grid-columns: 4;
    grid-column: span 4 / span 4;
  }
  .lg\:grid-col-start-2 {
    grid-column-start: 2;
  }
  .lg\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-1[class*="grid-line-xfull"] > :nth-child(n):before {
    left: 0;
    right: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > :nth-child(1n + 1):before {
    right: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1):before,
  .lg\:grid-cols-1[class*="grid-line-x"]
    > :nth-child(1n + 1):nth-last-child(-n + 1)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > :nth-child(odd):before {
    left: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > :nth-child(2n + 2):before {
    right: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2):before,
  .lg\:grid-cols-2[class*="grid-line-x"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(2n + 2):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 2):after {
    top: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2):after,
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(odd):nth-last-child(-n + 2)
    ~ li:after {
    bottom: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 1):before {
    left: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > :nth-child(3n + 3):before {
    right: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):before,
  .lg\:grid-cols-3[class*="grid-line-x"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 3):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 3):after {
    top: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3):after,
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(3n + 1):nth-last-child(-n + 3)
    ~ li:after {
    bottom: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .lg\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 1):before {
    left: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > :nth-child(5n + 5):before {
    right: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):before,
  .lg\:grid-cols-5[class*="grid-line-x"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ :before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 5):after {
    border-right-width: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 5):after {
    top: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5):after,
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(5n + 1):nth-last-child(-n + 5)
    ~ li:after {
    bottom: 0;
  }
  .cols-container > .lg\:ml-0 {
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  .xxl\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]
    > :nth-child(n):before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-xfull"] > :nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 1):before {
    left: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > :nth-child(4n + 4):before {
    right: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):before,
  .xxl\:grid-cols-4[class*="grid-line-x"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ :before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(n):after {
    border-right-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 4):after {
    border-right-width: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(-n + 4):after {
    top: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4):after,
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]
    > :nth-child(4n + 1):nth-last-child(-n + 4)
    ~ li:after {
    bottom: 0;
  }
}
.first\:mt-0:first-child {
  margin-top: 0;
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
.last\:mr-0:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }
  .hover\:scale-100:hover,
  .hover\:scale-105:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }
  .hover\:scale-\[1\.02\]:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
  }
  .hover\:scale-\[1\.02\]:hover,
  .hover\:scale-\[1\.05\]:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .hover\:scale-\[1\.05\]:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }
  .hover\:border-\[\#0741CB\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(7 65 203 / var(--tw-border-opacity));
  }
  .hover\:bg-\[\#194183\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(25 65 131 / var(--tw-bg-opacity));
  }
  .hover\:bg-\[\#478DFC\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 141 252 / var(--tw-bg-opacity));
  }
  .hover\:bg-\[\#D7E6EE\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(215 230 238 / var(--tw-bg-opacity));
  }
  .hover\:bg-\[\#DDE8EE\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(221 232 238 / var(--tw-bg-opacity));
  }
  .hover\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\]:hover {
    background-color: hsla(0, 0%, 100%, 0.3);
  }
  .hover\:bg-navy:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 31 75 / var(--tw-bg-opacity));
  }
  .hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 207 0 / var(--tw-bg-opacity));
  }
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hover\:opacity-60:hover {
    opacity: 0.6;
  }
  .hover\:opacity-70:hover {
    opacity: 0.7;
  }
  .hover\:shadow-\[0_10px_17px_\#00000012\]:hover {
    --tw-shadow: 0 10px 17px #00000012;
    --tw-shadow-colored: 0 10px 17px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.focus\:border-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(7 65 203 / var(--tw-border-opacity));
}
.focus\:shadow-\[0px_0px_0px_4px_rgba\(7\2c 65\2c 203\2c 0\.15\)\]:focus {
  --tw-shadow: 0px 0px 0px 4px rgba(7, 65, 203, 0.15);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:placeholder\:opacity-100:focus::-moz-placeholder {
  opacity: 1;
}
.focus\:placeholder\:opacity-100:focus::placeholder {
  opacity: 1;
}
.enabled\:bg-blue:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(7 65 203 / var(--tw-bg-opacity));
}
@media (hover: hover) and (pointer: fine) {
  .group:hover .group-hover\:max-w-\[80px\] {
    max-width: 80px;
  }
  .group:hover .group-hover\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }
  .group:hover .group-hover\:-translate-x-1\/2,
  .group:hover .group-hover\:-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }
  .group:hover .group-hover\:-translate-y-full {
    --tw-translate-y: -100%;
  }
  .group:hover .group-hover\:-translate-y-full,
  .group:hover .group-hover\:rotate-\[360deg\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:rotate-\[360deg\] {
    --tw-rotate: 360deg;
  }
  .group:hover .group-hover\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }
  .group:hover .group-hover\:scale-100,
  .group:hover .group-hover\:scale-\[1\.04\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:scale-\[1\.04\] {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
  }
  .group:hover .group-hover\:bg-\[\#1a69e8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 105 232 / var(--tw-bg-opacity));
  }
  .group:hover .group-hover\:bg-\[\#DDE8EE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(221 232 238 / var(--tw-bg-opacity));
  }
  .group:hover .group-hover\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(7 65 203 / var(--tw-bg-opacity));
  }
  .group:hover .group-hover\:bg-darkNavy {
    --tw-bg-opacity: 1;
    background-color: rgb(0 24 60 / var(--tw-bg-opacity));
  }
  .group:hover .group-hover\:fill-blue {
    fill: #0741cb;
  }
  .group:hover .group-hover\:fill-lightBlue {
    fill: #5ebce1;
  }
  .group:hover .group-hover\:fill-white {
    fill: #fff;
  }
  .group:hover .group-hover\:pl-\[14px\] {
    padding-left: 14px;
  }
  .group:hover .group-hover\:text-darkNavy {
    --tw-text-opacity: 1;
    color: rgb(0 24 60 / var(--tw-text-opacity));
  }
  .group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
  .group:hover .group-hover\:opacity-50 {
    opacity: 0.5;
  }
  .group:hover .group-hover\:shadow-lg {
    --tw-shadow: -6px 6px 2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: -6px 6px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .group:hover
    .group-hover\:clip-path-polygon-\[0px_0px\2c
    _100\%_0px\2c
    _100\%_100\%\2c
    _0px_100\%\] {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder {
  opacity: 1;
}
.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}
@media (prefers-color-scheme: dark) {
  .dark\:fill-gray-300 {
    fill: #d1d5db;
  }
  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  .dark\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  .dark\:placeholder\:text-gray-600::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  .dark\:placeholder\:text-gray-600::placeholder {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}
@media (min-width: 0) {
  .xs\:mt-4 {
    margin-top: 1rem;
  }
  .xs\:w-\[80px\] {
    width: 80px;
  }
  .xs\:font-bold {
    font-weight: 700;
  }
  .xs\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 431px) {
  .sm\:left-0 {
    left: 0;
  }
  .sm\:top-20 {
    top: 5rem;
  }
  .sm\:m-2 {
    margin: 0.5rem;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[90px\] {
    height: 90px;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:min-h-\[600px\] {
    min-height: 600px;
  }
  .sm\:min-h-\[655px\] {
    min-height: 655px;
  }
  .sm\:w-4\/5 {
    width: 80%;
  }
  .sm\:w-\[744px\] {
    width: 744px;
  }
  .sm\:w-\[90px\] {
    width: 90px;
  }
  .sm\:max-w-\[400px\] {
    max-width: 400px;
  }
  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:pt-36 {
    padding-top: 9rem;
  }
  .sm\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (min-width: 744px) {
  .md\:invisible {
    visibility: hidden;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:-left-\[35px\] {
    left: -35px;
  }
  .md\:-right-\[35px\] {
    right: -35px;
  }
  .md\:bottom-0 {
    bottom: 0;
  }
  .md\:bottom-10 {
    bottom: 2.5rem;
  }
  .md\:bottom-14 {
    bottom: 3.5rem;
  }
  .md\:bottom-8 {
    bottom: 2rem;
  }
  .md\:left-10 {
    left: 2.5rem;
  }
  .md\:left-14 {
    left: 3.5rem;
  }
  .md\:left-\[130px\] {
    left: 130px;
  }
  .md\:right-5 {
    right: 1.25rem;
  }
  .md\:right-8 {
    right: 2rem;
  }
  .md\:right-9 {
    right: 2.25rem;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:top-14 {
    top: 3.5rem;
  }
  .md\:top-20 {
    top: 5rem;
  }
  .md\:top-5 {
    top: 1.25rem;
  }
  .md\:top-8 {
    top: 2rem;
  }
  .md\:top-\[-0\.08em\] {
    top: -0.08em;
  }
  .md\:top-\[10px\] {
    top: 10px;
  }
  .md\:top-\[150px\] {
    top: 150px;
  }
  .md\:top-\[2px\] {
    top: 2px;
  }
  .md\:top-\[72\%\] {
    top: 72%;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[-200px\] {
    margin-bottom: -200px;
  }
  .md\:mb-\[-210px\] {
    margin-bottom: -210px;
  }
  .md\:mb-\[20vw\] {
    margin-bottom: 20vw;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:ml-\[120px\] {
    margin-left: 120px;
  }
  .md\:ml-\[220px\] {
    margin-left: 220px;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-14 {
    margin-top: 3.5rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-28 {
    margin-top: 7rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-\[-400px\] {
    margin-top: -400px;
  }
  .md\:mt-\[-430px\] {
    margin-top: -430px;
  }
  .md\:mt-\[-530px\] {
    margin-top: -530px;
  }
  .md\:mt-\[100px\] {
    margin-top: 100px;
  }
  .md\:mt-\[140px\] {
    margin-top: 140px;
  }
  .md\:mt-\[50px\] {
    margin-top: 50px;
  }
  .md\:mt-\[55px\] {
    margin-top: 55px;
  }
  .md\:mt-\[6\%\] {
    margin-top: 6%;
  }
  .md\:mt-\[60px\] {
    margin-top: 60px;
  }
  .md\:mt-\[76px\] {
    margin-top: 76px;
  }
  .md\:mt-\[80px\] {
    margin-top: 80px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-\[1200\/630\] {
    aspect-ratio: 1200/630;
  }
  .md\:aspect-\[1280\/640\] {
    aspect-ratio: 1280/640;
  }
  .md\:aspect-\[1290\/800\] {
    aspect-ratio: 1290/800;
  }
  .md\:aspect-\[2574\/1286\] {
    aspect-ratio: 2574/1286;
  }
  .md\:aspect-\[300\/330\] {
    aspect-ratio: 300/330;
  }
  .md\:aspect-\[453\/257\] {
    aspect-ratio: 453/257;
  }
  .md\:aspect-\[590\/304\] {
    aspect-ratio: 590/304;
  }
  .md\:h-7 {
    height: 1.75rem;
  }
  .md\:h-\[322px\] {
    height: 322px;
  }
  .md\:h-\[410px\] {
    height: 410px;
  }
  .md\:h-\[426px\] {
    height: 426px;
  }
  .md\:h-\[50px\] {
    height: 50px;
  }
  .md\:h-\[54px\] {
    height: 54px;
  }
  .md\:h-\[70px\] {
    height: 70px;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:min-h-\[450px\] {
    min-height: 450px;
  }
  .md\:min-h-\[700px\] {
    min-height: 700px;
  }
  .md\:min-h-\[80vh\] {
    min-height: 80vh;
  }
  .md\:min-h-\[calc\(200px\+50\.523316vw\)\] {
    min-height: calc(200px + 50.523316vw);
  }
  .md\:min-h-\[calc\(230px\+\(0\.52263158\*\(1\.2\*var\(--window-width\)\)\)\)\] {
    min-height: calc(230px + (0.52263158 * (1.2 * var(--window-width))));
  }
  .md\:min-h-\[calc\(50px\+\(0\.6\*\(1\*var\(--window-width\)\)\)\)\] {
    min-height: calc(50px + (0.6 * (1 * var(--window-width))));
  }
  .md\:min-h-full {
    min-height: 100%;
  }
  .md\:min-h-screen {
    min-height: 100vh;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-7 {
    width: 1.75rem;
  }
  .md\:w-\[1000px\] {
    width: 1000px;
  }
  .md\:w-\[11px\] {
    width: 11px;
  }
  .md\:w-\[16px\] {
    width: 16px;
  }
  .md\:w-\[174px\] {
    width: 174px;
  }
  .md\:w-\[180px\] {
    width: 180px;
  }
  .md\:w-\[200px\] {
    width: 200px;
  }
  .md\:w-\[220px\] {
    width: 220px;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-\[331px\] {
    width: 331px;
  }
  .md\:w-\[378px\] {
    width: 378px;
  }
  .md\:w-\[426px\] {
    width: 426px;
  }
  .md\:w-\[50\%\] {
    width: 50%;
  }
  .md\:w-\[50px\] {
    width: 50px;
  }
  .md\:w-\[60\%\] {
    width: 60%;
  }
  .md\:w-\[70\%\] {
    width: 70%;
  }
  .md\:w-\[80\%\] {
    width: 80%;
  }
  .md\:w-\[800px\] {
    width: 800px;
  }
  .md\:w-\[880px\] {
    width: 880px;
  }
  .md\:w-\[90\%\] {
    width: 90%;
  }
  .md\:w-\[950px\] {
    width: 950px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-0,
  .md\:min-w-\[0px\] {
    min-width: 0;
  }
  .md\:min-w-\[100vw\] {
    min-width: 100vw;
  }
  .md\:min-w-\[200px\] {
    min-width: 200px;
  }
  .md\:max-w-\[1100px\] {
    max-width: 1100px;
  }
  .md\:max-w-\[1300px\] {
    max-width: 1300px;
  }
  .md\:max-w-\[174px\] {
    max-width: 174px;
  }
  .md\:max-w-\[280px\] {
    max-width: 280px;
  }
  .md\:max-w-\[310px\] {
    max-width: 310px;
  }
  .md\:max-w-\[340px\] {
    max-width: 340px;
  }
  .md\:max-w-\[394px\] {
    max-width: 394px;
  }
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
  .md\:max-w-\[440px\] {
    max-width: 440px;
  }
  .md\:max-w-\[460px\] {
    max-width: 460px;
  }
  .md\:max-w-\[480px\] {
    max-width: 480px;
  }
  .md\:max-w-\[500px\] {
    max-width: 500px;
  }
  .md\:max-w-\[600px\] {
    max-width: 600px;
  }
  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .md\:max-w-\[900px\] {
    max-width: 900px;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }
  .md\:translate-x-0,
  .md\:translate-x-\[430px\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-\[430px\] {
    --tw-translate-x: 430px;
  }
  .md\:translate-x-\[calc\(-213px-100\%-40px\)\] {
    --tw-translate-x: calc(-213px - 100% - 40px);
  }
  .md\:translate-x-\[calc\(-213px-100\%-40px\)\],
  .md\:translate-x-\[calc\(213px\+40px\)\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-x-\[calc\(213px\+40px\)\] {
    --tw-translate-x: calc(213px + 40px);
  }
  .md\:translate-y-\[calc\(-50\%\+50px\)\] {
    --tw-translate-y: calc(-50% + 50px);
  }
  .md\:scale-75,
  .md\:translate-y-\[calc\(-50\%\+50px\)\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:scale-75 {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
  }
  .md\:transform-none {
    transform: none;
  }
  .md\:columns-2 {
    -moz-columns: 2;
    column-count: 2;
  }
  .md\:auto-cols-\[33\.34\%\] {
    grid-auto-columns: 33.34%;
  }
  .md\:grid-flow-row {
    grid-auto-flow: row;
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-\[30px\] {
    gap: 30px;
  }
  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .md\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .md\:gap-y-12 {
    row-gap: 3rem;
  }
  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .md\:gap-y-4 {
    row-gap: 1rem;
  }
  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .md\:gap-y-\[120px\] {
    row-gap: 120px;
  }
  .md\:gap-y-\[140px\] {
    row-gap: 140px;
  }
  .md\:gap-y-\[180px\] {
    row-gap: 180px;
  }
  .md\:rounded-3xl {
    border-radius: 1.875rem;
  }
  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .md\:rounded-full {
    border-radius: 9999px;
  }
  .md\:rounded-none {
    border-radius: 0;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-\[10px\] {
    padding: 10px;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:px-\[8\%\] {
    padding-left: 8%;
    padding-right: 8%;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pb-60 {
    padding-bottom: 15rem;
  }
  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .md\:pb-\[10px\] {
    padding-bottom: 10px;
  }
  .md\:pb-\[130px\] {
    padding-bottom: 130px;
  }
  .md\:pl-\[53\%\] {
    padding-left: 53%;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pt-1 {
    padding-top: 0.25rem;
  }
  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pt-\[110px\] {
    padding-top: 110px;
  }
  .md\:pt-\[9px\] {
    padding-top: 9px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
  .md\:text-\[26px\] {
    font-size: 26px;
  }
  .md\:text-\[30px\] {
    font-size: 30px;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[32px\] {
    line-height: 32px;
  }
  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  .md\:opacity-10 {
    opacity: 0.1;
  }
  .md\:opacity-25 {
    opacity: 0.25;
  }
  .md\:opacity-40 {
    opacity: 0.4;
  }
  .md\:opacity-60 {
    opacity: 0.6;
  }
  .md\:opacity-80 {
    opacity: 0.8;
  }
  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
  }
  .md\:duration-300 {
    transition-duration: 0.3s;
  }
  @media (hover: hover) and (pointer: fine) {
    .group:hover .md\:group-hover\:scale-100 {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .group:hover .md\:group-hover\:text-lightBlue {
      --tw-text-opacity: 1;
      color: rgb(94 188 225 / var(--tw-text-opacity));
    }
    .group:hover .md\:group-hover\:opacity-100 {
      opacity: 1;
    }
    .group:hover .md\:group-hover\:opacity-80 {
      opacity: 0.8;
    }
  }
}
@media (min-width: 1100px) {
  .lg\:visible {
    visibility: visible;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:-left-\[80px\] {
    left: -80px;
  }
  .lg\:-right-\[80px\] {
    right: -80px;
  }
  .lg\:-top-\[60px\] {
    top: -60px;
  }
  .lg\:bottom-24 {
    bottom: 6rem;
  }
  .lg\:bottom-6 {
    bottom: 1.5rem;
  }
  .lg\:bottom-\[30px\] {
    bottom: 30px;
  }
  .lg\:left-6 {
    left: 1.5rem;
  }
  .lg\:left-\[15\%\] {
    left: 15%;
  }
  .lg\:left-\[220px\] {
    left: 220px;
  }
  .lg\:left-\[initial\] {
    left: auto;
  }
  .lg\:right-6 {
    right: 1.5rem;
  }
  .lg\:right-9 {
    right: 2.25rem;
  }
  .lg\:right-\[-25px\] {
    right: -25px;
  }
  .lg\:right-\[-400px\] {
    right: -400px;
  }
  .lg\:right-\[10\%\] {
    right: 10%;
  }
  .lg\:right-\[290px\] {
    right: 290px;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:top-1\/2 {
    top: 50%;
  }
  .lg\:top-20 {
    top: 5rem;
  }
  .lg\:top-24 {
    top: 6rem;
  }
  .lg\:top-\[10\%\] {
    top: 10%;
  }
  .lg\:top-\[100vh\] {
    top: 100vh;
  }
  .lg\:top-\[12\%\] {
    top: 12%;
  }
  .lg\:top-\[400px\] {
    top: 400px;
  }
  .lg\:top-\[62\%\] {
    top: 62%;
  }
  .lg\:top-\[6px\] {
    top: 6px;
  }
  .lg\:top-\[calc\(50\%-24px\)\] {
    top: calc(50% - 24px);
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[100px\] {
    margin-bottom: 100px;
  }
  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:ml-3 {
    margin-left: 0.75rem;
  }
  .lg\:ml-32 {
    margin-left: 8rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mr-7 {
    margin-right: 1.75rem;
  }
  .lg\:mr-\[min\(513px\2c calc\(20\%\+24px\)\)\] {
    margin-right: min(513px, calc(20% + 24px));
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:mt-\[-200px\] {
    margin-top: -200px;
  }
  .lg\:mt-\[10px\] {
    margin-top: 10px;
  }
  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }
  .lg\:mt-\[160px\] {
    margin-top: 160px;
  }
  .lg\:mt-\[170px\] {
    margin-top: 170px;
  }
  .lg\:mt-\[180px\] {
    margin-top: 180px;
  }
  .lg\:mt-\[194px\] {
    margin-top: 194px;
  }
  .lg\:mt-\[220px\] {
    margin-top: 220px;
  }
  .lg\:mt-\[280px\] {
    margin-top: 280px;
  }
  .lg\:mt-\[72px\] {
    margin-top: 72px;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-14 {
    height: 3.5rem;
  }
  .lg\:h-28 {
    height: 7rem;
  }
  .lg\:h-\[20vh\] {
    height: 20vh;
  }
  .lg\:h-\[238px\] {
    height: 238px;
  }
  .lg\:h-\[260px\] {
    height: 260px;
  }
  .lg\:h-\[30px\] {
    height: 30px;
  }
  .lg\:h-\[352px\] {
    height: 352px;
  }
  .lg\:h-\[40px\] {
    height: 40px;
  }
  .lg\:h-\[470px\] {
    height: 470px;
  }
  .lg\:h-\[48px\] {
    height: 48px;
  }
  .lg\:h-\[550px\] {
    height: 550px;
  }
  .lg\:h-\[56px\] {
    height: 56px;
  }
  .lg\:h-\[63px\] {
    height: 63px;
  }
  .lg\:h-\[677px\] {
    height: 677px;
  }
  .lg\:h-\[70px\] {
    height: 70px;
  }
  .lg\:h-\[800px\] {
    height: 800px;
  }
  .lg\:h-\[80px\] {
    height: 80px;
  }
  .lg\:h-\[90px\] {
    height: 90px;
  }
  .lg\:h-\[calc\(100\%-6rem\)\] {
    height: calc(100% - 6rem);
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-\[1800px\] {
    min-height: 1800px;
  }
  .lg\:min-h-\[880px\] {
    min-height: 880px;
  }
  .lg\:min-h-\[98vh\] {
    min-height: 98vh;
  }
  .lg\:min-h-\[calc\(0\.52263158\*\(1\*var\(--window-width\)\)\)\] {
    min-height: calc(0.52263158 * (1 * var(--window-width)));
  }
  .lg\:min-h-\[calc\(200px\+54\.5vw\)\] {
    min-height: calc(200px + 54.5vw);
  }
  .lg\:min-h-\[calc\(400px\+\(0\.52263158\*\(1\.2\*var\(--window-width\)\)\)\)\] {
    min-height: calc(400px + (0.52263158 * (1.2 * var(--window-width))));
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-10 {
    width: 2.5rem;
  }
  .lg\:w-28 {
    width: 7rem;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-\[1000px\] {
    width: 1000px;
  }
  .lg\:w-\[1120px\] {
    width: 1120px;
  }
  .lg\:w-\[17px\] {
    width: 17px;
  }
  .lg\:w-\[180px\] {
    width: 180px;
  }
  .lg\:w-\[20\%\] {
    width: 20%;
  }
  .lg\:w-\[200px\] {
    width: 200px;
  }
  .lg\:w-\[20px\] {
    width: 20px;
  }
  .lg\:w-\[233px\] {
    width: 233px;
  }
  .lg\:w-\[238px\] {
    width: 238px;
  }
  .lg\:w-\[24px\] {
    width: 24px;
  }
  .lg\:w-\[26px\] {
    width: 26px;
  }
  .lg\:w-\[300px\] {
    width: 300px;
  }
  .lg\:w-\[30px\] {
    width: 30px;
  }
  .lg\:w-\[380px\] {
    width: 380px;
  }
  .lg\:w-\[38px\] {
    width: 38px;
  }
  .lg\:w-\[48px\] {
    width: 48px;
  }
  .lg\:w-\[50\%\] {
    width: 50%;
  }
  .lg\:w-\[610px\] {
    width: 610px;
  }
  .lg\:w-\[622px\] {
    width: 622px;
  }
  .lg\:w-\[69px\] {
    width: 69px;
  }
  .lg\:w-\[90px\] {
    width: 90px;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .lg\:max-w-\[1300px\] {
    max-width: 1300px;
  }
  .lg\:max-w-\[233px\] {
    max-width: 233px;
  }
  .lg\:max-w-\[304px\] {
    max-width: 304px;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }
  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }
  .lg\:max-w-\[480px\] {
    max-width: 480px;
  }
  .lg\:max-w-\[513px\] {
    max-width: 513px;
  }
  .lg\:max-w-\[550px\] {
    max-width: 550px;
  }
  .lg\:max-w-\[680px\] {
    max-width: 680px;
  }
  .lg\:max-w-\[730px\] {
    max-width: 730px;
  }
  .lg\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .lg\:max-w-\[760px\] {
    max-width: 760px;
  }
  .lg\:max-w-\[840px\] {
    max-width: 840px;
  }
  .lg\:max-w-\[880px\] {
    max-width: 880px;
  }
  .lg\:max-w-\[900px\] {
    max-width: 900px;
  }
  .lg\:max-w-\[980px\] {
    max-width: 980px;
  }
  .lg\:max-w-\[calc\(100\%-150px\)\] {
    max-width: calc(100% - 150px);
  }
  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
  }
  .lg\:translate-x-0,
  .lg\:translate-x-\[calc\(-311px-100\%-70px\)\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-\[calc\(-311px-100\%-70px\)\] {
    --tw-translate-x: calc(-311px - 100% - 70px);
  }
  .lg\:translate-x-\[calc\(311px\+70px\)\] {
    --tw-translate-x: calc(311px + 70px);
  }
  .lg\:translate-x-\[calc\(311px\+70px\)\],
  .lg\:translate-y-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .lg\:translate-y-\[-51\%\] {
    --tw-translate-y: -51%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:columns-2 {
    -moz-columns: 2;
    column-count: 2;
  }
  .lg\:auto-cols-\[33\.34\%\] {
    grid-auto-columns: 33.34%;
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  .lg\:auto-rows-\[1fr\] {
    grid-auto-rows: 1fr;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[174px_1fr_174px\] {
    grid-template-columns: 174px 1fr 174px;
  }
  .lg\:grid-cols-\[1fr_500px\] {
    grid-template-columns: 1fr 500px;
  }
  .lg\:grid-cols-\[auto\2c 1fr\] {
    grid-template-columns: auto 1fr;
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    gap: 0;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-2 {
    gap: 0.5rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .lg\:gap-x-\[120px\] {
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
  .lg\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .lg\:gap-x-\[80px\] {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .lg\:gap-y-16 {
    row-gap: 4rem;
  }
  .lg\:gap-y-20 {
    row-gap: 5rem;
  }
  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .lg\:gap-y-4 {
    row-gap: 1rem;
  }
  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .lg\:gap-y-\[30px\] {
    row-gap: 30px;
  }
  .lg\:rounded-3xl {
    border-radius: 1.875rem;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:rounded-br-\[120px\] {
    border-bottom-right-radius: 120px;
  }
  .lg\:rounded-tl-\[120px\] {
    border-top-left-radius: 120px;
  }
  .lg\:border-0 {
    border-width: 0;
  }
  .lg\:border-\[1px\] {
    border-width: 1px;
  }
  .lg\:border-\[6px\] {
    border-width: 6px;
  }
  .lg\:border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
  }
  .lg\:bg-lightGray {
    --tw-bg-opacity: 1;
    background-color: rgb(235 241 244 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-20 {
    padding: 5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
  .lg\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pb-60 {
    padding-bottom: 15rem;
  }
  .lg\:pb-\[20vh\] {
    padding-bottom: 20vh;
  }
  .lg\:pb-\[min\(10vh\2c 200px\)\] {
    padding-bottom: min(10vh, 200px);
  }
  .lg\:pb-\[min\(15vh\2c 150px\)\] {
    padding-bottom: min(15vh, 150px);
  }
  .lg\:pb-\[min\(20vh\2c 200px\)\] {
    padding-bottom: min(20vh, 200px);
  }
  .lg\:pb-\[min\(25vh\2c 350px\)\] {
    padding-bottom: min(25vh, 350px);
  }
  .lg\:pb-\[min\(50vh\2c 500px\)\] {
    padding-bottom: min(50vh, 500px);
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pr-3 {
    padding-right: 0.75rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pr-\[120px\] {
    padding-right: 120px;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem;
  }
  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:pt-60 {
    padding-top: 15rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-\[min\(10vh\2c 200px\)\] {
    padding-top: min(10vh, 200px);
  }
  .lg\:pt-\[min\(20vh\2c 200px\)\] {
    padding-top: min(20vh, 200px);
  }
  .lg\:pt-\[min\(25vh\2c 350px\)\] {
    padding-top: min(25vh, 350px);
  }
  .lg\:pt-\[min\(50vh\2c 500px\)\] {
    padding-top: min(50vh, 500px);
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
  .lg\:text-\[51px\] {
    font-size: 51px;
  }
  .lg\:text-\[86px\] {
    font-size: 86px;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[34px\] {
    line-height: 34px;
  }
  .lg\:leading-\[89px\] {
    line-height: 89px;
  }
  .lg\:leading-none {
    line-height: 1;
  }
  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .lg\:shadow-\[0_40px_40px_\#0741CB17\] {
    --tw-shadow: 0 40px 40px #0741cb17;
    --tw-shadow-colored: 0 40px 40px var(--tw-shadow-color);
  }
  .lg\:shadow-\[0_40px_40px_\#0741CB17\],
  .lg\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
  }
  .lg\:clip-path-inset-\[24px_round_30px\] {
    -webkit-clip-path: inset(24px round 30px);
    clip-path: inset(24px round 30px);
  }
}
@media (min-width: 431px) {
  @media (min-width: 1100px) {
    .sm\:lg\:right-\[15px\] {
      right: 15px;
    }
  }
}
@media (min-width: 1280px) {
  .lgx\:bottom-14 {
    bottom: 3.5rem;
  }
  .lgx\:left-6 {
    left: 1.5rem;
  }
  .lgx\:right-6 {
    right: 1.5rem;
  }
  .lgx\:mr-\[min\(513px\2c calc\(24\%\+24px\)\)\] {
    margin-right: min(513px, calc(24% + 24px));
  }
  .lgx\:w-\[24\%\] {
    width: 24%;
  }
  .lgx\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1440px) {
  .xl\:absolute {
    position: absolute;
  }
  .xl\:-left-\[120px\] {
    left: -120px;
  }
  .xl\:-right-\[120px\] {
    right: -120px;
  }
  .xl\:left-0 {
    left: 0;
  }
  .xl\:left-1\/2 {
    left: 50%;
  }
  .xl\:left-\[15\%\] {
    left: 15%;
  }
  .xl\:left-\[630px\] {
    left: 630px;
  }
  .xl\:right-\[-350px\] {
    right: -350px;
  }
  .xl\:top-1\/2 {
    top: 50%;
  }
  .xl\:top-\[10\%\] {
    top: 10%;
  }
  .xl\:top-\[200px\] {
    top: 200px;
  }
  .xl\:top-\[5\%\] {
    top: 5%;
  }
  .xl\:top-\[6\%\] {
    top: 6%;
  }
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:mb-\[15vw\] {
    margin-bottom: 15vw;
  }
  .xl\:mr-\[min\(513px\2c calc\(27\%\+24px\)\)\] {
    margin-right: min(513px, calc(27% + 24px));
  }
  .xl\:mt-10 {
    margin-top: 2.5rem;
  }
  .xl\:mt-\[-100px\] {
    margin-top: -100px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-\[700px\] {
    height: 700px;
  }
  .xl\:min-h-0 {
    min-height: 0;
  }
  .xl\:min-h-\[calc\(380px\+53\.523316vw\)\] {
    min-height: calc(380px + 53.523316vw);
  }
  .xl\:min-h-screen {
    min-height: 100vh;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-\[1400px\] {
    width: 1400px;
  }
  .xl\:w-\[1420px\] {
    width: 1420px;
  }
  .xl\:w-\[1550px\] {
    width: 1550px;
  }
  .xl\:w-\[210px\] {
    width: 210px;
  }
  .xl\:w-\[27\%\] {
    width: 27%;
  }
  .xl\:max-w-\[466px\] {
    max-width: 466px;
  }
  .xl\:max-w-\[644px\] {
    max-width: 644px;
  }
  .xl\:max-w-\[670px\] {
    max-width: 670px;
  }
  .xl\:max-w-\[900px\] {
    max-width: 900px;
  }
  .xl\:max-w-\[calc\(100\%-180px\)\] {
    max-width: calc(100% - 180px);
  }
  .xl\:-translate-x-\[31\%\] {
    --tw-translate-x: -31%;
  }
  .xl\:-translate-x-\[31\%\],
  .xl\:translate-x-\[-37\%\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:translate-x-\[-37\%\] {
    --tw-translate-x: -37%;
  }
  .xl\:translate-y-\[-36\%\] {
    --tw-translate-y: -36%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-rows-\[200px_1fr_200px\] {
    grid-template-rows: 200px 1fr 200px;
  }
  .xl\:gap-20 {
    gap: 5rem;
  }
  .xl\:gap-x-\[120px\] {
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-\[340px\] {
    padding-top: 340px;
    padding-bottom: 340px;
  }
  .xl\:pb-\[440px\] {
    padding-bottom: 440px;
  }
  .xl\:text-\[231px\] {
    font-size: 231px;
  }
  .xl\:text-\[24px\] {
    font-size: 24px;
  }
  .xl\:text-\[46px\] {
    font-size: 46px;
  }
  .xl\:leading-\[166px\] {
    line-height: 166px;
  }
  .xl\:leading-\[32px\] {
    line-height: 32px;
  }
  .xl\:leading-\[51px\] {
    line-height: 51px;
  }
}
@media (min-width: 1920px) {
  .xxl\:left-\[unset\] {
    left: unset;
  }
  .xxl\:right-\[45\%\] {
    right: 45%;
  }
  .xxl\:min-h-\[90vh\] {
    min-height: 90vh;
  }
  .xxl\:min-h-\[90vw\] {
    min-height: 90vw;
  }
  .xxl\:min-h-\[calc\(380px\+51vw\)\] {
    min-height: calc(380px + 51vw);
  }
  .xxl\:max-w-\[1400px\] {
    max-width: 1400px;
  }
  .xxl\:max-w-\[2000px\] {
    max-width: 2000px;
  }
  .xxl\:-translate-x-\[0\%\] {
    --tw-translate-x: -0%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
