@import url(https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);

/* Global System Styling */
.dnd-section{
    padding-top: calc(4.00rem + 16.00 * var(--fluid-bp));
    padding-bottom: calc(4.00rem + 16.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 + 10.00 * var(--fluid-bp));
    pointer-events: none;
    position: absolute;
    top: 0rem;
    z-index: 10;
    width: calc(2.50rem + 10.00 * var(--fluid-bp));
    height: calc(2.50rem + 10.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 */
.font-Rubik {
    font-family: "Rubik", sans-serif;
}
.font-Hind-Vadodara {
    font-family: "Hind Vadodara", sans-serif;
}
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 + 4.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;
}
.product-func-module .tb_text-content ::marker{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
/* 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: 1.25rem !important;
    width: 100%;
    max-width: 100% !important;
}
form fieldset.form-columns-2{
    display: flex;
    gap: calc(1.50rem + 6.00 * var(--fluid-bp));
}
form fieldset.form-columns-3{
    display: flex;
    gap: calc(1.50rem + 6.00 * var(--fluid-bp));
}
form fieldset label{
    margin-bottom: 0.5rem !important;
    display: block;
    font-size: 1rem;
}
/* FORM FIELDS */
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{
    width: 100% !important;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
    padding: 0.75rem;
    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-width: 4px !important;
    outline-offset: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    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-secondary) / var(--twc-fg-secondary-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-secondary) / var(--twc-fg-secondary-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[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-color: transparent;
    outline-style: solid;
    outline-color: #0880AE;
}
/* CHECKBOX AND RADIO */
form .hs-form-booleancheckbox-display{
    margin-top: calc(1.00rem + 4.00 * var(--fluid-bp));
}
form .hs-form-checkbox-display span,
form .hs-form-booleancheckbox-display span,
form .hs-form-radio-display span{
    position: relative;
    display: flex !important;
    align-items: center;
    gap: calc(0.50rem + 2.00 * var(--fluid-bp));
    padding-top: calc(0.25rem + 1.00 * var(--fluid-bp));
    padding-bottom: calc(0.25rem + 1.00 * var(--fluid-bp));
}
/* Hide default checkbox  */
form [type="checkbox"],
form [type="radio"]{
    display: none;
}
/* Use before and after text to style  */
form .hs-form-checkbox span:before,
form .hs-form-radio span:before,
form .hs-form-booleancheckbox-display > span:before{
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-primary) / var(--twc-stroke-primary-opacity, var(--tw-border-opacity)));
    --tw-content: '';
    content: var(--tw-content);
}
form .hs-form-checkbox span:before,
form .hs-form-booleancheckbox-display > span:before{
    border-radius: 0.375rem;
}
form .hs-form-radio span:before{
    border-radius: 9999px;
}
form .hs-form-checkbox span:after,
form .hs-form-radio span:after,
form .hs-form-booleancheckbox-display > span:after{
    visibility: hidden;
    position: absolute;
    left: 9px;
    top: 9px;
    height: 12px;
    width: 6px;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 2px;
    border-left-width: 0px;
    border-top-width: 0px;
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-border-opacity)));
    opacity: 0;
    --tw-content: '';
    content: var(--tw-content);
}
form .hs-form-checkbox [type="checkbox"]:checked + span:before,
form .hs-form-radio [type="radio"]:checked + span:before,
form .hs-form-booleancheckbox-display [type="checkbox"]:checked + span:before{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-surface-accent) / var(--twc-surface-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)));
}
form .hs-form-checkbox [type="checkbox"]:checked + span:after,
form .hs-form-radio [type="radio"]:checked + span:after,
form .hs-form-booleancheckbox-display [type="checkbox"]:checked + span:after{
    visibility: visible;
    opacity: 1;
}
form [type="checkbox"]:focus,
form [type="radio"]:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    box-shadow: unset !important;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span{
    margin: 0rem;
}
/* ERROR */
form .hs-input.error{
    border-color: transparent;
    outline-style: solid;
    outline-color: #b4231833;
}
form label.hs-error-msg,
form .hs_error_rollup .hs-error-msgs label{
    margin-top: 0.75rem;
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, var(--tw-text-opacity)));
}
/* LEGAL CONSENT */
form .legal-consent-container p{
    font-size: var(--f-sm);
    line-height: inherit;
}
form .hs-submit .actions{
    margin-top: 0.75rem;
}
/* FORM BUTTON */
form .hs-submit .actions input{
    cursor: pointer;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
    padding-top: calc(0.75rem + 3.00 * var(--fluid-bp));
    padding-bottom: calc(0.75rem + 3.00 * var(--fluid-bp));
    padding-left: calc(1.00rem + 4.00 * var(--fluid-bp));
    padding-right: calc(1.00rem + 4.00 * var(--fluid-bp));
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
form .hs-submit .actions input:hover{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent-20) / var(--twc-surface-accent-20-opacity, var(--tw-bg-opacity)));
}
/* CTA BANNER FORM BUTTON */
.cta-banner form .hs-submit .actions input{
    flex-direction: row-reverse;
    gap: calc(0.50rem + 2.00 * var(--fluid-bp));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
    --twc-fg-primary: 0 0% 100%;
    --twc-fg-secondary: 0 0% 74.1%;
    --twc-fg-accent: 73.80000000000001 86.4% 40.4%;
    --twc-fg-alternate: 0 0% 7.1%;
    --twc-fg-brand: 73.80000000000001 86.4% 40.4%;
    --twc-fg-success: 73.80000000000001 86.4% 40.4%;
    --twc-fg-error: 5.100000000000023 68.1% 44.3%;
    --twc-surface-primary: 0 0% 7.1%;
    --twc-surface-secondary: 0 0% 14.1%;
    --twc-surface-tertiary: 0 0% 21.2%;
    --twc-surface-alternate: 0 0% 100%;
    --twc-surface-accent-10: 73.30000000000001 60% 94.1%;
    --twc-surface-accent-20: 73.5 58.5% 64.1%;
    --twc-surface-accent-40: 73.80000000000001 58.8% 52.4%;
    --twc-surface-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-primary: 0 0% 100%;
    --twc-stroke-secondary: 0 0% 61.6%;
    --twc-stroke-alternate: 0 0% 7.1%;
    --twc-stroke-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-success: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-error: 5.100000000000023 68.1% 44.3%;
}
.cta-banner form .hs-submit .actions input:hover{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.cta-banner form .hs-submit .actions input:focus{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
/* CTA BANNER FORM INPUT */
.cta-banner form input:not([type="submit"]){
    --twc-fg-primary: 0 0% 7.1%;
    --twc-fg-secondary: 0 0% 14.1%;
    --twc-fg-accent: 73.80000000000001 86.4% 40.4%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-brand: 73.80000000000001 86.4% 40.4%;
    --twc-fg-success: 73.80000000000001 86.4% 40.4%;
    --twc-fg-error: 5.100000000000023 68.1% 44.3%;
    --twc-surface-primary: 0 0% 100%;
    --twc-surface-secondary: 0 0% 93.7%;
    --twc-surface-tertiary: 0 0% 87.1%;
    --twc-surface-alternate: 0 0% 7.1%;
    --twc-surface-accent-10: 73.30000000000001 60% 94.1%;
    --twc-surface-accent-20: 73.5 58.5% 64.1%;
    --twc-surface-accent-40: 73.80000000000001 58.8% 52.4%;
    --twc-surface-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-primary: 0 0% 7.1%;
    --twc-stroke-secondary: 0 0% 61.6%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-success: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-error: 5.100000000000023 68.1% 44.3%;
}
/* Recaptcha Fields */
.hs_recaptcha{
    margin-bottom: calc(1.00rem + 4.00 * var(--fluid-bp));
}
#subscription-preferences .page-header{
    margin-bottom: 1.25rem;
}
#subscription-preferences .page-header h1,
#subscription-preferences .page-header br{
    display: none;
}
#subscription-preferences .page-header h2{
    margin-bottom: calc(1.00rem + 4.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: 2.5rem;
}
#subscription-preferences form [type="checkbox"], 
#subscription-preferences form [type="radio"]{
    display: block !important;
}
#subscription-preferences form [type="checkbox"]{
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 5px;
    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)));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
#subscription-preferences .email-prefs .item{
    padding-bottom: calc(1.50rem + 6.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item-inner{
    position: relative;
    padding-left: calc(2.00rem + 8.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .item-inner .fakelabel{
    padding-bottom: calc(0.50rem + 2.00 * var(--fluid-bp));
    font-size: 2rem;
}
#subscription-preferences .email-prefs .item-inner > p{
    font-size: 1.25rem;
}
#subscription-preferences .email-prefs .item-inner .checkbox-row input{
    position: absolute;
    left: 0rem;
    top: calc(0.75rem + 3.00 * var(--fluid-bp));
}
#subscription-preferences .email-prefs .subscribe-options label{
    display: flex;
    align-items: center;
    gap: calc(0.75rem + 3.00 * var(--fluid-bp));
}
/* SUBMIT BUTTON */
#subscription-preferences .email-prefs input.hs-button{
    margin-top: calc(3.00rem + 12.00 * var(--fluid-bp));
    margin-bottom: calc(3.00rem + 12.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 + 4.00 * var(--fluid-bp));
    padding-bottom: calc(1.00rem + 4.00 * var(--fluid-bp));
    padding-left: calc(1.50rem + 6.00 * var(--fluid-bp));
    padding-right: calc(1.50rem + 6.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)));
}
/* SUBSCRIPTION CONFIRMATION */
#subscription-confirmation .page-header{
    margin-bottom: 1.25rem;
}
#subscription-confirmation .page-header h1{
    display: none;
}
/* BACKUP UNSUBSCRIBE */
#backup-unsubscribe .page-header h1{
    display: none;
}
.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 + 10.00 * var(--fluid-bp));
    height: calc(2.50rem + 10.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 + 3.00 * var(--fluid-bp));
    padding: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.blaze-pagination button{
    width: calc(0.75rem + 3.00 * var(--fluid-bp));
    height: calc(0.75rem + 3.00 * var(--fluid-bp));
    cursor: pointer;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-secondary) / var(--twc-fg-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: unset;
        --inner-gutter: 16px;
        --outer-gutter: 24px;
        --grid-columns: 4;
    }
}
@media (min-width: 768px){
    :root{
        --breakpoint: "md";
        --container-width: unset;
        --inner-gutter: 24px;
        --outer-gutter: 32px;
        --grid-columns: 8;
    }
}
@media (min-width: 1024px){
    :root{
        --breakpoint: "lg";
        --container-width: unset;
        --inner-gutter: 36px;
        --outer-gutter: 56px;
        --grid-columns: 12;
    }
}
@media (min-width: 1280px){
    :root{
        --breakpoint: "xl";
        --container-width: unset;
        --inner-gutter: 48px;
        --outer-gutter: 80px;
        --grid-columns: 12;
    }
}
@media (min-width: 1616px){
    :root{
        --breakpoint: "xxl";
        --container-width: 1600px;
        --inner-gutter: 48px;
        --outer-gutter: 0px;
        --grid-columns: 12;
    }
}
[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;
}
.container-reset{
    width: unset;
    margin-right: unset;
    margin-left: unset;
}
.container-reset > *{
    --container-outer-gutter: var(--outer-gutter, 0);
    --breakout-container-outer-gutter: inherit;
}
.breakout{
    --breakout-outer-gutter: max(var(--outer-gutter), calc((100% - var(--container-width, 100%)) / 2));
    --breakout-container-outer-gutter: var(--outer-gutter);
    position: relative;
    left: 50%;
    width: calc(100vw - var(--scrollbar-visible-width, 0px));
    margin-left: calc((100vw - var(--scrollbar-visible-width, 0px)) / -2);
}
.breakout.px-outer-gutter, .breakout > .px-outer-gutter{
    padding-left: var(--breakout-outer-gutter);
    padding-right: var(--breakout-outer-gutter);
}
.breakout.pr-outer-gutter, .breakout > .pr-outer-gutter{
    padding-right: var(--breakout-outer-gutter);
}
.breakout.pl-outer-gutter, .breakout > .pl-outer-gutter{
    padding-left: var(--breakout-outer-gutter);
}
.breakout > .w-outer-gutter{
    width: var(--breakout-outer-gutter);
}
:root{
    --spacing-fg-md: 1rem;
    --spacing-fg-lg: 1.5rem;
    --spacing-fg-xl: 2rem;
    --spacing-fg-2xl: 2.5rem;
    --spacing-fg-3xl: 3rem;
    --spacing-fg-4xl: 3.75rem;
    --spacing-fg-5xl: 5.5rem;
    --spacing-fg-6xl: 4.5rem;
    --spacing-fg-7xl: 5.5rem;
    --spacing-fg-8xl: 8.25rem;
}
@media (min-width: 768px){
    :root{
        --spacing-fg-md: 1.125rem;
        --spacing-fg-lg: 1.75rem;
        --spacing-fg-xl: 2.25rem;
        --spacing-fg-2xl: 2.75rem;
        --spacing-fg-3xl: 3.3125rem;
        --spacing-fg-4xl: 4.0625rem;
        --spacing-fg-5xl: 6.0625rem;
        --spacing-fg-6xl: 5.5rem;
        --spacing-fg-7xl: 6.75rem;
        --spacing-fg-8xl: 9rem;
    }
}
@media (min-width: 1280px){
    :root{
        --spacing-fg-md: 1.25rem;
        --spacing-fg-lg: 2rem;
        --spacing-fg-xl: 2.5rem;
        --spacing-fg-2xl: 3rem;
        --spacing-fg-3xl: 3.75rem;
        --spacing-fg-4xl: 4.5rem;
        --spacing-fg-5xl: 6.75rem;
        --spacing-fg-6xl: 6.75rem;
        --spacing-fg-7xl: 8.25rem;
        --spacing-fg-8xl: 10rem;
    }
}
@media (min-width: 1616px){
    :root{
        --spacing-fg-md: 1.3125rem;
        --spacing-fg-lg: 2.1875rem;
        --spacing-fg-xl: 2.6875rem;
        --spacing-fg-2xl: 3.1875rem;
        --spacing-fg-3xl: 4rem;
        --spacing-fg-4xl: 4.75rem;
        --spacing-fg-5xl: 7.1875rem;
        --spacing-fg-6xl: 7.5rem;
        --spacing-fg-7xl: 9.1875rem;
        --spacing-fg-8xl: 10.5625rem;
    }
}
: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: 12.80;
    --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: 16.00;
    --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: 20;
    --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: 25.00;
    --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: 31.25;
    --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.06;
    --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: 48.83;
    --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: 61.04;
    --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: 76.29;
    --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-3{
    --container-grid-columns: 3;
    grid-column: span 3 / span 3;
}
.grid-col-span-4{
    --container-grid-columns: 4;
    grid-column: span 4 / span 4;
}
.grid-col-span-12{
    --container-grid-columns: 12;
    grid-column: span 12 / span 12;
}
.w-1-cols{
    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 > .w-1-cols{
    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))));
}
.w-1-cols > *{
    --container-grid-columns: 1;
}
.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 > .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))));
}
.w-2-cols > *{
    --container-grid-columns: 2;
}
.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 > .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))));
}
.w-3-cols > *{
    --container-grid-columns: 3;
}
.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.25rem;
    }
    .sm\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after{
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .sm\:grid-line-x-xs[class*="grid-line-x-"] > *::before{
        bottom: -0.5rem;
    }
    .sm\:grid-line-x-xs[class*="grid-line-yfull"] > *::after{
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .sm\:grid-line-x-sm[class*="grid-line-x-"] > *::before{
        bottom: -0.75rem;
    }
    .sm\:grid-line-x-sm[class*="grid-line-yfull"] > *::after{
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .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.25rem;
    }
    .sm\:grid-line-x-lg[class*="grid-line-yfull"] > *::after{
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .sm\:grid-line-x-xl[class*="grid-line-x-"] > *::before{
        bottom: -1.5rem;
    }
    .sm\:grid-line-x-xl[class*="grid-line-yfull"] > *::after{
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .sm\:grid-line-x-2xl[class*="grid-line-x-"] > *::before{
        bottom: -2rem;
    }
    .sm\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after{
        top: -2rem;
        bottom: -2rem;
    }
    .sm\:grid-line-x-3xl[class*="grid-line-x-"] > *::before{
        bottom: -2.5rem;
    }
    .sm\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after{
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .sm\:grid-line-x-4xl[class*="grid-line-x-"] > *::before{
        bottom: -3rem;
    }
    .sm\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after{
        top: -3rem;
        bottom: -3rem;
    }
    .sm\:grid-line-x-5xl[class*="grid-line-x-"] > *::before{
        bottom: -3.75rem;
    }
    .sm\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after{
        top: -3.75rem;
        bottom: -3.75rem;
    }
    .sm\:grid-line-x-6xl[class*="grid-line-x-"] > *::before{
        bottom: -4.5rem;
    }
    .sm\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after{
        top: -4.5rem;
        bottom: -4.5rem;
    }
    .sm\:grid-line-x-7xl[class*="grid-line-x-"] > *::before{
        bottom: -5.5rem;
    }
    .sm\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after{
        top: -5.5rem;
        bottom: -5.5rem;
    }
    .sm\:grid-line-x-8xl[class*="grid-line-x-"] > *::before{
        bottom: -6.75rem;
    }
    .sm\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after{
        top: -6.75rem;
        bottom: -6.75rem;
    }
    .sm\:grid-line-x-9xl[class*="grid-line-x-"] > *::before{
        bottom: -8.25rem;
    }
    .sm\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after{
        top: -8.25rem;
        bottom: -8.25rem;
    }
    .sm\:grid-line-x-10xl[class*="grid-line-x-"] > *::before{
        bottom: -10rem;
    }
    .sm\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after{
        top: -10rem;
        bottom: -10rem;
    }
    .sm\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 2.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs[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-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md[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-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl[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-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 16.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl[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-3xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 11.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -7.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 16.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -11.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-3xs[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-3xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 26.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -19.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 36.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -27.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -35.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 56.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -43.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 76.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -59.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -75.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 116.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -91.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 7.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -2.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 22.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -14.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -22.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-2xs[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-2xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -30.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 52.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -38.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 72.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -54.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 92.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -70.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 112.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -86.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 8.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -1.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 18.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -9.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -17.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 38.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -25.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 48.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -33.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -49.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 88.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -65.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 108.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -81.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 14.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 34.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 64.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -44.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-sm[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-sm-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 104.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -76.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 16.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -2.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 26.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 36.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -18.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -34.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 76.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -50.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 96.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -66.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 18.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 0.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 48.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 88.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -56.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 60.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 80.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 32.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -4.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 52.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 72.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -36.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 36.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 0.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -16.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 4.00 * var(--fluid-bp));
    }
    .sm\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 4.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-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-brand[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-brand[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-brand[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-brand[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-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-accent-10[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-10[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-10[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-10[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-20[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-20[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-20[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-20[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-40[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-40[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-40[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-40[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-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-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-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-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.25rem;
    }
    .md\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after{
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .md\:grid-line-x-xs[class*="grid-line-x-"] > *::before{
        bottom: -0.5rem;
    }
    .md\:grid-line-x-xs[class*="grid-line-yfull"] > *::after{
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .md\:grid-line-x-sm[class*="grid-line-x-"] > *::before{
        bottom: -0.75rem;
    }
    .md\:grid-line-x-sm[class*="grid-line-yfull"] > *::after{
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .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.25rem;
    }
    .md\:grid-line-x-lg[class*="grid-line-yfull"] > *::after{
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .md\:grid-line-x-xl[class*="grid-line-x-"] > *::before{
        bottom: -1.5rem;
    }
    .md\:grid-line-x-xl[class*="grid-line-yfull"] > *::after{
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .md\:grid-line-x-2xl[class*="grid-line-x-"] > *::before{
        bottom: -2rem;
    }
    .md\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after{
        top: -2rem;
        bottom: -2rem;
    }
    .md\:grid-line-x-3xl[class*="grid-line-x-"] > *::before{
        bottom: -2.5rem;
    }
    .md\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after{
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .md\:grid-line-x-4xl[class*="grid-line-x-"] > *::before{
        bottom: -3rem;
    }
    .md\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after{
        top: -3rem;
        bottom: -3rem;
    }
    .md\:grid-line-x-5xl[class*="grid-line-x-"] > *::before{
        bottom: -3.75rem;
    }
    .md\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after{
        top: -3.75rem;
        bottom: -3.75rem;
    }
    .md\:grid-line-x-6xl[class*="grid-line-x-"] > *::before{
        bottom: -4.5rem;
    }
    .md\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after{
        top: -4.5rem;
        bottom: -4.5rem;
    }
    .md\:grid-line-x-7xl[class*="grid-line-x-"] > *::before{
        bottom: -5.5rem;
    }
    .md\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after{
        top: -5.5rem;
        bottom: -5.5rem;
    }
    .md\:grid-line-x-8xl[class*="grid-line-x-"] > *::before{
        bottom: -6.75rem;
    }
    .md\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after{
        top: -6.75rem;
        bottom: -6.75rem;
    }
    .md\:grid-line-x-9xl[class*="grid-line-x-"] > *::before{
        bottom: -8.25rem;
    }
    .md\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after{
        top: -8.25rem;
        bottom: -8.25rem;
    }
    .md\:grid-line-x-10xl[class*="grid-line-x-"] > *::before{
        bottom: -10rem;
    }
    .md\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after{
        top: -10rem;
        bottom: -10rem;
    }
    .md\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 2.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs[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-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md[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-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl[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-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 16.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl[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-3xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 11.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -7.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 16.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -11.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-3xs[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-3xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 26.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -19.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 36.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -27.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -35.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 56.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -43.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 76.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -59.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -75.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 116.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -91.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 7.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -2.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 22.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -14.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -22.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-2xs[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-2xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -30.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 52.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -38.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 72.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -54.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 92.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -70.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 112.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -86.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 8.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -1.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 18.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -9.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -17.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 38.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -25.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 48.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -33.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -49.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 88.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -65.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 108.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -81.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 14.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 34.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 64.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -44.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-sm[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-sm-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 104.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -76.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 16.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -2.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 26.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 36.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -18.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -34.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 76.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -50.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 96.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -66.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 18.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 0.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 48.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 88.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -56.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 60.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 80.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 32.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -4.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 52.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 72.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -36.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 36.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 0.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -16.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 4.00 * var(--fluid-bp));
    }
    .md\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 4.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-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-brand[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-brand[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-brand[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-brand[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-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-accent-10[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-10[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-10[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-10[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-20[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-20[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-20[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-20[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-40[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-40[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-40[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-40[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-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-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-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-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.25rem;
    }
    .lg\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after{
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .lg\:grid-line-x-xs[class*="grid-line-x-"] > *::before{
        bottom: -0.5rem;
    }
    .lg\:grid-line-x-xs[class*="grid-line-yfull"] > *::after{
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .lg\:grid-line-x-sm[class*="grid-line-x-"] > *::before{
        bottom: -0.75rem;
    }
    .lg\:grid-line-x-sm[class*="grid-line-yfull"] > *::after{
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .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.25rem;
    }
    .lg\:grid-line-x-lg[class*="grid-line-yfull"] > *::after{
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .lg\:grid-line-x-xl[class*="grid-line-x-"] > *::before{
        bottom: -1.5rem;
    }
    .lg\:grid-line-x-xl[class*="grid-line-yfull"] > *::after{
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .lg\:grid-line-x-2xl[class*="grid-line-x-"] > *::before{
        bottom: -2rem;
    }
    .lg\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after{
        top: -2rem;
        bottom: -2rem;
    }
    .lg\:grid-line-x-3xl[class*="grid-line-x-"] > *::before{
        bottom: -2.5rem;
    }
    .lg\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after{
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .lg\:grid-line-x-4xl[class*="grid-line-x-"] > *::before{
        bottom: -3rem;
    }
    .lg\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after{
        top: -3rem;
        bottom: -3rem;
    }
    .lg\:grid-line-x-5xl[class*="grid-line-x-"] > *::before{
        bottom: -3.75rem;
    }
    .lg\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after{
        top: -3.75rem;
        bottom: -3.75rem;
    }
    .lg\:grid-line-x-6xl[class*="grid-line-x-"] > *::before{
        bottom: -4.5rem;
    }
    .lg\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after{
        top: -4.5rem;
        bottom: -4.5rem;
    }
    .lg\:grid-line-x-7xl[class*="grid-line-x-"] > *::before{
        bottom: -5.5rem;
    }
    .lg\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after{
        top: -5.5rem;
        bottom: -5.5rem;
    }
    .lg\:grid-line-x-8xl[class*="grid-line-x-"] > *::before{
        bottom: -6.75rem;
    }
    .lg\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after{
        top: -6.75rem;
        bottom: -6.75rem;
    }
    .lg\:grid-line-x-9xl[class*="grid-line-x-"] > *::before{
        bottom: -8.25rem;
    }
    .lg\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after{
        top: -8.25rem;
        bottom: -8.25rem;
    }
    .lg\:grid-line-x-10xl[class*="grid-line-x-"] > *::before{
        bottom: -10rem;
    }
    .lg\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after{
        top: -10rem;
        bottom: -10rem;
    }
    .lg\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 2.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs[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-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md[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-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl[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-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 16.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl[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-3xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 11.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -7.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 16.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -11.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-3xs[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-3xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 26.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -19.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 36.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -27.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -35.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 56.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -43.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 76.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -59.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -75.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 116.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -91.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 7.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -2.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 22.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -14.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -22.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-2xs[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-2xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -30.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 52.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -38.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 72.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -54.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 92.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -70.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 112.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -86.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 8.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -1.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 18.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -9.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -17.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 38.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -25.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 48.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -33.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -49.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 88.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -65.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 108.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -81.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 14.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 34.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 64.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -44.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-sm[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-sm-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 104.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -76.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 16.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -2.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 26.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 36.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -18.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -34.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 76.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -50.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 96.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -66.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 18.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 0.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 48.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 88.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -56.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 60.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 80.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 32.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -4.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 52.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 72.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -36.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 36.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 0.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -16.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 4.00 * var(--fluid-bp));
    }
    .lg\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 4.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-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-brand[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-brand[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-brand[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-brand[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-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-accent-10[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-10[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-10[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-10[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-20[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-20[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-20[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-20[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-40[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-40[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-40[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-40[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-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-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-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-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.25rem;
    }
    .xl\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after{
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .xl\:grid-line-x-xs[class*="grid-line-x-"] > *::before{
        bottom: -0.5rem;
    }
    .xl\:grid-line-x-xs[class*="grid-line-yfull"] > *::after{
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .xl\:grid-line-x-sm[class*="grid-line-x-"] > *::before{
        bottom: -0.75rem;
    }
    .xl\:grid-line-x-sm[class*="grid-line-yfull"] > *::after{
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .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.25rem;
    }
    .xl\:grid-line-x-lg[class*="grid-line-yfull"] > *::after{
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .xl\:grid-line-x-xl[class*="grid-line-x-"] > *::before{
        bottom: -1.5rem;
    }
    .xl\:grid-line-x-xl[class*="grid-line-yfull"] > *::after{
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .xl\:grid-line-x-2xl[class*="grid-line-x-"] > *::before{
        bottom: -2rem;
    }
    .xl\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after{
        top: -2rem;
        bottom: -2rem;
    }
    .xl\:grid-line-x-3xl[class*="grid-line-x-"] > *::before{
        bottom: -2.5rem;
    }
    .xl\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after{
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .xl\:grid-line-x-4xl[class*="grid-line-x-"] > *::before{
        bottom: -3rem;
    }
    .xl\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after{
        top: -3rem;
        bottom: -3rem;
    }
    .xl\:grid-line-x-5xl[class*="grid-line-x-"] > *::before{
        bottom: -3.75rem;
    }
    .xl\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after{
        top: -3.75rem;
        bottom: -3.75rem;
    }
    .xl\:grid-line-x-6xl[class*="grid-line-x-"] > *::before{
        bottom: -4.5rem;
    }
    .xl\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after{
        top: -4.5rem;
        bottom: -4.5rem;
    }
    .xl\:grid-line-x-7xl[class*="grid-line-x-"] > *::before{
        bottom: -5.5rem;
    }
    .xl\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after{
        top: -5.5rem;
        bottom: -5.5rem;
    }
    .xl\:grid-line-x-8xl[class*="grid-line-x-"] > *::before{
        bottom: -6.75rem;
    }
    .xl\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after{
        top: -6.75rem;
        bottom: -6.75rem;
    }
    .xl\:grid-line-x-9xl[class*="grid-line-x-"] > *::before{
        bottom: -8.25rem;
    }
    .xl\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after{
        top: -8.25rem;
        bottom: -8.25rem;
    }
    .xl\:grid-line-x-10xl[class*="grid-line-x-"] > *::before{
        bottom: -10rem;
    }
    .xl\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after{
        top: -10rem;
        bottom: -10rem;
    }
    .xl\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 2.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs[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-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md[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-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl[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-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 16.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl[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-3xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 11.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -7.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 16.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -11.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-3xs[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-3xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 26.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -19.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 36.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -27.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -35.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 56.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -43.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 76.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -59.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -75.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 116.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -91.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 7.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -2.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 22.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -14.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -22.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-2xs[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-2xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -30.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 52.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -38.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 72.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -54.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 92.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -70.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 112.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -86.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 8.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -1.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 18.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -9.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -17.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 38.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -25.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 48.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -33.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -49.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 88.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -65.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 108.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -81.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 14.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 34.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 64.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -44.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-sm[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-sm-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 104.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -76.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 16.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -2.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 26.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 36.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -18.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -34.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 76.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -50.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 96.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -66.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 18.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 0.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 48.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 88.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -56.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 60.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 80.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 32.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -4.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 52.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 72.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -36.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 36.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 0.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -16.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 4.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-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-brand[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-brand[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-brand[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-brand[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-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-accent-10[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-10[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-10[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-10[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-20[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-20[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-20[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-20[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-40[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-40[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-40[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-40[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-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-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-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-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.25rem;
    }
    .xxl\:grid-line-x-2xs[class*="grid-line-yfull"] > *::after{
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .xxl\:grid-line-x-xs[class*="grid-line-x-"] > *::before{
        bottom: -0.5rem;
    }
    .xxl\:grid-line-x-xs[class*="grid-line-yfull"] > *::after{
        top: -0.5rem;
        bottom: -0.5rem;
    }
    .xxl\:grid-line-x-sm[class*="grid-line-x-"] > *::before{
        bottom: -0.75rem;
    }
    .xxl\:grid-line-x-sm[class*="grid-line-yfull"] > *::after{
        top: -0.75rem;
        bottom: -0.75rem;
    }
    .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.25rem;
    }
    .xxl\:grid-line-x-lg[class*="grid-line-yfull"] > *::after{
        top: -1.25rem;
        bottom: -1.25rem;
    }
    .xxl\:grid-line-x-xl[class*="grid-line-x-"] > *::before{
        bottom: -1.5rem;
    }
    .xxl\:grid-line-x-xl[class*="grid-line-yfull"] > *::after{
        top: -1.5rem;
        bottom: -1.5rem;
    }
    .xxl\:grid-line-x-2xl[class*="grid-line-x-"] > *::before{
        bottom: -2rem;
    }
    .xxl\:grid-line-x-2xl[class*="grid-line-yfull"] > *::after{
        top: -2rem;
        bottom: -2rem;
    }
    .xxl\:grid-line-x-3xl[class*="grid-line-x-"] > *::before{
        bottom: -2.5rem;
    }
    .xxl\:grid-line-x-3xl[class*="grid-line-yfull"] > *::after{
        top: -2.5rem;
        bottom: -2.5rem;
    }
    .xxl\:grid-line-x-4xl[class*="grid-line-x-"] > *::before{
        bottom: -3rem;
    }
    .xxl\:grid-line-x-4xl[class*="grid-line-yfull"] > *::after{
        top: -3rem;
        bottom: -3rem;
    }
    .xxl\:grid-line-x-5xl[class*="grid-line-x-"] > *::before{
        bottom: -3.75rem;
    }
    .xxl\:grid-line-x-5xl[class*="grid-line-yfull"] > *::after{
        top: -3.75rem;
        bottom: -3.75rem;
    }
    .xxl\:grid-line-x-6xl[class*="grid-line-x-"] > *::before{
        bottom: -4.5rem;
    }
    .xxl\:grid-line-x-6xl[class*="grid-line-yfull"] > *::after{
        top: -4.5rem;
        bottom: -4.5rem;
    }
    .xxl\:grid-line-x-7xl[class*="grid-line-x-"] > *::before{
        bottom: -5.5rem;
    }
    .xxl\:grid-line-x-7xl[class*="grid-line-yfull"] > *::after{
        top: -5.5rem;
        bottom: -5.5rem;
    }
    .xxl\:grid-line-x-8xl[class*="grid-line-x-"] > *::before{
        bottom: -6.75rem;
    }
    .xxl\:grid-line-x-8xl[class*="grid-line-yfull"] > *::after{
        top: -6.75rem;
        bottom: -6.75rem;
    }
    .xxl\:grid-line-x-9xl[class*="grid-line-x-"] > *::before{
        bottom: -8.25rem;
    }
    .xxl\:grid-line-x-9xl[class*="grid-line-yfull"] > *::after{
        top: -8.25rem;
        bottom: -8.25rem;
    }
    .xxl\:grid-line-x-10xl[class*="grid-line-x-"] > *::before{
        bottom: -10rem;
    }
    .xxl\:grid-line-x-10xl[class*="grid-line-yfull"] > *::after{
        top: -10rem;
        bottom: -10rem;
    }
    .xxl\:grid-line-x-fl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 1.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 1.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 2.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs[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-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md[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-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 8.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl[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-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 16.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl[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-3xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 6.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + -3.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + -3.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 11.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 11.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -7.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -7.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 16.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 16.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -11.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-3xs[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-3xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 26.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 26.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -19.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -19.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 36.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 36.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -27.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -27.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 46.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 46.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -35.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -35.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 56.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -43.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -43.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 76.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 76.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -59.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -59.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 96.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 96.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -75.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -75.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.25rem + 116.00 * var(--fluid-bp));
        bottom: -calc(0.25rem + 116.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-3xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-3xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -91.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -91.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 7.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 7.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + -2.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + -2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 12.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -6.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -6.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 22.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 22.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -14.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 32.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 32.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -22.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-2xs[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-2xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 42.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 42.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -30.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -30.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 52.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 52.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -38.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -38.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 72.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 72.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -54.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -54.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 92.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 92.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -70.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -70.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.50rem + 112.00 * var(--fluid-bp));
        bottom: -calc(0.50rem + 112.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-2xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-2xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -86.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -86.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 8.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + -1.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + -1.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-md[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 18.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 18.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -9.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -9.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 28.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -17.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -17.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 38.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 38.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -25.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -25.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 48.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 48.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -33.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -33.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 68.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 68.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -49.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -49.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 88.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 88.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -65.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -65.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xs-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(0.75rem + 108.00 * var(--fluid-bp));
        bottom: -calc(0.75rem + 108.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-xs[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-xs[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -81.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -81.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-md[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 14.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + -4.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + -4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 24.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -12.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -12.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 34.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 34.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 44.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 44.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -28.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 64.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 64.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -44.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-sm[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-sm-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 84.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 84.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -60.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-sm-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.00rem + 104.00 * var(--fluid-bp));
        bottom: -calc(1.00rem + 104.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-sm[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-sm[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -76.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -76.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 16.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 16.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + -2.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + -2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 26.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 26.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + -10.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + -10.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 36.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 36.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -18.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -18.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 56.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -34.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -34.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 76.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 76.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -50.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -50.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-md-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(1.50rem + 96.00 * var(--fluid-bp));
        bottom: -calc(1.50rem + 96.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-md[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-md[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -66.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -66.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 18.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 18.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 0.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 0.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 28.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 28.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + -8.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + -8.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 48.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 48.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -24.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -24.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 68.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 68.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -40.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-lg-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.00rem + 88.00 * var(--fluid-bp));
        bottom: -calc(2.00rem + 88.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-lg[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-lg[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -56.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 20.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 2.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 2.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 40.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 40.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -14.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -14.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 60.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 60.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -30.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -30.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(2.50rem + 80.00 * var(--fluid-bp));
        bottom: -calc(2.50rem + 80.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -46.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -46.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 32.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 32.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + -4.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + -4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 52.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 52.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + -20.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + -20.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-2xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(3.00rem + 72.00 * var(--fluid-bp));
        bottom: -calc(3.00rem + 72.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-2xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-2xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -36.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -36.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 36.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 36.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 0.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 0.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-3xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(4.00rem + 56.00 * var(--fluid-bp));
        bottom: -calc(4.00rem + 56.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-3xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-3xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + -16.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + -16.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-5xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-4xl-5xl[class*="grid-line-yfull"] > *::after{
        top: -calc(5.00rem + 40.00 * var(--fluid-bp));
        bottom: -calc(5.00rem + 40.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-4xl[class*="grid-line-x-"] > *::before{
        bottom: -calc(6.00rem + 4.00 * var(--fluid-bp));
    }
    .xxl\:grid-line-x-fl-5xl-4xl[class*="grid-line-yfull"] > *::after{
        top: -calc(6.00rem + 4.00 * var(--fluid-bp));
        bottom: -calc(6.00rem + 4.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-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-brand[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-brand[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-brand[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-brand[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-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-accent-10[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-10[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-10[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-10[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-20[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-20[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-20[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-20[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-40[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-40[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-40[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-40[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-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-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-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-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--academy-cap\]{
    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%3Cg fill='black'%3E%3Cpath d='M22.635 19.185a1.5 1.5 0 00-.129-2.457L22.5 7.995 21 9v7.725a1.5 1.5 0 00-.138 2.444l-.567.753a3.72 3.72 0 00-.795 2.247V24h1.223a1.32 1.32 0 001.279-.995L22.499 21v3h1.5v-1.815a3.75 3.75 0 00-.801-2.257l-.563-.744ZM12 0 0 6l12 7.5L24 6 12 0Z'/%3E%3Cpath d='m12 15-7.5-4.995v2.565C4.5 13.935 8.91 18 12 18s7.5-4.065 7.5-5.43v-2.565L12 15Z'/%3E%3C/g%3E%3C/svg%3E");
}
.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 00.75.75h14.69l-5.471 5.47a.75.75 0 101.061 1.06l6.75-6.75a.749.749 0 000-1.06l-6.75-6.75a.75.75 0 10-1.061 1.06l5.47 5.47H3.75A.75.75 0 003 12Z'/%3E%3C/svg%3E");
}
.icon-\[i--baseline-chat-bubble\]{
    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 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M16.667 1.667H3.334c-.917 0-1.667.75-1.667 1.666v15L5 15h11.667c.917 0 1.667-.75 1.667-1.667v-10c0-.916-.75-1.666-1.667-1.666Z'/%3E%3C/svg%3E");
}
.icon-\[i--baseline-email\]{
    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 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M16.667 3.333H3.334c-.917 0-1.659.75-1.659 1.667l-.008 10c0 .917.75 1.667 1.667 1.667h13.333c.917 0 1.667-.75 1.667-1.667V5c0-.917-.75-1.667-1.667-1.667Zm0 3.334L10 10.833 3.334 6.667V5L10 9.167 16.667 5v1.667Z'/%3E%3C/svg%3E");
}
.icon-\[i--baseline-phone-in-talk\]{
    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 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M16.667 12.917a9.468 9.468 0 01-2.975-.475.85.85 0 00-.85.2l-1.834 1.833a12.542 12.542 0 01-5.491-5.492L7.35 7.142a.8.8 0 00.208-.834 9.5 9.5 0 01-.475-2.975.836.836 0 00-.833-.833H3.333a.836.836 0 00-.833.833C2.5 11.158 8.842 17.5 16.667 17.5a.836.836 0 00.833-.833V13.75a.836.836 0 00-.833-.833ZM15.833 10H17.5A7.5 7.5 0 0010 2.5v1.667A5.829 5.829 0 0115.833 10ZM12.5 10h1.667c0-2.3-1.867-4.167-4.167-4.167V7.5c1.383 0 2.5 1.117 2.5 2.5Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='m9.142 19.39 4.615-15 .717.22-4.616 15-.716-.22Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-\[i--book-2-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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 18H6a1 1 0 000 2h15v2H6a3 3 0 01-3-3V4a2 2 0 012-2h16v16Zm-5-9V7H8v2h8Z'/%3E%3C/svg%3E");
}
.icon-\[i--check-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 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='M16 31A15 15 0 1016 .998 15 15 0 0016 31Zm-.387-8.933 8.334-10-2.56-2.134-7.167 8.599-3.708-3.71-2.357 2.356 5 5 1.29 1.29 1.168-1.401Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-\[i--check-o\]{
    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%3Cg fill='black'%3E%3Cpath d='M10.243 16.314 6 12.07l1.414-1.414 2.829 2.828 5.656-5.657 1.415 1.415-7.071 7.072Z'/%3E%3Cpath fill-rule='evenodd' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm11 9a9 9 0 110-18 9 9 0 010 18Z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-\[i--check-shield\]{
    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--data-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='m30.6 20.5 7.05-7.1-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.45 4.25 4.25ZM6 40v-4h24v4H6Zm26-14c-2.767 0-5.125-.975-7.074-2.926-1.95-1.95-2.925-4.309-2.926-7.074-.001-2.765.974-5.123 2.926-7.074C26.878 6.976 29.236 6 32 6c2.764 0 5.123.975 7.076 2.926C41.029 10.876 42.004 13.235 42 16c-.004 2.765-.98 5.124-2.926 7.076C37.127 25.028 34.769 26.003 32 26ZM6 24v-4h12.6c.233.733.5 1.433.8 2.1.3.667.667 1.3 1.1 1.9H6Zm0 8v-4h18.8c.767.467 1.583.859 2.45 1.176a13.15 13.15 0 002.75.674V32H6Z'/%3E%3C/svg%3E");
}
.icon-\[i--design\]{
    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='M6 34.5V42h7.5l22.12-22.14-7.5-7.5L6 34.5Zm39.22 2.22-8.5 8.5-10.4-10.4 3.54-3.54 2 2 4.94-4.96 2.84 2.84L36.72 34l2.12 2 2.84-2.8 3.54 3.52Zm-32-15.06L2.78 11.28l8.5-8.5 3.52 3.54-4.94 4.96L12 13.4l4.92-4.96 2.84 2.84-2.84 2.82 2 2-5.7 5.56ZM41.42 14c.78-.78.78-2 0-2.82l-4.68-4.6c-.74-.78-2.04-.78-2.82 0l-3.68 3.66 7.5 7.5L41.42 14Z'/%3E%3C/svg%3E");
}
.icon-\[i--forum\]{
    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='M7 18a.965.965 0 01-.712-.288A.972.972 0 016 17v-2h13V6h2c.283 0 .521.096.713.288.192.192.288.43.287.712v15l-4-4H7Zm-5-1V3c0-.283.096-.52.288-.712A.972.972 0 013 2h13c.283 0 .521.096.713.288.192.192.288.43.287.712v9a.968.968 0 01-.288.713A.964.964 0 0116 13H6l-4 4Z'/%3E%3C/svg%3E");
}
.icon-\[i--funds-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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m3.9 17.864 3.912-3.911 2.829 2.828 4.57-4.571 1.794 1.793v-5h-5l1.793 1.793-3.157 3.157-2.83-2.83-4.944 4.947a10 10 0 01-.862-4.067c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10a9.99 9.99 0 01-8.104-4.14Z'/%3E%3C/svg%3E");
}
.icon-\[i--gear-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 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M18.81 2.1c-.826-2.8-4.794-2.8-5.62 0l-.2.68a2.928 2.928 0 01-4.21 1.744l-.62-.34c-2.566-1.396-5.372 1.41-3.974 3.974l.338.622a2.928 2.928 0 01-1.744 4.21l-.68.2c-2.8.826-2.8 4.794 0 5.62l.68.2a2.928 2.928 0 011.744 4.21l-.34.62c-1.396 2.566 1.41 5.372 3.974 3.974l.622-.338a2.928 2.928 0 014.21 1.744l.2.68c.826 2.8 4.794 2.8 5.62 0l.2-.68a2.928 2.928 0 014.21-1.744l.62.34c2.566 1.396 5.372-1.41 3.974-3.974l-.338-.622a2.928 2.928 0 011.744-4.21l.68-.2c2.8-.826 2.8-4.794 0-5.62l-.68-.2a2.928 2.928 0 01-1.744-4.21l.34-.62c1.396-2.566-1.41-5.372-3.974-3.974l-.622.338a2.928 2.928 0 01-4.21-1.744l-.2-.68ZM16 21.86a5.86 5.86 0 115.858-5.862A5.858 5.858 0 0116 21.856v.004Z'/%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 14H8m32 10H8m32 10H8'/%3E%3C/svg%3E");
}
.icon-\[i--location\]{
    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 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M10 9.583a2.083 2.083 0 110-4.166 2.083 2.083 0 010 4.166Zm0-7.916A5.833 5.833 0 004.167 7.5C4.167 11.875 10 18.333 10 18.333s5.834-6.458 5.834-10.833A5.833 5.833 0 0010 1.667Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 12a.75.75 0 01-.75.75H5.56l5.47 5.47a.75.75 0 11-1.061 1.06l-6.75-6.75a.75.75 0 010-1.06l6.75-6.75a.75.75 0 111.061 1.06l-5.47 5.47h14.69A.75.75 0 0121 12Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.281 11.03a.747.747 0 01-1.061 0l-5.47-5.47v14.69a.75.75 0 11-1.5 0V5.56l-5.469 5.47A.75.75 0 114.72 9.97l6.75-6.75a.75.75 0 011.061 0l6.75 6.75a.747.747 0 010 1.06Z'/%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 16 16' width='16' height='16'%3E%3Cpath fill='black' d='m13.354 6.354-5 5a.499.499 0 01-.707 0l-5-5a.5.5 0 11.707-.708L8 10.293l4.647-4.647a.5.5 0 01.707.708Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15.53 18.97a.75.75 0 11-1.061 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 111.061 1.06L8.56 12l6.97 6.97Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.031 12.53-7.5 7.5a.751.751 0 01-1.061-1.06L15.44 12 8.47 5.03a.75.75 0 111.06-1.06l7.5 7.5a.75.75 0 010 1.06Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.531 7.28-12 12a.75.75 0 01-1.061 0l-5.25-5.25a.75.75 0 011.061-1.06l4.72 4.72L20.47 6.22a.75.75 0 111.061 1.06Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-house\]{
    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='m20.515 9.729-7.5-7.077a1.5 1.5 0 00-2.029-.01l-.01.01L3.485 9.73A1.5 1.5 0 003 10.833V19.5A1.5 1.5 0 004.5 21H9a1.5 1.5 0 001.5-1.5V15h3v4.5A1.5 1.5 0 0015 21h4.5a1.5 1.5 0 001.5-1.5v-8.667a1.5 1.5 0 00-.485-1.104ZM19.5 19.5H15V15a1.5 1.5 0 00-1.5-1.5h-3A1.5 1.5 0 009 15v4.5H4.5v-8.667l.01-.01L12 3.75l7.49 7.072.01.01V19.5Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2.25A9.75 9.75 0 1021.75 12 9.76 9.76 0 0012 2.25Zm-.375 4.5a1.125 1.125 0 110 2.25 1.125 1.125 0 010-2.25Zm1.125 10.5a1.5 1.5 0 01-1.5-1.5V12a.75.75 0 110-1.5 1.5 1.5 0 011.5 1.5v3.75a.75.75 0 110 1.5Z'/%3E%3C/svg%3E");
}
.icon-\[i--ph-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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m21.53 20.47-4.693-4.694a8.26 8.26 0 10-1.06 1.06l4.693 4.695a.75.75 0 101.06-1.062ZM3.75 10.5a6.75 6.75 0 116.75 6.75 6.758 6.758 0 01-6.75-6.75Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 12a.75.75 0 01-.75.75h-7.5v7.5a.75.75 0 11-1.5 0v-7.5h-7.5a.75.75 0 110-1.5h7.5v-7.5a.75.75 0 111.5 0v7.5h7.5A.75.75 0 0121 12Z'/%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 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.281 18.22a.75.75 0 11-1.061 1.06L12 13.06l-6.219 6.22a.75.75 0 01-1.061-1.06L10.94 12 4.72 5.78a.75.75 0 111.06-1.06L12 10.94l6.219-6.22a.75.75 0 111.061 1.06L13.061 12l6.22 6.22Z'/%3E%3C/svg%3E");
}
.icon-\[i--report-problem-filled\]{
    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 32 32' width='32' height='32'%3E%3Cpath fill='black' fill-rule='evenodd' d='m28.358 28.07-24.715.002a1.333 1.333 0 01-1.155-2L14.843 4.667a1.333 1.333 0 012.31 0l12.36 21.404a1.334 1.334 0 01-1.155 2Zm-13.36-15.343.154 7.554h1.696l.156-7.554h-2.007Zm1 11.429c.64 0 1.14-.492 1.14-1.11 0-.617-.5-1.1-1.142-1.1a1.108 1.108 0 00-1.133 1.1c0 .618.5 1.11 1.133 1.11h.002Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-\[i--round-phone-android\]{
    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 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M13.334.833H6.667a2.497 2.497 0 00-2.5 2.5v13.334c0 1.383 1.117 2.5 2.5 2.5h6.667c1.383 0 2.5-1.117 2.5-2.5V3.333c0-1.383-1.117-2.5-2.5-2.5ZM11.25 17.5h-2.5a.413.413 0 01-.416-.417c0-.233.183-.416.416-.416h2.5c.234 0 .417.183.417.416a.413.413 0 01-.417.417Zm2.917-2.5H5.834V3.333h8.333V15Z'/%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 48 48' width='48' height='48'%3E%3Cpath fill='black' d='M47.906 9.14a20.04 20.04 0 01-5.648 1.547 9.904 9.904 0 004.328-5.446 20.525 20.525 0 01-6.258 2.369 9.84 9.84 0 00-16.768 8.959c-8.179-.383-15.43-4.312-20.28-10.25a9.687 9.687 0 00-1.336 4.955 9.833 9.833 0 004.374 8.185 9.777 9.777 0 01-4.452-1.225v.118a9.85 9.85 0 007.89 9.656 10.22 10.22 0 01-2.586.344c-.632 0-1.235-.062-1.836-.173a9.885 9.885 0 009.21 6.836 19.753 19.753 0 01-12.203 4.201 19.52 19.52 0 01-2.344-.132 27.984 27.984 0 0015.119 4.422c18.1 0 27.991-14.992 27.991-27.976 0-.414 0-.836-.032-1.259a19.698 19.698 0 004.922-5.094l-.091-.037Z'/%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");
}
.icon-\[i--social-youtube\]{
    display: inline-block;
    width: 1.34em;
    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 18' width='24' height='18'%3E%3Cpath fill='black' d='M23.496 3.203a2.999 2.999 0 00-2.09-2.086c-1.872-.5-9.394-.5-9.394-.5s-7.509-.012-9.4.5A3 3 0 00.528 3.203a31.2 31.2 0 00-.523 5.809 31.5 31.5 0 00.523 5.781 3.015 3.015 0 002.086 2.09c1.87.5 9.399.5 9.399.5s7.503 0 9.393-.5a3.015 3.015 0 002.09-2.09 31.3 31.3 0 00.5-5.781 31.416 31.416 0 00-.5-5.809Zm-13.887 9.4V5.405l6.261 3.606-6.261 3.59Z'/%3E%3C/svg%3E");
}
.icon-\[i--star\]{
    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='m11.65 42 3.25-14.05L4 18.5l14.4-1.25L24 4l5.6 13.25L44 18.5l-10.9 9.45L36.35 42 24 34.55 11.65 42Z'/%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;
}
.inset-\[0\]{
    inset: 0;
}
.-bottom-\[20rem\]{
    bottom: -20rem;
}
.-right-\[33rem\]{
    right: -33rem;
}
.bottom-\[20px\]{
    bottom: 20px;
}
.bottom-auto{
    bottom: auto;
}
.left-0{
    left: 0rem;
}
.left-1\/2{
    left: 50%;
}
.left-\[20px\]{
    left: 20px;
}
.left-\[3px\]{
    left: 3px;
}
.right-0{
    right: 0rem;
}
.right-xs{
    right: 0.5rem;
}
.start-0{
    inset-inline-start: 0rem;
}
.top-0{
    top: 0rem;
}
.top-1\/2{
    top: 50%;
}
.top-3\/4{
    top: 75%;
}
.top-\[2px\]{
    top: 2px;
}
.top-auto{
    top: auto;
}
.top-base{
    top: 1rem;
}
.top-full{
    top: 100%;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-50{
    z-index: 50;
}
.z-\[11\]{
    z-index: 11;
}
.z-\[1\]{
    z-index: 1;
}
.z-\[20\]{
    z-index: 20;
}
.z-\[60\]{
    z-index: 60;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.col-span-full{
    grid-column: 1 / -1;
}
.m-2xs{
    margin: 0.25rem;
}
.m-auto{
    margin: auto;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-\[30px\]{
    margin-top: 30px;
    margin-bottom: 30px;
}
.my-fl-3xs{
    margin-top: calc(0.25rem + 1.00 * var(--fluid-bp));
    margin-bottom: calc(0.25rem + 1.00 * var(--fluid-bp));
}
.my-sm{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-xs{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.\!-mt-\[13px\]{
    margin-top: -13px !important;
}
.mb-\[--inner-gutter\]{
    margin-bottom: var(--inner-gutter);
}
.mb-\[20px\]{
    margin-bottom: 20px;
}
.mb-\[30px\]{
    margin-bottom: 30px;
}
.mb-\[69px\]{
    margin-bottom: 69px;
}
.mb-auto{
    margin-bottom: auto;
}
.mb-base{
    margin-bottom: 1rem;
}
.mb-fl-lg{
    margin-bottom: calc(2.00rem + 8.00 * var(--fluid-bp));
}
.mb-fl-md{
    margin-bottom: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.mb-fl-sm{
    margin-bottom: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.mb-lg{
    margin-bottom: 1.25rem;
}
.mb-xl{
    margin-bottom: 1.5rem;
}
.mr-2xs{
    margin-right: 0.25rem;
}
.mt-4xl{
    margin-top: 3rem;
}
.mt-\[--inner-gutter\]{
    margin-top: var(--inner-gutter);
}
.mt-\[118px\]{
    margin-top: 118px;
}
.mt-\[20px\]{
    margin-top: 20px;
}
.mt-\[79px\]{
    margin-top: 79px;
}
.mt-base{
    margin-top: 1rem;
}
.mt-fl-2xl{
    margin-top: calc(3.00rem + 12.00 * var(--fluid-bp));
}
.mt-fl-3xl{
    margin-top: calc(4.00rem + 16.00 * var(--fluid-bp));
}
.mt-fl-3xs{
    margin-top: calc(0.25rem + 1.00 * var(--fluid-bp));
}
.mt-fl-lg{
    margin-top: calc(2.00rem + 8.00 * var(--fluid-bp));
}
.mt-fl-md{
    margin-top: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.mt-fl-sm{
    margin-top: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.mt-xs{
    margin-top: 0.5rem;
}
.line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.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-\[4\/3\]{
    aspect-ratio: 4/3;
}
.aspect-\[7\/5\]{
    aspect-ratio: 7/5;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.\!size-lg{
    width: 1.25rem !important;
    height: 1.25rem !important;
}
.size-2xl{
    width: 2rem;
    height: 2rem;
}
.size-4xl{
    width: 3rem;
    height: 3rem;
}
.size-5xl{
    width: 3.75rem;
    height: 3.75rem;
}
.size-\[10px\]{
    width: 10px;
    height: 10px;
}
.size-\[24px\]{
    width: 24px;
    height: 24px;
}
.size-base{
    width: 1rem;
    height: 1rem;
}
.size-fl-md{
    width: calc(1.50rem + 6.00 * var(--fluid-bp));
    height: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.size-fl-sm{
    width: calc(1.00rem + 4.00 * var(--fluid-bp));
    height: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.size-full{
    width: 100%;
    height: 100%;
}
.size-lg{
    width: 1.25rem;
    height: 1.25rem;
}
.size-xl{
    width: 1.5rem;
    height: 1.5rem;
}
.h-4xl{
    height: 3rem;
}
.h-\[14px\]{
    height: 14px;
}
.h-\[204px\]{
    height: 204px;
}
.h-\[240px\]{
    height: 240px;
}
.h-\[2px\]{
    height: 2px;
}
.h-\[30px\]{
    height: 30px;
}
.h-\[34px\]{
    height: 34px;
}
.h-\[600px\]{
    height: 600px;
}
.h-auto{
    height: auto;
}
.h-fl-2xl{
    height: calc(3.00rem + 12.00 * var(--fluid-bp));
}
.h-fl-3xl{
    height: calc(4.00rem + 16.00 * var(--fluid-bp));
}
.h-full{
    height: 100%;
}
.h-min{
    height: -moz-min-content;
    height: min-content;
}
.h-xl{
    height: 1.5rem;
}
.max-h-\[60vh\]{
    max-height: 60vh;
}
.max-h-\[70dvh\]{
    max-height: 70dvh;
}
.max-h-\[80dvh\]{
    max-height: 80dvh;
}
.max-h-full{
    max-height: 100%;
}
.min-h-9xl{
    min-height: 8.25rem;
}
.min-h-\[30px\]{
    min-height: 30px;
}
.min-h-\[50vh\]{
    min-height: 50vh;
}
.\!w-auto{
    width: auto !important;
}
.w-4xl{
    width: 3rem;
}
.w-9xl{
    width: 8.25rem;
}
.w-\[120px\]{
    width: 120px;
}
.w-\[123px\]{
    width: 123px;
}
.w-\[130px\]{
    width: 130px;
}
.w-\[150px\]{
    width: 150px;
}
.w-\[1px\]{
    width: 1px;
}
.w-\[240px\]{
    width: 240px;
}
.w-\[28px\]{
    width: 28px;
}
.w-\[30px\]{
    width: 30px;
}
.w-\[45\%\]{
    width: 45%;
}
.w-\[90px\]{
    width: 90px;
}
.w-auto{
    width: auto;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-fl-2xl{
    width: calc(3.00rem + 12.00 * var(--fluid-bp));
}
.w-full{
    width: 100%;
}
.w-max{
    width: -moz-max-content;
    width: max-content;
}
.w-xl{
    width: 1.5rem;
}
.min-w-0{
    min-width: 0rem;
}
.min-w-\[140px\]{
    min-width: 140px;
}
.min-w-\[250px\]{
    min-width: 250px;
}
.min-w-\[300px\]{
    min-width: 300px;
}
.min-w-\[72px\]{
    min-width: 72px;
}
.max-w-\[1276px\]{
    max-width: 1276px;
}
.max-w-\[150px\]{
    max-width: 150px;
}
.max-w-\[240px\]{
    max-width: 240px;
}
.max-w-\[300px\]{
    max-width: 300px;
}
.max-w-\[600px\]{
    max-width: 600px;
}
.max-w-\[776px\]{
    max-width: 776px;
}
.max-w-\[80\%\]{
    max-width: 80%;
}
.max-w-full{
    max-width: 100%;
}
.max-w-screen-md{
    max-width: 768px;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.shrink{
    flex-shrink: 1;
}
.shrink-0{
    flex-shrink: 0;
}
.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-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));
}
.-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;
}
.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-\[auto_1fr\]{
    grid-template-rows: auto 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;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-baseline{
    align-items: baseline;
}
.items-stretch{
    align-items: stretch;
}
.justify-normal{
    justify-content: normal;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-stretch{
    justify-content: stretch;
}
.justify-items-center{
    justify-items: center;
}
.gap-2xl{
    gap: 2rem;
}
.gap-2xs{
    gap: 0.25rem;
}
.gap-3xl{
    gap: 2.5rem;
}
.gap-4xl{
    gap: 3rem;
}
.gap-7xl{
    gap: 5.5rem;
}
.gap-\[--inner-gutter\]{
    gap: var(--inner-gutter);
}
.gap-\[10px\]{
    gap: 10px;
}
.gap-\[30px\]{
    gap: 30px;
}
.gap-base{
    gap: 1rem;
}
.gap-fl-2xs{
    gap: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.gap-fl-3xl{
    gap: calc(4.00rem + 16.00 * var(--fluid-bp));
}
.gap-fl-3xs{
    gap: calc(0.25rem + 1.00 * var(--fluid-bp));
}
.gap-fl-lg{
    gap: calc(2.00rem + 8.00 * var(--fluid-bp));
}
.gap-fl-md{
    gap: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.gap-fl-sm{
    gap: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.gap-fl-xl{
    gap: calc(2.50rem + 10.00 * var(--fluid-bp));
}
.gap-fl-xs{
    gap: calc(0.75rem + 3.00 * var(--fluid-bp));
}
.gap-lg{
    gap: 1.25rem;
}
.gap-sm{
    gap: 0.75rem;
}
.gap-xs{
    gap: 0.5rem;
}
.gap-x-base{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-fl-md{
    -moz-column-gap: calc(1.50rem + 6.00 * var(--fluid-bp));
         column-gap: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.gap-x-fl-sm{
    -moz-column-gap: calc(1.00rem + 4.00 * var(--fluid-bp));
         column-gap: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.gap-y-fl-lg{
    row-gap: calc(2.00rem + 8.00 * var(--fluid-bp));
}
.gap-y-fl-md{
    row-gap: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.gap-y-xl{
    row-gap: 1.5rem;
}
.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-end{
    align-self: flex-end;
}
.self-center{
    align-self: center;
}
.self-stretch{
    align-self: stretch;
}
.justify-self-center{
    justify-self: center;
}
.overflow-auto{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden;
}
.\!overflow-visible{
    overflow: visible !important;
}
.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;
}
.hyphens-auto{
    -webkit-hyphens: auto;
            hyphens: auto;
}
.break-words{
    overflow-wrap: break-word;
}
.break-all{
    word-break: break-all;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-3xl{
    border-radius: 1.5rem;
}
.rounded-\[10px\]{
    border-radius: 10px;
}
.rounded-\[12px\]{
    border-radius: 12px;
}
.rounded-\[15px\]{
    border-radius: 15px;
}
.rounded-\[16px\]{
    border-radius: 16px;
}
.rounded-\[4px\]{
    border-radius: 4px;
}
.rounded-\[5px\]{
    border-radius: 5px;
}
.rounded-\[8px\]{
    border-radius: 8px;
}
.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-sm{
    border-radius: 0.125rem;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.border{
    border-width: 1px;
}
.border-2{
    border-width: 2px;
}
.border-\[1px\]{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-b-8{
    border-bottom-width: 8px;
}
.border-l-0{
    border-left-width: 0px;
}
.border-r{
    border-right-width: 1px;
}
.border-r-0{
    border-right-width: 0px;
}
.border-solid{
    border-style: solid;
}
.border-none{
    border-style: none;
}
.border-fg-accent{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-border-opacity)));
}
.border-fg-primary{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-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-primary{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-border-opacity)));
}
.border-surface-secondary{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-border-opacity)));
}
.border-b-stroke-primary\/60{
    border-bottom-color: hsl(var(--twc-stroke-primary) / 0.6);
}
.border-b-stroke-secondary{
    --tw-border-opacity: 1;
    border-bottom-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
}
.\!bg-surface-tertiary{
    --tw-bg-opacity: 1 !important;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity))) !important;
}
.bg-\[\#639fff\]{
    --tw-bg-opacity: 1;
    background-color: rgb(99 159 255 / var(--tw-bg-opacity));
}
.bg-\[\#d8edc0\]{
    --tw-bg-opacity: 1;
    background-color: rgb(216 237 192 / var(--tw-bg-opacity));
}
.bg-\[\#f9d1ca\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 209 202 / var(--tw-bg-opacity));
}
.bg-\[\#fce7a7\]{
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 167 / 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-secondary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, var(--tw-bg-opacity)));
}
.bg-stroke-accent{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-stroke-accent) / var(--twc-stroke-accent-opacity, var(--tw-bg-opacity)));
}
.bg-stroke-alternate{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-stroke-alternate) / var(--twc-stroke-alternate-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-stroke-secondary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-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-accent-20{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent-20) / var(--twc-surface-accent-20-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-primary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.bg-surface-primary\/0{
    background-color: hsl(var(--twc-surface-primary) / 0);
}
.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-surface-tertiary\/0{
    background-color: hsl(var(--twc-surface-tertiary) / 0);
}
.bg-opacity-50{
    --tw-bg-opacity: 0.5;
}
.bg-cover{
    background-size: cover;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.fill-fg-accent{
    fill: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, 1));
}
.fill-fg-alternate{
    fill: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, 1));
}
.fill-fg-brand{
    fill: hsl(var(--twc-fg-brand) / var(--twc-fg-brand-opacity, 1));
}
.fill-fg-error{
    fill: hsl(var(--twc-fg-error) / var(--twc-fg-error-opacity, 1));
}
.fill-fg-primary{
    fill: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 1));
}
.fill-fg-secondary{
    fill: hsl(var(--twc-fg-secondary) / var(--twc-fg-secondary-opacity, 1));
}
.fill-none{
    fill: none;
}
.fill-surface-accent-40{
    fill: hsl(var(--twc-surface-accent-40) / var(--twc-surface-accent-40-opacity, 1));
}
.fill-surface-alternate{
    fill: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, 1));
}
.fill-surface-tertiary{
    fill: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, 1));
}
.stroke-fg-primary{
    stroke: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, 1));
}
.stroke-surface-alternate{
    stroke: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, 1));
}
.stroke-\[2px\]{
    stroke-width: 2px;
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-0{
    padding: 0rem;
}
.p-\[20px\]{
    padding: 20px;
}
.p-\[5px\]{
    padding: 5px;
}
.p-base{
    padding: 1rem;
}
.p-fl-2xs{
    padding: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.p-fl-md{
    padding: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.p-fl-sm{
    padding: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.p-fl-xs{
    padding: calc(0.75rem + 3.00 * var(--fluid-bp));
}
.p-lg{
    padding: 1.25rem;
}
.p-sm{
    padding: 0.75rem;
}
.p-xl{
    padding: 1.5rem;
}
.p-xs{
    padding: 0.5rem;
}
.px-\[33px\]{
    padding-left: 33px;
    padding-right: 33px;
}
.px-\[5px\]{
    padding-left: 5px;
    padding-right: 5px;
}
.px-base{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-fl-2xs{
    padding-left: calc(0.50rem + 2.00 * var(--fluid-bp));
    padding-right: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.px-fl-md{
    padding-left: calc(1.50rem + 6.00 * var(--fluid-bp));
    padding-right: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.px-fl-sm{
    padding-left: calc(1.00rem + 4.00 * var(--fluid-bp));
    padding-right: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.px-fl-xl{
    padding-left: calc(2.50rem + 10.00 * var(--fluid-bp));
    padding-right: calc(2.50rem + 10.00 * var(--fluid-bp));
}
.px-fl-xs{
    padding-left: calc(0.75rem + 3.00 * var(--fluid-bp));
    padding-right: calc(0.75rem + 3.00 * var(--fluid-bp));
}
.px-sm{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
}
.py-base{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-fl-2xl{
    padding-top: calc(3.00rem + 12.00 * var(--fluid-bp));
    padding-bottom: calc(3.00rem + 12.00 * var(--fluid-bp));
}
.py-fl-2xs{
    padding-top: calc(0.50rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.py-fl-3xs{
    padding-top: calc(0.25rem + 1.00 * var(--fluid-bp));
    padding-bottom: calc(0.25rem + 1.00 * var(--fluid-bp));
}
.py-fl-md{
    padding-top: calc(1.50rem + 6.00 * var(--fluid-bp));
    padding-bottom: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.py-fl-sm{
    padding-top: calc(1.00rem + 4.00 * var(--fluid-bp));
    padding-bottom: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.py-fl-xs{
    padding-top: calc(0.75rem + 3.00 * var(--fluid-bp));
    padding-bottom: calc(0.75rem + 3.00 * var(--fluid-bp));
}
.py-lg{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-sm{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-xs{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.pb-2xl{
    padding-bottom: 2rem;
}
.pb-\[30px\]{
    padding-bottom: 30px;
}
.pb-\[45px\]{
    padding-bottom: 45px;
}
.pb-fl-2xl{
    padding-bottom: calc(3.00rem + 12.00 * var(--fluid-bp));
}
.pb-fl-2xs{
    padding-bottom: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.pb-fl-3xl{
    padding-bottom: calc(4.00rem + 16.00 * var(--fluid-bp));
}
.pb-fl-3xs{
    padding-bottom: calc(0.25rem + 1.00 * var(--fluid-bp));
}
.pb-fl-4xl{
    padding-bottom: calc(5.00rem + 20.00 * var(--fluid-bp));
}
.pb-fl-lg{
    padding-bottom: calc(2.00rem + 8.00 * var(--fluid-bp));
}
.pb-fl-md{
    padding-bottom: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.pb-fl-sm{
    padding-bottom: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.pb-fl-xl{
    padding-bottom: calc(2.50rem + 10.00 * var(--fluid-bp));
}
.pb-fl-xs{
    padding-bottom: calc(0.75rem + 3.00 * var(--fluid-bp));
}
.pl-\[--outer-gutter\]{
    padding-left: var(--outer-gutter);
}
.pl-fl-lg{
    padding-left: calc(2.00rem + 8.00 * var(--fluid-bp));
}
.pl-fl-sm{
    padding-left: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.pr-\[--outer-gutter\]{
    padding-right: var(--outer-gutter);
}
.pr-fl-lg{
    padding-right: calc(2.00rem + 8.00 * var(--fluid-bp));
}
.pt-9xl{
    padding-top: 8.25rem;
}
.pt-fl-2xl{
    padding-top: calc(3.00rem + 12.00 * var(--fluid-bp));
}
.pt-fl-2xs{
    padding-top: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.pt-fl-3xl{
    padding-top: calc(4.00rem + 16.00 * var(--fluid-bp));
}
.pt-fl-4xl{
    padding-top: calc(5.00rem + 20.00 * var(--fluid-bp));
}
.pt-fl-lg{
    padding-top: calc(2.00rem + 8.00 * var(--fluid-bp));
}
.pt-fl-md{
    padding-top: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.pt-fl-sm{
    padding-top: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.pt-fl-xl{
    padding-top: calc(2.50rem + 10.00 * var(--fluid-bp));
}
.pt-fl-xs{
    padding-top: calc(0.75rem + 3.00 * var(--fluid-bp));
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-start{
    text-align: start;
}
.\!text-fl-3xl{
    font-size: var(--f-3xl) !important;
    line-height: 1 !important;
}
.text-2xl{
    font-size: 2rem;
}
.text-4xl{
    font-size: 3rem;
}
.text-\[24px\]{
    font-size: 24px;
}
.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.25rem;
}
.text-sm{
    font-size: 0.75rem;
}
.text-xl{
    font-size: 1.5rem;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.italic{
    font-style: italic;
}
.not-italic{
    font-style: normal;
}
.\!leading-\[1\.1\]{
    line-height: 1.1 !important;
}
.\!leading-\[1\.3\]{
    line-height: 1.3 !important;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-\[1\.1\]{
    line-height: 1.1;
}
.leading-\[1\.2\]{
    line-height: 1.2;
}
.leading-none{
    line-height: 1;
}
.-tracking-\[0\.367px\]{
    letter-spacing: -0.367px;
}
.-tracking-\[0\.457px\]{
    letter-spacing: -0.457px;
}
.tracking-\[-0\.367px\]{
    letter-spacing: -0.367px;
}
.tracking-\[0\.08px\]{
    letter-spacing: 0.08px;
}
.\!text-fg-accent{
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity))) !important;
}
.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-brand{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-brand) / var(--twc-fg-brand-opacity, var(--tw-text-opacity)));
}
.text-fg-error{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-error) / var(--twc-fg-error-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-fg-success{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-success) / var(--twc-fg-success-opacity, var(--tw-text-opacity)));
}
.text-surface-primary{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-text-opacity)));
}
.underline{
    text-decoration-line: underline;
}
.\!no-underline{
    text-decoration-line: none !important;
}
.no-underline{
    text-decoration-line: none;
}
.decoration-\[transparent\]{
    text-decoration-color: transparent;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.opacity-25{
    opacity: 0.25;
}
.opacity-30{
    opacity: 0.3;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-80{
    opacity: 0.8;
}
.shadow-\[0_0_18px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\]{
    --tw-shadow: 0 0 18px 0 rgba(0,0,0,0.16);
    --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_16px_22\.3px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
    --tw-shadow: 0 16px 22.3px 0px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0 16px 22.3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!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);
}
.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{
    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-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: 0 0% 7.1%;
    --twc-fg-secondary: 0 0% 14.1%;
    --twc-fg-accent: 73.80000000000001 86.4% 40.4%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-brand: 73.80000000000001 86.4% 40.4%;
    --twc-fg-success: 73.80000000000001 86.4% 40.4%;
    --twc-fg-error: 5.100000000000023 68.1% 44.3%;
    --twc-surface-primary: 0 0% 100%;
    --twc-surface-secondary: 0 0% 93.7%;
    --twc-surface-tertiary: 0 0% 87.1%;
    --twc-surface-alternate: 0 0% 7.1%;
    --twc-surface-accent-10: 73.30000000000001 60% 94.1%;
    --twc-surface-accent-20: 73.5 58.5% 64.1%;
    --twc-surface-accent-40: 73.80000000000001 58.8% 52.4%;
    --twc-surface-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-primary: 0 0% 7.1%;
    --twc-stroke-secondary: 0 0% 61.6%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-success: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-error: 5.100000000000023 68.1% 44.3%;
}
.dark,[data-theme="dark"]{
    --twc-fg-primary: 0 0% 100%;
    --twc-fg-secondary: 0 0% 74.1%;
    --twc-fg-accent: 73.80000000000001 86.4% 40.4%;
    --twc-fg-alternate: 0 0% 7.1%;
    --twc-fg-brand: 73.80000000000001 86.4% 40.4%;
    --twc-fg-success: 73.80000000000001 86.4% 40.4%;
    --twc-fg-error: 5.100000000000023 68.1% 44.3%;
    --twc-surface-primary: 0 0% 7.1%;
    --twc-surface-secondary: 0 0% 14.1%;
    --twc-surface-tertiary: 0 0% 21.2%;
    --twc-surface-alternate: 0 0% 100%;
    --twc-surface-accent-10: 73.30000000000001 60% 94.1%;
    --twc-surface-accent-20: 73.5 58.5% 64.1%;
    --twc-surface-accent-40: 73.80000000000001 58.8% 52.4%;
    --twc-surface-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-primary: 0 0% 100%;
    --twc-stroke-secondary: 0 0% 61.6%;
    --twc-stroke-alternate: 0 0% 7.1%;
    --twc-stroke-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-success: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-error: 5.100000000000023 68.1% 44.3%;
}
.high_contrast,[data-theme="high_contrast"]{
    --twc-fg-primary: 0 0% 7.1%;
    --twc-fg-secondary: 0 0% 7.1%;
    --twc-fg-accent: 0 0% 7.1%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-brand: 0 0% 7.1%;
    --twc-fg-success: 73.80000000000001 86.4% 40.4%;
    --twc-fg-error: 5.100000000000023 68.1% 44.3%;
    --twc-surface-primary: 0 0% 100%;
    --twc-surface-secondary: 0 0% 93.7%;
    --twc-surface-tertiary: 0 0% 93.7%;
    --twc-surface-alternate: 0 0% 7.1%;
    --twc-surface-accent-10: 73.30000000000001 60% 94.1%;
    --twc-surface-accent-20: 73.5 58.5% 64.1%;
    --twc-surface-accent-40: 0 0% 7.1%;
    --twc-surface-accent: 0 0% 7.1%;
    --twc-stroke-primary: 0 0% 7.1%;
    --twc-stroke-secondary: 0 0% 7.1%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-accent: 0 0% 7.1%;
    --twc-stroke-success: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-error: 5.100000000000023 68.1% 44.3%;
}
.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-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\:true\]{
    --auto-close: true;
}
.\[--body-scroll\:false\]{
    --body-scroll: 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\:120\]{
    --scrollspy-offset: 120;
}
.\[--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: "Hind Vadodara", sans-serif;
}
@media (min-width: 768px){
    .md\:gap-gutter{
        grid-gap: var(--inner-gutter);
        gap: var(--inner-gutter);
    }
}
@media (min-width: 1280px){
    .xl\: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;
    }
    .xl\:container > *{
        --container-outer-gutter: 0;
        --breakout-container-outer-gutter: 0;
    }
    .xl\:container-reset{
        width: unset;
        margin-right: unset;
        margin-left: unset;
    }
    .xl\:container-reset > *{
        --container-outer-gutter: var(--outer-gutter, 0);
        --breakout-container-outer-gutter: inherit;
    }
    .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 00.75.75h14.69l-5.471 5.47a.75.75 0 101.061 1.06l6.75-6.75a.749.749 0 000-1.06l-6.75-6.75a.75.75 0 10-1.061 1.06l5.47 5.47H3.75A.75.75 0 003 12Z'/%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-col-span-8{
        --container-grid-columns: 8;
        grid-column: span 8 / span 8;
    }
    .md\:w-1-cols{
        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 > .md\:w-1-cols{
        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))));
    }
    .md\:w-1-cols > *{
        --container-grid-columns: 1;
    }
    .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-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-2{
        --container-grid-columns: 2;
        grid-column: span 2 / span 2;
    }
    .lg\:grid-col-span-3{
        --container-grid-columns: 3;
        grid-column: span 3 / span 3;
    }
    .lg\:grid-col-span-6{
        --container-grid-columns: 6;
        grid-column: span 6 / span 6;
    }
    .lg\:grid-col-span-10{
        --container-grid-columns: 10;
        grid-column: span 10 / span 10;
    }
    .lg\:grid-col-span-12{
        --container-grid-columns: 12;
        grid-column: span 12 / span 12;
    }
    .lg\:mr-1-cols{
        margin-right: calc(((((1 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (1 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + var(--inner-gutter)));
    }
    .cols-container > .lg\:mr-1-cols{
        margin-right: 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)))) + (2 * var(--inner-gutter))));
    }
    .lg\: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 > .lg\: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))));
    }
    .lg\:mr-2-cols{
        margin-right: calc(((((2 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + var(--inner-gutter)));
    }
    .cols-container > .lg\:mr-2-cols{
        margin-right: 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)))) + (2 * var(--inner-gutter))));
    }
    .lg\:ml-2-cols{
        margin-left: calc(((((2 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + var(--inner-gutter)));
    }
    .cols-container > .lg\:ml-2-cols{
        margin-left: 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)))) + (2 * var(--inner-gutter))));
    }
    .lg\:w-2-cols > *{
        --container-grid-columns: 2;
    }
    .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\:mr-3-cols{
        margin-right: calc(((((3 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + var(--inner-gutter)));
    }
    .cols-container > .lg\:mr-3-cols{
        margin-right: 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)))) + (2 * var(--inner-gutter))));
    }
    .lg\:ml-3-cols{
        margin-left: calc(((((3 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (3 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + var(--inner-gutter)));
    }
    .cols-container > .lg\:ml-3-cols{
        margin-left: 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)))) + (2 * 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-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 > .lg\: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))));
    }
    .lg\:w-5-cols > *{
        --container-grid-columns: 5;
    }
    .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-7-cols{
        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 > .lg\:w-7-cols{
        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))));
    }
    .lg\:w-7-cols > *{
        --container-grid-columns: 7;
    }
    .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-10-cols{
        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 > .lg\:w-10-cols{
        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))));
    }
    .lg\:w-10-cols > *{
        --container-grid-columns: 10;
    }
    .lg\:w-12-cols{
        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\:w-12-cols{
        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\:w-12-cols > *{
        --container-grid-columns: 12;
    }
    .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-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\: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 > .xxl\: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))));
    }
    .xxl\:w-2-cols > *{
        --container-grid-columns: 2;
    }
    .xxl\: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 > .xxl\: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))));
    }
    .xxl\:w-5-cols > *{
        --container-grid-columns: 5;
    }
    .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;
    }
}
.\[\&_\.custom-btn\]\:after\:icon-\[i--arrow-right\] .custom-btn::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 00.75.75h14.69l-5.471 5.47a.75.75 0 101.061 1.06l6.75-6.75a.749.749 0 000-1.06l-6.75-6.75a.75.75 0 10-1.061 1.06l5.47 5.47H3.75A.75.75 0 003 12Z'/%3E%3C/svg%3E");
}
.before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
}
.before\:bottom-0::before{
    content: var(--tw-content);
    bottom: 0rem;
}
.before\:left-0::before{
    content: var(--tw-content);
    left: 0rem;
}
.before\:w-full::before{
    content: var(--tw-content);
    width: 100%;
}
.before\:transition::before{
    content: var(--tw-content);
    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;
}
.before\:duration-300::before{
    content: var(--tw-content);
    transition-duration: 300ms;
}
.before\:ease-in-out::before{
    content: var(--tw-content);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.before\:content-\[\'\'\]::before{
    --tw-content: '';
    content: var(--tw-content);
}
.checked\:\!bg-fg-accent:checked{
    --tw-bg-opacity: 1 !important;
    background-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-bg-opacity))) !important;
}
.group\/link:hover .group-hover\/link\:translate-x-xs{
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/link:hover .group-hover\/link\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.group:hover .group-hover\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.group:hover .group-hover\:text-fg-alternate{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-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\:paused {
    animation-play-state: paused;
  }
.group.active .group-\[\.active\]\:bg-surface-primary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.group.active .group-\[\.active\]\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.group\/page-next.disable .group-\[\.disable\]\/page-next\:\!text-fg-primary\/30{
    color: hsl(var(--twc-fg-primary) / 0.3) !important;
}
.group\/page-prev.disable .group-\[\.disable\]\/page-prev\:\!text-fg-primary\/30{
    color: hsl(var(--twc-fg-primary) / 0.3) !important;
}
.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: 0 0% 7.1%;
    --twc-fg-secondary: 0 0% 14.1%;
    --twc-fg-accent: 73.80000000000001 86.4% 40.4%;
    --twc-fg-alternate: 0 0% 100%;
    --twc-fg-brand: 73.80000000000001 86.4% 40.4%;
    --twc-fg-success: 73.80000000000001 86.4% 40.4%;
    --twc-fg-error: 5.100000000000023 68.1% 44.3%;
    --twc-surface-primary: 0 0% 100%;
    --twc-surface-secondary: 0 0% 93.7%;
    --twc-surface-tertiary: 0 0% 87.1%;
    --twc-surface-alternate: 0 0% 7.1%;
    --twc-surface-accent-10: 73.30000000000001 60% 94.1%;
    --twc-surface-accent-20: 73.5 58.5% 64.1%;
    --twc-surface-accent-40: 73.80000000000001 58.8% 52.4%;
    --twc-surface-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-primary: 0 0% 7.1%;
    --twc-stroke-secondary: 0 0% 61.6%;
    --twc-stroke-alternate: 0 0% 100%;
    --twc-stroke-accent: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-success: 73.80000000000001 86.4% 40.4%;
    --twc-stroke-error: 5.100000000000023 68.1% 44.3%;
}
.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\:bg-surface-primary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.hs-accordion.active.hs-accordion-active\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.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\:bg-surface-primary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.hs-accordion.active > .hs-accordion-active\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.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-toggle .hs-accordion-active\:bg-surface-primary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.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-heading > .hs-accordion-toggle .hs-accordion-active\:bg-surface-primary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle .hs-accordion-active\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.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-toggle.hs-accordion-active\:bg-surface-primary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.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-heading > .hs-accordion-toggle.hs-accordion-active\:bg-surface-primary{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.hs-accordion.active > .hs-accordion-heading > .hs-accordion-toggle.hs-accordion-active\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.hs-collapse.open .hs-collapse-open\:h-\[calc\(100dvh-72px\)\]{
    height: calc(100dvh - 72px);
}
.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-72px\)\]{
    height: calc(100dvh - 72px);
}
.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-72px\)\]{
    height: calc(100dvh - 72px);
}
.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-72px\)\]{
    height: calc(100dvh - 72px);
}
.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\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
[data-hs-tab].active .hs-tab-active\:text-fg-accent{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.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\: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-h2\:\!text-fg-alternate :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity))) !important;
}
.prose-h4\:text-fg-accent :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.prose-p\:pb-lg :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    padding-bottom: 1.25rem;
}
.prose-p\:\!text-fg-alternate :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    --tw-text-opacity: 1 !important;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity))) !important;
}
.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\:flex-row-reverse :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    flex-direction: row-reverse;
}
.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 + 2.00 * var(--fluid-bp));
}
.prose-a\:gap-fl-3xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    gap: calc(0.25rem + 1.00 * var(--fluid-bp));
}
.prose-a\:rounded-\[15px\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    border-radius: 15px;
}
.prose-a\:bg-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-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\:px-base :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    padding-left: 1rem;
    padding-right: 1rem;
}
.prose-a\:px-fl-sm :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    padding-left: calc(1.00rem + 4.00 * var(--fluid-bp));
    padding-right: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.prose-a\:py-fl-2xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    padding-top: calc(0.50rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.prose-a\:py-xs :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.prose-a\:text-base :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1rem;
}
.prose-a\:font-semibold :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\:after\:h-fl-md :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after{
    content: var(--tw-content);
    height: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.prose-a\:after\:w-fl-md :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after{
    content: var(--tw-content);
    width: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.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-strong\:text-fg-accent :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.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 + 6.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 + 6.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-0:hover{
    border-width: 0px;
}
.hover\:bg-stroke-primary\/0:hover{
    background-color: hsl(var(--twc-stroke-primary) / 0);
}
.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\:text-base:hover{
    font-size: 1rem;
}
.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\:prose-a\:bg-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.hover\:prose-a\:bg-surface-accent-20 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent-20) / var(--twc-surface-accent-20-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)));
}
.focus\:border-fg-accent:focus{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-border-opacity)));
}
.focus\:border-stroke-secondary:focus{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, var(--tw-border-opacity)));
}
.focus\:bg-surface-tertiary\/0:focus{
    background-color: hsl(var(--twc-surface-tertiary) / 0);
}
.focus\:text-fg-primary:focus{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:outline-2:focus{
    outline-width: 2px;
}
.focus\:outline-offset-2:focus{
    outline-offset: 2px;
}
.focus\:outline-offset-4:focus{
    outline-offset: 4px;
}
.focus\:outline-fg-accent:focus{
    outline-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, 1));
}
.focus\:outline-stroke-secondary:focus{
    outline-color: hsl(var(--twc-stroke-secondary) / var(--twc-stroke-secondary-opacity, 1));
}
.focus\:outline-surface-accent:focus{
    outline-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, 1));
}
.focus\:\[box-shadow\:none\]:focus{
    box-shadow: none;
}
.focus\:prose-a\:bg-surface-tertiary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.focus\:prose-a\:text-fg-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.focus\:prose-a\:outline-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus{
    outline-width: 2px;
}
.focus\:prose-a\:outline-offset-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus{
    outline-offset: 2px;
}
.focus\:prose-a\:outline-surface-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):focus{
    outline-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, 1));
}
@media (min-width: 640px){
    .sm\:flex{
        display: flex;
    }
    .sm\:hidden{
        display: none;
    }
    .sm\:w-\[326px\]{
        width: 326px;
    }
    .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;
    }
    .sm\:gap-xs{
        gap: 0.5rem;
    }
}
@media (min-width: 768px){
    .md\:-right-\[37rem\]{
        right: -37rem;
    }
    .md\:-top-\[8rem\]{
        top: -8rem;
    }
    .md\:-top-fl-xl{
        top: calc(calc(2.50rem + 10.00 * var(--fluid-bp)) * -1);
    }
    .md\:order-first{
        order: -9999;
    }
    .md\:order-last{
        order: 9999;
    }
    .md\:mb-0{
        margin-bottom: 0rem;
    }
    .md\:ml-auto{
        margin-left: auto;
    }
    .md\:line-clamp-1{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .md\:block{
        display: block;
    }
    .md\:inline-block{
        display: inline-block;
    }
    .md\:hidden{
        display: none;
    }
    .md\:h-\[196px\]{
        height: 196px;
    }
    .md\:w-1\/6{
        width: 16.666667%;
    }
    .md\:w-5\/6{
        width: 83.333333%;
    }
    .md\:w-\[249px\]{
        width: 249px;
    }
    .md\:w-\[639px\]{
        width: 639px;
    }
    .md\:w-\[694px\]{
        width: 694px;
    }
    .md\:flex-1{
        flex: 1 1 0%;
    }
    .md\:columns-2{
        -moz-columns: 2;
             columns: 2;
    }
    .md\:grid-cols-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-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\:items-end{
        align-items: flex-end;
    }
    .md\:items-center{
        align-items: center;
    }
    .md\:justify-between{
        justify-content: space-between;
    }
    .md\:gap-0{
        gap: 0rem;
    }
    .md\:gap-\[--inner-gutter\]{
        gap: var(--inner-gutter);
    }
    .md\:gap-fl-md{
        gap: calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .md\:rounded-\[10px\]{
        border-radius: 10px;
    }
    .md\:rounded-\[9px\]{
        border-radius: 9px;
    }
    .md\:bg-surface-secondary{
        --tw-bg-opacity: 1;
        background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
    }
    .md\:p-fl-2xs{
        padding: calc(0.50rem + 2.00 * var(--fluid-bp));
    }
    .md\:p-fl-sm{
        padding: calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .md\:py-0{
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .md\:pl-fl-3xl{
        padding-left: calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .md\:pr-fl-3xl{
        padding-right: calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .md\:text-center{
        text-align: center;
    }
    .md\:opacity-100{
        opacity: 1;
    }
}
@media (min-width: 1024px){
    .lg\:-right-\[37rem\]{
        right: -37rem;
    }
    .lg\:-top-\[11rem\]{
        top: -11rem;
    }
    .lg\:order-first{
        order: -9999;
    }
    .lg\:order-last{
        order: 9999;
    }
    .lg\:order-none{
        order: 0;
    }
    .lg\:mx-0{
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .lg\:mx-auto{
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:block{
        display: block;
    }
    .lg\:flex{
        display: flex;
    }
    .lg\:hidden{
        display: none;
    }
    .lg\:w-1\/3{
        width: 33.333333%;
    }
    .lg\:w-2\/3{
        width: 66.666667%;
    }
    .lg\:w-4\/12{
        width: 33.333333%;
    }
    .lg\:w-6\/12{
        width: 50%;
    }
    .lg\:w-8\/12{
        width: 66.666667%;
    }
    .lg\:w-auto{
        width: auto;
    }
    .lg\:w-full{
        width: 100%;
    }
    .lg\:max-w-\[290px\]{
        max-width: 290px;
    }
    .lg\:max-w-\[300px\]{
        max-width: 300px;
    }
    .lg\:shrink{
        flex-shrink: 1;
    }
    .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\:gap-\[--inner-gutter\]{
        gap: var(--inner-gutter);
    }
    .lg\:gap-fl-sm{
        gap: calc(1.00rem + 4.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\:rounded-\[10px\]{
        border-radius: 10px;
    }
    .lg\:p-fl-lg{
        padding: calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .lg\:px-fl-sm{
        padding-left: calc(1.00rem + 4.00 * var(--fluid-bp));
        padding-right: calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .lg\:pb-fl-md{
        padding-bottom: calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .lg\:pl-fl-3xl{
        padding-left: calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .lg\:pr-fl-3xl{
        padding-right: calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .lg\:pt-fl-2xl{
        padding-top: calc(3.00rem + 12.00 * var(--fluid-bp));
    }
    .lg\:pt-fl-md{
        padding-top: calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .lg\:text-left{
        text-align: left;
    }
}
@media (min-width: 1280px){
    .xl\:static{
        position: static;
    }
    .xl\:-right-\[41rem\]{
        right: -41rem;
    }
    .xl\:-top-\[4rem\]{
        top: -4rem;
    }
    .xl\:top-\[calc\(100\%-40px\)\]{
        top: calc(100% - 40px);
    }
    .xl\:z-10{
        z-index: 10;
    }
    .xl\:box-content{
        box-sizing: content-box;
    }
    .xl\:flex{
        display: flex;
    }
    .xl\:hidden{
        display: none;
    }
    .xl\:h-auto{
        height: auto;
    }
    .xl\:max-h-\[70vh\]{
        max-height: 70vh;
    }
    .xl\:w-\[120px\]{
        width: 120px;
    }
    .xl\:w-auto{
        width: auto;
    }
    .xl\:w-max{
        width: -moz-max-content;
        width: max-content;
    }
    .xl\:min-w-\[300px\]{
        min-width: 300px;
    }
    .xl\:max-w-full{
        max-width: 100%;
    }
    .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\: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-row{
        flex-direction: row;
    }
    .xl\:items-center{
        align-items: center;
    }
    .xl\:justify-end{
        justify-content: flex-end;
    }
    .xl\:justify-center{
        justify-content: center;
    }
    .xl\:justify-between{
        justify-content: space-between;
    }
    .xl\:gap-fl-lg{
        gap: calc(2.00rem + 8.00 * var(--fluid-bp));
    }
    .xl\:gap-fl-md{
        gap: calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .xl\:gap-fl-sm{
        gap: calc(1.00rem + 4.00 * var(--fluid-bp));
    }
    .xl\:overflow-auto{
        overflow: auto;
    }
    .xl\:overflow-hidden{
        overflow: hidden;
    }
    .xl\:bg-surface-primary\/0{
        background-color: hsl(var(--twc-surface-primary) / 0);
    }
    .xl\:p-0{
        padding: 0rem;
    }
    .xl\:p-2xs{
        padding: 0.25rem;
    }
    .xl\:px-0{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .xl\:py-0{
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .xl\:py-fl-md{
        padding-top: calc(1.50rem + 6.00 * var(--fluid-bp));
        padding-bottom: calc(1.50rem + 6.00 * var(--fluid-bp));
    }
    .xl\:pb-4xl{
        padding-bottom: 3rem;
    }
    .xl\:pl-5xl{
        padding-left: 3.75rem;
    }
    .xl\:pl-fl-3xl{
        padding-left: calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .xl\:pr-5xl{
        padding-right: 3.75rem;
    }
    .xl\:pr-fl-3xl{
        padding-right: calc(4.00rem + 16.00 * var(--fluid-bp));
    }
    .xl\:pt-3xl{
        padding-top: 2.5rem;
    }
    .xl\:pt-4xl{
        padding-top: 3rem;
    }
    .xl\:\[--strategy\:absolute\]{
        --strategy: absolute;
    }
    .xl\:\[--trigger\:hover\]{
        --trigger: hover;
    }
}
@media (min-width: 1616px){
    .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;
    }
}
.\[\&\.active\]\:bg-surface-primary.active{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-primary) / var(--twc-surface-primary-opacity, var(--tw-bg-opacity)));
}
.\[\&\.active\]\:before\:h-\[2px\].active::before{
    content: var(--tw-content);
    height: 2px;
}
.\[\&\.active\]\:before\:bg-fg-accent.active::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-bg-opacity)));
}
.\[\&\>div\>div\]\:h-full>div>div{
    height: 100%;
}
.\[\&\>div\>img\]\:h-full>div>img{
    height: 100%;
}
.\[\&\>div\>nav\]\:mt-4xl>div>nav{
    margin-top: 3rem;
}
.\[\&\>div\]\:h-full>div{
    height: 100%;
}
.\[\&\>h5\]\:normal-case>h5{
    text-transform: none;
}
.group.active .group-\[\.active\]\:\[\&\>h5\]\:text-fg-accent>h5{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-text-opacity)));
}
.\[\&\>span\]\:mb-0>span{
    margin-bottom: 0rem;
}
.\[\&_\.custom-btn\]\:inline-flex .custom-btn{
    display: inline-flex;
}
.\[\&_\.custom-btn\]\:w-fit .custom-btn{
    width: -moz-fit-content;
    width: fit-content;
}
.\[\&_\.custom-btn\]\:flex-row-reverse .custom-btn{
    flex-direction: row-reverse;
}
.\[\&_\.custom-btn\]\:items-center .custom-btn{
    align-items: center;
}
.\[\&_\.custom-btn\]\:gap-fl-2xs .custom-btn{
    gap: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.\[\&_\.custom-btn\]\:gap-fl-3xs .custom-btn{
    gap: calc(0.25rem + 1.00 * var(--fluid-bp));
}
.\[\&_\.custom-btn\]\:rounded-\[15px\] .custom-btn{
    border-radius: 15px;
}
.\[\&_\.custom-btn\]\:border-2 .custom-btn{
    border-width: 2px;
}
.\[\&_\.custom-btn\]\:border-fg-accent .custom-btn{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-border-opacity)));
}
.\[\&_\.custom-btn\]\:bg-surface-accent .custom-btn{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.\[\&_\.custom-btn\]\:bg-surface-secondary .custom-btn{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.\[\&_\.custom-btn\]\:bg-surface-tertiary .custom-btn{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.\[\&_\.custom-btn\]\:bg-surface-tertiary\/0 .custom-btn{
    background-color: hsl(var(--twc-surface-tertiary) / 0);
}
.\[\&_\.custom-btn\]\:px-base .custom-btn{
    padding-left: 1rem;
    padding-right: 1rem;
}
.\[\&_\.custom-btn\]\:px-fl-sm .custom-btn{
    padding-left: calc(1.00rem + 4.00 * var(--fluid-bp));
    padding-right: calc(1.00rem + 4.00 * var(--fluid-bp));
}
.\[\&_\.custom-btn\]\:py-fl-2xs .custom-btn{
    padding-top: calc(0.50rem + 2.00 * var(--fluid-bp));
    padding-bottom: calc(0.50rem + 2.00 * var(--fluid-bp));
}
.\[\&_\.custom-btn\]\:py-fl-xs .custom-btn{
    padding-top: calc(0.75rem + 3.00 * var(--fluid-bp));
    padding-bottom: calc(0.75rem + 3.00 * var(--fluid-bp));
}
.\[\&_\.custom-btn\]\:py-sm .custom-btn{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.\[\&_\.custom-btn\]\:py-xs .custom-btn{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.\[\&_\.custom-btn\]\:text-base .custom-btn{
    font-size: 1rem;
}
.\[\&_\.custom-btn\]\:font-semibold .custom-btn{
    font-weight: 600;
}
.\[\&_\.custom-btn\]\:leading-none .custom-btn{
    line-height: 1;
}
.\[\&_\.custom-btn\]\:text-fg-alternate .custom-btn{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.\[\&_\.custom-btn\]\:text-fg-primary .custom-btn{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.\[\&_\.custom-btn\]\:outline-none .custom-btn{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.\[\&_\.custom-btn\]\:transition-all .custom-btn{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.\[\&_\.custom-btn\]\:duration-300 .custom-btn{
    transition-duration: 300ms;
}
.\[\&_\.custom-btn\]\:ease-in-out .custom-btn{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[\&_\.custom-btn\]\:after\:h-fl-md .custom-btn::after{
    content: var(--tw-content);
    height: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.\[\&_\.custom-btn\]\:after\:w-fl-md .custom-btn::after{
    content: var(--tw-content);
    width: calc(1.50rem + 6.00 * var(--fluid-bp));
}
.\[\&_\.custom-btn\]\:after\:text-fg-alternate .custom-btn::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\:\[\&_\.custom-btn\]\:border-fg-primary .custom-btn:hover{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-border-opacity)));
}
.hover\:\[\&_\.custom-btn\]\:bg-surface-accent .custom-btn:hover{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, var(--tw-bg-opacity)));
}
.hover\:\[\&_\.custom-btn\]\:bg-surface-accent-20 .custom-btn:hover{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-accent-20) / var(--twc-surface-accent-20-opacity, var(--tw-bg-opacity)));
}
.hover\:\[\&_\.custom-btn\]\:bg-surface-alternate .custom-btn:hover{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-alternate) / var(--twc-surface-alternate-opacity, var(--tw-bg-opacity)));
}
.hover\:\[\&_\.custom-btn\]\:text-fg-alternate .custom-btn:hover{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-alternate) / var(--twc-fg-alternate-opacity, var(--tw-text-opacity)));
}
.focus\:\[\&_\.custom-btn\]\:border-fg-accent .custom-btn:focus{
    --tw-border-opacity: 1;
    border-color: hsl(var(--twc-fg-accent) / var(--twc-fg-accent-opacity, var(--tw-border-opacity)));
}
.focus\:\[\&_\.custom-btn\]\:bg-surface-secondary .custom-btn:focus{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-secondary) / var(--twc-surface-secondary-opacity, var(--tw-bg-opacity)));
}
.focus\:\[\&_\.custom-btn\]\:bg-surface-tertiary .custom-btn:focus{
    --tw-bg-opacity: 1;
    background-color: hsl(var(--twc-surface-tertiary) / var(--twc-surface-tertiary-opacity, var(--tw-bg-opacity)));
}
.focus\:\[\&_\.custom-btn\]\:bg-surface-tertiary\/0 .custom-btn:focus{
    background-color: hsl(var(--twc-surface-tertiary) / 0);
}
.focus\:\[\&_\.custom-btn\]\:text-fg-primary .custom-btn:focus{
    --tw-text-opacity: 1;
    color: hsl(var(--twc-fg-primary) / var(--twc-fg-primary-opacity, var(--tw-text-opacity)));
}
.focus\:\[\&_\.custom-btn\]\:outline-2 .custom-btn:focus{
    outline-width: 2px;
}
.focus\:\[\&_\.custom-btn\]\:outline-offset-2 .custom-btn:focus{
    outline-offset: 2px;
}
.focus\:\[\&_\.custom-btn\]\:outline-surface-accent .custom-btn:focus{
    outline-color: hsl(var(--twc-surface-accent) / var(--twc-surface-accent-opacity, 1));
}