/* Global System Styling */
.dnd-section {
    padding-top: calc(4.00rem + 8.00 * var(--fluid-bp));
    padding-bottom: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.dnd-section:has(.module-wrapper) {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.dnd-section > .row-fluid {
    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;
}
.dnd-section > .row-fluid > * {
    --container-outer-gutter: 0;
    --breakout-container-outer-gutter: 0;
}
.hd-logo-scroller .dnd-section > .row-fluid {
    position: relative;
    width: unset !important;
}
.hd-logo-scroller .dnd-section > .row-fluid:before,
.hd-logo-scroller .dnd-section > .row-fluid:after {
    height: calc(2.50rem + 5.00 * var(--fluid-bp));
    pointer-events: none;
    position: absolute;
    top: 0rem;
    z-index: 10;
    width: calc(2.50rem + 5.00 * var(--fluid-bp));
    height: calc(2.50rem + 5.00 * var(--fluid-bp));
    height: 100%;
    --tw-content: '';
    content: var(--tw-content);
}
.hd-logo-scroller .dnd-section > .row-fluid:before {
    left: 0rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, 1)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--twc-surface-primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}
.hd-logo-scroller .dnd-section > .row-fluid:after {
    right: 0rem;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, 1)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--twc-surface-primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}
.dnd-section > .row-fluid .module-wrapper {
    --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
    --breakout-container-outer-gutter: var(--outer-gutter);
    position: relative;
    left: 50%;
    width: calc(100vw - var(--scrollbar-visible-width, 0px));
    margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
}
.dnd-section > .row-fluid .module-wrapper.px-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .px-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
    padding-right: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper.pr-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .pr-outer-gutter {
    padding-right: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper.pl-outer-gutter,.dnd-section > .row-fluid .module-wrapper > .pl-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid .module-wrapper > .w-outer-gutter {
    width: var(--breakout-outer-gutter);
}
.dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--inner-gutter);
}
/* Apply full width to all columns for mobile */
.dnd-section > .row-fluid .widget-span {
    width: 100%;
}
@media (min-width: 1024px) {
    .dnd-section > .row-fluid .span1 {
        width: calc(((1 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (1 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span1 {
        width: calc(((1 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (1 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span1 > * {
        --container-grid-columns: 1;
    }
    .dnd-section > .row-fluid .span2 {
        width: calc(((2 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span2 {
        width: calc(((2 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span2 > * {
        --container-grid-columns: 2;
    }
    .dnd-section > .row-fluid .span3 {
        width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span3 {
        width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span3 > * {
        --container-grid-columns: 3;
    }
    .dnd-section > .row-fluid .span4 {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span4 {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span4 > * {
        --container-grid-columns: 4;
    }
    .dnd-section > .row-fluid .span5 {
        width: calc(((5 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (5 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span5 {
        width: calc(((5 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (5 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span5 > * {
        --container-grid-columns: 5;
    }
    .dnd-section > .row-fluid .span6 {
        width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span6 {
        width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span6 > * {
        --container-grid-columns: 6;
    }
    .dnd-section > .row-fluid .span7 {
        width: calc(((7 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (7 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span7 {
        width: calc(((7 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (7 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span7 > * {
        --container-grid-columns: 7;
    }
    .dnd-section > .row-fluid .span8 {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span8 {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span8 > * {
        --container-grid-columns: 8;
    }
    .dnd-section > .row-fluid .span9 {
        width: calc(((9 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (9 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span9 {
        width: calc(((9 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (9 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span9 > * {
        --container-grid-columns: 9;
    }
    .dnd-section > .row-fluid .span10 {
        width: calc(((10 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span10 {
        width: calc(((10 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span10 > * {
        --container-grid-columns: 10;
    }
    .dnd-section > .row-fluid .span11 {
        width: calc(((11 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (11 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .dnd-section > .row-fluid .span11 {
        width: calc(((11 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (11 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .dnd-section > .row-fluid .span11 > * {
        --container-grid-columns: 11;
    }
}
/* TYPOGRAPHY
/* Fonts are hosted in this folder in HS: https://app.hubspot.com/files/213255/?folderId=167475090236&sortDirection=descending&orderBy=updated&archived=false */
@font-face {
    font-family: 'Roobert';
    src: local('Roobert'),
         url('https://213255.fs1.hubspotusercontent-na1.net/hubfs/213255/HDDS%20-%20Huble%20Website/fonts/Roobert-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert';
    src: local('Roobert'),
         url('https://213255.fs1.hubspotusercontent-na1.net/hubfs/213255/HDDS%20-%20Huble%20Website/fonts/Roobert-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert';
    src: local('Roobert'),
         url('https://213255.fs1.hubspotusercontent-na1.net/hubfs/213255/HDDS%20-%20Huble%20Website/fonts/Roobert-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert';
    src: local('Roobert'),
         url('https://213255.fs1.hubspotusercontent-na1.net/hubfs/213255/HDDS%20-%20Huble%20Website/fonts/Roobert-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roobert';
    src: local('Roobert'),
         url('https://213255.fs1.hubspotusercontent-na1.net/hubfs/213255/HDDS%20-%20Huble%20Website/fonts/Roobert-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
body {
    font-size: var(--f-base);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
body h1:not(.headline),
body h2:not(.headline),
body h3:not(.headline),
body h4:not(.headline),
body h5:not(.headline),
body h6:not(.headline) {
    margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
body h1:not(.headline) {
    font-size: var(--f-4xl);
    line-height: 1;
}
body h2:not(.headline) {
    display: flex;
    align-items: flex-start;
    font-size: var(--f-3xl);
    line-height: 1;
}
body h3:not(.headline) {
    font-size: var(--f-2xl);
    line-height: 1.11;
}
body h4:not(.headline) {
    font-size: var(--f-xl);
    line-height: 1.2;
}
body h5:not(.headline) {
    font-size: var(--f-lg);
    line-height: 1.33;
}
body h6:not(.headline) {
    font-size: var(--f-base);
    line-height: 1.4;
}
body a:not(.custom-btn):not(.custom-link) {
    text-decoration-line: underline;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
body a:not(.custom-btn):not(.custom-link):hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
body a:not(.custom-btn):not(.custom-link):focus {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
body sub,
body sup {
    top: unset;
    bottom: unset;
    font-size: var(--f-base);
    line-height: 1.6;
}
body sub {
    margin-top: auto;
}
body sup {
    margin-bottom: auto;
}
/* FORMS */
form {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
form fieldset {
    margin-bottom: 24px !important;
    width: 100%;
    max-width: 100% !important;
}
form fieldset.form-columns-2 {
    display: flex;
    gap: calc(1.50rem + 3.00 * var(--fluid-bp));
}
form fieldset label {
    font-size: var(--f-base);
    line-height: 1.4;
    font-weight: 400;
}
/* FORM FIELDS */
form fieldset .input {
    margin-top: 8px;
    margin-right: 0rem !important;
}
form input[multiple],
form input[type=date],
form input[type=datetime-local],
form input[type=email],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form input[type=week],
form input:where(:not([type])),
form select,
form textarea {
    margin-bottom: var(--inner-gutter);
    width: 100% !important;
    border-radius: 10px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
    background-color: inherit;
    padding: 0.75rem;
    font-size: var(--f-base);
    line-height: 1;
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    box-shadow: none !important;
}
form input[multiple]::-moz-placeholder, form input[type=date]::-moz-placeholder, form input[type=datetime-local]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=month]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=search]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=time]::-moz-placeholder, form input[type=url]::-moz-placeholder, form input[type=week]::-moz-placeholder, form input:where(:not([type]))::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
form input[multiple]::placeholder,
form input[type=date]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=email]::placeholder,
form input[type=month]::placeholder,
form input[type=number]::placeholder,
form input[type=password]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=text]::placeholder,
form input[type=time]::placeholder,
form input[type=url]::placeholder,
form input[type=week]::placeholder,
form input:where(:not([type]))::placeholder,
form select::placeholder,
form textarea::placeholder {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
form textarea {
    width: 100% !important;
    border-radius: 16px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
    background-color: inherit;
    padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-left: 12px;
    padding-right: 12px;
    font-size: var(--f-base);
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    box-shadow: none !important;
}
form textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
form textarea::placeholder {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
form select option {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
form input::-moz-placeholder {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity))) !important;
}
form input::placeholder {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity))) !important;
}
form input[multiple]:focus,
form input[type=date]:focus,
form input[type=datetime-local]:focus,
form input[type=email]:focus,
form input[type=month]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=text]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=week]:focus,
form input:where(:not([type])):focus,
form select:focus,
form textarea:focus {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
form .hs-form-booleancheckbox-display {
    margin-top: calc(1.00rem + 2.00 * var(--fluid-bp));
}
form .hs-form-checkbox-display,
form .hs-form-booleancheckbox-display,
form .hs-form-radio-display {
    display: flex;
    align-items: center;
    gap: calc(0.50rem + 1.00 * var(--fluid-bp));
    padding-top: calc(0.25rem + 0.50 * var(--fluid-bp));
    padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
}
[type=checkbox] {
    border-radius: 0.375rem !important;
}
[type=checkbox],
[type=radio] {
    float: none !important;
    height: calc(1.00rem + 2.00 * var(--fluid-bp)) !important;
    width: calc(1.00rem + 2.00 * var(--fluid-bp)) !important;
}
[type=checkbox]:focus, 
[type=radio]:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    box-shadow: unset !important;
}
[type=checkbox]:checked, 
[type=radio]:checked {
    --tw-bg-opacity: 1 !important;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity))) !important;
}
form .legal-consent-container .hs-form-booleancheckbox-display>span {
    margin: 0rem;
}
form label.hs-error-msg,
form .hs_error_rollup .hs-error-msgs label {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)));
}
form ul.hs-error-msgs {
    margin-top: -15px;
    margin-bottom: 30px;
}
/* LEGAL CONSENT */
form .legal-consent-container {
    margin-bottom: var(--inner-gutter);
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity))) !important;
}
form .legal-consent-container p {
    font-size: var(--f-sm);
    line-height: inherit;
}
/* BLOG FORM BUTTON */
form .hs-submit {
    margin-top: 1.25rem;
}
form .hs-submit .actions {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 9999px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
form .hs-submit .actions input {
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
form .hs-submit .actions input:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
form .hs-submit .actions input:focus {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
form .hs-form-required {
    --tw-text-opacity: 1;
    color: rgb(233 52 79 / var(--tw-text-opacity));
}
#subscription-preferences .page-header {
    margin-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
@media (min-width: 768px) {
    #subscription-preferences .page-header {
        max-width: 50%;
    }
}
#subscription-preferences .page-header h1,
#subscription-preferences .page-header br {
    display: none;
}
#subscription-preferences .page-header h2 {
    margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
    font-size: var(--f-2xl);
    line-height: 1.11;
}
#subscription-preferences .page-header h2:before {
    --tw-content: none;
    content: var(--tw-content);
}
#subscription-preferences .email-prefs p.header {
    margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item {
    padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item-inner {
    position: relative;
    padding-left: calc(2.00rem + 4.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item-inner .fakelabel {
    padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
    font-size: 1.375rem;
}
#subscription-preferences .email-prefs .item-inner > p {
    font-size: 1.125rem;
}
#subscription-preferences .email-prefs .item-inner .checkbox-row input {
    position: absolute;
    left: 0rem;
    top: calc(0.75rem + 1.50 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .subscribe-options label {
    display: flex;
    align-items: center;
    gap: calc(0.75rem + 1.50 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .subscribe-options label span {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)));
}
/* SUBMIT BUTTON */
#subscription-preferences .email-prefs input.hs-button {
    margin-top: calc(3.00rem + 6.00 * var(--fluid-bp));
    display: inline-block;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
    background-color: transparent;
    padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
    padding-right: calc(1.50rem + 3.00 * var(--fluid-bp));
    text-align: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
#subscription-preferences .email-prefs input.hs-button:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
#subscription-preferences .email-prefs input.hs-button:focus {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
.hd-logo-scroller .container {
    position: relative;
    width: unset !important;
}
.hd-logo-scroller .container:before,
.hd-logo-scroller .container:after {
    pointer-events: none;
    position: absolute;
    top: 0rem;
    z-index: 10;
    width: calc(2.50rem + 5.00 * var(--fluid-bp));
    height: calc(2.50rem + 5.00 * var(--fluid-bp));
    height: 100%;
    --tw-content: '';
    content: var(--tw-content);
}
.hd-logo-scroller .container:before {
    left: 0rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, 1)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--twc-surface-primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}
.hd-logo-scroller .container:after {
    right: 0rem;
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
    --tw-gradient-from: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, 1)) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--twc-surface-primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 90%;
}
/* Library Styling */
.blaze-slider{--slides-to-show:1;--slide-gap:20px;direction:ltr}
.blaze-container{position:relative}
.blaze-track-container{overflow:hidden}
.blaze-track{will-change:transform;touch-action:pan-y;display:flex;gap:var(--slide-gap);--slide-width:calc(
    (100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
      var(--slides-to-show)
  );box-sizing:border-box}
.blaze-track>*{box-sizing:border-box;width:var(--slide-width);flex-shrink:0}
.blaze-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.blaze-pagination button {
    width: calc(0.75rem + 1.50 * var(--fluid-bp));
    height: calc(0.75rem + 1.50 * var(--fluid-bp));
    cursor: pointer;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
    font-size: 0rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.blaze-pagination button.active {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.blaze-slider.start .blaze-prev,
.blaze-slider.end .blaze-next {
    cursor: not-allowed;
    opacity: 0.5;
}
#arrow,
#arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: inherit;
}
#arrow {
    visibility: hidden;
}
#arrow::before {
    visibility: visible;
    --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));
    --tw-content: '';
    content: var(--tw-content);
}
.hs-tooltip-content[data-popper-placement^='top'] > #arrow {
    bottom: -4px;
}
.hs-tooltip-content[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
}
.hs-tooltip-content[data-popper-placement^='left'] > #arrow {
    right: -4px;
}
.hs-tooltip-content[data-popper-placement^='right'] > #arrow {
    left: -4px;
}
/* Tailwind */
/* ! tailwindcss v3.4.1 | 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 */
  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,
[type='button'],
[type='reset'],
[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: "xs";
    --container-width: unset;
    --inner-gutter: 16px;
    --outer-gutter: 16px;
    --grid-columns: 4;
    --env: "dev";
    --grid-column-bg: rgba(127, 255, 255, 0.25);
}
@media (min-width: 640px) {
    :root {
        --breakpoint: "sm";
        --container-width: 640px;
        --inner-gutter: 20px;
        --outer-gutter: 24px;
        --grid-columns: 4;
    }
}
@media (min-width: 768px) {
    :root {
        --breakpoint: "md";
        --container-width: 768px;
        --inner-gutter: 22px;
        --outer-gutter: 24px;
        --grid-columns: 8;
    }
}
@media (min-width: 1024px) {
    :root {
        --breakpoint: "lg";
        --container-width: 1024px;
        --inner-gutter: 24px;
        --outer-gutter: 28px;
        --grid-columns: 12;
    }
}
@media (min-width: 1280px) {
    :root {
        --breakpoint: "xl";
        --container-width: 1280px;
        --inner-gutter: 26px;
        --outer-gutter: 30px;
        --grid-columns: 12;
    }
}
@media (min-width: 1616px) {
    :root {
        --breakpoint: "xxl";
        --container-width: 1600px;
        --inner-gutter: 30px;
        --outer-gutter: 0px;
        --grid-columns: 12;
    }
}
.dev-tools {
    position: fixed;
    z-index: 9999999999;
    left: 0;
    bottom: 0;
    font-size: 0;
}
.dev-tools::before {
    content: var(--breakpoint) " • " var(--env);
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 100%;
    padding: 4px 5px;
    background: green;
    color: white;
    font: 12px/1 sans-serif;
    white-space: nowrap;
    pointer-events: none;
}
.dev-tools-toggle {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0;
    background: black;
    color: transparent;
    font: 0/0 a;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
}
.dev-tools-toggle::before, .dev-tools-toggle::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 5px;
    height: 10px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.dev-tools-toggle::after {
    left: 16px;
}
.dev-tools-grid {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(var(--container-width, 100%) - (2 * var(--outer-gutter, 0)));;
    height: 100%;
    margin: 0 auto;
    background: repeating-linear-gradient(
        90deg,
        var(--grid-column-bg),
        var(--grid-column-bg) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns)),
        rgba(0,0,0,0) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns)),
        rgba(0,0,0,0) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns) + var(--inner-gutter))
      );
    pointer-events: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}
::-webkit-datetime-edit {
    display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
    border-radius: 0px;
}
[type='radio'] {
    border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='radio']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media (forced-colors: active)  {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}
.container {
    width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));
    margin-right: auto;
    margin-left: auto;
}
.container > * {
    --container-outer-gutter: 0;
    --breakout-container-outer-gutter: 0;
}
.breakout {
    --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
    --breakout-container-outer-gutter: var(--outer-gutter);
    position: relative;
    left: 50%;
    width: calc(100vw - var(--scrollbar-visible-width, 0px));
    margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
}
.breakout.px-outer-gutter, .breakout > .px-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
    padding-right: var(--breakout-outer-gutter);
}
.breakout.pr-outer-gutter, .breakout > .pr-outer-gutter {
    padding-right: var(--breakout-outer-gutter);
}
.breakout.pl-outer-gutter, .breakout > .pl-outer-gutter {
    padding-left: var(--breakout-outer-gutter);
}
.breakout > .w-outer-gutter {
    width: var(--breakout-outer-gutter);
}
.gap-gutter {
    grid-gap: var(--inner-gutter);
    gap: var(--inner-gutter);
}
:root {
    --spacing-fg-md: 1rem;
    --spacing-fg-lg: 1.25rem;
    --spacing-fg-xl: 1.375rem;
    --spacing-fg-2xl: 1.5rem;
    --spacing-fg-3xl: 1.625rem;
    --spacing-fg-4xl: 1.875rem;
    --spacing-fg-5xl: 2.375rem;
    --spacing-fg-6xl: 2.125rem;
    --spacing-fg-7xl: 2.375rem;
    --spacing-fg-8xl: 2.875rem;
}
@media (min-width: 768px) {
    :root {
        --spacing-fg-md: 1.0625rem;
        --spacing-fg-lg: 1.3125rem;
        --spacing-fg-xl: 1.4375rem;
        --spacing-fg-2xl: 1.5625rem;
        --spacing-fg-3xl: 1.75rem;
        --spacing-fg-4xl: 2rem;
        --spacing-fg-5xl: 2.5rem;
        --spacing-fg-6xl: 2.375rem;
        --spacing-fg-7xl: 2.625rem;
        --spacing-fg-8xl: 3.0625rem;
    }
}
@media (min-width: 1280px) {
    :root {
        --spacing-fg-md: 1.125rem;
        --spacing-fg-lg: 1.375rem;
        --spacing-fg-xl: 1.5rem;
        --spacing-fg-2xl: 1.625rem;
        --spacing-fg-3xl: 1.875rem;
        --spacing-fg-4xl: 2.125rem;
        --spacing-fg-5xl: 2.625rem;
        --spacing-fg-6xl: 2.625rem;
        --spacing-fg-7xl: 2.875rem;
        --spacing-fg-8xl: 3.25rem;
    }
}
@media (min-width: 1616px) {
    :root {
        --spacing-fg-md: 1.1875rem;
        --spacing-fg-lg: 1.4375rem;
        --spacing-fg-xl: 1.5625rem;
        --spacing-fg-2xl: 1.6875rem;
        --spacing-fg-3xl: 1.9375rem;
        --spacing-fg-4xl: 2.1875rem;
        --spacing-fg-5xl: 2.6875rem;
        --spacing-fg-6xl: 2.8125rem;
        --spacing-fg-7xl: 3.0625rem;
        --spacing-fg-8xl: 3.375rem;
    }
}
:root {
    --fluid-min-width: 390;
    --fluid-max-width: 1616;
    --fluid-screen: 100vw;
    --fluid-bp: calc(
          (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
          (var(--fluid-max-width) - var(--fluid-min-width))
        );
}
@media (min-width: 1616px) {
    :root {
        --fluid-screen: calc(var(--fluid-max-width) * 1px);
    }
}
:root {
    --f-xs-min: 10.24;
    --f-xs-max: 10.65;
    --f-xs: calc(((var(--f-xs-min) / 16) * 1rem) + (var(--f-xs-max) - var(--f-xs-min)) * var(--fluid-bp));
    --f-sm-min: 12.80;
    --f-sm-max: 13.85;
    --f-sm: calc(((var(--f-sm-min) / 16) * 1rem) + (var(--f-sm-max) - var(--f-sm-min)) * var(--fluid-bp));
    --f-base-min: 16;
    --f-base-max: 18;
    --f-base: calc(((var(--f-base-min) / 16) * 1rem) + (var(--f-base-max) - var(--f-base-min)) * var(--fluid-bp));
    --f-lg-min: 20.00;
    --f-lg-max: 23.40;
    --f-lg: calc(((var(--f-lg-min) / 16) * 1rem) + (var(--f-lg-max) - var(--f-lg-min)) * var(--fluid-bp));
    --f-xl-min: 25.00;
    --f-xl-max: 30.42;
    --f-xl: calc(((var(--f-xl-min) / 16) * 1rem) + (var(--f-xl-max) - var(--f-xl-min)) * var(--fluid-bp));
    --f-2xl-min: 31.25;
    --f-2xl-max: 39.55;
    --f-2xl: calc(((var(--f-2xl-min) / 16) * 1rem) + (var(--f-2xl-max) - var(--f-2xl-min)) * var(--fluid-bp));
    --f-3xl-min: 39.06;
    --f-3xl-max: 51.41;
    --f-3xl: calc(((var(--f-3xl-min) / 16) * 1rem) + (var(--f-3xl-max) - var(--f-3xl-min)) * var(--fluid-bp));
    --f-4xl-min: 48.83;
    --f-4xl-max: 66.83;
    --f-4xl: calc(((var(--f-4xl-min) / 16) * 1rem) + (var(--f-4xl-max) - var(--f-4xl-min)) * var(--fluid-bp));
    --f-5xl-min: 61.04;
    --f-5xl-max: 86.88;
    --f-5xl: calc(((var(--f-5xl-min) / 16) * 1rem) + (var(--f-5xl-max) - var(--f-5xl-min)) * var(--fluid-bp));
}
* {
    scrollbar-color: initial;
    scrollbar-width: initial;
}
:root {
    --tw-screen-sm: 640px;
    --tw-screen-md: 768px;
    --tw-screen-lg: 1024px;
    --tw-screen-xl: 1280px;
    --tw-screen-xxl: 1616px;
  }
/* Transition for All elements */
.transition-animate {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Clear all previous styles for an element */
*, ::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(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);
    grid-gap: var(--inner-gutter);
}
.grid-col-span-4 {
    --container-grid-columns: 4;
    grid-column: span 4 / span 4;
}
.grid-col-span-12 {
    --container-grid-columns: 12;
    grid-column: span 12 / span 12;
}
.w-4-cols {
    width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
}
.cols-container > .w-4-cols {
    width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
}
.w-4-cols > * {
    --container-grid-columns: 4;
}
[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 {
    left: 0;
    right: 0;
}
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
    right: 0;
}
.grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
    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 {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
    left: 0;
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
    right: 0;
}
.grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
    border-right-width: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
    top: 0;
}
.grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
    left: 0;
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
    right: 0;
}
.grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
    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-right-width: 1px;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
    border-right-width: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
    top: 0;
}
.grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
    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 {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
    left: 0;
}
.grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
    right: 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-right-width: 1px;
}
.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
    border-right-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 {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
    left: 0;
}
.grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
    right: 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-right-width: 1px;
}
.grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
    border-right-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 {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
    left: 0;
}
.grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
    right: 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-right-width: 1px;
}
.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
    border-right-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 {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
    left: 0;
}
.grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
    right: 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-right-width: 1px;
}
.grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
    border-right-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 {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2);
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
    left: 0;
}
.grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
    right: 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-right-width: 1px;
}
.grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
    border-right-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;
}
@media (min-width: 640px) {
    [class*="grid-line-"] > * {
        position: relative;
    }
    [class*="grid-line-"] > *::before, [class*="grid-line-"] > *::after {
        content: attr(👻);
        position: absolute;
        z-index: 0;
        pointer-events: none;
    }
    .sm\:grid-line-x > *::before {
        content: attr(👻);
        left: 0;
        right: 0;
        top: 0;
        bottom: calc(var(--inner-gutter) / -2);
        border-top: 0 solid transparent;
        border-bottom: 0 solid transparent;
    }
    .sm\:grid-line-xfull > *::before {
        content: attr(👻);
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
        top: 0;
        bottom: calc(var(--inner-gutter) / -2);
        border-top: 0 solid transparent;
        border-bottom: 0 solid transparent;
    }
    .sm\:grid-line-x-0 > *::before {
        content: none;
    }
    .sm\:grid-line-y > *::after {
        content: attr(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: 0;
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .sm\:grid-line-yfull > *::after {
        content: attr(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -1);
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .sm\:grid-line-yfull[class*="grid-line-x"] > *::after {
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -2);
        bottom: calc(var(--inner-gutter) / -2);
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .sm\:grid-line-y-0 > *::after {
        content: none;
    }
    .sm\:grid-line-x-0[class*="grid-line-x-"] > *::before {
        bottom: -0rem;
    }
    .sm\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
        top: -0rem;
        bottom: -0rem;
    }
    .sm\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
        bottom: -0.625rem;
    }
    .sm\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .sm\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
        bottom: -0.75rem;
    }
    .sm\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .sm\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
        bottom: -0.875rem;
    }
    .sm\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .sm\:grid-line-x-base[class*="grid-line-x-"] > *::before {
        bottom: -1rem;
    }
    .sm\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
        top: -1rem;
        bottom: -1rem;
    }
    .sm\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
        bottom: -1.125rem;
    }
    .sm\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
        top: -1.125rem;
        bottom: -1.125rem;
    }
    .sm\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
        bottom: -1.25rem;
    }
    .sm\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .sm\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
        bottom: -1.375rem;
    }
    .sm\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
        top: -1.375rem;
        bottom: -1.375rem;
    }
    .sm\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
        bottom: -1.5rem;
    }
    .sm\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .sm\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
        bottom: -1.625rem;
    }
    .sm\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .sm\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .sm\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .sm\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .sm\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .sm\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .sm\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .sm\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .sm\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .sm\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .sm\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .sm\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .sm\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .sm\:grid-line-x-Set100[class*="grid-line-x-"] > *::before {
        bottom: -6.25rem;
    }
    .sm\:grid-line-x-Set100[class*="grid-line-yfull"] > *::after {
        top: -6.25rem;
        bottom: -6.25rem;
    }
    .sm\:grid-line-x-Set80[class*="grid-line-x-"] > *::before {
        bottom: -5rem;
    }
    .sm\:grid-line-x-Set80[class*="grid-line-yfull"] > *::after {
        top: -5rem;
        bottom: -5rem;
    }
    .sm\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 0.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 1.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 3.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 5.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 6.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 10.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + 12.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 5.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + -3.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 9.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -7.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 14.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -11.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 23.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -19.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -27.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 41.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -35.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 50.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -43.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -59.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 86.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -75.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 104.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -91.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 5.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -7.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 19.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -15.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -23.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 37.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -31.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -39.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 64.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -55.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 82.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -71.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 100.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -87.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -2.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 15.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -10.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 24.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -18.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 33.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -26.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -34.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 60.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -50.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 78.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -66.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -82.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 11.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 29.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -22.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 38.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 74.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -62.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 92.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -78.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -5.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 21.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -13.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 30.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -21.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 48.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -37.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 66.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -53.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -69.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 13.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 22.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 58.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -44.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 76.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 14.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -3.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -19.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 50.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -35.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -51.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -10.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 42.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -26.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 60.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -42.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 26.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-fg-accent_secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-fg-accent_secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-surface-background[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-surface-background[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-surface-Gradient[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-surface-Gradient[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .sm\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
        border-bottom-color: currentColor;
    }
    .sm\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
        border-right-color: currentColor;
    }
    .sm\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
        border-bottom-color: currentColor;
    }
    .sm\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
        border-right-color: currentColor;
    }
    .sm\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
        bottom: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        bottom: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        bottom: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        bottom: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        bottom: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
        top: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
        bottom: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
        top: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
        bottom: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
        bottom: 0;
    }
}
@media (min-width: 768px) {
    [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(👻);
        left: 0;
        right: 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(👻);
        left: calc(var(--inner-gutter) / -2);
        right: 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(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: 0;
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .md\:grid-line-yfull > *::after {
        content: attr(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -1);
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .md\:grid-line-yfull[class*="grid-line-x"] > *::after {
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -2);
        bottom: calc(var(--inner-gutter) / -2);
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .md\:grid-line-y-0 > *::after {
        content: none;
    }
    .md\:grid-line-x-0[class*="grid-line-x-"] > *::before {
        bottom: -0rem;
    }
    .md\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
        top: -0rem;
        bottom: -0rem;
    }
    .md\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
        bottom: -0.625rem;
    }
    .md\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .md\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
        bottom: -0.75rem;
    }
    .md\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .md\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
        bottom: -0.875rem;
    }
    .md\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .md\:grid-line-x-base[class*="grid-line-x-"] > *::before {
        bottom: -1rem;
    }
    .md\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
        top: -1rem;
        bottom: -1rem;
    }
    .md\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
        bottom: -1.125rem;
    }
    .md\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
        top: -1.125rem;
        bottom: -1.125rem;
    }
    .md\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
        bottom: -1.25rem;
    }
    .md\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .md\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
        bottom: -1.375rem;
    }
    .md\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
        top: -1.375rem;
        bottom: -1.375rem;
    }
    .md\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
        bottom: -1.5rem;
    }
    .md\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .md\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
        bottom: -1.625rem;
    }
    .md\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .md\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .md\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .md\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .md\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .md\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .md\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .md\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .md\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .md\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .md\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .md\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .md\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .md\:grid-line-x-Set100[class*="grid-line-x-"] > *::before {
        bottom: -6.25rem;
    }
    .md\:grid-line-x-Set100[class*="grid-line-yfull"] > *::after {
        top: -6.25rem;
        bottom: -6.25rem;
    }
    .md\:grid-line-x-Set80[class*="grid-line-x-"] > *::before {
        bottom: -5rem;
    }
    .md\:grid-line-x-Set80[class*="grid-line-yfull"] > *::after {
        top: -5rem;
        bottom: -5rem;
    }
    .md\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 0.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 1.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 3.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 5.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 6.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 10.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + 12.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 5.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + -3.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 9.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -7.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 14.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -11.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 23.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -19.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -27.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 41.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -35.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 50.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -43.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -59.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 86.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -75.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 104.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -91.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 5.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -7.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 19.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -15.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -23.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 37.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -31.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -39.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 64.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -55.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 82.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -71.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 100.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -87.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -2.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 15.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -10.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 24.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -18.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 33.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -26.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -34.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 60.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -50.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 78.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -66.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -82.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 11.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 29.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -22.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 38.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 74.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -62.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 92.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -78.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -5.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 21.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -13.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 30.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -21.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 48.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -37.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 66.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -53.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -69.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 13.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 22.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 58.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -44.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 76.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 14.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -3.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -19.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 50.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -35.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -51.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -10.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 42.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -26.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 60.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -42.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 26.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-fg-accent_secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-fg-accent_secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-surface-background[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-surface-background[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-surface-Gradient[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-surface-Gradient[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .md\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
        border-bottom-color: currentColor;
    }
    .md\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
        border-right-color: currentColor;
    }
    .md\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
        border-bottom-color: currentColor;
    }
    .md\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
        border-right-color: currentColor;
    }
    .md\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        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-right-width: 1px;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        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-right-width: 1px;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        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-right-width: 1px;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        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-right-width: 1px;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 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-right-width: 1px;
    }
    .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 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-right-width: 1px;
    }
    .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-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;
    }
}
@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;
    }
    .lg\:grid-line-x > *::before {
        content: attr(👻);
        left: 0;
        right: 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(👻);
        left: calc(var(--inner-gutter) / -2);
        right: 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(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: 0;
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .lg\:grid-line-yfull > *::after {
        content: attr(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -1);
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .lg\:grid-line-yfull[class*="grid-line-x"] > *::after {
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -2);
        bottom: calc(var(--inner-gutter) / -2);
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .lg\:grid-line-y-0 > *::after {
        content: none;
    }
    .lg\:grid-line-x-0[class*="grid-line-x-"] > *::before {
        bottom: -0rem;
    }
    .lg\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
        top: -0rem;
        bottom: -0rem;
    }
    .lg\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
        bottom: -0.625rem;
    }
    .lg\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .lg\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
        bottom: -0.75rem;
    }
    .lg\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .lg\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
        bottom: -0.875rem;
    }
    .lg\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .lg\:grid-line-x-base[class*="grid-line-x-"] > *::before {
        bottom: -1rem;
    }
    .lg\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
        top: -1rem;
        bottom: -1rem;
    }
    .lg\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
        bottom: -1.125rem;
    }
    .lg\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
        top: -1.125rem;
        bottom: -1.125rem;
    }
    .lg\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
        bottom: -1.25rem;
    }
    .lg\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .lg\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
        bottom: -1.375rem;
    }
    .lg\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
        top: -1.375rem;
        bottom: -1.375rem;
    }
    .lg\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
        bottom: -1.5rem;
    }
    .lg\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .lg\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
        bottom: -1.625rem;
    }
    .lg\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .lg\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .lg\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .lg\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .lg\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .lg\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .lg\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .lg\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .lg\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .lg\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .lg\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .lg\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .lg\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .lg\:grid-line-x-Set100[class*="grid-line-x-"] > *::before {
        bottom: -6.25rem;
    }
    .lg\:grid-line-x-Set100[class*="grid-line-yfull"] > *::after {
        top: -6.25rem;
        bottom: -6.25rem;
    }
    .lg\:grid-line-x-Set80[class*="grid-line-x-"] > *::before {
        bottom: -5rem;
    }
    .lg\:grid-line-x-Set80[class*="grid-line-yfull"] > *::after {
        top: -5rem;
        bottom: -5rem;
    }
    .lg\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 0.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 1.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 3.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 5.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 6.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 10.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + 12.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 5.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + -3.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 9.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -7.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 14.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -11.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 23.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -19.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -27.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 41.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -35.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 50.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -43.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -59.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 86.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -75.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 104.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -91.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 5.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -7.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 19.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -15.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -23.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 37.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -31.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -39.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 64.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -55.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 82.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -71.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 100.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -87.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -2.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 15.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -10.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 24.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -18.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 33.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -26.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -34.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 60.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -50.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 78.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -66.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -82.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 11.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 29.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -22.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 38.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 74.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -62.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 92.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -78.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -5.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 21.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -13.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 30.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -21.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 48.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -37.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 66.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -53.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -69.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 13.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 22.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 58.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -44.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 76.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 14.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -3.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -19.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 50.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -35.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -51.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -10.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 42.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -26.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 60.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -42.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 26.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-fg-accent_secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-fg-accent_secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-surface-background[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-surface-background[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-surface-Gradient[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-surface-Gradient[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .lg\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
        border-bottom-color: currentColor;
    }
    .lg\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
        border-right-color: currentColor;
    }
    .lg\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
        border-bottom-color: currentColor;
    }
    .lg\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
        border-right-color: currentColor;
    }
    .lg\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .lg\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
    }
    .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        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-right-width: 1px;
    }
    .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        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-right-width: 1px;
    }
    .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        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-right-width: 1px;
    }
    .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        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-right-width: 1px;
    }
    .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 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-right-width: 1px;
    }
    .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 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-right-width: 1px;
    }
    .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-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;
    }
}
@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;
    }
    .xl\:grid-line-x > *::before {
        content: attr(👻);
        left: 0;
        right: 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(👻);
        left: calc(var(--inner-gutter) / -2);
        right: 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(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: 0;
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .xl\:grid-line-yfull > *::after {
        content: attr(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -1);
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .xl\:grid-line-yfull[class*="grid-line-x"] > *::after {
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -2);
        bottom: calc(var(--inner-gutter) / -2);
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .xl\:grid-line-y-0 > *::after {
        content: none;
    }
    .xl\:grid-line-x-0[class*="grid-line-x-"] > *::before {
        bottom: -0rem;
    }
    .xl\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
        top: -0rem;
        bottom: -0rem;
    }
    .xl\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
        bottom: -0.625rem;
    }
    .xl\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .xl\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
        bottom: -0.75rem;
    }
    .xl\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .xl\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
        bottom: -0.875rem;
    }
    .xl\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .xl\:grid-line-x-base[class*="grid-line-x-"] > *::before {
        bottom: -1rem;
    }
    .xl\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
        top: -1rem;
        bottom: -1rem;
    }
    .xl\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
        bottom: -1.125rem;
    }
    .xl\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
        top: -1.125rem;
        bottom: -1.125rem;
    }
    .xl\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
        bottom: -1.25rem;
    }
    .xl\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .xl\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
        bottom: -1.375rem;
    }
    .xl\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
        top: -1.375rem;
        bottom: -1.375rem;
    }
    .xl\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
        bottom: -1.5rem;
    }
    .xl\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .xl\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
        bottom: -1.625rem;
    }
    .xl\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .xl\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .xl\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .xl\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .xl\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .xl\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .xl\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .xl\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .xl\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .xl\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .xl\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .xl\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .xl\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .xl\:grid-line-x-Set100[class*="grid-line-x-"] > *::before {
        bottom: -6.25rem;
    }
    .xl\:grid-line-x-Set100[class*="grid-line-yfull"] > *::after {
        top: -6.25rem;
        bottom: -6.25rem;
    }
    .xl\:grid-line-x-Set80[class*="grid-line-x-"] > *::before {
        bottom: -5rem;
    }
    .xl\:grid-line-x-Set80[class*="grid-line-yfull"] > *::after {
        top: -5rem;
        bottom: -5rem;
    }
    .xl\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 0.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 1.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 3.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 5.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 6.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 10.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + 12.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 5.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + -3.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 9.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -7.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 14.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -11.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 23.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -19.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -27.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 41.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -35.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 50.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -43.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -59.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 86.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -75.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 104.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -91.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 5.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -7.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 19.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -15.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -23.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 37.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -31.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -39.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 64.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -55.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 82.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -71.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 100.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -87.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -2.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 15.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -10.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 24.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -18.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 33.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -26.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -34.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 60.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -50.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 78.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -66.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -82.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 11.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 29.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -22.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 38.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 74.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -62.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 92.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -78.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -5.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 21.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -13.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 30.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -21.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 48.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -37.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 66.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -53.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -69.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 13.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 22.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 58.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -44.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 76.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 14.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -3.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -19.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 50.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -35.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -51.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -10.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 42.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -26.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 60.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -42.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 26.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-fg-accent_secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-fg-accent_secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-surface-background[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-surface-background[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-surface-Gradient[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-surface-Gradient[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xl\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
        border-bottom-color: currentColor;
    }
    .xl\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
        border-right-color: currentColor;
    }
    .xl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
        border-bottom-color: currentColor;
    }
    .xl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
        border-right-color: currentColor;
    }
    .xl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .xl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
    }
    .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        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-right-width: 1px;
    }
    .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        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-right-width: 1px;
    }
    .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        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-right-width: 1px;
    }
    .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        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-right-width: 1px;
    }
    .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 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-right-width: 1px;
    }
    .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 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-right-width: 1px;
    }
    .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-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;
    }
}
@media (min-width: 1616px) {
    [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(👻);
        left: 0;
        right: 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(👻);
        left: calc(var(--inner-gutter) / -2);
        right: 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(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: 0;
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .xxl\:grid-line-yfull > *::after {
        content: attr(👻);
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -1);
        bottom: 0;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .xxl\:grid-line-yfull[class*="grid-line-x"] > *::after {
        left: 0;
        right: calc(var(--inner-gutter) / -2);
        top: calc(var(--inner-gutter) / -2);
        bottom: calc(var(--inner-gutter) / -2);
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
    }
    .xxl\:grid-line-y-0 > *::after {
        content: none;
    }
    .xxl\:grid-line-x-0[class*="grid-line-x-"] > *::before {
        bottom: -0rem;
    }
    .xxl\:grid-line-x-0[class*="grid-line-yfull"] > *::after {
        top: -0rem;
        bottom: -0rem;
    }
    .xxl\:grid-line-x-2xs[class*="grid-line-x-"] > *::before {
        bottom: -0.625rem;
    }
    .xxl\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after {
        top: -0.625rem;
        bottom: -0.625rem;
    }
    .xxl\:grid-line-x-xs[class*="grid-line-x-"] > *::before {
        bottom: -0.75rem;
    }
    .xxl\:grid-line-x-xs[class*="grid-line-yfull"] > *::after {
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .xxl\:grid-line-x-sm[class*="grid-line-x-"] > *::before {
        bottom: -0.875rem;
    }
    .xxl\:grid-line-x-sm[class*="grid-line-yfull"] > *::after {
        top: -0.875rem;
        bottom: -0.875rem;
    }
    .xxl\:grid-line-x-base[class*="grid-line-x-"] > *::before {
        bottom: -1rem;
    }
    .xxl\:grid-line-x-base[class*="grid-line-yfull"] > *::after {
        top: -1rem;
        bottom: -1rem;
    }
    .xxl\:grid-line-x-lg[class*="grid-line-x-"] > *::before {
        bottom: -1.125rem;
    }
    .xxl\:grid-line-x-lg[class*="grid-line-yfull"] > *::after {
        top: -1.125rem;
        bottom: -1.125rem;
    }
    .xxl\:grid-line-x-xl[class*="grid-line-x-"] > *::before {
        bottom: -1.25rem;
    }
    .xxl\:grid-line-x-xl[class*="grid-line-yfull"] > *::after {
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .xxl\:grid-line-x-2xl[class*="grid-line-x-"] > *::before {
        bottom: -1.375rem;
    }
    .xxl\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after {
        top: -1.375rem;
        bottom: -1.375rem;
    }
    .xxl\:grid-line-x-3xl[class*="grid-line-x-"] > *::before {
        bottom: -1.5rem;
    }
    .xxl\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after {
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .xxl\:grid-line-x-4xl[class*="grid-line-x-"] > *::before {
        bottom: -1.625rem;
    }
    .xxl\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after {
        top: -1.625rem;
        bottom: -1.625rem;
    }
    .xxl\:grid-line-x-5xl[class*="grid-line-x-"] > *::before {
        bottom: -1.875rem;
    }
    .xxl\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after {
        top: -1.875rem;
        bottom: -1.875rem;
    }
    .xxl\:grid-line-x-6xl[class*="grid-line-x-"] > *::before {
        bottom: -2.125rem;
    }
    .xxl\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after {
        top: -2.125rem;
        bottom: -2.125rem;
    }
    .xxl\:grid-line-x-7xl[class*="grid-line-x-"] > *::before {
        bottom: -2.375rem;
    }
    .xxl\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after {
        top: -2.375rem;
        bottom: -2.375rem;
    }
    .xxl\:grid-line-x-8xl[class*="grid-line-x-"] > *::before {
        bottom: -2.625rem;
    }
    .xxl\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after {
        top: -2.625rem;
        bottom: -2.625rem;
    }
    .xxl\:grid-line-x-9xl[class*="grid-line-x-"] > *::before {
        bottom: -2.875rem;
    }
    .xxl\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after {
        top: -2.875rem;
        bottom: -2.875rem;
    }
    .xxl\:grid-line-x-10xl[class*="grid-line-x-"] > *::before {
        bottom: -3.25rem;
    }
    .xxl\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after {
        top: -3.25rem;
        bottom: -3.25rem;
    }
    .xxl\:grid-line-x-Set100[class*="grid-line-x-"] > *::before {
        bottom: -6.25rem;
    }
    .xxl\:grid-line-x-Set100[class*="grid-line-yfull"] > *::after {
        top: -6.25rem;
        bottom: -6.25rem;
    }
    .xxl\:grid-line-x-Set80[class*="grid-line-x-"] > *::before {
        bottom: -5rem;
    }
    .xxl\:grid-line-x-Set80[class*="grid-line-yfull"] > *::after {
        top: -5rem;
        bottom: -5rem;
    }
    .xxl\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 0.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 0.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 1.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + 1.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 3.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 5.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 6.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 10.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + 12.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 5.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 5.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + -3.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 9.50 * var(--fluid-bp));
        bottom: -calc(0.25rem + 9.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -7.50 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 14.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -11.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -11.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 23.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 23.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -19.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 32.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -27.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 41.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 41.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -35.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 50.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 50.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -43.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 68.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -59.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 86.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 86.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -75.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.25rem + 104.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 104.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -91.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 5.50 * var(--fluid-bp));
        bottom: -calc(0.50rem + 5.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -7.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -7.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 19.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 19.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -15.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -15.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -23.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -23.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 37.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 37.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -31.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -31.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 46.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -39.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -39.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 64.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 64.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -55.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -55.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 82.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 82.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -71.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -71.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.50rem + 100.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 100.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -87.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -87.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + -2.50 * var(--fluid-bp));
        bottom: -calc(1.00rem + -2.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 15.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 15.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -10.50 * var(--fluid-bp));
        bottom: -calc(1.50rem + -10.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 24.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -18.50 * var(--fluid-bp));
        bottom: -calc(2.00rem + -18.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 33.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 33.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -26.50 * var(--fluid-bp));
        bottom: -calc(2.50rem + -26.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 42.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -34.50 * var(--fluid-bp));
        bottom: -calc(3.00rem + -34.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 60.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -50.50 * var(--fluid-bp));
        bottom: -calc(4.00rem + -50.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 78.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 78.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -66.50 * var(--fluid-bp));
        bottom: -calc(5.00rem + -66.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(0.75rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 96.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -82.50 * var(--fluid-bp));
        bottom: -calc(6.00rem + -82.50 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 11.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 11.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 29.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 29.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -22.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -22.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 38.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 38.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -30.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -46.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 74.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 74.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -62.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -62.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.00rem + 92.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 92.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -78.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -78.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + -5.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -5.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 21.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 21.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -13.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -13.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 30.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 30.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -21.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -21.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 48.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 48.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -37.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -37.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 66.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 66.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -53.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -53.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(1.50rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 84.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -69.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -69.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 13.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 13.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 22.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 22.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 40.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 58.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 58.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -44.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -44.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.00rem + 76.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 76.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 14.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + -3.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 32.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -19.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -19.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 50.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 50.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -35.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -35.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(2.50rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 68.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -51.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -51.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + -10.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 42.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 42.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -26.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -26.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(3.00rem + 60.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -42.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -42.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 26.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 26.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(4.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 44.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after {
        top: -calc(5.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before {
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after {
        top: -calc(6.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fg-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-fg-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-fg-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-fg-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-fg-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-fg-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-fg-accent_secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-fg-accent_secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-accent_secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-fg-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-fg-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-fg-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-fg-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-fg-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-fg-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-fg-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-surface-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-surface-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-surface-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-surface-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-surface-tertiary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-surface-tertiary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-tertiary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-surface-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-surface-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-surface-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-surface-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-surface-background[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-surface-background[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-background[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-surface-Gradient[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-surface-Gradient[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-surface-Gradient[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-stroke-primary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-stroke-primary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-primary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-stroke-secondary[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-stroke-secondary[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-secondary[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-stroke-accent[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-stroke-accent[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-accent[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-stroke-alternate[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-stroke-alternate[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-alternate[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-stroke-success[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-stroke-success[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-success[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-stroke-error[class*="grid-line-x-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-y-stroke-error[class*="grid-line-y-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::before {
        border-bottom-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-xy-stroke-error[class*="grid-line-xy-"] > *::after {
        border-right-color: ({ opacityVariable, opacityValue }) => {
        if (!isNaN(+opacityValue)) {
          return `hsl(var(${twcColorVariable}) / ${opacityValue})`;
        }
        if (opacityVariable) {
          return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, var(${opacityVariable})))`;
        }
        return `hsl(var(${twcColorVariable}) / var(${twcOpacityVariable}, 1))`;
      };
    }
    .xxl\:grid-line-x-DEFAULT[class*="grid-line-x-"] > *::before {
        border-bottom-color: currentColor;
    }
    .xxl\:grid-line-y-DEFAULT[class*="grid-line-y-"] > *::after {
        border-right-color: currentColor;
    }
    .xxl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::before {
        border-bottom-color: currentColor;
    }
    .xxl\:grid-line-xy-DEFAULT[class*="grid-line-xy-"] > *::after {
        border-right-color: currentColor;
    }
    .xxl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .xxl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
    }
    .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        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-right-width: 1px;
    }
    .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        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-right-width: 1px;
    }
    .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        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-right-width: 1px;
    }
    .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        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-right-width: 1px;
    }
    .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 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-right-width: 1px;
    }
    .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 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-right-width: 1px;
    }
    .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-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;
    }
}
.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-right: 0.375em;
    padding-bottom: 0.1875em;
    padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
.icon-\[i--arrow-right\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 12a.75.75 0 01.75-.75h14.69l-5.471-5.47a.75.75 0 111.061-1.06l6.75 6.75a.749.749 0 010 1.06l-6.75 6.75a.75.75 0 11-1.061-1.06l5.47-5.47H3.75A.75.75 0 013 12Z'/%3E%3C/svg%3E");
}
.icon-\[i--bi-slash\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' fill-rule='evenodd' d='m18.283 38.78 9.23-30 1.435.44-9.231 30-1.434-.44Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-\[i--check-round\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M22.976 43.508a2.062 2.062 0 001.914-.002c16.024-8.608 17.162-25.426 17.148-30.208a1.976 1.976 0 00-1.192-1.806l-16.1-7.132a2.01 2.01 0 00-1.626.002L7.132 11.494a1.98 1.98 0 00-1.184 1.784c-.068 4.758.89 21.612 17.028 30.23Zm-5.628-22.922 4.586 4.586 8.586-8.586 2.828 2.828-11.414 11.414-7.414-7.414 2.828-2.828Z'/%3E%3C/svg%3E");
}
.icon-\[i--chevron-down\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath fill='black' d='m13.354 5.687-5 5a.5.5 0 01-.707 0l-5-5a.5.5 0 11.707-.707L8 9.626l4.647-4.646a.5.5 0 01.707.707Z'/%3E%3C/svg%3E");
}
.icon-\[i--cross\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-width='1.5' d='m12.685 35.314 22.628-22.627m.002 22.627L12.688 12.687'/%3E%3C/svg%3E");
}
.icon-\[i--dropdown-icon\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m40.061 19.061-15 15a1.5 1.5 0 01-2.122 0l-15-15a1.501 1.501 0 012.122-2.122L24 30.879l13.939-13.94a1.5 1.5 0 112.122 2.122Z'/%3E%3C/svg%3E");
}
.icon-\[i--filter\] {
    display: inline-block;
    width: 1.11em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20' width='22' height='20'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.29' d='M9.782 16.418H20.75m-19.35 0h3.225m2.583-2.582a2.58 2.58 0 100 5.161 2.58 2.58 0 000-5.161ZM11.07 3.582H1.393m19.357 0h-4.516M13.654 1a2.58 2.58 0 100 5.162 2.58 2.58 0 000-5.162Z'/%3E%3C/svg%3E");
}
.icon-\[i--globe-black\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M24 0c13.255 0 24 10.745 24 24S37.255 48 24 48 0 37.255 0 24 10.745 0 24 0Zm0 3.348a20.652 20.652 0 100 41.304 20.652 20.652 0 000-41.304Zm4.915 5.023a16.1 16.1 0 014.325 2.458c.3.23.588.475.871.737.053.045.099.093.149.144a16.208 16.208 0 012.136 2.424c.089.122.182.235.264.352.154.226.298.461.442.696.247.397.476.806.684 1.224.127.24.24.502.357.756.08.176.168.356.24.543.175.437.331.876.473 1.325.046.148.082.307.125.456.243.854.416 1.726.516 2.608.017.159.04.327.053.483.048.516.079 1.037.079 1.56a17.245 17.245 0 01-.281 3.048c-.034.175-.062.353-.096.52a17.5 17.5 0 01-.336 1.345c-1.222-.56-2.657-1.383-3.031-2.288-.682-1.632-2.496-2.448-3.235-4.55-1.217-3.48.398-3.389.624-5.549.105-1.013-.624-1.224-1.587-.811-2.246.943-3.007.58-3.46-1.111-.454-1.687 0-2.158 0-2.158-1.532.168-1.59-1.697-.795-2.167.552-.317 1.02-1.289 1.483-2.045Zm-6.417 10.342c1.416-.648 2.724-.881 2.55-1.995-.167-1.101-.566-1.922-2.778-1.922-2.213 0-1.248 3.036-3.063 1.224-1.814-1.8.396-1.334 1.303-1.745.91-.413 1.817-2.105.228-2.225-1.586-.112-1.248.701-2.496.24-1.248-.47-1.814 1.63-2.61 1.337-.524-.197-1.928-1.277-2.86-2.34a16.8 16.8 0 00-4.4 6.024c.27 3.137 1.929 4.783 1.929 4.783s.852 2.043 5.959 4.553c0 0 .96.058-.173-1.106-1.133-1.169-2.383-2.628-.965-3.384 1.416-.766 1.817-.701 2.158.703.338 1.402 1.476.576 1.586-.766.116-1.336 2.213-2.733 3.632-3.381Zm-1.08 7.053c2.443 0 2.215.761 4.144 2.46 1.928 1.69.908 3.382-.06 4.668-.962 1.282-1.814 2.736-2.268 5.372-.456 2.625-1.646.753-2.04.112-.398-.645-1.022-1.226-.85-3.912.169-2.683-1.648-1.104-2.27-4.608-.624-3.499.908-4.09 3.346-4.09m11.945 2.314c.65-.415 2.208.668 1.872 1.808-.343 1.14-1.419.496-1.959 0-.54-.495-.568-1.4.087-1.808Z'/%3E%3C/svg%3E");
}
.icon-\[i--hamburger\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-width='1.5' d='M40 34H8m32-10H8m32-10H8'/%3E%3C/svg%3E");
}
.icon-\[i--icon-park-solid-play-two\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50' height='50'%3E%3Cg fill='black'%3E%3Cpath fill-opacity='.6' d='M45.833 0H4.167A4.167 4.167 0 000 4.167v41.666A4.167 4.167 0 004.167 50h41.666A4.167 4.167 0 0050 45.833V4.167A4.167 4.167 0 0045.833 0Z'/%3E%3Cpath d='M17.361 25V14.175l9.375 5.413L36.111 25l-9.375 5.413-9.375 5.412V25Z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-\[i--magnifying-glass\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='black' d='m32.295 30.704-7.041-7.04a12.39 12.39 0 10-1.59 1.591l7.039 7.041a1.126 1.126 0 001.592-1.592ZM5.624 15.75a10.125 10.125 0 1110.125 10.125A10.136 10.136 0 015.624 15.75Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-left\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M42 24a1.5 1.5 0 01-1.5 1.5H11.12l10.942 10.94a1.5 1.5 0 01-2.122 2.122l-13.5-13.5a1.501 1.501 0 010-2.122l13.5-13.5a1.5 1.5 0 112.122 2.122l-10.94 10.94H40.5A1.5 1.5 0 0142 24Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-right\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='black' d='M4.5 18a1.125 1.125 0 011.124-1.125H27.66L19.453 8.67a1.125 1.125 0 111.592-1.592L31.17 17.204a1.125 1.125 0 010 1.592L21.045 28.92a1.126 1.126 0 01-1.592-1.592l8.206-8.204H5.624A1.125 1.125 0 014.5 18Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-arrow-up\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M38.561 22.061a1.5 1.5 0 01-2.122 0L25.5 11.121V40.5a1.5 1.5 0 11-3 0V11.12L11.561 22.062A1.5 1.5 0 119.44 19.94l13.5-13.5a1.5 1.5 0 012.122 0l13.5 13.5a1.502 1.502 0 010 2.122Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-caret-down\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m40.061 19.061-15 15a1.5 1.5 0 01-2.122 0l-15-15a1.501 1.501 0 012.122-2.122L24 30.879l13.939-13.94a1.5 1.5 0 112.122 2.122Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-caret-left\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M31.061 37.939A1.5 1.5 0 0130 40.5a1.5 1.5 0 01-1.061-.44l-15-15a1.5 1.5 0 010-2.122l15-15a1.501 1.501 0 012.122 2.122L17.121 24l13.94 13.938Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-caret-right\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m34.061 25.061-15 15a1.502 1.502 0 01-2.122-2.122L30.879 24 16.94 10.061a1.501 1.501 0 012.12-2.121l15 15a1.5 1.5 0 010 2.122Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-caret-up\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M40.061 31.061a1.5 1.5 0 01-2.122 0L24 17.121 10.061 31.06a1.5 1.5 0 11-2.121-2.12l15-15a1.5 1.5 0 012.122 0l15 15a1.499 1.499 0 010 2.122Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-check\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m43.061 14.561-24 24a1.5 1.5 0 01-2.122 0l-10.5-10.5A1.501 1.501 0 018.56 25.94L18 35.379l22.939-22.94a1.5 1.5 0 012.122 2.122Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-info-fill\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M24 4.5A19.5 19.5 0 1043.5 24 19.521 19.521 0 0024 4.5Zm-.75 9a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5Zm2.25 21a3 3 0 01-3-3V24a1.5 1.5 0 110-3 3 3 0 013 3v7.5a1.5 1.5 0 110 3Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-plus\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M42 24a1.5 1.5 0 01-1.5 1.5h-15v15a1.5 1.5 0 11-3 0v-15h-15a1.5 1.5 0 110-3h15v-15a1.5 1.5 0 113 0v15h15A1.5 1.5 0 0142 24Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-x\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-width='1.5' d='m12.685 35.314 22.628-22.628m.002 22.628L12.688 12.686'/%3E%3C/svg%3E");
}
.icon-\[i--social-facebook\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='m35.169 27 1.334-8.686h-8.336v-5.637c0-2.376 1.164-4.694 4.898-4.694h3.788V.588S33.417.001 30.128.001c-6.864 0-11.351 4.161-11.351 11.693v6.621h-7.63v8.686h7.63v21h9.39v-21L35.169 27Z'/%3E%3C/svg%3E");
}
.icon-\[i--social-instagram\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M24 0c-6.523 0-7.337.032-9.89.14-2.563.126-4.297.523-5.827 1.117a11.77 11.77 0 00-4.25 2.774A11.636 11.636 0 001.26 8.28C.666 9.81.269 11.544.143 14.108c-.116 2.554-.14 3.366-.14 9.889s.032 7.337.14 9.89c.126 2.556.523 4.297 1.117 5.827a11.77 11.77 0 002.774 4.25 11.635 11.635 0 004.249 2.773c1.53.587 3.272.991 5.828 1.117 2.554.116 3.366.14 9.889.14s7.337-.032 9.89-.14c2.556-.126 4.297-.532 5.827-1.117a11.77 11.77 0 004.25-2.773 11.574 11.574 0 002.773-4.25c.587-1.53.991-3.271 1.117-5.828.116-2.554.14-3.366.14-9.889s-.032-7.337-.14-9.89c-.126-2.555-.532-4.306-1.117-5.827a11.77 11.77 0 00-2.773-4.25 11.574 11.574 0 00-4.25-2.773C38.187.663 36.446.266 33.889.14 31.336.023 30.524 0 24 0Zm0 4.32c6.407 0 7.172.031 9.703.14 2.336.109 3.608.499 4.453.829a7.484 7.484 0 012.766 1.796 7.396 7.396 0 011.788 2.758c.33.845.72 2.117.829 4.452.108 2.532.14 3.298.14 9.704 0 6.405-.032 7.171-.149 9.703-.126 2.336-.516 3.608-.845 4.452-.454 1.127-.961 1.914-1.798 2.766a7.572 7.572 0 01-2.766 1.788c-.834.33-2.124.72-4.468.83-2.546.108-3.296.139-9.719.139s-7.172-.032-9.72-.148c-2.335-.127-3.624-.517-4.469-.845-1.14-.454-1.921-.962-2.758-1.798-.844-.845-1.381-1.649-1.796-2.767-.335-.834-.72-2.123-.844-4.468-.086-2.516-.126-3.296-.126-9.689 0-6.39.04-7.171.126-9.718.124-2.344.508-3.631.844-4.469.415-1.141.953-1.921 1.796-2.766.835-.835 1.618-1.375 2.758-1.798.845-.328 2.102-.719 4.447-.836 2.545-.091 3.295-.124 9.709-.124L24 4.32Zm0 7.36A12.315 12.315 0 0011.68 24 12.315 12.315 0 0024 36.32 12.315 12.315 0 0036.32 24 12.315 12.315 0 0024 11.68ZM24 32c-4.422 0-8-3.578-8-8 0-4.422 3.578-8 8-8 4.422 0 8 3.578 8 8 0 4.422-3.578 8-8 8Zm15.696-20.812a2.884 2.884 0 01-4.92 2.039 2.88 2.88 0 012.035-4.914 2.887 2.887 0 012.885 2.875Z'/%3E%3C/svg%3E");
}
.icon-\[i--social-linkedin\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M12.402 42H3.695V13.959h8.707V42ZM8.043 10.134C5.259 10.134 3 7.827 3 5.043a5.043 5.043 0 1110.086 0c0 2.784-2.259 5.091-5.043 5.091ZM44.991 42h-8.688V28.35c0-3.254-.066-7.425-4.527-7.425-4.527 0-5.221 3.534-5.221 7.191V42h-8.699V13.959h8.35v3.825h.122c1.163-2.203 4.002-4.528 8.238-4.528 8.813 0 10.432 5.803 10.432 13.34V42h-.007Z'/%3E%3C/svg%3E");
}
.icon-\[i--social-twitter\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='m21.586 21.375-7.497-10.928.012.01 6.76-7.832h-2.259L13.095 9 8.722 2.625H2.798l7 10.203-.002-.001-7.382 8.548h2.26l6.122-7.093 4.865 7.093h5.925ZM7.827 4.33l10.52 15.34h-1.79L6.028 4.33h1.798Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-\[i--social-whatsapp\] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M34.992 28.766c-.601-.305-3.531-1.734-4.078-1.938-.548-.195-.946-.297-1.344.304-.39.586-1.54 1.929-1.89 2.32-.352.392-.697.422-1.289.156-.601-.304-2.523-.93-4.804-2.976-1.782-1.585-2.969-3.538-3.322-4.14-.35-.594-.038-.93.258-1.227.274-.273.602-.687.907-1.047.289-.36.382-.601.593-.991.195-.422.095-.75-.053-1.047-.149-.297-1.344-3.242-1.844-4.414-.477-1.165-.977-1.016-1.344-1.016-.343-.031-.742-.031-1.14-.031-.397 0-1.047.148-1.594.718-.548.602-2.094 2.039-2.094 4.946 0 2.914 2.14 5.734 2.437 6.156.304.39 4.21 6.39 10.203 8.968 1.43.602 2.54.962 3.406 1.259 1.43.453 2.735.39 3.765.241 1.14-.187 3.532-1.446 4.032-2.851.509-1.415.509-2.586.36-2.852-.148-.273-.538-.421-1.14-.687l-.025.148ZM24.125 43.5h-.032c-3.547 0-7.055-.962-10.117-2.758l-.719-.43-7.5 1.954 2.016-7.298-.484-.75a19.75 19.75 0 01-3.032-10.515c0-10.89 8.915-19.773 19.883-19.773a19.73 19.73 0 0114.047 5.82 19.587 19.587 0 015.82 13.985C43.992 34.617 35.085 43.5 24.132 43.5h-.008ZM41.039 6.899C36.475 2.491 30.475 0 24.092 0 10.929 0 .21 10.673.203 23.789a23.68 23.68 0 003.187 11.89L0 48l12.672-3.304a24.195 24.195 0 0011.423 2.898h.007c13.171 0 23.89-10.673 23.898-23.798a23.57 23.57 0 00-6.992-16.821l.03-.076Z'/%3E%3C/svg%3E");
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.collapse {
    visibility: collapse;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    inset: 0rem;
}
.-top-5xl {
    top: -1.875rem;
}
.bottom-0 {
    bottom: 0rem;
}
.bottom-\[-1px\] {
    bottom: -1px;
}
.bottom-\[0px\] {
    bottom: 0px;
}
.bottom-\[40px\] {
    bottom: 40px;
}
.left-0 {
    left: 0rem;
}
.left-1\/2 {
    left: 50%;
}
.left-\[--image-position\] {
    left: var(--image-position);
}
.left-\[-52px\] {
    left: -52px;
}
.left-\[0\] {
    left: 0;
}
.left-\[0px\] {
    left: 0px;
}
.left-\[3px\] {
    left: 3px;
}
.left-\[40px\] {
    left: 40px;
}
.left-\[6px\] {
    left: 6px;
}
.right-0 {
    right: 0rem;
}
.right-\[-1px\] {
    right: -1px;
}
.right-\[0px\] {
    right: 0px;
}
.right-\[40px\] {
    right: 40px;
}
.right-\[5px\] {
    right: 5px;
}
.start-0 {
    inset-inline-start: 0rem;
}
.top-0 {
    top: 0rem;
}
.top-1\/2 {
    top: 50%;
}
.top-3\/4 {
    top: 75%;
}
.top-\[-275px\] {
    top: -275px;
}
.top-\[0px\] {
    top: 0px;
}
.top-\[2px\] {
    top: 2px;
}
.top-\[5px\] {
    top: 5px;
}
.top-\[calc\(100\%\+20px\)\] {
    top: calc(100% + 20px);
}
.top-\[calc\(100\%\+6px\)\] {
    top: calc(100% + 6px);
}
.top-full {
    top: 100%;
}
.-z-10 {
    z-index: -10;
}
.-z-\[1\] {
    z-index: -1;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-\[11\] {
    z-index: 11;
}
.z-\[1\] {
    z-index: 1;
}
.z-\[2\] {
    z-index: 2;
}
.z-\[3\] {
    z-index: 3;
}
.z-\[60\] {
    z-index: 60;
}
.z-\[9999\] {
    z-index: 9999;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.col-span-full {
    grid-column: 1 / -1;
}
.m-0 {
    margin: 0rem;
}
.m-auto {
    margin: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.-mt-fl-md {
    margin-top: calc(calc(1.50rem + 3.00 * var(--fluid-bp)) * -1);
}
.mb-\[--inner-gutter\] {
    margin-bottom: var(--inner-gutter);
}
.mb-\[12px\] {
    margin-bottom: 12px;
}
.mb-\[21px\] {
    margin-bottom: 21px;
}
.mb-\[24px\] {
    margin-bottom: 24px;
}
.mb-\[8px\] {
    margin-bottom: 8px;
}
.mb-auto {
    margin-bottom: auto;
}
.mb-fl-4xl {
    margin-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.mb-fl-md {
    margin-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.mb-fl-sm {
    margin-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.mb-xl {
    margin-bottom: 1.25rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-0 {
    margin-right: 0rem;
}
.mt-9xl {
    margin-top: 2.875rem;
}
.mt-\[--inner-gutter\] {
    margin-top: var(--inner-gutter);
}
.mt-\[50px\] {
    margin-top: 50px;
}
.mt-fl-3xs {
    margin-top: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.mt-fl-md {
    margin-top: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.mt-fl-sm {
    margin-top: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.mt-fl-xs {
    margin-top: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.mt-xl {
    margin-top: 1.25rem;
}
.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;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.\!flex {
    display: flex !important;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.hidden {
    display: none;
}
.aspect-1\/2 {
    aspect-ratio: 1 / 2;
}
.aspect-16\/9 {
    aspect-ratio: 16 / 9;
}
.aspect-2\/1 {
    aspect-ratio: 2 / 1;
}
.aspect-3\/2 {
    aspect-ratio: 3 / 2;
}
.aspect-3\/4 {
    aspect-ratio: 3 / 4;
}
.aspect-4\/3 {
    aspect-ratio: 4 / 3;
}
.aspect-4\/5 {
    aspect-ratio: 4 / 5;
}
.aspect-5\/4 {
    aspect-ratio: 5 / 4;
}
.aspect-9\/16 {
    aspect-ratio: 9 / 16;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.\!size-2xl {
    width: 1.375rem !important;
    height: 1.375rem !important;
}
.\!size-3xl {
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.size-3xl {
    width: 1.5rem;
    height: 1.5rem;
}
.size-4xl {
    width: 1.625rem;
    height: 1.625rem;
}
.size-\[48px\] {
    width: 48px;
    height: 48px;
}
.size-auto {
    width: auto;
    height: auto;
}
.size-base {
    width: 1rem;
    height: 1rem;
}
.size-fl-md {
    width: calc(1.50rem + 3.00 * var(--fluid-bp));
    height: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.size-fl-sm {
    width: calc(1.00rem + 2.00 * var(--fluid-bp));
    height: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.size-full {
    width: 100%;
    height: 100%;
}
.size-xl {
    width: 1.25rem;
    height: 1.25rem;
}
.\!h-\[15px\] {
    height: 15px !important;
}
.\!h-\[94px\] {
    height: 94px !important;
}
.h-\[100vh\] {
    height: 100vh;
}
.h-\[21px\] {
    height: 21px;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[2px\] {
    height: 2px;
}
.h-\[327px\] {
    height: 327px;
}
.h-\[34px\] {
    height: 34px;
}
.h-\[40px\] {
    height: 40px;
}
.h-\[42px\] {
    height: 42px;
}
.h-\[44px\] {
    height: 44px;
}
.h-\[45px\] {
    height: 45px;
}
.h-\[50px\] {
    height: 50px;
}
.h-\[60px\] {
    height: 60px;
}
.h-\[95px\] {
    height: 95px;
}
.h-\[calc\(100dvh-95px\)\] {
    height: calc(100dvh - 95px);
}
.h-auto {
    height: auto;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-fl-2xl {
    height: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.h-fl-3xl {
    height: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.h-full {
    height: 100%;
}
.h-xl {
    height: 1.25rem;
}
.max-h-\[150px\] {
    max-height: 150px;
}
.max-h-\[275px\] {
    max-height: 275px;
}
.max-h-\[70dvh\] {
    max-height: 70dvh;
}
.max-h-\[80dvh\] {
    max-height: 80dvh;
}
.max-h-full {
    max-height: 100%;
}
.min-h-\[200px\] {
    min-height: 200px;
}
.min-h-\[275px\] {
    min-height: 275px;
}
.min-h-\[300px\] {
    min-height: 300px;
}
.min-h-\[calc\(100vh-416px\)\] {
    min-height: calc(100vh - 416px);
}
.min-h-dvh {
    min-height: 100dvh;
}
.min-h-full {
    min-height: 100%;
}
.min-h-xl {
    min-height: 1.25rem;
}
.\!w-\[160px\] {
    width: 160px !important;
}
.\!w-\[24px\] {
    width: 24px !important;
}
.\!w-\[94px\] {
    width: 94px !important;
}
.\!w-auto {
    width: auto !important;
}
.w-\[--image-position\] {
    width: var(--image-position);
}
.w-\[100vw\] {
    width: 100vw;
}
.w-\[150px\] {
    width: 150px;
}
.w-\[192px\] {
    width: 192px;
}
.w-\[1px\] {
    width: 1px;
}
.w-\[20px\] {
    width: 20px;
}
.w-\[21px\] {
    width: 21px;
}
.w-\[226px\] {
    width: 226px;
}
.w-\[253px\] {
    width: 253px;
}
.w-\[261px\] {
    width: 261px;
}
.w-\[42px\] {
    width: 42px;
}
.w-\[44px\] {
    width: 44px;
}
.w-\[45px\] {
    width: 45px;
}
.w-\[50px\] {
    width: 50px;
}
.w-\[5px\] {
    width: 5px;
}
.w-\[60px\] {
    width: 60px;
}
.w-\[calc\(100\%-45px\)\] {
    width: calc(100% - 45px);
}
.w-auto {
    width: auto;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-fl-2xl {
    width: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.w-full {
    width: 100%;
}
.w-max {
    width: -moz-max-content;
    width: max-content;
}
.w-xl {
    width: 1.25rem;
}
.min-w-\[100\%\] {
    min-width: 100%;
}
.min-w-\[1130px\] {
    min-width: 1130px;
}
.min-w-\[250px\] {
    min-width: 250px;
}
.min-w-\[50px\] {
    min-width: 50px;
}
.min-w-xl {
    min-width: 1.25rem;
}
.max-w-\[1056px\] {
    max-width: 1056px;
}
.max-w-\[150px\] {
    max-width: 150px;
}
.max-w-\[300px\] {
    max-width: 300px;
}
.max-w-\[444px\] {
    max-width: 444px;
}
.max-w-full {
    max-width: 100%;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.grow {
    flex-grow: 1;
}
.origin-left {
    transform-origin: left;
}
.origin-top {
    transform-origin: top;
}
.\!translate-y-0 {
    --tw-translate-y: 0rem !important;
    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)) !important;
}
.-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-x-\[51\%\] {
    --tw-translate-x: -51%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[68\%\] {
    --tw-translate-x: -68%;
    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));
}
.-translate-y-\[19\%\] {
    --tw-translate-y: -19%;
    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-\[27\%\] {
    --tw-translate-y: 27%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
    --tw-rotate: 90deg;
    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;
}
.\!list-none {
    list-style-type: none !important;
}
.list-none {
    list-style-type: none;
}
.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));
}
.grid-cols-none {
    grid-template-columns: none;
}
.grid-cols-subgrid {
    grid-template-columns: subgrid;
}
.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-none {
    grid-template-rows: none;
}
.grid-rows-subgrid {
    grid-template-rows: subgrid;
}
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.place-content-center {
    place-content: center;
}
.place-items-center {
    place-items: center;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-baseline {
    align-items: baseline;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-2xl {
    gap: 1.375rem;
}
.gap-2xs {
    gap: 0.625rem;
}
.gap-3xl {
    gap: 1.5rem;
}
.gap-5xl {
    gap: 1.875rem;
}
.gap-\[--inner-gutter\] {
    gap: var(--inner-gutter);
}
.gap-\[100px\] {
    gap: 100px;
}
.gap-\[12px\] {
    gap: 12px;
}
.gap-\[14px\] {
    gap: 14px;
}
.gap-\[18px\] {
    gap: 18px;
}
.gap-\[22px\] {
    gap: 22px;
}
.gap-\[25px\] {
    gap: 25px;
}
.gap-\[30px\] {
    gap: 30px;
}
.gap-base {
    gap: 1rem;
}
.gap-fl-2xs {
    gap: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.gap-fl-3xl {
    gap: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.gap-fl-3xs {
    gap: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.gap-fl-lg {
    gap: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.gap-fl-md {
    gap: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.gap-fl-sm {
    gap: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.gap-fl-xl {
    gap: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.gap-fl-xs {
    gap: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.gap-lg {
    gap: 1.125rem;
}
.gap-sm {
    gap: 0.875rem;
}
.gap-xl {
    gap: 1.25rem;
}
.gap-xs {
    gap: 0.75rem;
}
.gap-x-\[--inner-gutter\] {
    -moz-column-gap: var(--inner-gutter);
         column-gap: var(--inner-gutter);
}
.gap-x-fl-md {
    -moz-column-gap: calc(1.50rem + 3.00 * var(--fluid-bp));
         column-gap: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.gap-y-fl-lg {
    row-gap: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.gap-y-fl-sm {
    row-gap: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-stroke-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-divide-opacity)));
}
.self-stretch {
    align-self: stretch;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.scroll-smooth {
    scroll-behavior: smooth;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-nowrap {
    text-wrap: nowrap;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-\[10px\] {
    border-radius: 10px;
}
.rounded-\[20px\] {
    border-radius: 20px;
}
.rounded-\[25px\] {
    border-radius: 25px;
}
.rounded-\[30px\] {
    border-radius: 30px;
}
.rounded-\[inherit\] {
    border-radius: inherit;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-none {
    border-radius: 0px;
}
.rounded-t-\[100px\] {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded-t-\[30px\] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.rounded-t-\[80px\] {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}
.rounded-br {
    border-bottom-right-radius: 0.25rem;
}
.rounded-br-\[30px\] {
    border-bottom-right-radius: 30px;
}
.rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-2 {
    border-width: 2px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-solid {
    border-style: solid;
}
.border-none {
    border-style: none;
}
.border-\[\#384152\]\/20 {
    border-color: rgb(56 65 82 / 0.2);
}
.border-\[\#fff\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-fg-alternate {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-border-opacity)));
}
.border-stroke-accent {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-border-opacity)));
}
.border-stroke-alternate {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
}
.border-stroke-primary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
}
.border-stroke-secondary {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
}
.border-surface-alternate {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-border-opacity)));
}
.border-b-stroke-accent\/0 {
    border-bottom-color: hsl(var(--twc-stroke-accent) / 0);
}
.border-t-stroke-alternate {
    --tw-border-opacity: 1;
    border-top-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
}
.border-opacity-20 {
    --tw-border-opacity: 0.2;
}
.bg-\[\#000\]\/60 {
    background-color: rgb(0 0 0 / 0.6);
}
.bg-\[\#1C2735\] {
    --tw-bg-opacity: 1;
    background-color: rgb(28 39 53 / var(--tw-bg-opacity));
}
.bg-\[black\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[inherit\] {
    background-color: inherit;
}
.bg-\[transparent\] {
    background-color: transparent;
}
.bg-fg-alternate {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-bg-opacity)));
}
.bg-fg-primary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-bg-opacity)));
}
.bg-fg-secondary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-bg-opacity)));
}
.bg-stroke-primary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-bg-opacity)));
}
.bg-surface-accent {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.bg-surface-alternate {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
.bg-surface-background {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-background) / var(--twc-surface-background-opacity, var(--tw-bg-opacity)));
}
.bg-surface-primary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.bg-surface-secondary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.bg-surface-tertiary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#1C2735CC\] {
    --tw-gradient-from: #1C2735CC var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 39 53 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1C2735\] {
    --tw-gradient-from: #1C2735 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 39 53 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1c2735cc\] {
    --tw-gradient-from: #1c2735cc var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(28 39 53 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2F6D7600\] {
    --tw-gradient-from: #2F6D7600 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(47 109 118 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2f6d7600\] {
    --tw-gradient-from: #2f6d7600 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(47 109 118 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#54b7fd26\] {
    --tw-gradient-from: #54b7fd26 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(84 183 253 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#7c76f426\] {
    --tw-gradient-from: #7c76f426 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(124 118 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#A1CCCB00\] {
    --tw-gradient-from: #A1CCCB00 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 204 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#a1cccb00\] {
    --tw-gradient-from: #a1cccb00 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 204 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[0\%\] {
    --tw-gradient-from-position: 0%;
}
.via-\[\#1C2735B8\] {
    --tw-gradient-to: rgb(28 39 53 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #1C2735B8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#1c2735b8\] {
    --tw-gradient-to: rgb(28 39 53 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #1c2735b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[30\.94\%\] {
    --tw-gradient-via-position: 30.94%;
}
.to-\[\#1C273512\] {
    --tw-gradient-to: #1C273512 var(--tw-gradient-to-position);
}
.to-\[\#1c273500\] {
    --tw-gradient-to: #1c273500 var(--tw-gradient-to-position);
}
.to-\[\#1c273512\] {
    --tw-gradient-to: #1c273512 var(--tw-gradient-to-position);
}
.to-\[\#2F6D7699\] {
    --tw-gradient-to: #2F6D7699 var(--tw-gradient-to-position);
}
.to-\[\#2f6d7699\] {
    --tw-gradient-to: #2f6d7699 var(--tw-gradient-to-position);
}
.to-\[\#54b7fd80\] {
    --tw-gradient-to: #54b7fd80 var(--tw-gradient-to-position);
}
.to-\[\#7c76f480\] {
    --tw-gradient-to: #7c76f480 var(--tw-gradient-to-position);
}
.to-\[\#A1CCCB80\] {
    --tw-gradient-to: #A1CCCB80 var(--tw-gradient-to-position);
}
.to-\[\#a1cccb80\] {
    --tw-gradient-to: #a1cccb80 var(--tw-gradient-to-position);
}
.to-\[93\.79\%\] {
    --tw-gradient-to-position: 93.79%;
}
.bg-cover {
    background-size: cover;
}
.bg-\[position\:right_28px_center\] {
    background-position: right 28px center;
}
.bg-center {
    background-position: center;
}
.bg-left {
    background-position: left;
}
.bg-right {
    background-position: right;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-fg-primary {
    fill: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 1));
}
.fill-none {
    fill: none;
}
.stroke-\[2px\] {
    stroke-width: 2px;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.object-left {
    -o-object-position: left;
       object-position: left;
}
.p-0 {
    padding: 0rem;
}
.p-2xs {
    padding: 0.625rem;
}
.p-\[0\] {
    padding: 0;
}
.p-\[5px\] {
    padding: 5px;
}
.p-\[8px\] {
    padding: 8px;
}
.p-base {
    padding: 1rem;
}
.p-fl-2xs {
    padding: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.p-fl-3xl {
    padding: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.p-fl-lg {
    padding: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.p-fl-md {
    padding: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.p-fl-sm {
    padding: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.p-fl-xl {
    padding: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.p-fl-xs {
    padding: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.p-xl {
    padding: 1.25rem;
}
.p-xs {
    padding: 0.75rem;
}
.px-2xs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-4xl {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
}
.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}
.px-\[33px\] {
    padding-left: 33px;
    padding-right: 33px;
}
.px-\[4px\] {
    padding-left: 4px;
    padding-right: 4px;
}
.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
}
.px-fl-md {
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
    padding-right: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.px-fl-sm {
    padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.px-fl-xs {
    padding-left: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding-right: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.px-lg {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
}
.px-sm {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.px-xs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-2xs {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-5xl {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.py-9xl {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
}
.py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
}
.py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
}
.py-\[54px\] {
    padding-top: 54px;
    padding-bottom: 54px;
}
.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-base {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-fl-2xl {
    padding-top: calc(3.00rem + 6.00 * var(--fluid-bp));
    padding-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.py-fl-2xs {
    padding-top: calc(0.50rem + 1.00 * var(--fluid-bp));
    padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.py-fl-3xs {
    padding-top: calc(0.25rem + 0.50 * var(--fluid-bp));
    padding-bottom: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.py-fl-4xl {
    padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
    padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.py-fl-lg {
    padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
    padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.py-fl-md {
    padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
    padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.py-fl-sm {
    padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.py-fl-xl {
    padding-top: calc(2.50rem + 5.00 * var(--fluid-bp));
    padding-bottom: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.py-fl-xs {
    padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.py-sm {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.py-xs {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.\!pl-\[0px\] {
    padding-left: 0px !important;
}
.pb-10xl {
    padding-bottom: 3.25rem;
}
.pb-2xl {
    padding-bottom: 1.375rem;
}
.pb-\[--inner-gutter\] {
    padding-bottom: var(--inner-gutter);
}
.pb-\[9px\] {
    padding-bottom: 9px;
}
.pb-fl-2xl {
    padding-bottom: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.pb-fl-3xl {
    padding-bottom: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.pb-fl-4xl {
    padding-bottom: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.pb-fl-5xl {
    padding-bottom: calc(6.00rem + 12.00 * var(--fluid-bp));
}
.pb-fl-lg {
    padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.pb-fl-md {
    padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.pb-fl-sm {
    padding-bottom: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.pb-fl-xl {
    padding-bottom: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.pb-fl-xs {
    padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.pb-xs {
    padding-bottom: 0.75rem;
}
.pl-\[180px\] {
    padding-left: 180px;
}
.pl-\[82px\] {
    padding-left: 82px;
}
.pl-fl-sm {
    padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.pt-0 {
    padding-top: 0rem;
}
.pt-\[5px\] {
    padding-top: 5px;
}
.pt-fl-2xl {
    padding-top: calc(3.00rem + 6.00 * var(--fluid-bp));
}
.pt-fl-3xl {
    padding-top: calc(4.00rem + 8.00 * var(--fluid-bp));
}
.pt-fl-4xl {
    padding-top: calc(5.00rem + 10.00 * var(--fluid-bp));
}
.pt-fl-lg {
    padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
}
.pt-fl-md {
    padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.pt-fl-sm {
    padding-top: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.pt-fl-xl {
    padding-top: calc(2.50rem + 5.00 * var(--fluid-bp));
}
.pt-fl-xs {
    padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.pt-lg {
    padding-top: 1.125rem;
}
.pt-xs {
    padding-top: 0.75rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.align-middle {
    vertical-align: middle;
}
.font-Roobert {
    font-family: "Roobert", sans-serif;
}
.\!text-\[14px\] {
    font-size: 14px !important;
}
.\!text-\[16px\] {
    font-size: 16px !important;
}
.text-2xl {
    font-size: 1.375rem;
}
.text-3xl {
    font-size: 1.5rem;
}
.text-\[17px\] {
    font-size: 17px;
}
.text-\[30px\] {
    font-size: 30px;
}
.text-base {
    font-size: 1rem;
}
.text-fl-2xl {
    font-size: var(--f-2xl);
    line-height: 1.11;
}
.text-fl-3xl {
    font-size: var(--f-3xl);
    line-height: 1;
}
.text-fl-4xl {
    font-size: var(--f-4xl);
    line-height: 1;
}
.text-fl-base {
    font-size: var(--f-base);
    line-height: 1.4;
}
.text-fl-lg {
    font-size: var(--f-lg);
    line-height: 1.33;
}
.text-fl-sm {
    font-size: var(--f-sm);
    line-height: inherit;
}
.text-fl-xl {
    font-size: var(--f-xl);
    line-height: 1.2;
}
.text-fl-xs {
    font-size: var(--f-xs);
    line-height: inherit;
}
.text-lg {
    font-size: 1.125rem;
}
.text-sm {
    font-size: 0.875rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-xs {
    font-size: 0.75rem;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-\[1\.3\] {
    line-height: 1.3;
}
.\!text-fg-alternate {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity))) !important;
}
.\!text-fg-primary {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important;
}
.text-\[\#1F3042\] {
    --tw-text-opacity: 1;
    color: rgb(31 48 66 / var(--tw-text-opacity));
}
.text-fg-accent {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.text-fg-alternate {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.text-fg-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.text-fg-secondary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
.text-stroke-alternate {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-text-opacity)));
}
.underline {
    text-decoration-line: underline;
}
.\!no-underline {
    text-decoration-line: none !important;
}
.no-underline {
    text-decoration-line: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-25 {
    opacity: 0.25;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-80 {
    opacity: 0.8;
}
.shadow-\[0_0_18px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
    --tw-shadow: 0 0 18px 0 rgba(0,0,0,0.08);
    --tw-shadow-colored: 0 0 18px 0 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-\[0_0_18px_0_rgba\(0\2c _0\2c _0\2c _0\.08\)\] {
    --tw-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 0 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_4px_0px_\#00000040\] {
    --tw-shadow: 0px 4px 4px 0px #00000040;
    --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.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);
}
.grayscale {
    --tw-grayscale: grayscale(100%);
    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);
}
.\!transition-none {
    transition-property: none !important;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-\[height\] {
    transition-property: height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-\[opacity\2c margin\] {
    transition-property: opacity,margin;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-\[opacity\2c visibility\] {
    transition-property: opacity,visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.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-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-150 {
    transition-duration: 150ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-500 {
    transition-duration: 500ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
    transition-timing-function: linear;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
[class*="keyline-"] {
    position: relative;
}
[class*="keyline-"]::before {
    content: attr(👻);
    position: absolute;
    z-index: 0;
    left: calc(var(--inner-gutter) / -2 - 1px);
    right: calc(var(--inner-gutter) / -2);
    top: 0;
    bottom: 0;
    border: 1px solid transparent;
    pointer-events: none;
}
[class*="keyline-0"]::before {
    border-right-color: transparent;
    border-left-color: transparent;
}
.light,[data-theme="light"] {
    --twc-fg-primary: 213.60000000000002 30.9% 15.9%;
    --twc-fg-secondary: 204 7.4% 39.8%;
    --twc-fg-accent: 178.60000000000002 29.7% 71.6%;
    --twc-fg-accent_secondary: 187.60000000000002 43% 32.4%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-success: 101.89999999999998 55.2% 62.4%;
    --twc-fg-error: 0 58.5% 57.5%;
    --twc-surface-primary: 0 0% 100%;
    --twc-surface-secondary: 180 48.1% 94.7%;
    --twc-surface-tertiary: 178.60000000000002 29.7% 71.6%;
    --twc-surface-accent: 187.60000000000002 43% 32.4%;
    --twc-surface-alternate: 213.60000000000002 30.9% 15.9%;
    --twc-surface-background: 240 10% 96.1%;
    --twc-surface-Gradient: 178.60000000000002 29.7% 71.6%;
    --twc-surface-Gradient-opacity: 0.25;
    --twc-stroke-primary: 213.60000000000002 30.9% 15.9%;
    --twc-stroke-secondary: 204 7.4% 39.8%;
    --twc-stroke-accent: 178.60000000000002 29.7% 71.6%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-success: 101.89999999999998 55.2% 62.4%;
    --twc-stroke-error: 0 58.5% 57.5%;
}
.CSP,[data-theme="CSP"] {
    --twc-fg-primary: 213.60000000000002 30.9% 15.9%;
    --twc-fg-secondary: 204 7.4% 39.8%;
    --twc-fg-accent: 204.89999999999998 97.7% 66.1%;
    --twc-fg-accent_secondary: 204.20000000000005 53.4% 22.7%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-success: 101.89999999999998 55.2% 62.4%;
    --twc-fg-error: 0 58.5% 57.5%;
    --twc-surface-primary: 0 0% 100%;
    --twc-surface-secondary: 204.5 52.4% 91.8%;
    --twc-surface-tertiary: 204.89999999999998 97.7% 66.1%;
    --twc-surface-accent: 204.20000000000005 53.4% 22.7%;
    --twc-surface-alternate: 213.60000000000002 30.9% 15.9%;
    --twc-surface-background: 240 10% 96.1%;
    --twc-surface-Gradient: 204.89999999999998 97.7% 66.1%;
    --twc-surface-Gradient-opacity: 0.25;
    --twc-stroke-primary: 213.60000000000002 30.9% 15.9%;
    --twc-stroke-secondary: 204 7.4% 39.8%;
    --twc-stroke-accent: 204.89999999999998 97.7% 66.1%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-success: 101.89999999999998 55.2% 62.4%;
    --twc-stroke-error: 0 58.5% 57.5%;
}
.Enterprise,[data-theme="Enterprise"] {
    --twc-fg-primary: 213.60000000000002 30.9% 15.9%;
    --twc-fg-secondary: 204 7.4% 39.8%;
    --twc-fg-accent: 243 100% 76.5%;
    --twc-fg-accent_secondary: 234.10000000000002 29.9% 26.9%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-success: 101.89999999999998 55.2% 62.4%;
    --twc-fg-error: 0 58.5% 57.5%;
    --twc-surface-primary: 0 0% 100%;
    --twc-surface-secondary: 204.5 52.4% 91.8%;
    --twc-surface-tertiary: 243 100% 76.5%;
    --twc-surface-accent: 234.10000000000002 29.9% 26.9%;
    --twc-surface-alternate: 213.60000000000002 30.9% 15.9%;
    --twc-surface-background: 240 10% 96.1%;
    --twc-surface-Gradient: 243 100% 76.5%;
    --twc-surface-Gradient-opacity: 0.25;
    --twc-stroke-primary: 213.60000000000002 30.9% 15.9%;
    --twc-stroke-secondary: 204 7.4% 39.8%;
    --twc-stroke-accent: 243 100% 76.5%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-success: 101.89999999999998 55.2% 62.4%;
    --twc-stroke-error: 0 58.5% 57.5%;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
    border-radius: var(--scrollbar-track-radius);
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar::-webkit-scrollbar-track:active {
    background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}
.scrollbar::-webkit-scrollbar-corner {
    background-color: var(--scrollbar-corner);
    border-radius: var(--scrollbar-corner-radius);
}
.scrollbar::-webkit-scrollbar-corner:hover {
    background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar::-webkit-scrollbar-corner:active {
    background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}
.scrollbar {
    scrollbar-width: auto;
    scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar::-webkit-scrollbar {
    display: block;
    width: var(--scrollbar-width, 16px);
    height: var(--scrollbar-height, 16px);
}
.scrollbar-thin::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
    border-radius: var(--scrollbar-track-radius);
}
.scrollbar-thin::-webkit-scrollbar-track:hover {
    background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}
.scrollbar-thin::-webkit-scrollbar-track:active {
    background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}
.scrollbar-thin::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}
.scrollbar-thin::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}
.scrollbar-thin::-webkit-scrollbar-corner {
    background-color: var(--scrollbar-corner);
    border-radius: var(--scrollbar-corner-radius);
}
.scrollbar-thin::-webkit-scrollbar-corner:hover {
    background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}
.scrollbar-thin::-webkit-scrollbar-corner:active {
    background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}
.scrollbar-thin {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar-thin::-webkit-scrollbar {
    display: block;
    width: 8px;
    height: 8px;
}
.scrollbar-none {
    scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
    display: none;
}
.scrollbar-track-\[\#ECEEF0\] {
    --scrollbar-track: #ECEEF0 !important;
}
.scrollbar-thumb-\[\#7E868C\] {
    --scrollbar-thumb: #7E868C !important;
}
.\!\[box-shadow\:none\] {
    box-shadow: none !important;
}
.\[--adaptive\:none\] {
    --adaptive: none;
}
.\[--auto-close\:inside\] {
    --auto-close: inside;
}
.\[--auto-close\:true\] {
    --auto-close: true;
}
.\[--body-scroll\:false\] {
    --body-scroll: false;
}
.\[--flip\:false\] {
    --flip: false;
}
.\[--is-collapse\:true\] {
    --is-collapse: true;
}
.\[--offset\:0\] {
    --offset: 0;
}
.\[--placement\:bottom\] {
    --placement: bottom;
}
.\[--placement\:left\] {
    --placement: left;
}
.\[--placement\:right\] {
    --placement: right;
}
.\[--placement\:top\] {
    --placement: top;
}
.\[--scrollspy-offset\:100\] {
    --scrollspy-offset: 100;
}
.\[--scrollspy-offset\:100px\] {
    --scrollspy-offset: 100px;
}
.\[--slides-to-show\:0\] {
    --slides-to-show: 0;
}
.\[--slides-to-show\:1\] {
    --slides-to-show: 1;
}
.\[--slides-to-show\:2\] {
    --slides-to-show: 2;
}
.\[--slides-to-show\:3\] {
    --slides-to-show: 3;
}
.\[--slides-to-show\:4\] {
    --slides-to-show: 4;
}
.\[--slides-to-show\:5\] {
    --slides-to-show: 5;
}
.\[--strategy\:absolute\] {
    --strategy: absolute;
}
.\[--strategy\:relative\] {
    --strategy: relative;
}
.\[--trigger\:click\] {
    --trigger: click;
}
html,
body {
  overscroll-behavior: none;
  font-family: "Roobert", sans-serif;
}
ol:not(.module-wrapper ol), ul:not(.module-wrapper ul) {
  list-style: revert;
  margin: revert;
  padding: revert;
}
.headline[data-animation="pop-up-fade"] {
  transform: translateY(var(--motion-translateY)) scale(1) !important;
}
@supports (-webkit-hyphens: none) and (not (-moz-appearance: none)) {
  /* Safari on macOS */
  h1.headline[data-animation="pop-up-fade"]{
    font-size: 50px;
  }
  h2.headline[data-animation="pop-up-fade"]{
    font-size: 39px;
  }  
  h3.headline[data-animation="pop-up-fade"]{
    font-size: 30px;
  }  

  @media (min-width: 768px){
    h1.headline[data-animation="pop-up-fade"]{
      font-size: 55px;
    }
    h2.headline[data-animation="pop-up-fade"]{
      font-size: 42px;
    }  
    h3.headline[data-animation="pop-up-fade"]{
      font-size: 33px;
    }     
  }
  
  @media (min-width: 1024px){
    h1.headline[data-animation="pop-up-fade"]{
      font-size: 60px;
    }
    h2.headline[data-animation="pop-up-fade"]{
      font-size: 45px;
    }  
    h3.headline[data-animation="pop-up-fade"]{
      font-size: 35px;
    }     
  }
  
  @media (min-width: 1280px){
    h1.headline[data-animation="pop-up-fade"]{
      font-size: 66px;
    }
    h2.headline[data-animation="pop-up-fade"]{
      font-size: 51px;
    }  
    h3.headline[data-animation="pop-up-fade"]{
      font-size: 40px;
    }      
  }

}
@media (min-width: 1024px) {
    .lg\:breakout {
        --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
        --breakout-container-outer-gutter: var(--outer-gutter);
        position: relative;
        left: 50%;
        width: calc(100vw - var(--scrollbar-visible-width, 0px));
        margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
    }
    .lg\:breakout.px-outer-gutter,.lg\:breakout > .px-outer-gutter {
        padding-left: var(--breakout-outer-gutter);
        padding-right: var(--breakout-outer-gutter);
    }
    .lg\:breakout.pr-outer-gutter,.lg\:breakout > .pr-outer-gutter {
        padding-right: var(--breakout-outer-gutter);
    }
    .lg\:breakout.pl-outer-gutter,.lg\:breakout > .pl-outer-gutter {
        padding-left: var(--breakout-outer-gutter);
    }
    .lg\:breakout > .w-outer-gutter {
        width: var(--breakout-outer-gutter);
    }
    .lg\:gap-x-gutter {
        grid-column-gap: var(--inner-gutter);
        -moz-column-gap: var(--inner-gutter);
             column-gap: var(--inner-gutter);
    }
}
@media (min-width: 1280px) {
    .xl\:breakout-reset {
        --breakout-outer-gutter: var(--outer-gutter);
        --breakout-container-outer-gutter: 0;
        position: unset;
        left: unset;
        width: unset;
        margin-left: unset;
    }
}
.prose-a\:after\:icon-\[i--arrow-right\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 12a.75.75 0 01.75-.75h14.69l-5.471-5.47a.75.75 0 111.061-1.06l6.75 6.75a.749.749 0 010 1.06l-6.75 6.75a.75.75 0 11-1.061-1.06l5.47-5.47H3.75A.75.75 0 013 12Z'/%3E%3C/svg%3E");
}
.prose-a\:after\:icon-\[i--ph-arrow-right\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='36' height='36'%3E%3Cpath fill='black' d='M4.5 18a1.125 1.125 0 011.124-1.125H27.66L19.453 8.67a1.125 1.125 0 111.592-1.592L31.17 17.204a1.125 1.125 0 010 1.592L21.045 28.92a1.126 1.126 0 01-1.592-1.592l8.206-8.204H5.624A1.125 1.125 0 014.5 18Z'/%3E%3C/svg%3E");
}
@media (min-width: 640px) {
    .sm\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-2[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2)::after {
        bottom: 0;
    }
    .sm\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+1):nth-last-child(-n+2) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-3[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        bottom: 0;
    }
    .sm\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-4[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        bottom: 0;
    }
    .sm\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-5[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        bottom: 0;
    }
    .sm\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-6[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        bottom: 0;
    }
    .sm\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-7[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+7)::after {
        top: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7)::after {
        bottom: 0;
    }
    .sm\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+1):nth-last-child(-n+7) ~ li::after {
        bottom: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .sm\:grid-cols-8[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8)::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ *::before {
        border-bottom-width: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(n)::after {
        border-right-width: 1px;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-width: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+8)::after {
        top: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8)::after {
        bottom: 0;
    }
    .sm\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+1):nth-last-child(-n+8) ~ li::after {
        bottom: 0;
    }
}
@media (min-width: 768px) {
    .md\:grid-layout {
        display: grid;
        grid-template-columns: repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);
        grid-gap: var(--inner-gutter);
    }
    .md\:grid-col-span-8 {
        --container-grid-columns: 8;
        grid-column: span 8 / span 8;
    }
    .md\:w-2-cols {
        width: calc(((2 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .md\:w-2-cols {
        width: calc(((2 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .md\:w-2-cols > * {
        --container-grid-columns: 2;
    }
    .md\:w-3-cols {
        width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .md\:w-3-cols {
        width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .md\:w-3-cols > * {
        --container-grid-columns: 3;
    }
    .md\:w-4-cols {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .md\:w-4-cols {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .md\:w-4-cols > * {
        --container-grid-columns: 4;
    }
    .md\:w-5-cols {
        width: calc(((5 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (5 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .md\:w-5-cols {
        width: calc(((5 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (5 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .md\:w-5-cols > * {
        --container-grid-columns: 5;
    }
    .md\:w-6-cols {
        width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .md\:w-6-cols {
        width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .md\:w-6-cols > * {
        --container-grid-columns: 6;
    }
    .md\:w-8-cols {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .md\:w-8-cols {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .md\:w-8-cols > * {
        --container-grid-columns: 8;
    }
    .md\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .md\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .md\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .md\:grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .md\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .md\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        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-right-width: 1px;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .md\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .md\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        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-right-width: 1px;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .md\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .md\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        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-right-width: 1px;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .md\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .md\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        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-right-width: 1px;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .md\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .md\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 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-right-width: 1px;
    }
    .md\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .md\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 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-right-width: 1px;
    }
    .md\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-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;
    }
}
@media (min-width: 1024px) {
    .lg\:grid-col-span-3 {
        --container-grid-columns: 3;
        grid-column: span 3 / span 3;
    }
    .lg\:grid-col-span-4 {
        --container-grid-columns: 4;
        grid-column: span 4 / span 4;
    }
    .lg\:grid-col-span-6 {
        --container-grid-columns: 6;
        grid-column: span 6 / span 6;
    }
    .lg\:grid-col-span-7 {
        --container-grid-columns: 7;
        grid-column: span 7 / span 7;
    }
    .lg\:grid-col-span-8 {
        --container-grid-columns: 8;
        grid-column: span 8 / span 8;
    }
    .lg\:w-3-cols {
        width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:w-3-cols {
        width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:w-3-cols > * {
        --container-grid-columns: 3;
    }
    .lg\:w-4-cols {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:w-4-cols {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:w-4-cols > * {
        --container-grid-columns: 4;
    }
    .lg\:w-6-cols {
        width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:w-6-cols {
        width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:w-6-cols > * {
        --container-grid-columns: 6;
    }
    .lg\:w-8-cols {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:w-8-cols {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:w-8-cols > * {
        --container-grid-columns: 8;
    }
    .lg\:w-9-cols {
        width: calc(((9 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (9 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:w-9-cols {
        width: calc(((9 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (9 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:w-9-cols > * {
        --container-grid-columns: 9;
    }
    .lg\:w-1\/2-cols {
        width: calc(50% - (var(--inner-gutter) * 0.5));
    }
    .cols-container > .lg\:w-1\/2-cols {
        width: calc(50% - var(--inner-gutter));
    }
    .lg\:w-1\/4-cols {
        width: calc(25% - (var(--inner-gutter) * 0.75));
    }
    .cols-container > .lg\:w-1\/4-cols {
        width: calc(25% - var(--inner-gutter));
    }
    .lg\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .lg\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .lg\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .lg\:grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
    }
    .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .lg\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .lg\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        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-right-width: 1px;
    }
    .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .lg\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .lg\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        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-right-width: 1px;
    }
    .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .lg\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .lg\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        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-right-width: 1px;
    }
    .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .lg\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .lg\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        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-right-width: 1px;
    }
    .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .lg\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 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-right-width: 1px;
    }
    .lg\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .lg\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 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-right-width: 1px;
    }
    .lg\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-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;
    }
}
@media (min-width: 1280px) {
    .xl\:grid-col-span-3 {
        --container-grid-columns: 3;
        grid-column: span 3 / span 3;
    }
    .xl\:grid-col-span-4 {
        --container-grid-columns: 4;
        grid-column: span 4 / span 4;
    }
    .xl\:grid-col-span-6 {
        --container-grid-columns: 6;
        grid-column: span 6 / span 6;
    }
    .xl\:grid-col-span-12 {
        --container-grid-columns: 12;
        grid-column: span 12 / span 12;
    }
    .xl\:w-8-cols {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .xl\:w-8-cols {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .xl\:w-8-cols > * {
        --container-grid-columns: 8;
    }
    .xl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .xl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .xl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .xl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
    }
    .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .xl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .xl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        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-right-width: 1px;
    }
    .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .xl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .xl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        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-right-width: 1px;
    }
    .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .xl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .xl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        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-right-width: 1px;
    }
    .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .xl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .xl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        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-right-width: 1px;
    }
    .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .xl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 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-right-width: 1px;
    }
    .xl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .xl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 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-right-width: 1px;
    }
    .xl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-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;
    }
}
@media (min-width: 1616px) {
    .xxl\:grid-col-span-7 {
        --container-grid-columns: 7;
        grid-column: span 7 / span 7;
    }
    .xxl\:grid-cols-1[class*="grid-line-x"][class*="grid-line-x"] > *:nth-child(n)::before {
        border-bottom-width: 1px;
    }
    .xxl\:grid-cols-1[class*="grid-line-xfull"] > *:nth-child(n)::before {
        left: 0;
        right: 0;
    }
    .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1)::before {
        right: 0;
    }
    .xxl\:grid-cols-1[class*="grid-line-x"] > *:nth-child(1n+1):nth-last-child(-n+1)::before {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(2n+2)::before {
        right: 0;
    }
    .xxl\:grid-cols-2[class*="grid-line-x"] > *:nth-child(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-right-width: 1px;
    }
    .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(2n+2)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+2)::after {
        top: 0;
    }
    .xxl\:grid-cols-2[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+3)::before {
        right: 0;
    }
    .xxl\:grid-cols-3[class*="grid-line-x"] > *:nth-child(3n+1):nth-last-child(-n+3)::before {
        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-right-width: 1px;
    }
    .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+3)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+3)::after {
        top: 0;
    }
    .xxl\:grid-cols-3[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(3n+1):nth-last-child(-n+3)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+4)::before {
        right: 0;
    }
    .xxl\:grid-cols-4[class*="grid-line-x"] > *:nth-child(4n+1):nth-last-child(-n+4)::before {
        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-right-width: 1px;
    }
    .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+4)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+4)::after {
        top: 0;
    }
    .xxl\:grid-cols-4[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(4n+1):nth-last-child(-n+4)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+5)::before {
        right: 0;
    }
    .xxl\:grid-cols-5[class*="grid-line-x"] > *:nth-child(5n+1):nth-last-child(-n+5)::before {
        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-right-width: 1px;
    }
    .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+5)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+5)::after {
        top: 0;
    }
    .xxl\:grid-cols-5[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(5n+1):nth-last-child(-n+5)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+6)::before {
        right: 0;
    }
    .xxl\:grid-cols-6[class*="grid-line-x"] > *:nth-child(6n+1):nth-last-child(-n+6)::before {
        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-right-width: 1px;
    }
    .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+6)::after {
        border-right-width: 0;
    }
    .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(-n+6)::after {
        top: 0;
    }
    .xxl\:grid-cols-6[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(6n+1):nth-last-child(-n+6)::after {
        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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-7[class*="grid-line-x"] > *:nth-child(7n+7)::before {
        right: 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-right-width: 1px;
    }
    .xxl\:grid-cols-7[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(7n+7)::after {
        border-right-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 {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2);
    }
    .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+1)::before {
        left: 0;
    }
    .xxl\:grid-cols-8[class*="grid-line-x"] > *:nth-child(8n+8)::before {
        right: 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-right-width: 1px;
    }
    .xxl\:grid-cols-8[class*="grid-line-y"][class*="grid-line-y"] > *:nth-child(8n+8)::after {
        border-right-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;
    }
}
@media (min-width: 1024px) {
    .lg\:\[\&\>div\>div\>div\>div\]\:w-12-cols>div>div>div>div {
        width: calc(((12 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (12 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .cols-container > .lg\:\[\&\>div\>div\>div\>div\]\:w-12-cols>div>div>div>div {
        width: calc(((12 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (12 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
    .lg\:\[\&\>div\>div\>div\>div\]\:w-12-cols>div>div>div>div > * {
        --container-grid-columns: 12;
    }
}
.cols-container > .\[\&_img\]\:ml-0 img {
    margin-left: 0;
}
.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}
.before\:left-\[-4px\]::before {
    content: var(--tw-content);
    left: -4px;
}
.before\:left-\[0\]::before {
    content: var(--tw-content);
    left: 0;
}
.before\:left-\[30px\]::before {
    content: var(--tw-content);
    left: 30px;
}
.before\:top-0::before {
    content: var(--tw-content);
    top: 0rem;
}
.before\:top-\[0\]::before {
    content: var(--tw-content);
    top: 0;
}
.before\:-z-10::before {
    content: var(--tw-content);
    z-index: -10;
}
.before\:block::before {
    content: var(--tw-content);
    display: block;
}
.before\:\!h-full::before {
    content: var(--tw-content);
    height: 100% !important;
}
.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}
.before\:\!w-full::before {
    content: var(--tw-content);
    width: 100% !important;
}
.before\:w-\[2px\]::before {
    content: var(--tw-content);
    width: 2px;
}
.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}
.before\:bg-\[\#fff\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-gradient-to-l::before {
    content: var(--tw-content);
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.before\:from-\[\#2f6d7600\]::before {
    content: var(--tw-content);
    --tw-gradient-from: #2f6d7600 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(47 109 118 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:to-\[\#2f6d7699\]::before {
    content: var(--tw-content);
    --tw-gradient-to: #2f6d7699 var(--tw-gradient-to-position);
}
.before\:opacity-0::before {
    content: var(--tw-content);
    opacity: 0;
}
.before\:transition-opacity::before {
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.before\:duration-300::before {
    content: var(--tw-content);
    transition-duration: 300ms;
}
.before\:ease-linear::before {
    content: var(--tw-content);
    transition-timing-function: linear;
}
.before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}
.group:hover .group-hover\:z-10 {
    z-index: 10;
}
.group:hover .group-hover\:bg-\[\#1C2735\]\/80 {
    background-color: rgb(28 39 53 / 0.8);
}
.group:hover .group-hover\:text-fg-accent_secondary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent_secondary) / var(--twc-fg-accent_secondary-opacity, var(--tw-text-opacity)));
}
.group:hover .group-hover\:text-fg-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.group:hover .group-hover\:opacity-0 {
    opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
.group:hover .group-hover\:paused {
    animation-play-state: paused;
  }
.group\/location.active .group-\[\.active\]\/location\:visible {
    visibility: visible;
}
.group\/page-next.disable .group-\[\.disable\]\/page-next\:text-fg-primary\/30 {
    color: hsl(var(--twc-fg-primary) / 0.3);
}
.group\/page-prev.disable .group-\[\.disable\]\/page-prev\:text-fg-primary\/30 {
    color: hsl(var(--twc-fg-primary) / 0.3);
}
.group\/page-next.enable .group-\[\.enable\]\/page-next\:text-fg-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.group\/page-prev.enable .group-\[\.enable\]\/page-prev\:text-fg-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.group\/location.active .group-\[\.active\]\/location\:opacity-100 {
    opacity: 1;
}
.peer:checked ~ .peer-checked\:translate-x-\[calc\(100\%\+2\.5px\)\] {
    --tw-translate-x: calc(100% + 2.5px);
    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));
}
.peer:checked ~ .peer-checked\:light {
    --twc-fg-primary: 213.60000000000002 30.9% 15.9%;
    --twc-fg-secondary: 204 7.4% 39.8%;
    --twc-fg-accent: 178.60000000000002 29.7% 71.6%;
    --twc-fg-accent_secondary: 187.60000000000002 43% 32.4%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-success: 101.89999999999998 55.2% 62.4%;
    --twc-fg-error: 0 58.5% 57.5%;
    --twc-surface-primary: 0 0% 100%;
    --twc-surface-secondary: 180 48.1% 94.7%;
    --twc-surface-tertiary: 178.60000000000002 29.7% 71.6%;
    --twc-surface-accent: 187.60000000000002 43% 32.4%;
    --twc-surface-alternate: 213.60000000000002 30.9% 15.9%;
    --twc-surface-background: 240 10% 96.1%;
    --twc-surface-Gradient: 178.60000000000002 29.7% 71.6%;
    --twc-surface-Gradient-opacity: 0.25;
    --twc-stroke-primary: 213.60000000000002 30.9% 15.9%;
    --twc-stroke-secondary: 204 7.4% 39.8%;
    --twc-stroke-accent: 178.60000000000002 29.7% 71.6%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-success: 101.89999999999998 55.2% 62.4%;
    --twc-stroke-error: 0 58.5% 57.5%;
}
.data-\[navigation\=scrolled\]\:shadow-\[0_0_20px_0_rgba\(0\2c _0\2c _0\2c _0\.05\)\][data-navigation=scrolled] {
    --tw-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 0 20px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hs-dropdown.open > .hs-dropdown-open\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-dropdown.open > .hs-dropdown-open\:opacity-100 {
    opacity: 1;
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-dropdown.open .hs-dropdown-toggle .hs-dropdown-open\:opacity-100 {
    opacity: 1;
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:opacity-100 {
    opacity: 1;
}
.hs-tooltip.show .hs-tooltip-shown\:visible {
    visibility: visible;
}
.hs-tooltip.show .hs-tooltip-shown\:opacity-100 {
    opacity: 1;
}
.hs-accordion.active.hs-accordion-active\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-accordion.active > .hs-accordion-active\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle .hs-accordion-active\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle.hs-accordion-active\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-collapse.open .hs-collapse-open\:h-\[calc\(100dvh-95px\)\] {
    height: calc(100dvh - 95px);
}
.hs-collapse.open .hs-collapse-open\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-collapse.open .hs-collapse-open\:opacity-0 {
    opacity: 0;
}
.hs-collapse.open .hs-collapse-open\:opacity-100 {
    opacity: 1;
}
.hs-collapse.open.hs-collapse-open\:h-\[calc\(100dvh-95px\)\] {
    height: calc(100dvh - 95px);
}
.hs-collapse.open.hs-collapse-open\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-collapse.open.hs-collapse-open\:opacity-0 {
    opacity: 0;
}
.hs-collapse.open.hs-collapse-open\:opacity-100 {
    opacity: 1;
}
.hs-collapse-toggle.open .hs-collapse-open\:h-\[calc\(100dvh-95px\)\] {
    height: calc(100dvh - 95px);
}
.hs-collapse-toggle.open .hs-collapse-open\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-collapse-toggle.open .hs-collapse-open\:opacity-0 {
    opacity: 0;
}
.hs-collapse-toggle.open .hs-collapse-open\:opacity-100 {
    opacity: 1;
}
.hs-collapse-toggle.open.hs-collapse-open\:h-\[calc\(100dvh-95px\)\] {
    height: calc(100dvh - 95px);
}
.hs-collapse-toggle.open.hs-collapse-open\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}
.hs-collapse-toggle.open.hs-collapse-open\:opacity-0 {
    opacity: 0;
}
.hs-collapse-toggle.open.hs-collapse-open\:opacity-100 {
    opacity: 1;
}
[data-hs-tab].active.hs-tab-active\:bg-surface-alternate {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
[data-hs-tab].active.hs-tab-active\:text-fg-alternate {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
[data-hs-tab].active.hs-tab-active\:before\:opacity-100::before {
    content: var(--tw-content);
    opacity: 1;
}
[data-hs-tab].active .hs-tab-active\:bg-surface-alternate {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
[data-hs-tab].active .hs-tab-active\:text-fg-alternate {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
[data-hs-tab].active .hs-tab-active\:before\:opacity-100::before {
    content: var(--tw-content);
    opacity: 1;
}
.open.hs-overlay-open\:opacity-100 {
    opacity: 1;
}
.open.hs-overlay-open\:duration-500 {
    transition-duration: 500ms;
}
.open .hs-overlay-open\:opacity-100 {
    opacity: 1;
}
.open .hs-overlay-open\:duration-500 {
    transition-duration: 500ms;
}
.hs-overlay-backdrop.hs-overlay-backdrop-open\:bg-\[black\]\/80 {
    background-color: rgb(0 0 0 / 0.8);
}
.hs-overlay-backdrop .hs-overlay-backdrop-open\:bg-\[black\]\/80 {
    background-color: rgb(0 0 0 / 0.8);
}
.active.hs-scrollspy-active\:border-b-stroke-accent\/100 {
    border-bottom-color: hsl(var(--twc-stroke-accent) / 1);
}
.active.hs-scrollspy-active\:bg-surface-secondary {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.active.hs-scrollspy-active\:font-semibold {
    font-weight: 600;
}
.active.hs-scrollspy-active\:text-fg-accent {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.active.hs-scrollspy-active\:text-fg-primary {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.prose-h1\:text-fg-alternate :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.prose-h2\:\!mb-0 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 0rem !important;
}
.prose-h2\:\!text-fl-base :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--f-base) !important;
    line-height: 1.4 !important;
}
.prose-h2\:\!text-fg-secondary :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity))) !important;
}
.prose-h2\:before\:\!content-none :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    --tw-content: none !important;
    content: var(--tw-content) !important;
}
.prose-p\:font-bold :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-weight: 700;
}
.prose-p\:text-fg-alternate :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.prose-p\:text-fg-primary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.prose-p\:text-fg-secondary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-text-opacity)));
}
.prose-a\:relative :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    position: relative;
}
.prose-a\:isolate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    isolation: isolate;
}
.prose-a\:inline-flex :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    display: inline-flex;
}
.prose-a\:w-fit :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    width: -moz-fit-content;
    width: fit-content;
}
.prose-a\:items-center :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    align-items: center;
}
.prose-a\:gap-fl-2xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    gap: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.prose-a\:gap-fl-3xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    gap: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.prose-a\:rounded-\[54px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    border-radius: 54px;
}
.prose-a\:border-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    border-width: 2px;
}
.prose-a\:border-stroke-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
}
.prose-a\:border-stroke-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
}
.prose-a\:bg-surface-tertiary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.prose-a\:bg-surface-tertiary\/0 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    background-color: hsl(var(--twc-surface-tertiary) / 0);
}
.prose-a\:p-fl-3xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding: calc(0.25rem + 0.50 * var(--fluid-bp));
}
.prose-a\:px-fl-sm :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-left: calc(1.00rem + 2.00 * var(--fluid-bp));
    padding-right: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.prose-a\:px-fl-xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-left: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding-right: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.prose-a\:py-fl-2xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-top: calc(0.50rem + 1.00 * var(--fluid-bp));
    padding-bottom: calc(0.50rem + 1.00 * var(--fluid-bp));
}
.prose-a\:py-fl-xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-top: calc(0.75rem + 1.50 * var(--fluid-bp));
    padding-bottom: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.prose-a\:text-left :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    text-align: left;
}
.prose-a\:text-base :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 1rem;
}
.prose-a\:font-\[600\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-weight: 600;
}
.prose-a\:leading-none :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    line-height: 1;
}
.prose-a\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.prose-a\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    text-decoration-line: underline;
}
.prose-a\:outline-none :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.prose-a\:transition-all :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.prose-a\:duration-300 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    transition-duration: 300ms;
}
.prose-a\:ease-in-out :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.prose-a\:before\:absolute :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    position: absolute;
}
.prose-a\:before\:left-\[0\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    left: 0;
}
.prose-a\:before\:top-\[0\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    top: 0;
}
.prose-a\:before\:-z-10 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    z-index: -10;
}
.prose-a\:before\:h-full :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    height: 100%;
}
.prose-a\:before\:w-full :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    width: 100%;
}
.prose-a\:before\:rounded-\[54px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    border-radius: 54px;
}
.prose-a\:before\:bg-gradient-to-r :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.prose-a\:before\:from-\[\#274763cc\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    --tw-gradient-from: #274763cc var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 71 99 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.prose-a\:before\:via-\[\#274763b8\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    --tw-gradient-to: rgb(39 71 99 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #274763b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.prose-a\:before\:via-\[30\.94\%\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    --tw-gradient-via-position: 30.94%;
}
.prose-a\:before\:to-\[\#27476312\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    --tw-gradient-to: #27476312 var(--tw-gradient-to-position);
}
.prose-a\:before\:opacity-0 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    opacity: 0;
}
.prose-a\:before\:transition-opacity :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.prose-a\:before\:duration-300 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    content: var(--tw-content);
    transition-duration: 300ms;
}
.prose-a\:before\:content-\[\'\'\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before {
    --tw-content: '';
    content: var(--tw-content);
}
.prose-a\:after\:h-fl-sm :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    height: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.prose-a\:after\:w-fl-sm :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    width: calc(1.00rem + 2.00 * var(--fluid-bp));
}
.prose-a\:after\:text-\[18px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    font-size: 18px;
}
.prose-a\:after\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.prose-a\:after\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.prose-a\:after\:transition-all :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.prose-a\:after\:transition-colors :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    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;
}
.prose-a\:after\:duration-300 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after {
    content: var(--tw-content);
    transition-duration: 300ms;
}
.prose-ol\:list-\[revert\] :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    list-style-type: revert;
}
.prose-ol\:pl-fl-md :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.prose-ul\:list-\[revert\] :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    list-style-type: revert;
}
.prose-ul\:pl-fl-md :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    padding-left: calc(1.50rem + 3.00 * var(--fluid-bp));
}
.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-surface-tertiary:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-border-opacity)));
}
.hover\:bg-surface-accent:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-surface-tertiary:hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.hover\:font-bold:hover {
    font-weight: 700;
}
.hover\:text-fg-accent:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.hover\:text-fg-accent_secondary:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent_secondary) / var(--twc-fg-accent_secondary-opacity, var(--tw-text-opacity)));
}
.hover\:text-fg-alternate:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.hover\:text-fg-alternate\/60:hover {
    color: hsl(var(--twc-fg-alternate) / 0.6);
}
.hover\:text-fg-primary:hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.hover\:text-fg-primary\/60:hover {
    color: hsl(var(--twc-fg-primary) / 0.6);
}
.hover\:prose-a\:gap-fl-xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    gap: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.hover\:prose-a\:border-stroke-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-border-opacity)));
}
.hover\:prose-a\:border-stroke-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
}
.hover\:prose-a\:bg-surface-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
.hover\:prose-a\:bg-surface-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.hover\:prose-a\:text-fg-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.hover\:prose-a\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.hover\:prose-a\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.hover\:prose-a\:before\:opacity-100 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover::before {
    content: var(--tw-content);
    opacity: 1;
}
.hover\:prose-a\:after\:text-fg-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.hover\:prose-a\:after\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.focus\:border-0:focus {
    border-width: 0px;
}
.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-0:focus {
    outline-width: 0px;
}
.focus\:\[box-shadow\:none\]:focus {
    box-shadow: none;
}
.focus\:prose-a\:border-stroke-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
}
.focus\:prose-a\:ring-1 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --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(1px + 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);
}
.focus\:prose-a\:ring-stroke-alternate :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-opacity, var(--tw-ring-opacity)));
}
.focus\:prose-a\:ring-stroke-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-ring-opacity)));
}
.focus\:prose-a\:ring-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-ring-opacity)));
}
.focus\:prose-a\:ring-offset-1 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus {
    --tw-ring-offset-width: 1px;
}
@media (min-width: 640px) {
    .sm\:absolute {
        position: absolute;
    }
    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .sm\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .md\:-top-fl-xl {
        top: calc(calc(2.50rem + 5.00 * var(--fluid-bp)) * -1);
    }
    .md\:top-\[-175px\] {
        top: -175px;
    }
    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:my-0 {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .md\:mt-3xl {
        margin-top: 1.5rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-\[55px\] {
        height: 55px;
    }
    .md\:h-\[72px\] {
        height: 72px;
    }
    .md\:max-h-\[255px\] {
        max-height: 255px;
    }
    .md\:w-2xs {
        width: 0.625rem;
    }
    .md\:w-6\/12 {
        width: 50%;
    }
    .md\:w-\[326px\] {
        width: 326px;
    }
    .md\:w-\[72px\] {
        width: 72px;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:min-w-\[220px\] {
        min-width: 220px;
    }
    .md\:max-w-\[300px\] {
        max-width: 300px;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:shrink {
        flex-shrink: 1;
    }
    .md\:-translate-x-\[33\%\] {
        --tw-translate-x: -33%;
        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-\[2\%\] {
        --tw-translate-y: -2%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-wrap {
        flex-wrap: wrap;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-\[--inner-gutter\] {
        gap: var(--inner-gutter);
    }
    .md\:gap-\[48px\] {
        gap: 48px;
    }
    .md\:gap-fl-3xl {
        gap: calc(4.00rem + 8.00 * var(--fluid-bp));
    }
    .md\:gap-fl-md {
        gap: calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .md\:gap-fl-xl {
        gap: calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .md\:rounded-full {
        border-radius: 9999px;
    }
    .md\:rounded-none {
        border-radius: 0px;
    }
    .md\:bg-surface-primary {
        --tw-bg-opacity: 1;
        background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
    }
    .md\:p-0 {
        padding: 0rem;
    }
    .md\:p-\[0\] {
        padding: 0;
    }
    .md\:px-fl-lg {
        padding-left: calc(2.00rem + 4.00 * var(--fluid-bp));
        padding-right: calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .md\:pb-0 {
        padding-bottom: 0rem;
    }
    .md\:opacity-100 {
        opacity: 1;
    }
}
@media (min-width: 1024px) {
    .lg\:top-\[-93px\] {
        top: -93px;
    }
    .lg\:top-full {
        top: 100%;
    }
    .lg\:order-none {
        order: 0;
    }
    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:mb-\[36px\] {
        margin-bottom: 36px;
    }
    .lg\:block {
        display: block;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-\[80px\] {
        height: 80px;
    }
    .lg\:w-4\/12 {
        width: 33.333333%;
    }
    .lg\:w-6\/12 {
        width: 50%;
    }
    .lg\:w-8\/12 {
        width: 66.666667%;
    }
    .lg\:w-\[90\%\] {
        width: 90%;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:-translate-x-\[73\%\] {
        --tw-translate-x: -73%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:-translate-y-\[23\%\] {
        --tw-translate-y: -23%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .lg\:grid-flow-col {
        grid-auto-flow: column;
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:gap-fl-sm {
        gap: calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .lg\:gap-y-fl-sm {
        row-gap: calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .lg\:border-t {
        border-top-width: 1px;
    }
    .lg\:p-0 {
        padding: 0rem;
    }
    .lg\:p-fl-xl {
        padding: calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .lg\:py-0 {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .lg\:py-\[180px\] {
        padding-top: 180px;
        padding-bottom: 180px;
    }
    .lg\:pb-fl-lg {
        padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .lg\:pt-fl-lg {
        padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .lg\:\[--strategy\:absolute\] {
        --strategy: absolute;
    }
}
@media (min-width: 1280px) {
    .xl\:static {
        position: static;
    }
    .xl\:left-auto {
        left: auto;
    }
    .xl\:top-\[-97px\] {
        top: -97px;
    }
    .xl\:top-\[calc\(100\%-40px\)\] {
        top: calc(100% - 40px);
    }
    .xl\:z-10 {
        z-index: 10;
    }
    .xl\:mb-\[48px\] {
        margin-bottom: 48px;
    }
    .xl\:box-content {
        box-sizing: content-box;
    }
    .xl\:block {
        display: block;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-\[108px\] {
        height: 108px;
    }
    .xl\:h-auto {
        height: auto;
    }
    .xl\:w-auto {
        width: auto;
    }
    .xl\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
    .xl\:max-w-\[280px\] {
        max-width: 280px;
    }
    .xl\:max-w-full {
        max-width: 100%;
    }
    .xl\:-translate-x-\[20\%\] {
        --tw-translate-x: -20%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .xl\:-translate-x-\[45\%\] {
        --tw-translate-x: -45%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .xl\:-translate-y-\[23\%\] {
        --tw-translate-y: -23%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .xl\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .xl\:items-center {
        align-items: center;
    }
    .xl\:justify-end {
        justify-content: flex-end;
    }
    .xl\:justify-center {
        justify-content: center;
    }
    .xl\:gap-5xl {
        gap: 1.875rem;
    }
    .xl\:gap-\[26px\] {
        gap: 26px;
    }
    .xl\:gap-fl-md {
        gap: calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .xl\:gap-fl-sm {
        gap: calc(1.00rem + 2.00 * var(--fluid-bp));
    }
    .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }
    .xl\:overflow-hidden {
        overflow: hidden;
    }
    .xl\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .xl\:rounded-2xl {
        border-radius: 1rem;
    }
    .xl\:bg-surface-primary\/0 {
        background-color: hsl(var(--twc-surface-primary) / 0);
    }
    .xl\:\!p-0 {
        padding: 0rem !important;
    }
    .xl\:p-0 {
        padding: 0rem;
    }
    .xl\:p-2xs {
        padding: 0.625rem;
    }
    .xl\:p-fl-2xs {
        padding: calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .xl\:p-fl-lg {
        padding: calc(2.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:p-fl-xl {
        padding: calc(2.50rem + 5.00 * var(--fluid-bp));
    }
    .xl\:px-0 {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .xl\:py-base {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .xl\:py-fl-md {
        padding-top: calc(1.50rem + 3.00 * var(--fluid-bp));
        padding-bottom: calc(1.50rem + 3.00 * var(--fluid-bp));
    }
    .xl\:pt-10xl {
        padding-top: 3.25rem;
    }
    .xl\:pt-fl-2xs {
        padding-top: calc(0.50rem + 1.00 * var(--fluid-bp));
    }
    .xl\:text-base {
        font-size: 1rem;
    }
    .xl\:text-fl-base {
        font-size: var(--f-base);
        line-height: 1.4;
    }
    .xl\:text-fg-alternate {
        --tw-text-opacity: 1;
        color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
    }
    .xl\:opacity-100 {
        opacity: 1;
    }
    .xl\:\[--strategy\:absolute\] {
        --strategy: absolute;
    }
    .xl\:\[--trigger\:hover\] {
        --trigger: hover;
    }
    .xl\:hover\:text-fg-alternate\/60:hover {
        color: hsl(var(--twc-fg-alternate) / 0.6);
    }
}
@media (min-width: 1616px) {
    .xxl\:top-\[-103px\] {
        top: -103px;
    }
    .xxl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xxl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xxl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xxl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xxl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xxl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xxl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .xxl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .xxl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media (prefers-color-scheme: dark) {
    .dark\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
}
.\[\&\*\]\:text-fg-alternate* {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&\.open\]\:cursor-default.open {
    cursor: default;
}
.\[\&\.open\]\:py-fl-lg.open {
    padding-top: calc(2.00rem + 4.00 * var(--fluid-bp));
    padding-bottom: calc(2.00rem + 4.00 * var(--fluid-bp));
}
@media (min-width: 768px) {
    .\[\&\.open\]\:md\:grid.open {
        display: grid;
    }
    .\[\&\.open\]\:md\:grid-cols-12.open {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-\[30px\]::-webkit-scrollbar-thumb {
    border-radius: 30px;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-surface-tertiary::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.\[\&\:\:-webkit-scrollbar-track\]\:bg-surface-background::-webkit-scrollbar-track {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-background) / var(--twc-surface-background-opacity, var(--tw-bg-opacity)));
}
.\[\&\:\:-webkit-scrollbar-track\]\:shadow-\[0px_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]::-webkit-scrollbar-track {
    --tw-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\:\:-webkit-scrollbar\]\:w-\[10px\]::-webkit-scrollbar {
    width: 10px;
}
.\[\&\:not\(\:last-child\)\]\:border-b-stroke-primary:not(:last-child) {
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
}
.\[\&\>\.flex\>div\]\:\!w-max>.flex>div {
    width: -moz-max-content !important;
    width: max-content !important;
}
.\[\&\>\.list-none\>li\>div\>div\]\:text-fg-primary>.list-none>li>div>div {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.\[\&\>\.relative\]\:rounded-none>.relative {
    border-radius: 0px;
}
.\[\&\>div\>\.button-group\]\:justify-start>div>.button-group {
    justify-content: flex-start;
}
.\[\&\>div\>\.button-group\]\:justify-end>div>.button-group {
    justify-content: flex-end;
}
.\[\&\>div\>\.button-group\]\:justify-center>div>.button-group {
    justify-content: center;
}
.\[\&\>div\]\:h-full>div {
    height: 100%;
}
.\[\&\>div\]\:flex-col>div {
    flex-direction: column;
}
.\[\&\>div\]\:items-start>div {
    align-items: flex-start;
}
.\[\&\>div\]\:justify-center>div {
    justify-content: center;
}
.\[\&\>div\]\:justify-between>div {
    justify-content: space-between;
}
.\[\&\>div\]\:gap-fl-xs>div {
    gap: calc(0.75rem + 1.50 * var(--fluid-bp));
}
.\[\&\>div\]\:gap-lg>div {
    gap: 1.125rem;
}
.\[\&\>div\]\:rounded-\[10px\]>div {
    border-radius: 10px;
}
.\[\&\>div\]\:rounded-none>div {
    border-radius: 0px;
}
@media (min-width: 768px) {
    .\[\&\>div\]\:md\:flex-row>div {
        flex-direction: row;
    }
    .\[\&\>div\]\:md\:items-center>div {
        align-items: center;
    }
}
.\[\&\>img\]\:h-full>img {
    height: 100%;
}
.\[\&\>img\]\:w-full>img {
    width: 100%;
}
.\[\&\>img\]\:object-cover>img {
    -o-object-fit: cover;
       object-fit: cover;
}
.\[\&\>span\]\:w-\[45px\]>span {
    width: 45px;
}
.\[\&\>span\]\:text-\[36px\]>span {
    font-size: 36px;
}
.\[\&\>span\]\:text-\[45px\]>span {
    font-size: 45px;
}
.\[\&\>span\]\:text-fg-alternate>span {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&\>span\]\:hover\:text-fg-alternate\/60:hover>span {
    color: hsl(var(--twc-fg-alternate) / 0.6);
}
.\[\&\>svg\]\:h-\[1075px\]>svg {
    height: 1075px;
}
.\[\&\>svg\]\:h-\[600px\]>svg {
    height: 600px;
}
.\[\&\>svg\]\:w-\[1075px\]>svg {
    width: 1075px;
}
.\[\&\>svg\]\:w-\[600px\]>svg {
    width: 600px;
}
.\[\&\>svg\]\:fill-fg-primary>svg {
    fill: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 1));
}
.\[\&\>svg\]\:opacity-\[0\.2\]>svg {
    opacity: 0.2;
}
.\[\&\>svg\]\:opacity-\[0\.3\]>svg {
    opacity: 0.3;
}
.\[\&_\*\:not\(a\)\]\:text-fg-alternate *:not(a) {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&_\*\]\:w-full * {
    width: 100%;
}
.\[\&_\*\]\:text-left * {
    text-align: left;
}
.\[\&_\*\]\:text-fl-2xl * {
    font-size: var(--f-2xl);
    line-height: 1.11;
}
.\[\&_\*\]\:\!text-fg-primary * {
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity))) !important;
}
.\[\&_\*\]\:text-fg-alternate * {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&_\.blaze-next\>span\]\:text-fg-primary .blaze-next>span {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.\[\&_\.blaze-next\]\:bg-surface-primary .blaze-next {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.\[\&_\.blaze-prev\>span\]\:text-fg-primary .blaze-prev>span {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.\[\&_\.blaze-prev\]\:bg-surface-primary .blaze-prev {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.\[\&_\.blaze-track-container\]\:overflow-visible .blaze-track-container {
    overflow: visible;
}
.\[\&_\.custom-link\]\:w-auto .custom-link {
    width: auto;
}
@media (min-width: 1024px) {
    .\[\&_\.text-content\>div\]\:lg\:w-full .text-content>div {
        width: 100%;
    }
}
.\[\&_button\]\:\!cursor-default button {
    cursor: default !important;
}
.\[\&_h2\]\:text-fg-primary h2 {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.\[\&_h2\]\:duration-300 h2 {
    transition-duration: 300ms;
}
.group:hover .\[\&_h2\]\:group-hover\:text-fg-alternate h2 {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&_h3\]\:text-fl-xl h3 {
    font-size: var(--f-xl);
    line-height: 1.2;
}
.\[\&_h3\]\:font-\[400\] h3 {
    font-weight: 400;
}
.\[\&_h3\]\:text-fg-alternate h3 {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&_h3\]\:text-fg-primary h3 {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.\[\&_h3\]\:duration-300 h3 {
    transition-duration: 300ms;
}
.group:hover .\[\&_h3\]\:group-hover\:text-fg-alternate h3 {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&_img\]\:ml-0 img {
    margin-left: 0rem;
}
.\[\&_img\]\:aspect-3\/2 img {
    aspect-ratio: 3 / 2;
}
.\[\&_img\]\:\!h-\[94px\] img {
    height: 94px !important;
}
.\[\&_img\]\:h-\[330px\] img {
    height: 330px;
}
.\[\&_img\]\:h-\[342px\] img {
    height: 342px;
}
.\[\&_img\]\:h-\[50px\] img {
    height: 50px;
}
.\[\&_img\]\:h-\[60px\] img {
    height: 60px;
}
.\[\&_img\]\:h-auto img {
    height: auto;
}
.\[\&_img\]\:\!w-\[94px\] img {
    width: 94px !important;
}
.\[\&_img\]\:w-\[309px\] img {
    width: 309px;
}
.\[\&_img\]\:w-\[50px\] img {
    width: 50px;
}
.\[\&_img\]\:w-\[60px\] img {
    width: 60px;
}
.\[\&_img\]\:rounded-none img {
    border-radius: 0px;
}
.\[\&_img\]\:grayscale img {
    --tw-grayscale: grayscale(100%);
    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);
}
.\[\&_img\]\:duration-300 img {
    transition-duration: 300ms;
}
.\[\&_img\]\:hover\:grayscale-0:hover img {
    --tw-grayscale: grayscale(0);
    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);
}
@media (min-width: 1024px) {
    .\[\&_img\]\:lg\:ml-auto img {
        margin-left: auto;
    }
    .\[\&_img\]\:lg\:mr-0 img {
        margin-right: 0rem;
    }
    .\[\&_img\]\:lg\:mt-\[66px\] img {
        margin-top: 66px;
    }
}
.\[\&_p\]\:text-fl-sm p {
    font-size: var(--f-sm);
    line-height: inherit;
}
.\[\&_p\]\:text-fg-alternate p {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&_p\]\:text-fg-primary p {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.\[\&_p\]\:opacity-0 p {
    opacity: 0;
}
.\[\&_p\]\:transition-all p {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.\[\&_p\]\:duration-300 p {
    transition-duration: 300ms;
}
.group:hover .\[\&_p\]\:group-hover\:text-fg-alternate p {
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.group:hover .group-hover\:\[\&_p\]\:opacity-100 p {
    opacity: 1;
}
.\[\&_span\.text-left\.absolute\]\:\!-translate-y-\[70px\] span.text-left.absolute {
    --tw-translate-y: -70px !important;
    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)) !important;
}
.\[\&_span\.text-left\.absolute\]\:translate-x-\[25px\] span.text-left.absolute {
    --tw-translate-x: 25px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_svg\]\:size-xl svg {
    width: 1.25rem;
    height: 1.25rem;
}
.\[\&_svg\]\:transition-colors svg {
    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;
}
.\[\&_svg\]\:duration-200 svg {
    transition-duration: 200ms;
}
.\[\&_svg\]\:ease-in-out svg {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:\[\&_svg\]\:fill-fg-accent svg:hover {
    fill: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, 1));
}
.\[\&_ul\>\*\]\:text-fl-sm ul>* {
    font-size: var(--f-sm);
    line-height: inherit;
}