@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/Inter.var.woff2") format("woff2-variations"),
  url("../fonts/Inter.var.woff2") format("woff2");
  src: url("../fonts/Inter.var.woff2") format("woff2") tech("variations");
}
@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  src: url("../fonts/Inter-Italic.var.woff2") format("woff2-variations"),
  url("../fonts/Inter-Italic.var.woff2") format("woff2");
  src: url("../fonts/Inter-Italic.var.woff2") format("woff2") tech("variations");
}
:root {
  font-optical-sizing: auto;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
:focus[data-focus-method="mouse"],
:focus[data-focus-method="touch"] {
  outline: none !important;
}
*/
/*FADE*/
.fade-enter-active,
.fade-leave-active {
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-property: opacity;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
/*FADE TRANSLATE Y*/
.fade-down-enter-active,
.fade-down-leave-active {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);

  transition-property: opacity, transform;
}
.fade-down-enter-from,
.fade-down-leave-to {
  opacity: 0;
  transform: translateY(12px);
}
/*SLIDE LEFT*/
.slide-left-enter-active,
.slide-left-leave-active {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
}
.slide-left-enter-from,
.slide-left-leave-to {
  transform: translateX(-110%);
}
/*SLIDE BOTTOM*/
.slide-bottom-enter-active,
.slide-bottom-leave-active {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  transition-property: opacity, transform;
}
.slide-bottom-enter-from,
.slide-bottom-leave-to {
  transform: translateY(100%);
}
.slide-bottom-list-move,
.slide-bottom-list-enter-active,
.slide-bottom-list-leave-active {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: opacity, transform;
}
.slide-bottom-list-enter-from,
.slide-bottom-list-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
.slide-bottom-list-leave-active {
  position: absolute;
}
/*COLLAPSE Y*/
.collapseY-enter-active,
.collapseY-leave-active {
  transition-duration: 300ms;
  transition-timing-function: linear;
  overflow: hidden;
  max-height: 500px;
  transition-property: max-height;
}
.collapseY-enter-from,
.collapseY-leave-to {
  max-height: 0;
}
:root {
  --color-chart-accent: var(--green-500);
  --color-chart-strong: var(--grey-700);
  --color-chart-accent-dark: var(--green-600);
  --color-chart-lighter: var(--grey-500);
  --color-chart-accent-light: var(--green-400);
  --color-chart-lightest: var(--grey-400);
  --color-chart-accent-lighter: var(--green-300);
  --color-chart-darker: var(--grey-300);
  --color-chart-accent-lightest: var(--green-200);
}
*, ::before, ::after {
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgb(147 197 253 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgb(147 197 253 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root {
  --breakpoint: "sm";
  --container-width: unset;
  --inner-gutter: 8px;
  --outer-gutter: 16px;
  --grid-columns: 12;
  --env: "dev";
  --grid-column-bg: rgba(127, 255, 255, 0.25);
}
@media (min-width: 750px) {
  :root {
    --breakpoint: "md";
    --container-width: unset;
    --inner-gutter: 12px;
    --outer-gutter: 20px;
    --grid-columns: 12;
  }
}
@media (min-width: 900px) {
  :root {
    --breakpoint: "lg";
    --container-width: unset;
    --inner-gutter: 16px;
    --outer-gutter: 28px;
    --grid-columns: 12;
  }
}
@media (min-width: 1024px) {
  :root {
    --breakpoint: "xl";
    --container-width: unset;
    --inner-gutter: 16px;
    --outer-gutter: 28px;
    --grid-columns: 12;
  }
}
@media (min-width: 1280px) {
  :root {
    --breakpoint: "xxl";
    --container-width: unset;
    --inner-gutter: 16px;
    --outer-gutter: 28px;
    --grid-columns: 12;
  }
}
@media (min-width: 2200px) {
  :root {
    --breakpoint: "xxxl";
    --container-width: unset;
    --inner-gutter: 16px;
    --outer-gutter: 28px;
    --grid-columns: 12;
  }
}
.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;
}
[class*='scrollbar-track-'], [class*='scrollbar-thumb-'] {
  --scrollbar-bg: #fafafa;
  --scrollbar-fg: #c1c1c1;
  --scrollbar-border: #e8e8e8;
  scrollbar-color: var(--scrollbar-fg) var(--scrollbar-bg);
}
[class*='scrollbar-track-']::-webkit-scrollbar, [class*='scrollbar-thumb-']::-webkit-scrollbar {
  width: var(--scrollbar-width, 15px);
  height: var(--scrollbar-width, 15px);
}
[class*='scrollbar-track-']::-webkit-scrollbar-track, [class*='scrollbar-thumb-']::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
}
[class*='scrollbar-track-']::-webkit-scrollbar-track:horizontal, [class*='scrollbar-thumb-']::-webkit-scrollbar-track:horizontal {
  border-top: 1px solid var(--scrollbar-border);
  border-bottom: 1px solid var(--scrollbar-border);
}
[class*='scrollbar-track-']::-webkit-scrollbar-track:vertical, [class*='scrollbar-thumb-']::-webkit-scrollbar-track:vertical {
  border-inline-start: 1px solid var(--scrollbar-border);
  border-inline-end: 1px solid var(--scrollbar-border);
}
[class*='scrollbar-track-']::-webkit-scrollbar-thumb, [class*='scrollbar-thumb-']::-webkit-scrollbar-thumb {
  background: var(--scrollbar-fg);
  border-radius: 20px;
  border: var(--scrollbar-padding, 4px) solid transparent;
  background-clip: content-box;
}
:root {
  --spacing-space-01: 5rem;
  --spacing-space-02: 3.75rem;
  --spacing-space-03: 6.25rem;
  --spacing-space-04: 1.75rem;
}
@media (min-width: 900px) {
  :root {
    --spacing-space-01: 7.5rem;
    --spacing-space-02: 5rem;
    --spacing-space-03: 7.5rem;
  }
}
:root {
  --sans: Inter, Helvetica, Arial, sans-serif;
  --f-heading-01-fontFamily: var(--sans);
  --f-heading-01-fontWeight: 800;
  --f-heading-01-fontSize: 42px;
  --f-heading-01-lineHeight: 100%;
  --f-heading-01-letterSpacing: -0.01em;
  --f-heading-02-fontFamily: var(--sans);
  --f-heading-02-fontWeight: 800;
  --f-heading-02-fontSize: 36px;
  --f-heading-02-lineHeight: 100%;
  --f-heading-02-letterSpacing: -0.01em;
  --f-heading-03-fontFamily: var(--sans);
  --f-heading-03-fontWeight: 800;
  --f-heading-03-fontSize: 36px;
  --f-heading-03-lineHeight: 100%;
  --f-heading-03-letterSpacing: -0.01em;
  --f-heading-04-fontFamily: var(--sans);
  --f-heading-04-fontWeight: 800;
  --f-heading-04-fontSize: 28px;
  --f-heading-04-lineHeight: 100%;
  --f-heading-04-letterSpacing: -0.01em;
  --f-heading-05-fontFamily: var(--sans);
  --f-heading-05-fontWeight: 800;
  --f-heading-05-fontSize: 28px;
  --f-heading-05-lineHeight: 110%;
  --f-heading-05-letterSpacing: -0.01em;
  --f-heading-06-fontFamily: var(--sans);
  --f-heading-06-fontWeight: 800;
  --f-heading-06-fontSize: 22px;
  --f-heading-06-lineHeight: 120%;
  --f-body-01-fontFamily: var(--sans);
  --f-body-01-fontWeight: 600;
  --f-body-01-fontSize: 20px;
  --f-body-01-lineHeight: 140%;
  --f-body-01-letterSpacing: -0.01em;
  --f-body-02-fontFamily: var(--sans);
  --f-body-02-fontWeight: 600;
  --f-body-02-fontSize: 17px;
  --f-body-02-lineHeight: 150%;
  --f-ui-01-fontFamily: var(--sans);
  --f-ui-01-fontWeight: 800;
  --f-ui-01-fontSize: 18px;
  --f-ui-01-lineHeight: 110%;
  --f-ui-01-letterSpacing: -0.01em;
  --f-ui-02-fontFamily: var(--sans);
  --f-ui-02-fontWeight: 800;
  --f-ui-02-fontSize: 16px;
  --f-ui-02-lineHeight: 110%;
  --f-ui-02-letterSpacing: -0.01em;
  --f-ui-02-light-fontFamily: var(--sans);
  --f-ui-02-light-fontWeight: 600;
  --f-ui-02-light-fontSize: 16px;
  --f-ui-02-light-lineHeight: 110%;
  --f-ui-02-light-letterSpacing: -0.01em;
  --f-ui-03-fontFamily: var(--sans);
  --f-ui-03-fontWeight: 800;
  --f-ui-03-fontSize: 14px;
  --f-ui-03-lineHeight: 110%;
  --f-ui-03-letterSpacing: -0.01em;
  --f-ui-03-light-fontFamily: var(--sans);
  --f-ui-03-light-fontWeight: 600;
  --f-ui-03-light-fontSize: 14px;
  --f-ui-03-light-lineHeight: 130%;
  --f-ui-03-light-letterSpacing: -0.01em;
  --f-ui-04-fontFamily: var(--sans);
  --f-ui-04-fontWeight: 800;
  --f-ui-04-fontSize: 12px;
  --f-ui-04-lineHeight: 100%;
  --f-ui-04-letterSpacing: -0.01em;
  --f-ui-05-fontFamily: var(--sans);
  --f-ui-05-fontWeight: 800;
  --f-ui-05-fontSize: 10px;
  --f-ui-05-lineHeight: 110%;
  --f-ui-05-letterSpacing: -0.01em;
  --f-caption-fontFamily: var(--sans);
  --f-caption-fontWeight: 800;
  --f-caption-fontSize: 12px;
  --f-caption-lineHeight: 120%;
  --f-display-01-fontFamily: var(--sans);
  --f-display-01-fontWeight: 800;
  --f-display-01-fontSize: 120px;
  --f-display-01-lineHeight: 100%;
  --f-display-01-letterSpacing: -0.01em;
}
.f-heading-01 {
  font-family: var(--f-heading-01-fontFamily);
  font-weight: var(--f-heading-01-fontWeight);
  font-size: var(--f-heading-01-fontSize);
  line-height: var(--f-heading-01-lineHeight);
  letter-spacing: var(--f-heading-01-letterSpacing);
}
.f-heading-02 {
  font-family: var(--f-heading-02-fontFamily);
  font-weight: var(--f-heading-02-fontWeight);
  font-size: var(--f-heading-02-fontSize);
  line-height: var(--f-heading-02-lineHeight);
  letter-spacing: var(--f-heading-02-letterSpacing);
}
.f-heading-03 {
  font-family: var(--f-heading-03-fontFamily);
  font-weight: var(--f-heading-03-fontWeight);
  font-size: var(--f-heading-03-fontSize);
  line-height: var(--f-heading-03-lineHeight);
  letter-spacing: var(--f-heading-03-letterSpacing);
}
.f-heading-04 {
  font-family: var(--f-heading-04-fontFamily);
  font-weight: var(--f-heading-04-fontWeight);
  font-size: var(--f-heading-04-fontSize);
  line-height: var(--f-heading-04-lineHeight);
  letter-spacing: var(--f-heading-04-letterSpacing);
}
.f-heading-05 {
  font-family: var(--f-heading-05-fontFamily);
  font-weight: var(--f-heading-05-fontWeight);
  font-size: var(--f-heading-05-fontSize);
  line-height: var(--f-heading-05-lineHeight);
  letter-spacing: var(--f-heading-05-letterSpacing);
}
.f-heading-06 {
  font-family: var(--f-heading-06-fontFamily);
  font-weight: var(--f-heading-06-fontWeight);
  font-size: var(--f-heading-06-fontSize);
  line-height: var(--f-heading-06-lineHeight);
  letter-spacing: var(--f-heading-06-letterSpacing);
}
.f-body-01 {
  font-family: var(--f-body-01-fontFamily);
  font-weight: var(--f-body-01-fontWeight);
  font-size: var(--f-body-01-fontSize);
  line-height: var(--f-body-01-lineHeight);
  letter-spacing: var(--f-body-01-letterSpacing);
}
.f-body-02 {
  font-family: var(--f-body-02-fontFamily);
  font-weight: var(--f-body-02-fontWeight);
  font-size: var(--f-body-02-fontSize);
  line-height: var(--f-body-02-lineHeight);
  letter-spacing: var(--f-body-02-letterSpacing);
}
.f-ui-01 {
  font-family: var(--f-ui-01-fontFamily);
  font-weight: var(--f-ui-01-fontWeight);
  font-size: var(--f-ui-01-fontSize);
  line-height: var(--f-ui-01-lineHeight);
  letter-spacing: var(--f-ui-01-letterSpacing);
}
.f-ui-02 {
  font-family: var(--f-ui-02-fontFamily);
  font-weight: var(--f-ui-02-fontWeight);
  font-size: var(--f-ui-02-fontSize);
  line-height: var(--f-ui-02-lineHeight);
  letter-spacing: var(--f-ui-02-letterSpacing);
}
.f-ui-02-light {
  font-family: var(--f-ui-02-light-fontFamily);
  font-weight: var(--f-ui-02-light-fontWeight);
  font-size: var(--f-ui-02-light-fontSize);
  line-height: var(--f-ui-02-light-lineHeight);
  letter-spacing: var(--f-ui-02-light-letterSpacing);
}
.f-ui-03 {
  font-family: var(--f-ui-03-fontFamily);
  font-weight: var(--f-ui-03-fontWeight);
  font-size: var(--f-ui-03-fontSize);
  line-height: var(--f-ui-03-lineHeight);
  letter-spacing: var(--f-ui-03-letterSpacing);
}
.f-ui-03-light {
  font-family: var(--f-ui-03-light-fontFamily);
  font-weight: var(--f-ui-03-light-fontWeight);
  font-size: var(--f-ui-03-light-fontSize);
  line-height: var(--f-ui-03-light-lineHeight);
  letter-spacing: var(--f-ui-03-light-letterSpacing);
}
.f-ui-04 {
  font-family: var(--f-ui-04-fontFamily);
  font-weight: var(--f-ui-04-fontWeight);
  font-size: var(--f-ui-04-fontSize);
  line-height: var(--f-ui-04-lineHeight);
  letter-spacing: var(--f-ui-04-letterSpacing);
}
.f-ui-05 {
  font-family: var(--f-ui-05-fontFamily);
  font-weight: var(--f-ui-05-fontWeight);
  font-size: var(--f-ui-05-fontSize);
  line-height: var(--f-ui-05-lineHeight);
  letter-spacing: var(--f-ui-05-letterSpacing);
}
.f-caption {
  font-family: var(--f-caption-fontFamily);
  font-weight: var(--f-caption-fontWeight);
  font-size: var(--f-caption-fontSize);
  line-height: var(--f-caption-lineHeight);
  letter-spacing: var(--f-caption-letterSpacing);
}
.f-display-01 {
  font-family: var(--f-display-01-fontFamily);
  font-weight: var(--f-display-01-fontWeight);
  font-size: var(--f-display-01-fontSize);
  line-height: var(--f-display-01-lineHeight);
  letter-spacing: var(--f-display-01-letterSpacing);
}
@media (min-width: 750px) {
  :root {
    --f-heading-01-fontSize: 48px;
  }
}
@media (min-width: 900px) {
  :root {
    --f-heading-01-fontSize: 72px;
    --f-heading-02-fontSize: 48px;
    --f-display-01-fontSize: 150px;
  }
}
@media (min-width: 1024px) {
  :root {
    --f-heading-01-fontSize: 83px;
    --f-heading-02-fontSize: 60px;
    --f-heading-03-fontSize: 42px;
    --f-heading-04-fontSize: 36px;
  }
}
.f-heading-01 b, .f-heading-01 strong {
  font-weight: var(--f-heading-01---bold-weight, bold);
}
.f-heading-02 b, .f-heading-02 strong {
  font-weight: var(--f-heading-02---bold-weight, bold);
}
.f-heading-03 b, .f-heading-03 strong {
  font-weight: var(--f-heading-03---bold-weight, bold);
}
.f-heading-04 b, .f-heading-04 strong {
  font-weight: var(--f-heading-04---bold-weight, bold);
}
.f-heading-05 b, .f-heading-05 strong {
  font-weight: var(--f-heading-05---bold-weight, bold);
}
.f-heading-06 b, .f-heading-06 strong {
  font-weight: var(--f-heading-06---bold-weight, bold);
}
.f-body-01 b, .f-body-01 strong {
  font-weight: var(--f-body-01---bold-weight, bold);
}
.f-body-02 b, .f-body-02 strong {
  font-weight: var(--f-body-02---bold-weight, bold);
}
.f-ui-01 b, .f-ui-01 strong {
  font-weight: var(--f-ui-01---bold-weight, bold);
}
.f-ui-02 b, .f-ui-02 strong {
  font-weight: var(--f-ui-02---bold-weight, bold);
}
.f-ui-02-light b, .f-ui-02-light strong {
  font-weight: var(--f-ui-02-light---bold-weight, bold);
}
.f-ui-03 b, .f-ui-03 strong {
  font-weight: var(--f-ui-03---bold-weight, bold);
}
.f-ui-03-light b, .f-ui-03-light strong {
  font-weight: var(--f-ui-03-light---bold-weight, bold);
}
.f-ui-04 b, .f-ui-04 strong {
  font-weight: var(--f-ui-04---bold-weight, bold);
}
.f-ui-05 b, .f-ui-05 strong {
  font-weight: var(--f-ui-05---bold-weight, bold);
}
.f-caption b, .f-caption strong {
  font-weight: var(--f-caption---bold-weight, bold);
}
.f-display-01 b, .f-display-01 strong {
  font-weight: var(--f-display-01---bold-weight, bold);
}
:root {
  --grey-100: #f8f8f8;
  --grey-200: #f2f2f2;
  --grey-300: #e6e6e6;
  --grey-400: #d8d8d8;
  --grey-500: #8c8c8c;
  --grey-600: #6e6e6e;
  --grey-700: #666666;
  --grey-800: #4d4d4d;
  --grey-900: #242424;
  --green-100: #eaffee;
  --green-200: #d3ffdc;
  --green-300: #9dffb4;
  --green-400: #63fb92;
  --green-500: #00e766;
  --green-600: #00c959;
  --green-700: #009d45;
  --green-800: #007734;
  --green-900: #004f23;
  --yellow-100: #fefee5;
  --yellow-200: #ffffcb;
  --yellow-300: #fdfdaa;
  --yellow-400: #ffff8b;
  --yellow-500: #ffff51;
  --yellow-600: #f3f30a;
  --yellow-700: #d7d72b;
  --yellow-800: #9a9a1e;
  --yellow-900: #636313;
  --orange-100: #fff4ee;
  --orange-200: #ffeade;
  --orange-300: #ffdcc5;
  --orange-400: #ffcca9;
  --orange-500: #ffb87e;
  --orange-600: #ffa543;
  --orange-700: #cb7f28;
  --orange-800: #995f1e;
  --orange-900: #653f14;
  --red-100: #feefef;
  --red-200: #ffe0e1;
  --red-300: #ffc7c9;
  --red-400: #ff9ea2;
  --red-500: #ff7a7f;
  --red-600: #ff4d68;
  --red-700: #d01111;
  --red-800: #a3001a;
  --red-900: #6f0011;
  --purple-100: #f9f3ff;
  --purple-200: #f4e8ff;
  --purple-300: #e9ceff;
  --purple-400: #ddb1ff;
  --purple-500: #d18fff;
  --purple-600: #c461ff;
  --purple-700: #af56e4;
  --purple-800: #8337b1;
  --purple-900: #3d1e4f;
  --blue-100: #eff0ff;
  --blue-200: #dee0ff;
  --blue-300: #caceff;
  --blue-400: #b2b8ff;
  --blue-500: #7a89f5;
  --blue-600: #2b69fc;
  --blue-700: #0034cb;
  --blue-800: #002799;
  --blue-900: #001a65;
  --cyan-100: #E0EEFF;
  --cyan-200: #D3E6FF;
  --cyan-300: #B5D8FF;
  --cyan-400: #92C8FF;
  --cyan-500: #6CBFFE;
  --cyan-600: #3FA9F5;
  --cyan-700: #267FBE;
  --cyan-800: #1F689B;
  --cyan-900: #15496D;
  --black: #000000;
  --white: #ffffff;
  --transparent: transparent;
  --current: currentColor;
}
.grid-col-span-1 {
  --container-grid-columns: 1;
  grid-column: span 1 / span 1;
}
.grid-col-span-2 {
  --container-grid-columns: 2;
  grid-column: span 2 / span 2;
}
.grid-col-span-3 {
  --container-grid-columns: 3;
  grid-column: span 3 / span 3;
}
.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-span-8 {
  --container-grid-columns: 8;
  grid-column: span 8 / span 8;
}
.grid-col-span-10 {
  --container-grid-columns: 10;
  grid-column: span 10 / span 10;
}
.grid-col-span-12 {
  --container-grid-columns: 12;
  grid-column: span 12 / span 12;
}
[class*="grid-line-"] > * {
  position: relative;
}
[class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
  content: attr(👻);
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.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 {
  inset-inline-start: 0;
  inset-inline-end: 0;
}
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
  inset-inline-end: 0;
}
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
  border-bottom-width: 0;
}
.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 {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
  inset-inline-end: 0;
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
  border-bottom-width: 0;
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):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-inline-end-width: 1px;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
  border-inline-end-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(2n+1):nth-last-child(-n+2)::after {
  bottom: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):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 {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
  inset-inline-end: 0;
}
.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-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-inline-end-width: 1px;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
  border-inline-end-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 {
  bottom: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
  bottom: 0;
}
.grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
  inset-inline-end: 0;
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
  border-bottom-width: 0;
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
  border-inline-end-width: 0;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
  top: 0;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
  bottom: 0;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
  bottom: 0;
}
.grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
  inset-inline-end: 0;
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
  border-bottom-width: 0;
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
  border-inline-end-width: 0;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
  top: 0;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
  bottom: 0;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
  bottom: 0;
}
.grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
  inset-inline-end: 0;
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
  border-bottom-width: 0;
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
  border-inline-end-width: 0;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
  top: 0;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
  bottom: 0;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
  bottom: 0;
}
.grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
  inset-inline-end: 0;
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
  border-bottom-width: 0;
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
  border-inline-end-width: 0;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
  top: 0;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
  bottom: 0;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
  bottom: 0;
}
.grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
  inset-inline-end: 0;
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
  border-bottom-width: 0;
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
  border-inline-end-width: 0;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
  top: 0;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
  bottom: 0;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
  bottom: 0;
}
.grid-cols-9[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-9[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+9)::before {
  inset-inline-end: 0;
}
.grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9)::before {
  border-bottom-width: 0;
}
.grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+9)::after {
  border-inline-end-width: 0;
}
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+9)::after {
  top: 0;
}
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9)::after {
  bottom: 0;
}
.grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ li::after {
  bottom: 0;
}
.grid-cols-10[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-10[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+10)::before {
  inset-inline-end: 0;
}
.grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10)::before {
  border-bottom-width: 0;
}
.grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+10)::after {
  border-inline-end-width: 0;
}
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+10)::after {
  top: 0;
}
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10)::after {
  bottom: 0;
}
.grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ li::after {
  bottom: 0;
}
.grid-cols-11[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-11[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+11)::before {
  inset-inline-end: 0;
}
.grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11)::before {
  border-bottom-width: 0;
}
.grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+11)::after {
  border-inline-end-width: 0;
}
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+11)::after {
  top: 0;
}
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11)::after {
  bottom: 0;
}
.grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ li::after {
  bottom: 0;
}
.grid-cols-12[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
  border-bottom-width: 1px;
}
.grid-cols-12[class*="grid-line-xfull"] > *:nth-child(n)::before {
  inset-inline-start: calc(var(--inner-gutter) / -2);
  inset-inline-end: calc(var(--inner-gutter) / -2);
}
.grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1)::before {
  inset-inline-start: 0;
}
.grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+12)::before {
  inset-inline-end: 0;
}
.grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12)::before {
  border-bottom-width: 0;
}
.grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ *::before {
  border-bottom-width: 0;
}
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
  border-inline-end-width: 1px;
}
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+12)::after {
  border-inline-end-width: 0;
}
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+12)::after {
  top: 0;
}
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12)::after {
  bottom: 0;
}
.grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ li::after {
  bottom: 0;
}
@media (min-width: 750px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .md\:grid-line-x > *::before {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .md\:grid-line-xfull > *::before {
    content: attr(👻);
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .md\:grid-line-x-0 > *::before {
    content: none;
  }
  .md\:grid-line-y > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .md\:grid-line-yfull > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .md\:grid-line-yfull[class*="grid-line-x"] > *::after {
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .md\:grid-line-y-0 > *::after {
    content: none;
  }
  .md\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .md\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .md\:grid-line-x-1[class*="grid-line-x-"] > *::before {
    bottom: -0.0625rem;
  }
  .md\:grid-line-x-1[class*="grid-line-yfull"] > *::after {
    top: -0.0625rem;
    bottom: -0.0625rem;
  }
  .md\:grid-line-x-2[class*="grid-line-x-"] > *::before {
    bottom: -0.125rem;
  }
  .md\:grid-line-x-2[class*="grid-line-yfull"] > *::after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .md\:grid-line-x-3[class*="grid-line-x-"] > *::before {
    bottom: -0.1875rem;
  }
  .md\:grid-line-x-3[class*="grid-line-yfull"] > *::after {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }
  .md\:grid-line-x-4[class*="grid-line-x-"] > *::before {
    bottom: -0.25rem;
  }
  .md\:grid-line-x-4[class*="grid-line-yfull"] > *::after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .md\:grid-line-x-5[class*="grid-line-x-"] > *::before {
    bottom: -0.3125rem;
  }
  .md\:grid-line-x-5[class*="grid-line-yfull"] > *::after {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }
  .md\:grid-line-x-6[class*="grid-line-x-"] > *::before {
    bottom: -0.375rem;
  }
  .md\:grid-line-x-6[class*="grid-line-yfull"] > *::after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .md\:grid-line-x-7[class*="grid-line-x-"] > *::before {
    bottom: -0.4375rem;
  }
  .md\:grid-line-x-7[class*="grid-line-yfull"] > *::after {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }
  .md\:grid-line-x-8[class*="grid-line-x-"] > *::before {
    bottom: -0.5rem;
  }
  .md\:grid-line-x-8[class*="grid-line-yfull"] > *::after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .md\:grid-line-x-9[class*="grid-line-x-"] > *::before {
    bottom: -0.5625rem;
  }
  .md\:grid-line-x-9[class*="grid-line-yfull"] > *::after {
    top: -0.5625rem;
    bottom: -0.5625rem;
  }
  .md\:grid-line-x-10[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .md\:grid-line-x-10[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .md\:grid-line-x-12[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .md\:grid-line-x-12[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .md\:grid-line-x-16[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .md\:grid-line-x-16[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .md\:grid-line-x-20[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .md\:grid-line-x-20[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .md\:grid-line-x-24[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .md\:grid-line-x-24[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .md\:grid-line-x-28[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .md\:grid-line-x-28[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .md\:grid-line-x-32[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .md\:grid-line-x-32[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .md\:grid-line-x-36[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .md\:grid-line-x-36[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .md\:grid-line-x-40[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .md\:grid-line-x-40[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .md\:grid-line-x-44[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .md\:grid-line-x-44[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .md\:grid-line-x-48[class*="grid-line-x-"] > *::before {
    bottom: -3rem;
  }
  .md\:grid-line-x-48[class*="grid-line-yfull"] > *::after {
    top: -3rem;
    bottom: -3rem;
  }
  .md\:grid-line-x-52[class*="grid-line-x-"] > *::before {
    bottom: -3.25rem;
  }
  .md\:grid-line-x-52[class*="grid-line-yfull"] > *::after {
    top: -3.25rem;
    bottom: -3.25rem;
  }
  .md\:grid-line-x-56[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .md\:grid-line-x-56[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .md\:grid-line-x-60[class*="grid-line-x-"] > *::before {
    bottom: -3.75rem;
  }
  .md\:grid-line-x-60[class*="grid-line-yfull"] > *::after {
    top: -3.75rem;
    bottom: -3.75rem;
  }
  .md\:grid-line-x-64[class*="grid-line-x-"] > *::before {
    bottom: -4rem;
  }
  .md\:grid-line-x-64[class*="grid-line-yfull"] > *::after {
    top: -4rem;
    bottom: -4rem;
  }
  .md\:grid-line-x-68[class*="grid-line-x-"] > *::before {
    bottom: -4.25rem;
  }
  .md\:grid-line-x-68[class*="grid-line-yfull"] > *::after {
    top: -4.25rem;
    bottom: -4.25rem;
  }
  .md\:grid-line-x-72[class*="grid-line-x-"] > *::before {
    bottom: -4.5rem;
  }
  .md\:grid-line-x-72[class*="grid-line-yfull"] > *::after {
    top: -4.5rem;
    bottom: -4.5rem;
  }
  .md\:grid-line-x-76[class*="grid-line-x-"] > *::before {
    bottom: -4.75rem;
  }
  .md\:grid-line-x-76[class*="grid-line-yfull"] > *::after {
    top: -4.75rem;
    bottom: -4.75rem;
  }
  .md\:grid-line-x-80[class*="grid-line-x-"] > *::before {
    bottom: -5rem;
  }
  .md\:grid-line-x-80[class*="grid-line-yfull"] > *::after {
    top: -5rem;
    bottom: -5rem;
  }
  .md\:grid-line-x-84[class*="grid-line-x-"] > *::before {
    bottom: -5.25rem;
  }
  .md\:grid-line-x-84[class*="grid-line-yfull"] > *::after {
    top: -5.25rem;
    bottom: -5.25rem;
  }
  .md\:grid-line-x-88[class*="grid-line-x-"] > *::before {
    bottom: -5.5rem;
  }
  .md\:grid-line-x-88[class*="grid-line-yfull"] > *::after {
    top: -5.5rem;
    bottom: -5.5rem;
  }
  .md\:grid-line-x-92[class*="grid-line-x-"] > *::before {
    bottom: -5.75rem;
  }
  .md\:grid-line-x-92[class*="grid-line-yfull"] > *::after {
    top: -5.75rem;
    bottom: -5.75rem;
  }
  .md\:grid-line-x-96[class*="grid-line-x-"] > *::before {
    bottom: -6rem;
  }
  .md\:grid-line-x-96[class*="grid-line-yfull"] > *::after {
    top: -6rem;
    bottom: -6rem;
  }
  .md\:grid-line-x-100[class*="grid-line-x-"] > *::before {
    bottom: -6.25rem;
  }
  .md\:grid-line-x-100[class*="grid-line-yfull"] > *::after {
    top: -6.25rem;
    bottom: -6.25rem;
  }
  .md\:grid-line-x-safe-top[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-top);
  }
  .md\:grid-line-x-safe-top[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-top);
    bottom: -env(safe-area-inset-top);
  }
  .md\:grid-line-x-safe-bottom[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-bottom);
  }
  .md\:grid-line-x-safe-bottom[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-bottom);
    bottom: -env(safe-area-inset-bottom);
  }
  .md\:grid-line-x-safe-left[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-left);
  }
  .md\:grid-line-x-safe-left[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-left);
    bottom: -env(safe-area-inset-left);
  }
  .md\:grid-line-x-safe-right[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-right);
  }
  .md\:grid-line-x-safe-right[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-right);
    bottom: -env(safe-area-inset-right);
  }
  .md\:grid-line-x-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--inner-gutter);
  }
  .md\:grid-line-x-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--inner-gutter);
    bottom: -var(--inner-gutter);
  }
  .md\:grid-line-x-outer-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--outer-gutter, 0px);
  }
  .md\:grid-line-x-outer-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--outer-gutter, 0px);
    bottom: -var(--outer-gutter, 0px);
  }
  .md\:grid-line-x-default[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--black);
  }
  .md\:grid-line-y-default[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .md\:grid-line-xy-default[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--black);
  }
  .md\:grid-line-xy-default[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .md\:grid-line-x-inverse[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--white);
  }
  .md\:grid-line-y-inverse[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .md\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--white);
  }
  .md\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .md\:grid-line-x-inverse-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .md\:grid-line-y-inverse-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .md\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .md\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .md\:grid-line-x-inverse-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .md\:grid-line-y-inverse-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .md\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .md\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .md\:grid-line-x-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .md\:grid-line-y-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .md\:grid-line-xy-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .md\:grid-line-xy-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .md\:grid-line-x-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .md\:grid-line-y-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .md\:grid-line-xy-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .md\:grid-line-xy-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .md\:grid-line-x-softest[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .md\:grid-line-y-softest[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .md\:grid-line-xy-softest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .md\:grid-line-xy-softest[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .md\:grid-line-x-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .md\:grid-line-y-accent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .md\:grid-line-xy-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .md\:grid-line-xy-accent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .md\:grid-line-x-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .md\:grid-line-y-error[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .md\:grid-line-xy-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .md\:grid-line-xy-error[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .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-inline-end-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-inline-end-color: currentColor;
  }
  .md\:grid-line-x-transparent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .md\:grid-line-y-transparent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .md\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .md\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .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 {
    inset-inline-start: 0;
    inset-inline-end: 0;
  }
  .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    inset-inline-end: 0;
  }
  .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-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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    inset-inline-end: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):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-inline-end-width: 1px;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-inline-end-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(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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;
  }
  .md\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    inset-inline-end: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-inline-end-width: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    inset-inline-end: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-inline-end-width: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-9[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-9[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+9)::before {
    inset-inline-end: 0;
  }
  .md\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .md\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+9)::after {
    border-inline-end-width: 0;
  }
  .md\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+9)::after {
    top: 0;
  }
  .md\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9)::after {
    bottom: 0;
  }
  .md\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-10[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-10[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+10)::before {
    inset-inline-end: 0;
  }
  .md\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .md\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+10)::after {
    border-inline-end-width: 0;
  }
  .md\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+10)::after {
    top: 0;
  }
  .md\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10)::after {
    bottom: 0;
  }
  .md\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-11[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-11[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+11)::before {
    inset-inline-end: 0;
  }
  .md\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .md\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+11)::after {
    border-inline-end-width: 0;
  }
  .md\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+11)::after {
    top: 0;
  }
  .md\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11)::after {
    bottom: 0;
  }
  .md\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ li::after {
    bottom: 0;
  }
  .md\:grid-cols-12[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .md\:grid-cols-12[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .md\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1)::before {
    inset-inline-start: 0;
  }
  .md\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+12)::before {
    inset-inline-end: 0;
  }
  .md\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12)::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ *::before {
    border-bottom-width: 0;
  }
  .md\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .md\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+12)::after {
    border-inline-end-width: 0;
  }
  .md\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+12)::after {
    top: 0;
  }
  .md\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12)::after {
    bottom: 0;
  }
  .md\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 900px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .lg\:grid-line-x > *::before {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .lg\:grid-line-xfull > *::before {
    content: attr(👻);
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .lg\:grid-line-x-0 > *::before {
    content: none;
  }
  .lg\:grid-line-y > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .lg\:grid-line-yfull > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .lg\:grid-line-yfull[class*="grid-line-x"] > *::after {
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .lg\:grid-line-y-0 > *::after {
    content: none;
  }
  .lg\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .lg\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .lg\:grid-line-x-1[class*="grid-line-x-"] > *::before {
    bottom: -0.0625rem;
  }
  .lg\:grid-line-x-1[class*="grid-line-yfull"] > *::after {
    top: -0.0625rem;
    bottom: -0.0625rem;
  }
  .lg\:grid-line-x-2[class*="grid-line-x-"] > *::before {
    bottom: -0.125rem;
  }
  .lg\:grid-line-x-2[class*="grid-line-yfull"] > *::after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .lg\:grid-line-x-3[class*="grid-line-x-"] > *::before {
    bottom: -0.1875rem;
  }
  .lg\:grid-line-x-3[class*="grid-line-yfull"] > *::after {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }
  .lg\:grid-line-x-4[class*="grid-line-x-"] > *::before {
    bottom: -0.25rem;
  }
  .lg\:grid-line-x-4[class*="grid-line-yfull"] > *::after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .lg\:grid-line-x-5[class*="grid-line-x-"] > *::before {
    bottom: -0.3125rem;
  }
  .lg\:grid-line-x-5[class*="grid-line-yfull"] > *::after {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }
  .lg\:grid-line-x-6[class*="grid-line-x-"] > *::before {
    bottom: -0.375rem;
  }
  .lg\:grid-line-x-6[class*="grid-line-yfull"] > *::after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .lg\:grid-line-x-7[class*="grid-line-x-"] > *::before {
    bottom: -0.4375rem;
  }
  .lg\:grid-line-x-7[class*="grid-line-yfull"] > *::after {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }
  .lg\:grid-line-x-8[class*="grid-line-x-"] > *::before {
    bottom: -0.5rem;
  }
  .lg\:grid-line-x-8[class*="grid-line-yfull"] > *::after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .lg\:grid-line-x-9[class*="grid-line-x-"] > *::before {
    bottom: -0.5625rem;
  }
  .lg\:grid-line-x-9[class*="grid-line-yfull"] > *::after {
    top: -0.5625rem;
    bottom: -0.5625rem;
  }
  .lg\:grid-line-x-10[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .lg\:grid-line-x-10[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .lg\:grid-line-x-12[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .lg\:grid-line-x-12[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .lg\:grid-line-x-16[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .lg\:grid-line-x-16[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .lg\:grid-line-x-20[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .lg\:grid-line-x-20[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .lg\:grid-line-x-24[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .lg\:grid-line-x-24[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .lg\:grid-line-x-28[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .lg\:grid-line-x-28[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .lg\:grid-line-x-32[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .lg\:grid-line-x-32[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .lg\:grid-line-x-36[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .lg\:grid-line-x-36[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .lg\:grid-line-x-40[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .lg\:grid-line-x-40[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .lg\:grid-line-x-44[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .lg\:grid-line-x-44[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .lg\:grid-line-x-48[class*="grid-line-x-"] > *::before {
    bottom: -3rem;
  }
  .lg\:grid-line-x-48[class*="grid-line-yfull"] > *::after {
    top: -3rem;
    bottom: -3rem;
  }
  .lg\:grid-line-x-52[class*="grid-line-x-"] > *::before {
    bottom: -3.25rem;
  }
  .lg\:grid-line-x-52[class*="grid-line-yfull"] > *::after {
    top: -3.25rem;
    bottom: -3.25rem;
  }
  .lg\:grid-line-x-56[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .lg\:grid-line-x-56[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .lg\:grid-line-x-60[class*="grid-line-x-"] > *::before {
    bottom: -3.75rem;
  }
  .lg\:grid-line-x-60[class*="grid-line-yfull"] > *::after {
    top: -3.75rem;
    bottom: -3.75rem;
  }
  .lg\:grid-line-x-64[class*="grid-line-x-"] > *::before {
    bottom: -4rem;
  }
  .lg\:grid-line-x-64[class*="grid-line-yfull"] > *::after {
    top: -4rem;
    bottom: -4rem;
  }
  .lg\:grid-line-x-68[class*="grid-line-x-"] > *::before {
    bottom: -4.25rem;
  }
  .lg\:grid-line-x-68[class*="grid-line-yfull"] > *::after {
    top: -4.25rem;
    bottom: -4.25rem;
  }
  .lg\:grid-line-x-72[class*="grid-line-x-"] > *::before {
    bottom: -4.5rem;
  }
  .lg\:grid-line-x-72[class*="grid-line-yfull"] > *::after {
    top: -4.5rem;
    bottom: -4.5rem;
  }
  .lg\:grid-line-x-76[class*="grid-line-x-"] > *::before {
    bottom: -4.75rem;
  }
  .lg\:grid-line-x-76[class*="grid-line-yfull"] > *::after {
    top: -4.75rem;
    bottom: -4.75rem;
  }
  .lg\:grid-line-x-80[class*="grid-line-x-"] > *::before {
    bottom: -5rem;
  }
  .lg\:grid-line-x-80[class*="grid-line-yfull"] > *::after {
    top: -5rem;
    bottom: -5rem;
  }
  .lg\:grid-line-x-84[class*="grid-line-x-"] > *::before {
    bottom: -5.25rem;
  }
  .lg\:grid-line-x-84[class*="grid-line-yfull"] > *::after {
    top: -5.25rem;
    bottom: -5.25rem;
  }
  .lg\:grid-line-x-88[class*="grid-line-x-"] > *::before {
    bottom: -5.5rem;
  }
  .lg\:grid-line-x-88[class*="grid-line-yfull"] > *::after {
    top: -5.5rem;
    bottom: -5.5rem;
  }
  .lg\:grid-line-x-92[class*="grid-line-x-"] > *::before {
    bottom: -5.75rem;
  }
  .lg\:grid-line-x-92[class*="grid-line-yfull"] > *::after {
    top: -5.75rem;
    bottom: -5.75rem;
  }
  .lg\:grid-line-x-96[class*="grid-line-x-"] > *::before {
    bottom: -6rem;
  }
  .lg\:grid-line-x-96[class*="grid-line-yfull"] > *::after {
    top: -6rem;
    bottom: -6rem;
  }
  .lg\:grid-line-x-100[class*="grid-line-x-"] > *::before {
    bottom: -6.25rem;
  }
  .lg\:grid-line-x-100[class*="grid-line-yfull"] > *::after {
    top: -6.25rem;
    bottom: -6.25rem;
  }
  .lg\:grid-line-x-safe-top[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-top);
  }
  .lg\:grid-line-x-safe-top[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-top);
    bottom: -env(safe-area-inset-top);
  }
  .lg\:grid-line-x-safe-bottom[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-bottom);
  }
  .lg\:grid-line-x-safe-bottom[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-bottom);
    bottom: -env(safe-area-inset-bottom);
  }
  .lg\:grid-line-x-safe-left[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-left);
  }
  .lg\:grid-line-x-safe-left[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-left);
    bottom: -env(safe-area-inset-left);
  }
  .lg\:grid-line-x-safe-right[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-right);
  }
  .lg\:grid-line-x-safe-right[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-right);
    bottom: -env(safe-area-inset-right);
  }
  .lg\:grid-line-x-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--inner-gutter);
  }
  .lg\:grid-line-x-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--inner-gutter);
    bottom: -var(--inner-gutter);
  }
  .lg\:grid-line-x-outer-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--outer-gutter, 0px);
  }
  .lg\:grid-line-x-outer-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--outer-gutter, 0px);
    bottom: -var(--outer-gutter, 0px);
  }
  .lg\:grid-line-x-default[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--black);
  }
  .lg\:grid-line-y-default[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .lg\:grid-line-xy-default[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--black);
  }
  .lg\:grid-line-xy-default[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .lg\:grid-line-x-inverse[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--white);
  }
  .lg\:grid-line-y-inverse[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .lg\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--white);
  }
  .lg\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .lg\:grid-line-x-inverse-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .lg\:grid-line-y-inverse-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .lg\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .lg\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .lg\:grid-line-x-inverse-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .lg\:grid-line-y-inverse-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .lg\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .lg\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .lg\:grid-line-x-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .lg\:grid-line-y-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .lg\:grid-line-xy-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .lg\:grid-line-xy-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .lg\:grid-line-x-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .lg\:grid-line-y-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .lg\:grid-line-xy-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .lg\:grid-line-xy-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .lg\:grid-line-x-softest[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .lg\:grid-line-y-softest[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .lg\:grid-line-xy-softest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .lg\:grid-line-xy-softest[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .lg\:grid-line-x-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .lg\:grid-line-y-accent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .lg\:grid-line-xy-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .lg\:grid-line-xy-accent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .lg\:grid-line-x-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .lg\:grid-line-y-error[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .lg\:grid-line-xy-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .lg\:grid-line-xy-error[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .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-inline-end-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-inline-end-color: currentColor;
  }
  .lg\:grid-line-x-transparent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .lg\:grid-line-y-transparent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .lg\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .lg\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .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 {
    inset-inline-start: 0;
    inset-inline-end: 0;
  }
  .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    inset-inline-end: 0;
  }
  .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-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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    inset-inline-end: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):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-inline-end-width: 1px;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-inline-end-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(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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;
  }
  .lg\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    inset-inline-end: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-inline-end-width: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    inset-inline-end: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-inline-end-width: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-9[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-9[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+9)::before {
    inset-inline-end: 0;
  }
  .lg\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .lg\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+9)::after {
    border-inline-end-width: 0;
  }
  .lg\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+9)::after {
    top: 0;
  }
  .lg\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9)::after {
    bottom: 0;
  }
  .lg\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-10[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-10[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+10)::before {
    inset-inline-end: 0;
  }
  .lg\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .lg\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+10)::after {
    border-inline-end-width: 0;
  }
  .lg\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+10)::after {
    top: 0;
  }
  .lg\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10)::after {
    bottom: 0;
  }
  .lg\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-11[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-11[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+11)::before {
    inset-inline-end: 0;
  }
  .lg\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .lg\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+11)::after {
    border-inline-end-width: 0;
  }
  .lg\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+11)::after {
    top: 0;
  }
  .lg\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11)::after {
    bottom: 0;
  }
  .lg\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ li::after {
    bottom: 0;
  }
  .lg\:grid-cols-12[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .lg\:grid-cols-12[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .lg\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1)::before {
    inset-inline-start: 0;
  }
  .lg\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+12)::before {
    inset-inline-end: 0;
  }
  .lg\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12)::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ *::before {
    border-bottom-width: 0;
  }
  .lg\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .lg\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+12)::after {
    border-inline-end-width: 0;
  }
  .lg\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+12)::after {
    top: 0;
  }
  .lg\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12)::after {
    bottom: 0;
  }
  .lg\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .xl\:grid-line-x > *::before {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xl\:grid-line-xfull > *::before {
    content: attr(👻);
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xl\:grid-line-x-0 > *::before {
    content: none;
  }
  .xl\:grid-line-y > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xl\:grid-line-yfull > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xl\:grid-line-yfull[class*="grid-line-x"] > *::after {
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xl\:grid-line-y-0 > *::after {
    content: none;
  }
  .xl\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .xl\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .xl\:grid-line-x-1[class*="grid-line-x-"] > *::before {
    bottom: -0.0625rem;
  }
  .xl\:grid-line-x-1[class*="grid-line-yfull"] > *::after {
    top: -0.0625rem;
    bottom: -0.0625rem;
  }
  .xl\:grid-line-x-2[class*="grid-line-x-"] > *::before {
    bottom: -0.125rem;
  }
  .xl\:grid-line-x-2[class*="grid-line-yfull"] > *::after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .xl\:grid-line-x-3[class*="grid-line-x-"] > *::before {
    bottom: -0.1875rem;
  }
  .xl\:grid-line-x-3[class*="grid-line-yfull"] > *::after {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }
  .xl\:grid-line-x-4[class*="grid-line-x-"] > *::before {
    bottom: -0.25rem;
  }
  .xl\:grid-line-x-4[class*="grid-line-yfull"] > *::after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .xl\:grid-line-x-5[class*="grid-line-x-"] > *::before {
    bottom: -0.3125rem;
  }
  .xl\:grid-line-x-5[class*="grid-line-yfull"] > *::after {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }
  .xl\:grid-line-x-6[class*="grid-line-x-"] > *::before {
    bottom: -0.375rem;
  }
  .xl\:grid-line-x-6[class*="grid-line-yfull"] > *::after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .xl\:grid-line-x-7[class*="grid-line-x-"] > *::before {
    bottom: -0.4375rem;
  }
  .xl\:grid-line-x-7[class*="grid-line-yfull"] > *::after {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }
  .xl\:grid-line-x-8[class*="grid-line-x-"] > *::before {
    bottom: -0.5rem;
  }
  .xl\:grid-line-x-8[class*="grid-line-yfull"] > *::after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .xl\:grid-line-x-9[class*="grid-line-x-"] > *::before {
    bottom: -0.5625rem;
  }
  .xl\:grid-line-x-9[class*="grid-line-yfull"] > *::after {
    top: -0.5625rem;
    bottom: -0.5625rem;
  }
  .xl\:grid-line-x-10[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .xl\:grid-line-x-10[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .xl\:grid-line-x-12[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .xl\:grid-line-x-12[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .xl\:grid-line-x-16[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .xl\:grid-line-x-16[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .xl\:grid-line-x-20[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .xl\:grid-line-x-20[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .xl\:grid-line-x-24[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .xl\:grid-line-x-24[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .xl\:grid-line-x-28[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .xl\:grid-line-x-28[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .xl\:grid-line-x-32[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .xl\:grid-line-x-32[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .xl\:grid-line-x-36[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .xl\:grid-line-x-36[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .xl\:grid-line-x-40[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .xl\:grid-line-x-40[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .xl\:grid-line-x-44[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .xl\:grid-line-x-44[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .xl\:grid-line-x-48[class*="grid-line-x-"] > *::before {
    bottom: -3rem;
  }
  .xl\:grid-line-x-48[class*="grid-line-yfull"] > *::after {
    top: -3rem;
    bottom: -3rem;
  }
  .xl\:grid-line-x-52[class*="grid-line-x-"] > *::before {
    bottom: -3.25rem;
  }
  .xl\:grid-line-x-52[class*="grid-line-yfull"] > *::after {
    top: -3.25rem;
    bottom: -3.25rem;
  }
  .xl\:grid-line-x-56[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .xl\:grid-line-x-56[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .xl\:grid-line-x-60[class*="grid-line-x-"] > *::before {
    bottom: -3.75rem;
  }
  .xl\:grid-line-x-60[class*="grid-line-yfull"] > *::after {
    top: -3.75rem;
    bottom: -3.75rem;
  }
  .xl\:grid-line-x-64[class*="grid-line-x-"] > *::before {
    bottom: -4rem;
  }
  .xl\:grid-line-x-64[class*="grid-line-yfull"] > *::after {
    top: -4rem;
    bottom: -4rem;
  }
  .xl\:grid-line-x-68[class*="grid-line-x-"] > *::before {
    bottom: -4.25rem;
  }
  .xl\:grid-line-x-68[class*="grid-line-yfull"] > *::after {
    top: -4.25rem;
    bottom: -4.25rem;
  }
  .xl\:grid-line-x-72[class*="grid-line-x-"] > *::before {
    bottom: -4.5rem;
  }
  .xl\:grid-line-x-72[class*="grid-line-yfull"] > *::after {
    top: -4.5rem;
    bottom: -4.5rem;
  }
  .xl\:grid-line-x-76[class*="grid-line-x-"] > *::before {
    bottom: -4.75rem;
  }
  .xl\:grid-line-x-76[class*="grid-line-yfull"] > *::after {
    top: -4.75rem;
    bottom: -4.75rem;
  }
  .xl\:grid-line-x-80[class*="grid-line-x-"] > *::before {
    bottom: -5rem;
  }
  .xl\:grid-line-x-80[class*="grid-line-yfull"] > *::after {
    top: -5rem;
    bottom: -5rem;
  }
  .xl\:grid-line-x-84[class*="grid-line-x-"] > *::before {
    bottom: -5.25rem;
  }
  .xl\:grid-line-x-84[class*="grid-line-yfull"] > *::after {
    top: -5.25rem;
    bottom: -5.25rem;
  }
  .xl\:grid-line-x-88[class*="grid-line-x-"] > *::before {
    bottom: -5.5rem;
  }
  .xl\:grid-line-x-88[class*="grid-line-yfull"] > *::after {
    top: -5.5rem;
    bottom: -5.5rem;
  }
  .xl\:grid-line-x-92[class*="grid-line-x-"] > *::before {
    bottom: -5.75rem;
  }
  .xl\:grid-line-x-92[class*="grid-line-yfull"] > *::after {
    top: -5.75rem;
    bottom: -5.75rem;
  }
  .xl\:grid-line-x-96[class*="grid-line-x-"] > *::before {
    bottom: -6rem;
  }
  .xl\:grid-line-x-96[class*="grid-line-yfull"] > *::after {
    top: -6rem;
    bottom: -6rem;
  }
  .xl\:grid-line-x-100[class*="grid-line-x-"] > *::before {
    bottom: -6.25rem;
  }
  .xl\:grid-line-x-100[class*="grid-line-yfull"] > *::after {
    top: -6.25rem;
    bottom: -6.25rem;
  }
  .xl\:grid-line-x-safe-top[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-top);
  }
  .xl\:grid-line-x-safe-top[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-top);
    bottom: -env(safe-area-inset-top);
  }
  .xl\:grid-line-x-safe-bottom[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-bottom);
  }
  .xl\:grid-line-x-safe-bottom[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-bottom);
    bottom: -env(safe-area-inset-bottom);
  }
  .xl\:grid-line-x-safe-left[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-left);
  }
  .xl\:grid-line-x-safe-left[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-left);
    bottom: -env(safe-area-inset-left);
  }
  .xl\:grid-line-x-safe-right[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-right);
  }
  .xl\:grid-line-x-safe-right[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-right);
    bottom: -env(safe-area-inset-right);
  }
  .xl\:grid-line-x-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--inner-gutter);
  }
  .xl\:grid-line-x-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--inner-gutter);
    bottom: -var(--inner-gutter);
  }
  .xl\:grid-line-x-outer-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--outer-gutter, 0px);
  }
  .xl\:grid-line-x-outer-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--outer-gutter, 0px);
    bottom: -var(--outer-gutter, 0px);
  }
  .xl\:grid-line-x-default[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--black);
  }
  .xl\:grid-line-y-default[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .xl\:grid-line-xy-default[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--black);
  }
  .xl\:grid-line-xy-default[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .xl\:grid-line-x-inverse[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--white);
  }
  .xl\:grid-line-y-inverse[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .xl\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--white);
  }
  .xl\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .xl\:grid-line-x-inverse-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .xl\:grid-line-y-inverse-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .xl\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .xl\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .xl\:grid-line-x-inverse-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .xl\:grid-line-y-inverse-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .xl\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .xl\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .xl\:grid-line-x-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .xl\:grid-line-y-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .xl\:grid-line-xy-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .xl\:grid-line-xy-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .xl\:grid-line-x-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .xl\:grid-line-y-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .xl\:grid-line-xy-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .xl\:grid-line-xy-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .xl\:grid-line-x-softest[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .xl\:grid-line-y-softest[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .xl\:grid-line-xy-softest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .xl\:grid-line-xy-softest[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .xl\:grid-line-x-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .xl\:grid-line-y-accent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .xl\:grid-line-xy-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .xl\:grid-line-xy-accent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .xl\:grid-line-x-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .xl\:grid-line-y-error[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .xl\:grid-line-xy-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .xl\:grid-line-xy-error[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .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-inline-end-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-inline-end-color: currentColor;
  }
  .xl\:grid-line-x-transparent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .xl\:grid-line-y-transparent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .xl\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .xl\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .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 {
    inset-inline-start: 0;
    inset-inline-end: 0;
  }
  .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    inset-inline-end: 0;
  }
  .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-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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    inset-inline-end: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):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-inline-end-width: 1px;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-inline-end-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(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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;
  }
  .xl\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    inset-inline-end: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-inline-end-width: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    inset-inline-end: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-inline-end-width: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-9[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-9[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+9)::before {
    inset-inline-end: 0;
  }
  .xl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+9)::after {
    border-inline-end-width: 0;
  }
  .xl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+9)::after {
    top: 0;
  }
  .xl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9)::after {
    bottom: 0;
  }
  .xl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-10[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-10[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+10)::before {
    inset-inline-end: 0;
  }
  .xl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+10)::after {
    border-inline-end-width: 0;
  }
  .xl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+10)::after {
    top: 0;
  }
  .xl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10)::after {
    bottom: 0;
  }
  .xl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-11[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-11[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+11)::before {
    inset-inline-end: 0;
  }
  .xl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+11)::after {
    border-inline-end-width: 0;
  }
  .xl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+11)::after {
    top: 0;
  }
  .xl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11)::after {
    bottom: 0;
  }
  .xl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ li::after {
    bottom: 0;
  }
  .xl\:grid-cols-12[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xl\:grid-cols-12[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1)::before {
    inset-inline-start: 0;
  }
  .xl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+12)::before {
    inset-inline-end: 0;
  }
  .xl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12)::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ *::before {
    border-bottom-width: 0;
  }
  .xl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+12)::after {
    border-inline-end-width: 0;
  }
  .xl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+12)::after {
    top: 0;
  }
  .xl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12)::after {
    bottom: 0;
  }
  .xl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .xxl\:grid-line-x > *::before {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xxl\:grid-line-xfull > *::before {
    content: attr(👻);
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xxl\:grid-line-x-0 > *::before {
    content: none;
  }
  .xxl\:grid-line-y > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xxl\:grid-line-yfull > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xxl\:grid-line-yfull[class*="grid-line-x"] > *::after {
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xxl\:grid-line-y-0 > *::after {
    content: none;
  }
  .xxl\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .xxl\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .xxl\:grid-line-x-1[class*="grid-line-x-"] > *::before {
    bottom: -0.0625rem;
  }
  .xxl\:grid-line-x-1[class*="grid-line-yfull"] > *::after {
    top: -0.0625rem;
    bottom: -0.0625rem;
  }
  .xxl\:grid-line-x-2[class*="grid-line-x-"] > *::before {
    bottom: -0.125rem;
  }
  .xxl\:grid-line-x-2[class*="grid-line-yfull"] > *::after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .xxl\:grid-line-x-3[class*="grid-line-x-"] > *::before {
    bottom: -0.1875rem;
  }
  .xxl\:grid-line-x-3[class*="grid-line-yfull"] > *::after {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }
  .xxl\:grid-line-x-4[class*="grid-line-x-"] > *::before {
    bottom: -0.25rem;
  }
  .xxl\:grid-line-x-4[class*="grid-line-yfull"] > *::after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .xxl\:grid-line-x-5[class*="grid-line-x-"] > *::before {
    bottom: -0.3125rem;
  }
  .xxl\:grid-line-x-5[class*="grid-line-yfull"] > *::after {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }
  .xxl\:grid-line-x-6[class*="grid-line-x-"] > *::before {
    bottom: -0.375rem;
  }
  .xxl\:grid-line-x-6[class*="grid-line-yfull"] > *::after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .xxl\:grid-line-x-7[class*="grid-line-x-"] > *::before {
    bottom: -0.4375rem;
  }
  .xxl\:grid-line-x-7[class*="grid-line-yfull"] > *::after {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }
  .xxl\:grid-line-x-8[class*="grid-line-x-"] > *::before {
    bottom: -0.5rem;
  }
  .xxl\:grid-line-x-8[class*="grid-line-yfull"] > *::after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .xxl\:grid-line-x-9[class*="grid-line-x-"] > *::before {
    bottom: -0.5625rem;
  }
  .xxl\:grid-line-x-9[class*="grid-line-yfull"] > *::after {
    top: -0.5625rem;
    bottom: -0.5625rem;
  }
  .xxl\:grid-line-x-10[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .xxl\:grid-line-x-10[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .xxl\:grid-line-x-12[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .xxl\:grid-line-x-12[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .xxl\:grid-line-x-16[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .xxl\:grid-line-x-16[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .xxl\:grid-line-x-20[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .xxl\:grid-line-x-20[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .xxl\:grid-line-x-24[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .xxl\:grid-line-x-24[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .xxl\:grid-line-x-28[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .xxl\:grid-line-x-28[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .xxl\:grid-line-x-32[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .xxl\:grid-line-x-32[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .xxl\:grid-line-x-36[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .xxl\:grid-line-x-36[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .xxl\:grid-line-x-40[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .xxl\:grid-line-x-40[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .xxl\:grid-line-x-44[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .xxl\:grid-line-x-44[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .xxl\:grid-line-x-48[class*="grid-line-x-"] > *::before {
    bottom: -3rem;
  }
  .xxl\:grid-line-x-48[class*="grid-line-yfull"] > *::after {
    top: -3rem;
    bottom: -3rem;
  }
  .xxl\:grid-line-x-52[class*="grid-line-x-"] > *::before {
    bottom: -3.25rem;
  }
  .xxl\:grid-line-x-52[class*="grid-line-yfull"] > *::after {
    top: -3.25rem;
    bottom: -3.25rem;
  }
  .xxl\:grid-line-x-56[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .xxl\:grid-line-x-56[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .xxl\:grid-line-x-60[class*="grid-line-x-"] > *::before {
    bottom: -3.75rem;
  }
  .xxl\:grid-line-x-60[class*="grid-line-yfull"] > *::after {
    top: -3.75rem;
    bottom: -3.75rem;
  }
  .xxl\:grid-line-x-64[class*="grid-line-x-"] > *::before {
    bottom: -4rem;
  }
  .xxl\:grid-line-x-64[class*="grid-line-yfull"] > *::after {
    top: -4rem;
    bottom: -4rem;
  }
  .xxl\:grid-line-x-68[class*="grid-line-x-"] > *::before {
    bottom: -4.25rem;
  }
  .xxl\:grid-line-x-68[class*="grid-line-yfull"] > *::after {
    top: -4.25rem;
    bottom: -4.25rem;
  }
  .xxl\:grid-line-x-72[class*="grid-line-x-"] > *::before {
    bottom: -4.5rem;
  }
  .xxl\:grid-line-x-72[class*="grid-line-yfull"] > *::after {
    top: -4.5rem;
    bottom: -4.5rem;
  }
  .xxl\:grid-line-x-76[class*="grid-line-x-"] > *::before {
    bottom: -4.75rem;
  }
  .xxl\:grid-line-x-76[class*="grid-line-yfull"] > *::after {
    top: -4.75rem;
    bottom: -4.75rem;
  }
  .xxl\:grid-line-x-80[class*="grid-line-x-"] > *::before {
    bottom: -5rem;
  }
  .xxl\:grid-line-x-80[class*="grid-line-yfull"] > *::after {
    top: -5rem;
    bottom: -5rem;
  }
  .xxl\:grid-line-x-84[class*="grid-line-x-"] > *::before {
    bottom: -5.25rem;
  }
  .xxl\:grid-line-x-84[class*="grid-line-yfull"] > *::after {
    top: -5.25rem;
    bottom: -5.25rem;
  }
  .xxl\:grid-line-x-88[class*="grid-line-x-"] > *::before {
    bottom: -5.5rem;
  }
  .xxl\:grid-line-x-88[class*="grid-line-yfull"] > *::after {
    top: -5.5rem;
    bottom: -5.5rem;
  }
  .xxl\:grid-line-x-92[class*="grid-line-x-"] > *::before {
    bottom: -5.75rem;
  }
  .xxl\:grid-line-x-92[class*="grid-line-yfull"] > *::after {
    top: -5.75rem;
    bottom: -5.75rem;
  }
  .xxl\:grid-line-x-96[class*="grid-line-x-"] > *::before {
    bottom: -6rem;
  }
  .xxl\:grid-line-x-96[class*="grid-line-yfull"] > *::after {
    top: -6rem;
    bottom: -6rem;
  }
  .xxl\:grid-line-x-100[class*="grid-line-x-"] > *::before {
    bottom: -6.25rem;
  }
  .xxl\:grid-line-x-100[class*="grid-line-yfull"] > *::after {
    top: -6.25rem;
    bottom: -6.25rem;
  }
  .xxl\:grid-line-x-safe-top[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-top);
  }
  .xxl\:grid-line-x-safe-top[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-top);
    bottom: -env(safe-area-inset-top);
  }
  .xxl\:grid-line-x-safe-bottom[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-bottom);
  }
  .xxl\:grid-line-x-safe-bottom[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-bottom);
    bottom: -env(safe-area-inset-bottom);
  }
  .xxl\:grid-line-x-safe-left[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-left);
  }
  .xxl\:grid-line-x-safe-left[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-left);
    bottom: -env(safe-area-inset-left);
  }
  .xxl\:grid-line-x-safe-right[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-right);
  }
  .xxl\:grid-line-x-safe-right[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-right);
    bottom: -env(safe-area-inset-right);
  }
  .xxl\:grid-line-x-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--inner-gutter);
  }
  .xxl\:grid-line-x-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--inner-gutter);
    bottom: -var(--inner-gutter);
  }
  .xxl\:grid-line-x-outer-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--outer-gutter, 0px);
  }
  .xxl\:grid-line-x-outer-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--outer-gutter, 0px);
    bottom: -var(--outer-gutter, 0px);
  }
  .xxl\:grid-line-x-default[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--black);
  }
  .xxl\:grid-line-y-default[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .xxl\:grid-line-xy-default[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--black);
  }
  .xxl\:grid-line-xy-default[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .xxl\:grid-line-x-inverse[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--white);
  }
  .xxl\:grid-line-y-inverse[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .xxl\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--white);
  }
  .xxl\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .xxl\:grid-line-x-inverse-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .xxl\:grid-line-y-inverse-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .xxl\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .xxl\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .xxl\:grid-line-x-inverse-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .xxl\:grid-line-y-inverse-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .xxl\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .xxl\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .xxl\:grid-line-x-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .xxl\:grid-line-y-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .xxl\:grid-line-xy-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .xxl\:grid-line-xy-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .xxl\:grid-line-x-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .xxl\:grid-line-y-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .xxl\:grid-line-xy-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .xxl\:grid-line-xy-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .xxl\:grid-line-x-softest[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .xxl\:grid-line-y-softest[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .xxl\:grid-line-xy-softest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .xxl\:grid-line-xy-softest[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .xxl\:grid-line-x-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .xxl\:grid-line-y-accent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .xxl\:grid-line-xy-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .xxl\:grid-line-xy-accent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .xxl\:grid-line-x-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .xxl\:grid-line-y-error[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .xxl\:grid-line-xy-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .xxl\:grid-line-xy-error[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .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-inline-end-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-inline-end-color: currentColor;
  }
  .xxl\:grid-line-x-transparent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .xxl\:grid-line-y-transparent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .xxl\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .xxl\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .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 {
    inset-inline-start: 0;
    inset-inline-end: 0;
  }
  .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    inset-inline-end: 0;
  }
  .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-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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    inset-inline-end: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):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-inline-end-width: 1px;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-inline-end-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(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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 {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    inset-inline-end: 0;
  }
  .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-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-inline-end-width: 1px;
  }
  .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-inline-end-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 {
    bottom: 0;
  }
  .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;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    inset-inline-end: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-inline-end-width: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    inset-inline-end: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-inline-end-width: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-9[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-9[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+9)::before {
    inset-inline-end: 0;
  }
  .xxl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+9)::after {
    border-inline-end-width: 0;
  }
  .xxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+9)::after {
    top: 0;
  }
  .xxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-10[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-10[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+10)::before {
    inset-inline-end: 0;
  }
  .xxl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+10)::after {
    border-inline-end-width: 0;
  }
  .xxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+10)::after {
    top: 0;
  }
  .xxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-11[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-11[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+11)::before {
    inset-inline-end: 0;
  }
  .xxl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+11)::after {
    border-inline-end-width: 0;
  }
  .xxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+11)::after {
    top: 0;
  }
  .xxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ li::after {
    bottom: 0;
  }
  .xxl\:grid-cols-12[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxl\:grid-cols-12[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1)::before {
    inset-inline-start: 0;
  }
  .xxl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+12)::before {
    inset-inline-end: 0;
  }
  .xxl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12)::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ *::before {
    border-bottom-width: 0;
  }
  .xxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+12)::after {
    border-inline-end-width: 0;
  }
  .xxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+12)::after {
    top: 0;
  }
  .xxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12)::after {
    bottom: 0;
  }
  .xxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ li::after {
    bottom: 0;
  }
}
@media (min-width: 2200px) {
  [class*="grid-line-"] > * {
    position: relative;
  }
  [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .xxxl\:grid-line-x > *::before {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: 0;
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xxxl\:grid-line-xfull > *::before {
    content: attr(👻);
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: calc(var(--inner-gutter) / -2);
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
  }
  .xxxl\:grid-line-x-0 > *::before {
    content: none;
  }
  .xxxl\:grid-line-y > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xxxl\:grid-line-yfull > *::after {
    content: attr(👻);
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -1);
    bottom: 0;
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xxxl\:grid-line-yfull[class*="grid-line-x"] > *::after {
    inset-inline-start: 0;
    inset-inline-end: calc(var(--inner-gutter) / -2);
    top: calc(var(--inner-gutter) / -2);
    bottom: calc(var(--inner-gutter) / -2);
    border-inline-start: 0 solid transparent;
    border-inline-end: 0 solid transparent;
  }
  .xxxl\:grid-line-y-0 > *::after {
    content: none;
  }
  .xxxl\:grid-line-x-0[class*="grid-line-x-"] > *::before {
    bottom: -0rem;
  }
  .xxxl\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
    top: -0rem;
    bottom: -0rem;
  }
  .xxxl\:grid-line-x-1[class*="grid-line-x-"] > *::before {
    bottom: -0.0625rem;
  }
  .xxxl\:grid-line-x-1[class*="grid-line-yfull"] > *::after {
    top: -0.0625rem;
    bottom: -0.0625rem;
  }
  .xxxl\:grid-line-x-2[class*="grid-line-x-"] > *::before {
    bottom: -0.125rem;
  }
  .xxxl\:grid-line-x-2[class*="grid-line-yfull"] > *::after {
    top: -0.125rem;
    bottom: -0.125rem;
  }
  .xxxl\:grid-line-x-3[class*="grid-line-x-"] > *::before {
    bottom: -0.1875rem;
  }
  .xxxl\:grid-line-x-3[class*="grid-line-yfull"] > *::after {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }
  .xxxl\:grid-line-x-4[class*="grid-line-x-"] > *::before {
    bottom: -0.25rem;
  }
  .xxxl\:grid-line-x-4[class*="grid-line-yfull"] > *::after {
    top: -0.25rem;
    bottom: -0.25rem;
  }
  .xxxl\:grid-line-x-5[class*="grid-line-x-"] > *::before {
    bottom: -0.3125rem;
  }
  .xxxl\:grid-line-x-5[class*="grid-line-yfull"] > *::after {
    top: -0.3125rem;
    bottom: -0.3125rem;
  }
  .xxxl\:grid-line-x-6[class*="grid-line-x-"] > *::before {
    bottom: -0.375rem;
  }
  .xxxl\:grid-line-x-6[class*="grid-line-yfull"] > *::after {
    top: -0.375rem;
    bottom: -0.375rem;
  }
  .xxxl\:grid-line-x-7[class*="grid-line-x-"] > *::before {
    bottom: -0.4375rem;
  }
  .xxxl\:grid-line-x-7[class*="grid-line-yfull"] > *::after {
    top: -0.4375rem;
    bottom: -0.4375rem;
  }
  .xxxl\:grid-line-x-8[class*="grid-line-x-"] > *::before {
    bottom: -0.5rem;
  }
  .xxxl\:grid-line-x-8[class*="grid-line-yfull"] > *::after {
    top: -0.5rem;
    bottom: -0.5rem;
  }
  .xxxl\:grid-line-x-9[class*="grid-line-x-"] > *::before {
    bottom: -0.5625rem;
  }
  .xxxl\:grid-line-x-9[class*="grid-line-yfull"] > *::after {
    top: -0.5625rem;
    bottom: -0.5625rem;
  }
  .xxxl\:grid-line-x-10[class*="grid-line-x-"] > *::before {
    bottom: -0.625rem;
  }
  .xxxl\:grid-line-x-10[class*="grid-line-yfull"] > *::after {
    top: -0.625rem;
    bottom: -0.625rem;
  }
  .xxxl\:grid-line-x-12[class*="grid-line-x-"] > *::before {
    bottom: -0.75rem;
  }
  .xxxl\:grid-line-x-12[class*="grid-line-yfull"] > *::after {
    top: -0.75rem;
    bottom: -0.75rem;
  }
  .xxxl\:grid-line-x-16[class*="grid-line-x-"] > *::before {
    bottom: -1rem;
  }
  .xxxl\:grid-line-x-16[class*="grid-line-yfull"] > *::after {
    top: -1rem;
    bottom: -1rem;
  }
  .xxxl\:grid-line-x-20[class*="grid-line-x-"] > *::before {
    bottom: -1.25rem;
  }
  .xxxl\:grid-line-x-20[class*="grid-line-yfull"] > *::after {
    top: -1.25rem;
    bottom: -1.25rem;
  }
  .xxxl\:grid-line-x-24[class*="grid-line-x-"] > *::before {
    bottom: -1.5rem;
  }
  .xxxl\:grid-line-x-24[class*="grid-line-yfull"] > *::after {
    top: -1.5rem;
    bottom: -1.5rem;
  }
  .xxxl\:grid-line-x-28[class*="grid-line-x-"] > *::before {
    bottom: -1.75rem;
  }
  .xxxl\:grid-line-x-28[class*="grid-line-yfull"] > *::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
  .xxxl\:grid-line-x-32[class*="grid-line-x-"] > *::before {
    bottom: -2rem;
  }
  .xxxl\:grid-line-x-32[class*="grid-line-yfull"] > *::after {
    top: -2rem;
    bottom: -2rem;
  }
  .xxxl\:grid-line-x-36[class*="grid-line-x-"] > *::before {
    bottom: -2.25rem;
  }
  .xxxl\:grid-line-x-36[class*="grid-line-yfull"] > *::after {
    top: -2.25rem;
    bottom: -2.25rem;
  }
  .xxxl\:grid-line-x-40[class*="grid-line-x-"] > *::before {
    bottom: -2.5rem;
  }
  .xxxl\:grid-line-x-40[class*="grid-line-yfull"] > *::after {
    top: -2.5rem;
    bottom: -2.5rem;
  }
  .xxxl\:grid-line-x-44[class*="grid-line-x-"] > *::before {
    bottom: -2.75rem;
  }
  .xxxl\:grid-line-x-44[class*="grid-line-yfull"] > *::after {
    top: -2.75rem;
    bottom: -2.75rem;
  }
  .xxxl\:grid-line-x-48[class*="grid-line-x-"] > *::before {
    bottom: -3rem;
  }
  .xxxl\:grid-line-x-48[class*="grid-line-yfull"] > *::after {
    top: -3rem;
    bottom: -3rem;
  }
  .xxxl\:grid-line-x-52[class*="grid-line-x-"] > *::before {
    bottom: -3.25rem;
  }
  .xxxl\:grid-line-x-52[class*="grid-line-yfull"] > *::after {
    top: -3.25rem;
    bottom: -3.25rem;
  }
  .xxxl\:grid-line-x-56[class*="grid-line-x-"] > *::before {
    bottom: -3.5rem;
  }
  .xxxl\:grid-line-x-56[class*="grid-line-yfull"] > *::after {
    top: -3.5rem;
    bottom: -3.5rem;
  }
  .xxxl\:grid-line-x-60[class*="grid-line-x-"] > *::before {
    bottom: -3.75rem;
  }
  .xxxl\:grid-line-x-60[class*="grid-line-yfull"] > *::after {
    top: -3.75rem;
    bottom: -3.75rem;
  }
  .xxxl\:grid-line-x-64[class*="grid-line-x-"] > *::before {
    bottom: -4rem;
  }
  .xxxl\:grid-line-x-64[class*="grid-line-yfull"] > *::after {
    top: -4rem;
    bottom: -4rem;
  }
  .xxxl\:grid-line-x-68[class*="grid-line-x-"] > *::before {
    bottom: -4.25rem;
  }
  .xxxl\:grid-line-x-68[class*="grid-line-yfull"] > *::after {
    top: -4.25rem;
    bottom: -4.25rem;
  }
  .xxxl\:grid-line-x-72[class*="grid-line-x-"] > *::before {
    bottom: -4.5rem;
  }
  .xxxl\:grid-line-x-72[class*="grid-line-yfull"] > *::after {
    top: -4.5rem;
    bottom: -4.5rem;
  }
  .xxxl\:grid-line-x-76[class*="grid-line-x-"] > *::before {
    bottom: -4.75rem;
  }
  .xxxl\:grid-line-x-76[class*="grid-line-yfull"] > *::after {
    top: -4.75rem;
    bottom: -4.75rem;
  }
  .xxxl\:grid-line-x-80[class*="grid-line-x-"] > *::before {
    bottom: -5rem;
  }
  .xxxl\:grid-line-x-80[class*="grid-line-yfull"] > *::after {
    top: -5rem;
    bottom: -5rem;
  }
  .xxxl\:grid-line-x-84[class*="grid-line-x-"] > *::before {
    bottom: -5.25rem;
  }
  .xxxl\:grid-line-x-84[class*="grid-line-yfull"] > *::after {
    top: -5.25rem;
    bottom: -5.25rem;
  }
  .xxxl\:grid-line-x-88[class*="grid-line-x-"] > *::before {
    bottom: -5.5rem;
  }
  .xxxl\:grid-line-x-88[class*="grid-line-yfull"] > *::after {
    top: -5.5rem;
    bottom: -5.5rem;
  }
  .xxxl\:grid-line-x-92[class*="grid-line-x-"] > *::before {
    bottom: -5.75rem;
  }
  .xxxl\:grid-line-x-92[class*="grid-line-yfull"] > *::after {
    top: -5.75rem;
    bottom: -5.75rem;
  }
  .xxxl\:grid-line-x-96[class*="grid-line-x-"] > *::before {
    bottom: -6rem;
  }
  .xxxl\:grid-line-x-96[class*="grid-line-yfull"] > *::after {
    top: -6rem;
    bottom: -6rem;
  }
  .xxxl\:grid-line-x-100[class*="grid-line-x-"] > *::before {
    bottom: -6.25rem;
  }
  .xxxl\:grid-line-x-100[class*="grid-line-yfull"] > *::after {
    top: -6.25rem;
    bottom: -6.25rem;
  }
  .xxxl\:grid-line-x-safe-top[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-top);
  }
  .xxxl\:grid-line-x-safe-top[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-top);
    bottom: -env(safe-area-inset-top);
  }
  .xxxl\:grid-line-x-safe-bottom[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-bottom);
  }
  .xxxl\:grid-line-x-safe-bottom[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-bottom);
    bottom: -env(safe-area-inset-bottom);
  }
  .xxxl\:grid-line-x-safe-left[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-left);
  }
  .xxxl\:grid-line-x-safe-left[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-left);
    bottom: -env(safe-area-inset-left);
  }
  .xxxl\:grid-line-x-safe-right[class*="grid-line-x-"] > *::before {
    bottom: -env(safe-area-inset-right);
  }
  .xxxl\:grid-line-x-safe-right[class*="grid-line-yfull"] > *::after {
    top: -env(safe-area-inset-right);
    bottom: -env(safe-area-inset-right);
  }
  .xxxl\:grid-line-x-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--inner-gutter);
  }
  .xxxl\:grid-line-x-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--inner-gutter);
    bottom: -var(--inner-gutter);
  }
  .xxxl\:grid-line-x-outer-gutter[class*="grid-line-x-"] > *::before {
    bottom: -var(--outer-gutter, 0px);
  }
  .xxxl\:grid-line-x-outer-gutter[class*="grid-line-yfull"] > *::after {
    top: -var(--outer-gutter, 0px);
    bottom: -var(--outer-gutter, 0px);
  }
  .xxxl\:grid-line-x-default[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--black);
  }
  .xxxl\:grid-line-y-default[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .xxxl\:grid-line-xy-default[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--black);
  }
  .xxxl\:grid-line-xy-default[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--black);
  }
  .xxxl\:grid-line-x-inverse[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--white);
  }
  .xxxl\:grid-line-y-inverse[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .xxxl\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--white);
  }
  .xxxl\:grid-line-xy-inverse[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--white);
  }
  .xxxl\:grid-line-x-inverse-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .xxxl\:grid-line-y-inverse-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .xxxl\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .xxxl\:grid-line-xy-inverse-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.3);
  }
  .xxxl\:grid-line-x-inverse-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .xxxl\:grid-line-y-inverse-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .xxxl\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .xxxl\:grid-line-xy-inverse-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(255, 255, 255, 0.15);
  }
  .xxxl\:grid-line-x-soft[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .xxxl\:grid-line-y-soft[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .xxxl\:grid-line-xy-soft[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .15 );
  }
  .xxxl\:grid-line-xy-soft[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .15 );
  }
  .xxxl\:grid-line-x-softer[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .xxxl\:grid-line-y-softer[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .xxxl\:grid-line-xy-softer[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .1 );
  }
  .xxxl\:grid-line-xy-softer[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .1 );
  }
  .xxxl\:grid-line-x-softest[class*="grid-line-x-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .xxxl\:grid-line-y-softest[class*="grid-line-y-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .xxxl\:grid-line-xy-softest[class*="grid-line-xy-"] > *::before {
    border-bottom-color: rgba(0, 0, 0, .05 );
  }
  .xxxl\:grid-line-xy-softest[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: rgba(0, 0, 0, .05 );
  }
  .xxxl\:grid-line-x-accent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .xxxl\:grid-line-y-accent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .xxxl\:grid-line-xy-accent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--green-500);
  }
  .xxxl\:grid-line-xy-accent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--green-500);
  }
  .xxxl\:grid-line-x-error[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .xxxl\:grid-line-y-error[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .xxxl\:grid-line-xy-error[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--red-700);
  }
  .xxxl\:grid-line-xy-error[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--red-700);
  }
  .xxxl\:grid-line-x-current[class*="grid-line-x-"] > *::before {
    border-bottom-color: currentColor;
  }
  .xxxl\:grid-line-y-current[class*="grid-line-y-"] > *::after {
    border-inline-end-color: currentColor;
  }
  .xxxl\:grid-line-xy-current[class*="grid-line-xy-"] > *::before {
    border-bottom-color: currentColor;
  }
  .xxxl\:grid-line-xy-current[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: currentColor;
  }
  .xxxl\:grid-line-x-transparent[class*="grid-line-x-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .xxxl\:grid-line-y-transparent[class*="grid-line-y-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .xxxl\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::before {
    border-bottom-color: var(--transparent);
  }
  .xxxl\:grid-line-xy-transparent[class*="grid-line-xy-"] > *::after {
    border-inline-end-color: var(--transparent);
  }
  .xxxl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: 0;
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
  }
  .xxxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
  }
  .xxxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
    top: 0;
  }
  .xxxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
    top: 0;
  }
  .xxxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
    top: 0;
  }
  .xxxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
    top: 0;
  }
  .xxxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
    top: 0;
  }
  .xxxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-9[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-9[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+9)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-9[class*="grid-line-x"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+9)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+9)::after {
    top: 0;
  }
  .xxxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-9[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(9n+1):nth-last-child(-n+9) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-10[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-10[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+10)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-10[class*="grid-line-x"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+10)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+10)::after {
    top: 0;
  }
  .xxxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-10[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(10n+1):nth-last-child(-n+10) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-11[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-11[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+11)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-11[class*="grid-line-x"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+11)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+11)::after {
    top: 0;
  }
  .xxxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-11[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(11n+1):nth-last-child(-n+11) ~ li::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-12[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
    border-bottom-width: 1px;
  }
  .xxxl\:grid-cols-12[class*="grid-line-xfull"] > *:nth-child(n)::before {
    inset-inline-start: calc(var(--inner-gutter) / -2);
    inset-inline-end: calc(var(--inner-gutter) / -2);
  }
  .xxxl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1)::before {
    inset-inline-start: 0;
  }
  .xxxl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+12)::before {
    inset-inline-end: 0;
  }
  .xxxl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12)::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-12[class*="grid-line-x"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ *::before {
    border-bottom-width: 0;
  }
  .xxxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
    border-inline-end-width: 1px;
  }
  .xxxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+12)::after {
    border-inline-end-width: 0;
  }
  .xxxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+12)::after {
    top: 0;
  }
  .xxxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12)::after {
    bottom: 0;
  }
  .xxxl\:grid-cols-12[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(12n+1):nth-last-child(-n+12) ~ li::after {
    bottom: 0;
  }
}
.border-inside {
  position: relative;

    &::after {
    pointer-events: none;
  }

    &::after {
    position: absolute;
  }

    &::after {
    inset: 0rem;
  }

    &::after {
    z-index: 1;
  }

    &::after {
    border-radius: 8px;
  }

    &::after {
    border-width: 1px;
  }

    &::after {
    border-width: 2px;
  }

    &::after {
    border-color: rgba(0, 0, 0, .1 );
  }

    &::after {
      content: '';
    }
}
.border-inside-inverse {
    &::after {
    border-color: rgba(255, 255, 255, 0.3);
  }
    &::after {
      content: '';
    }
  }
.border-inside-pill {
    &::after {
    border-radius: 100px;
  }
    &::after {
      content: '';
    }
  }
.input-label {
  font-family: var(--f-ui-04-fontFamily);
  font-weight: var(--f-ui-04-fontWeight);
  font-size: var(--f-ui-04-fontSize);
  line-height: var(--f-ui-04-lineHeight);
  letter-spacing: var(--f-ui-04-letterSpacing);
}
.input-label b,.input-label strong {
  font-weight: var(--f-ui-04---bold-weight, bold);
}
.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  min-height: 2.5rem;
  width: 100%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 8px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .1 );
}
.input:hover {
  border-color: var(--black);
}
.input:active {
  border-color: var(--black);
}
.input {
  font-family: var(--f-ui-02-light-fontFamily);
  font-weight: var(--f-ui-02-light-fontWeight);
  font-size: var(--f-ui-02-light-fontSize);
  line-height: var(--f-ui-02-light-lineHeight);
  letter-spacing: var(--f-ui-02-light-letterSpacing);
}
.input b,.input strong {
  font-weight: var(--f-ui-02-light---bold-weight, bold);
}
.input::-moz-placeholder {
  color: var(--grey-500);
}
.input::placeholder {
  color: var(--grey-500);
}
.input {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  outline-width: 3px;
  outline-offset: 2px;
  outline-color: var(--green-500);
}
.input:focus-visible {
  outline-style: solid;
}
.input:disabled {
  cursor: not-allowed;
  background-color: var(--grey-300);
  color: var(--grey-500);
}
.input:disabled:hover {
  border-color: rgba(0, 0, 0, .1 );
}
.input:disabled:active {
  border-color: rgba(0, 0, 0, .1 );
}
.input-with-icon {
  padding-right: 34px;
}
.input-checkbox {
  position: relative;
  height: 1rem;
  min-height: auto;
  width: 1rem;
  padding: 0rem;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, .15 );
}
.input-checkbox::after {
  --tw-content: '';
  content: var(--tw-content);
  position: absolute;
  top: 0rem;
  left: 50%;
  --tw-translate-x: -50%;
  height: 10px;
  width: 6px;
  --tw-rotate: 45deg;
  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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color: var(--transparent);
}
.input-checkbox:checked {
  border-color: var(--black);
  background-color: var(--black);
}
.input-checkbox:checked::after {
  border-color: var(--white);
}
.input-checkbox:checked:disabled {
  border-color: rgba(0, 0, 0, .15 );
  background-color: var(--grey-300);
}
.input-checkbox:checked:disabled::after {
  border-color: rgba(0, 0, 0, .15 );
}
.input-radio {
  position: relative;
  height: 1rem;
  min-height: auto;
  width: 1rem;
  padding: 0rem;
  border-radius: 9999px;
  border-color: rgba(0, 0, 0, .15 );
}
.input-radio::after {
  --tw-content: '';
  content: var(--tw-content);
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  background-color: var(--transparent);
}
.input-radio:checked {
  border-color: var(--black);
  background-color: var(--black);
}
.input-radio:checked::after {
  background-color: var(--white);
}
.input-radio:checked:disabled::after {
  background-color: var(--white);
}
.input-error {
  border-color: var(--red-700);
}
.input-counter {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  color: var(--grey-500);

    &.input-counter-error {
    color: var(--red-700);
  }
}
input[type="range"]::-webkit-slider-thumb {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    background-color: var(--green-500);
      -webkit-appearance: none;
              appearance: none; /* Ensure the thumb can be styled */
  }
.loader {
  box-sizing: border-box;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loader {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
    border: 3px solid rgba(0, 0, 0, .3);
    border-bottom-color: #000;
}
/** region TRANSITIONS */
.effect-color {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.effect-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.effect-background {
  transition-property: background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.effect-height {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: height;
}
.effect-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/** endregion */
/* region FOCUS */
.effect-focus {
  outline-width: 3px;
  outline-offset: 2px;
  outline-color: var(--green-500);
}
.effect-focus:focus-visible {
  outline-style: solid;
}
.effect-focus-within {
  outline-width: 3px;
  outline-offset: 2px;
  outline-color: var(--green-500);
}
.effect-focus-within:focus-within {
  outline-style: solid;
}
/* endregion */
/* region BG */
.effect-bg-pattern {
    position: relative;
    z-index: 1;

    &::before {
      position: absolute;
      content: '';
      z-index: -1;
      inset: 0;
      background-color: rgba(208, 208, 208, 0.75);
      opacity: 0.75;
      background-image: repeating-linear-gradient(45deg, #F5F5F5 25%, transparent 25%, transparent 75%, #F5F5F5 75%, #F5F5F5), repeating-linear-gradient(45deg, #F5F5F5 25%, #D0D0D0 25%, #D0D0D0 75%, #F5F5F5 75%, #F5F5F5);
      background-position: 0 0, 8px 8px;
      background-size: 16px 16px;
    }
  }
.effect-bg-behind-link {
  position: relative;
}
.effect-bg-behind-link::before {
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: -0.5rem;
  right: 0rem;
  z-index: 0;
  border-radius: 8px;
  background-color: var(--grey-400);
  --tw-content: '';
  content: var(--tw-content);
}
.effect-bg-behind-link[aria-disabled="true"]::before {
  background-color: var(--transparent);
}
/* endregion */
/*region shadow*/
/*endregion*/
.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;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0rem;
}
.inset-x-16 {
  left: 1rem;
  right: 1rem;
}
.-top-1 {
  top: -0.0625rem;
}
.bottom-0 {
  bottom: 0rem;
}
.bottom-4 {
  bottom: 0.25rem;
}
.bottom-8 {
  bottom: 0.5rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0rem;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 0.25rem;
}
.left-\[4px\] {
  left: 4px;
}
.right-0 {
  right: 0rem;
}
.right-4 {
  right: 0.25rem;
}
.right-8 {
  right: 0.5rem;
}
.right-\[4px\] {
  right: 4px;
}
.right-\[6px\] {
  right: 6px;
}
.top-0 {
  top: 0rem;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 1rem;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-focus {
  z-index: 99;
}
.z-on-top {
  z-index: 99999;
}
.order-first {
  order: -9999;
}
.m-0 {
  margin: 0rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mr-4 {
  margin-right: -0.25rem;
}
.mb-12 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.125rem;
}
.mb-28 {
  margin-bottom: 1.75rem;
}
.mb-4 {
  margin-bottom: 0.25rem;
}
.ml-4 {
  margin-left: 0.25rem;
}
.ml-8 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 0.25rem;
}
.mr-8 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-2 {
  margin-top: 0.125rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 0.25rem;
}
.mt-6 {
  margin-top: 0.375rem;
}
.mt-8 {
  margin-top: 0.5rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-16x9 {
  aspect-ratio: 16/9;
}
.aspect-1x1 {
  aspect-ratio: 1/1;
}
.aspect-21x9 {
  aspect-ratio: 21/9;
}
.aspect-3x2 {
  aspect-ratio: 3/2;
}
.aspect-4x3 {
  aspect-ratio: 4/3;
}
.aspect-4x5 {
  aspect-ratio: 4/5;
}
.h-0 {
  height: 0rem;
}
.h-12 {
  height: 0.75rem;
}
.h-16 {
  height: 1rem;
}
.h-2 {
  height: 0.125rem;
}
.h-20 {
  height: 1.25rem;
}
.h-24 {
  height: 1.5rem;
}
.h-28 {
  height: 1.75rem;
}
.h-32 {
  height: 2rem;
}
.h-36 {
  height: 2.25rem;
}
.h-4 {
  height: 0.25rem;
}
.h-40 {
  height: 2.5rem;
}
.h-44 {
  height: 2.75rem;
}
.h-48 {
  height: 3rem;
}
.h-64 {
  height: 4rem;
}
.h-8 {
  height: 0.5rem;
}
.h-96 {
  height: 6rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.\!min-h-0 {
  min-height: 0rem !important;
}
.\!min-h-20 {
  min-height: 1.25rem !important;
}
.min-h-156 {
  min-height: 156px;
}
.min-h-36 {
  min-height: 2.25rem;
}
.min-h-44 {
  min-height: 2.75rem;
}
.min-h-56 {
  min-height: 3.5rem;
}
.min-h-80 {
  min-height: 5rem;
}
.w-1\/2 {
  width: 50%;
}
.w-20 {
  width: 1.25rem;
}
.w-24 {
  width: 1.5rem;
}
.w-28 {
  width: 1.75rem;
}
.w-32 {
  width: 2rem;
}
.w-4 {
  width: 0.25rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[54px\] {
  width: 54px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-120 {
  max-width: 120px;
}
.max-w-sidebar {
  max-width: 1224px;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-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-y-1\/2 {
  --tw-translate-y: -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));
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, 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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.0625rem;
}
.gap-4 {
  gap: 0.25rem;
}
.gap-x-1 {
  -moz-column-gap: 0.0625rem;
       column-gap: 0.0625rem;
}
.gap-x-12 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-16 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-4 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-8 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-12 {
  row-gap: 0.75rem;
}
.gap-y-16 {
  row-gap: 1rem;
}
.gap-y-4 {
  row-gap: 0.25rem;
}
.gap-y-8 {
  row-gap: 0.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.0625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 16px;
}
.rounded-md {
  border-radius: 12px;
}
.rounded-pill {
  border-radius: 100px;
}
.rounded-sm {
  border-radius: 8px;
}
.rounded-xs {
  border-radius: 4px;
}
.rounded-xxs {
  border-radius: 2px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#0034CB\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 52 203 / var(--tw-border-opacity));
}
.border-accent {
  border-color: var(--green-500);
}
.border-current {
  border-color: currentColor;
}
.border-default {
  border-color: var(--black);
}
.border-error {
  border-color: var(--red-700);
}
.border-inverse {
  border-color: var(--white);
}
.border-inverse-soft {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-inverse-softer {
  border-color: rgba(255, 255, 255, 0.15);
}
.border-soft {
  border-color: rgba(0, 0, 0, .15 );
}
.border-softer {
  border-color: rgba(0, 0, 0, .1 );
}
.border-softest {
  border-color: rgba(0, 0, 0, .05 );
}
.border-transparent {
  border-color: var(--transparent);
}
.\!bg-accent-dark {
  background-color: var(--green-600) !important;
}
.\!bg-darker {
  background-color: var(--grey-400) !important;
}
.\!bg-strong-dark {
  background-color: var(--grey-800) !important;
}
.bg-accent {
  background-color: var(--green-500);
}
.bg-accent-dark {
  background-color: var(--green-600);
}
.bg-accent-darker {
  background-color: var(--green-800);
}
.bg-current {
  background-color: currentColor;
}
.bg-dark {
  background-color: var(--grey-300);
}
.bg-darker {
  background-color: var(--grey-400);
}
.bg-default {
  background-color: var(--grey-200);
}
.bg-error {
  background-color: var(--red-200);
}
.bg-inverse {
  background-color: var(--white);
}
.bg-inverse-soft {
  background-color: rgba(255, 255, 255, .2);
}
.bg-inverse-softer {
  background-color: rgba(255, 255, 255, .15);
}
.bg-on-dark {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-on-gradient {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-overlay {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-strong {
  background-color: var(--grey-700);
}
.bg-strong-dark {
  background-color: var(--grey-800);
}
.bg-stronger {
  background-color: var(--grey-900);
}
.bg-strongest {
  background-color: var(--black);
}
.bg-strongest-soft {
  background-color: rgba(0, 0, 0, .05);
}
.bg-success {
  background-color: var(--green-200);
}
.bg-transparent {
  background-color: var(--transparent);
}
.bg-warning {
  background-color: var(--yellow-200);
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-8 {
  padding: 0.5rem !important;
}
.p-0 {
  padding: 0rem;
}
.p-12 {
  padding: 0.75rem;
}
.p-16 {
  padding: 1rem;
}
.p-2 {
  padding: 0.125rem;
}
.p-20 {
  padding: 1.25rem;
}
.p-8 {
  padding: 0.5rem;
}
.\!px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.\!py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.\!py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-5 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.px-6 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-3 {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 0.5rem;
}
.pl-36 {
  padding-left: 2.25rem;
}
.pl-4 {
  padding-left: 0.25rem;
}
.pl-8 {
  padding-left: 0.5rem;
}
.pr-12 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 0.25rem;
}
.pr-40 {
  padding-right: 2.5rem;
}
.pr-8 {
  padding-right: 0.5rem;
}
.pt-12 {
  padding-top: 0.75rem;
}
.pt-28 {
  padding-top: 1.75rem;
}
.pt-4 {
  padding-top: 0.25rem;
}
.pt-48 {
  padding-top: 3rem;
}
.pt-8 {
  padding-top: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-\[\#0034CB\] {
  --tw-text-opacity: 1;
  color: rgb(0 52 203 / var(--tw-text-opacity));
}
.text-accent {
  color: var(--green-500);
}
.text-current {
  color: currentColor;
}
.text-default {
  color: var(--black);
}
.text-error {
  color: var(--red-700);
}
.text-extra-light {
  color: var(--grey-300);
}
.text-inverse {
  color: var(--white);
}
.text-light {
  color: var(--grey-700);
}
.text-lighter {
  color: var(--grey-600);
}
.text-lightest {
  color: var(--grey-500);
}
.text-on-gradient {
  color: rgba(0, 0, 0, 0.55);
}
.text-success {
  color: var(--green-800);
}
.text-transparent {
  color: var(--transparent);
}
.text-warning {
  color: var(--yellow-900);
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.decoration-\[\#0034CB\] {
  text-decoration-color: #0034CB;
}
.decoration-accent {
  text-decoration-color: var(--green-500);
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-accent {
  --tw-shadow: 0px 0px 12px rgba(0, 201, 89, 0.6);
  --tw-shadow-colored: 0px 0px 12px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}
.shadow-small {
  --tw-shadow: 0px 1.5px 2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 1.5px 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);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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 {
  --tw-backdrop-blur: blur(8px);
  -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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[class*="keyline-"] {
  position: relative;
}
[class*="keyline-"]::before {
  content: attr(👻);
  position: absolute;
  z-index: 0;
  inset-inline-start: calc(var(--inner-gutter) / -2 - 1px);
  inset-inline-end: calc(var(--inner-gutter) / -2);
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  pointer-events: none;
}
[class*="keyline-0"]::before {
  border-inline-end-color: transparent;
  border-inline-start-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%;
}
[class*=underline-] {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 0.2em;
}
.\@container {
  container-type: inline-size;
}
.bg-gradient-01-top {
    background: linear-gradient(to bottom, #00E766, ease-in-out, #E6E6E6);
  }
.bg-gradient-01-bottom {
    background: linear-gradient(to top, #00E766, ease-in-out, #E6E6E6);
  }
.bg-gradient-02-top {
    background: linear-gradient(to bottom, #F3F30A, ease-in-out, #E6E6E6);
  }
.bg-gradient-02-bottom {
    background: linear-gradient(to top, #F3F30A, ease-in-out, #E6E6E6);
  }
.bg-gradient-03-top {
    background: linear-gradient(to bottom, #C461FF, ease-in-out, #E6E6E6);
  }
.bg-gradient-03-bottom {
    background: linear-gradient(to top, #C461FF, ease-in-out, #E6E6E6);
  }
.bg-gradient-04-top {
    background: linear-gradient(to bottom, #2B69FC, ease-in-out, #E6E6E6);
  }
.bg-gradient-04-bottom {
    background: linear-gradient(to top, #2B69FC, ease-in-out, #E6E6E6);
  }
.even\:bg-inverse-softer:nth-child(even) {
  background-color: rgba(255, 255, 255, .15);
}
.focus-within\:bg-transparent:focus-within {
  background-color: var(--transparent);
}
.hover\:bg-accent-dark:hover {
  background-color: var(--green-600);
}
.hover\:bg-dark:hover {
  background-color: var(--grey-300);
}
.hover\:bg-darker:hover {
  background-color: var(--grey-400);
}
.hover\:bg-default:hover {
  background-color: var(--grey-200);
}
.hover\:bg-inverse:hover {
  background-color: var(--white);
}
.hover\:bg-strong-dark:hover {
  background-color: var(--grey-800);
}
.hover\:bg-transparent:hover {
  background-color: var(--transparent);
}
.hover\:text-default:hover {
  color: var(--black);
}
.hover\:text-lighter:hover {
  color: var(--grey-600);
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-hover:hover {
  --tw-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 0px 16px 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\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:rounded-xs:focus-visible {
  border-radius: 4px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-dark:disabled {
  background-color: var(--grey-300);
}
.disabled\:text-lightest:disabled {
  color: var(--grey-500);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.aria-disabled\:cursor-not-allowed[aria-disabled="true"] {
  cursor: not-allowed;
}
.aria-disabled\:\!border-transparent[aria-disabled="true"] {
  border-color: var(--transparent) !important;
}
.aria-disabled\:bg-dark[aria-disabled="true"] {
  background-color: var(--grey-300);
}
.aria-disabled\:bg-transparent[aria-disabled="true"] {
  background-color: var(--transparent);
}
.aria-disabled\:text-light[aria-disabled="true"] {
  color: var(--grey-700);
}
.aria-disabled\:text-lightest[aria-disabled="true"] {
  color: var(--grey-500);
}
.aria-disabled\:line-through[aria-disabled="true"] {
  text-decoration-line: line-through;
}
.aria-disabled\:no-underline[aria-disabled="true"] {
  text-decoration-line: none;
}
.aria-disabled\:shadow-none[aria-disabled="true"] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.after\:absolute::after {
  position: absolute;
}
.after\:inset-0::after {
  inset: 0rem;
}
.after\:z-10::after {
  z-index: 10;
}
.after\:rounded-lg::after {
  border-radius: 16px;
}
.after\:border-softest::after {
  border-color: rgba(0, 0, 0, .05 );
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.aria-disabled\:after\:\!border-transparent[aria-disabled="true"]::after {
  border-color: var(--transparent) !important;
}
.before\:rounded-lg::before {
  border-radius: 16px;
}
.before\:border-2::before {
  border-width: 2px;
}
.before\:border-softest::before {
  border-color: rgba(0, 0, 0, .05 );
}
.before\:bg-inverse-softer::before {
  background-color: rgba(255, 255, 255, .15);
}
.before\:\!opacity-100::before {
  opacity: 1 !important;
}
.before\:opacity-0::before {
  opacity: 0;
}
.hover\:before\:opacity-100:hover::before {
  opacity: 1;
}
.focus-visible\:before\:\!opacity-0:focus-visible::before {
  opacity: 0 !important;
}
.focus-visible\:before\:opacity-0:focus-visible::before {
  opacity: 0;
}
@container (min-width: 46.875rem) {
  .\@md\:max-w-192 {
    max-width: 192px;
  }
}
@media (min-width: 750px) {
  .md\:bottom-20 {
    bottom: 1.25rem;
  }
  .md\:left-1\/2 {
    left: 50%;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:top-20 {
    top: 1.25rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:-translate-x-1\/2 {
    --tw-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));
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -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));
  }
}
@media (min-width: 900px) {
  .lg\:order-last {
    order: 9999;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:max-w-\[720px\] {
    max-width: 720px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:\!pl-12 {
    padding-left: 0.75rem !important;
  }
  .lg\:\!pr-12 {
    padding-right: 0.75rem !important;
  }
}

