*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

:before,
:after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
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
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

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

[hidden] {
    display: none
}

:root {
    --breakpoint: "xs";
    --container-width: unset;
    --inner-gutter: 12px;
    --outer-gutter: 12px;
    --grid-columns: 6;
    --env: "production";
    --grid-column-bg: rgba(127, 255, 255, .25)
}

@media (min-width: 600px) {
    :root {
        --breakpoint: "sm";
        --container-width: unset;
        --inner-gutter: 12px;
        --outer-gutter: 12px;
        --grid-columns: 12
    }
}

@media (min-width: 800px) {
    :root {
        --breakpoint: "md";
        --container-width: unset;
        --inner-gutter: 12px;
        --outer-gutter: 16px;
        --grid-columns: 12
    }
}

@media (min-width: 1040px) {
    :root {
        --breakpoint: "lg";
        --container-width: unset;
        --inner-gutter: 12px;
        --outer-gutter: 24px;
        --grid-columns: 12
    }
}

@media (min-width: 1800px) {
    :root {
        --breakpoint: "xl";
        --container-width: 1792px;
        --inner-gutter: 16px;
        --outer-gutter: 32px;
        --grid-columns: 12
    }
}

@media (min-width: 1920px) {
    :root {
        --breakpoint: "xxl";
        --container-width: 1792px;
        --inner-gutter: 16px;
        --outer-gutter: 32px;
        --grid-columns: 12
    }
}

.container {
    width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));
    margin-right: auto;
    margin-left: auto
}

.container>* {
    --container-outer-gutter: 0;
    --breakout-container-outer-gutter: 0
}

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

.dev-tools {
    position: fixed;
    z-index: 9999999999;
    left: 0;
    bottom: 0;
    font-size: 0
}

.dev-tools:before {
    content: var(--breakpoint) " • " var(--env);
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 100%;
    padding: 4px 5px;
    background: green;
    color: #fff;
    font: 12px/1 sans-serif;
    white-space: nowrap;
    pointer-events: none
}

.dev-tools-toggle {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0;
    background: #000;
    color: transparent;
    font: 0/0 a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.dev-tools-toggle:before,
.dev-tools-toggle:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    width: 5px;
    height: 10px;
    border-left: 1px solid white;
    border-right: 1px solid white
}

.dev-tools-toggle:after {
    left: 16px
}

.dev-tools-grid {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(var(--container-width, 100%) - (2 * var(--outer-gutter, 0)));
    height: 100%;
    margin: 0 auto;
    background: repeating-linear-gradient(90deg, var(--grid-column-bg), var(--grid-column-bg) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns)), rgba(0, 0, 0, 0) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns)), rgba(0, 0, 0, 0) calc((100% - (((var(--grid-columns) - 1) * var(--inner-gutter)))) / var(--grid-columns) + var(--inner-gutter)));
    pointer-events: none
}

.gap-gutter {
    grid-gap: var(--inner-gutter);
    gap: var(--inner-gutter)
}

.gap-x-gutter {
    grid-column-gap: var(--inner-gutter);
    -moz-column-gap: var(--inner-gutter);
    column-gap: var(--inner-gutter)
}

.scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.scrollbar-none::-webkit-scrollbar {
    display: none
}

[class*=scrollbar-track-],
[class*=scrollbar-thumb-] {
    --scrollbar-bg: #fafafa;
    --scrollbar-fg: #c1c1c1;
    --scrollbar-border: #e8e8e8;
    scrollbar-color: var(--scrollbar-fg) var(--scrollbar-bg)
}

[class*=scrollbar-track-]::-webkit-scrollbar,
[class*=scrollbar-thumb-]::-webkit-scrollbar {
    width: var(--scrollbar-width, 15px);
    height: var(--scrollbar-width, 15px)
}

[class*=scrollbar-track-]::-webkit-scrollbar-track,
[class*=scrollbar-thumb-]::-webkit-scrollbar-track {
    background: var(--scrollbar-bg)
}

[class*=scrollbar-track-]::-webkit-scrollbar-track:horizontal,
[class*=scrollbar-thumb-]::-webkit-scrollbar-track:horizontal {
    border-top: 1px solid var(--scrollbar-border);
    border-bottom: 1px solid var(--scrollbar-border)
}

[class*=scrollbar-track-]::-webkit-scrollbar-track:vertical,
[class*=scrollbar-thumb-]::-webkit-scrollbar-track:vertical {
    border-left: 1px solid var(--scrollbar-border);
    border-right: 1px solid var(--scrollbar-border)
}

[class*=scrollbar-track-]::-webkit-scrollbar-thumb,
[class*=scrollbar-thumb-]::-webkit-scrollbar-thumb {
    background: var(--scrollbar-fg);
    border-radius: 20px;
    border: var(--scrollbar-padding, 4px) solid transparent;
    background-clip: content-box
}

:root {
    --spacing-header: 3.75rem;
    --spacing-spacing-1: .25rem;
    --spacing-spacing-2: .5rem;
    --spacing-spacing-3: .75rem;
    --spacing-spacing-4: .75rem;
    --spacing-spacing-5: 1rem;
    --spacing-spacing-6: 1.5rem;
    --spacing-spacing-7: 2rem;
    --spacing-spacing-8: 2.5rem;
    --spacing-spacing-9: 3rem;
    --spacing-spacing-10: 4rem;
    --spacing-spacing-11: 6rem;
    --spacing-spacing-12: 8rem
}

@media (min-width: 800px) {
    :root {
        --spacing-spacing-4: 1.125rem;
        --spacing-spacing-5: 1.5rem;
        --spacing-spacing-6: 2rem;
        --spacing-spacing-7: 2.5rem;
        --spacing-spacing-8: 3rem;
        --spacing-spacing-9: 4rem;
        --spacing-spacing-10: 6rem;
        --spacing-spacing-11: 8rem;
        --spacing-spacing-12: 10rem
    }
}

@media (min-width: 1040px) {
    :root {
        --spacing-spacing-7: 3rem;
        --spacing-spacing-8: 4rem;
        --spacing-spacing-9: 6rem;
        --spacing-spacing-10: 8rem;
        --spacing-spacing-11: 10rem;
        --spacing-spacing-12: 12.25rem
    }
}

.h-header {
    height: var(--spacing-header)
}

.pt-spacing-3 {
    padding-top: var(--spacing-spacing-3)
}

.gap-y-spacing-4 {
    row-gap: var(--spacing-spacing-4)
}

.pt-spacing-5 {
    padding-top: var(--spacing-spacing-5)
}

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

.mt-spacing-7 {
    margin-top: var(--spacing-spacing-7)
}

.pt-spacing-7 {
    padding-top: var(--spacing-spacing-7)
}

.pb-spacing-7 {
    padding-bottom: var(--spacing-spacing-7)
}

.gap-y-spacing-7 {
    row-gap: var(--spacing-spacing-7)
}

.mt-spacing-8 {
    margin-top: var(--spacing-spacing-8)
}

.mt-spacing-9 {
    margin-top: var(--spacing-spacing-9)
}

.pt-spacing-9 {
    padding-top: var(--spacing-spacing-9)
}

.pb-spacing-9 {
    padding-bottom: var(--spacing-spacing-9)
}

.gap-y-spacing-9 {
    row-gap: var(--spacing-spacing-9)
}

.mt-spacing-10 {
    margin-top: var(--spacing-spacing-10)
}

.mt-spacing-11 {
    margin-top: var(--spacing-spacing-11)
}

.pb-spacing-11 {
    padding-bottom: var(--spacing-spacing-11)
}

:root {
    --sans: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    --serif: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --mono: ui-monospace, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    --plain: Plain, Arial, Sans-Serif;
    --f-display-1-font-family: var(--plain);
    --f-display-1-font-size: 3.625rem;
    --f-display-1-font-stretch: initial;
    --f-display-1-font-style: initial;
    --f-display-1-font-variant: initial;
    --f-display-1-font-weight: 375;
    --f-display-1-line-height: 1.05;
    --f-display-1-letter-spacing: -.02em;
    --f-display-1-font-feature-settings: "case" on;
    --f-display-1--moz-osx-font-smoothing: grayscale;
    --f-display-1--webkit-font-smoothing: antialiased;
    --f-display-1---bold-weight: initial;
    --f-heading-1-font-family: var(--plain);
    --f-heading-1-font-size: 2.25rem;
    --f-heading-1-font-stretch: initial;
    --f-heading-1-font-style: initial;
    --f-heading-1-font-variant: initial;
    --f-heading-1-font-weight: 400;
    --f-heading-1-line-height: 1.05;
    --f-heading-1-letter-spacing: -.01em;
    --f-heading-1-font-feature-settings: "case" on;
    --f-heading-1--moz-osx-font-smoothing: grayscale;
    --f-heading-1--webkit-font-smoothing: antialiased;
    --f-heading-1---bold-weight: initial;
    --f-heading-2-font-family: var(--plain);
    --f-heading-2-font-size: 2rem;
    --f-heading-2-font-stretch: initial;
    --f-heading-2-font-style: initial;
    --f-heading-2-font-variant: initial;
    --f-heading-2-font-weight: 400;
    --f-heading-2-line-height: 1.2;
    --f-heading-2-letter-spacing: -.02em;
    --f-heading-2-font-feature-settings: "case" on;
    --f-heading-2--moz-osx-font-smoothing: grayscale;
    --f-heading-2--webkit-font-smoothing: antialiased;
    --f-heading-2---bold-weight: initial;
    --f-heading-3-font-family: var(--plain);
    --f-heading-3-font-size: 1.75rem;
    --f-heading-3-font-stretch: initial;
    --f-heading-3-font-style: initial;
    --f-heading-3-font-variant: initial;
    --f-heading-3-font-weight: 400;
    --f-heading-3-line-height: 1.2;
    --f-heading-3-letter-spacing: -.02em;
    --f-heading-3-font-feature-settings: "case" on;
    --f-heading-3--moz-osx-font-smoothing: grayscale;
    --f-heading-3--webkit-font-smoothing: antialiased;
    --f-heading-3---bold-weight: initial;
    --f-heading-4-font-family: var(--plain);
    --f-heading-4-font-size: 1.5rem;
    --f-heading-4-font-stretch: initial;
    --f-heading-4-font-style: initial;
    --f-heading-4-font-variant: initial;
    --f-heading-4-font-weight: 400;
    --f-heading-4-line-height: 1.2;
    --f-heading-4-letter-spacing: -.01em;
    --f-heading-4-font-feature-settings: "case" on;
    --f-heading-4--moz-osx-font-smoothing: grayscale;
    --f-heading-4--webkit-font-smoothing: antialiased;
    --f-heading-4---bold-weight: initial;
    --f-heading-5-font-family: var(--plain);
    --f-heading-5-font-size: 1rem;
    --f-heading-5-font-stretch: initial;
    --f-heading-5-font-style: initial;
    --f-heading-5-font-variant: initial;
    --f-heading-5-font-weight: 400;
    --f-heading-5-line-height: 1.2;
    --f-heading-5-letter-spacing: -.02em;
    --f-heading-5-font-feature-settings: "case" on;
    --f-heading-5--moz-osx-font-smoothing: grayscale;
    --f-heading-5--webkit-font-smoothing: antialiased;
    --f-heading-5---bold-weight: initial;
    --f-body-1-font-family: var(--plain);
    --f-body-1-font-size: 1rem;
    --f-body-1-font-stretch: initial;
    --f-body-1-font-style: initial;
    --f-body-1-font-variant: initial;
    --f-body-1-font-weight: 400;
    --f-body-1-line-height: 1.25;
    --f-body-1-letter-spacing: 0;
    --f-body-1-font-feature-settings: "case" on;
    --f-body-1--moz-osx-font-smoothing: grayscale;
    --f-body-1--webkit-font-smoothing: antialiased;
    --f-body-1---bold-weight: initial;
    --f-body-2-font-family: var(--plain);
    --f-body-2-font-size: .8125rem;
    --f-body-2-font-stretch: initial;
    --f-body-2-font-style: initial;
    --f-body-2-font-variant: initial;
    --f-body-2-font-weight: 400;
    --f-body-2-line-height: 1.25;
    --f-body-2-letter-spacing: 0;
    --f-body-2-font-feature-settings: "case" on;
    --f-body-2--moz-osx-font-smoothing: grayscale;
    --f-body-2--webkit-font-smoothing: antialiased;
    --f-body-2---bold-weight: initial;
    --f-caption-font-family: var(--plain);
    --f-caption-font-size: .8125rem;
    --f-caption-font-stretch: initial;
    --f-caption-font-style: initial;
    --f-caption-font-variant: initial;
    --f-caption-font-weight: 400;
    --f-caption-line-height: 1.25;
    --f-caption-letter-spacing: 0;
    --f-caption-font-feature-settings: "case" on;
    --f-caption--moz-osx-font-smoothing: grayscale;
    --f-caption--webkit-font-smoothing: antialiased;
    --f-caption---bold-weight: initial;
    --f-number-font-family: var(--plain);
    --f-number-font-size: .8125rem;
    --f-number-font-stretch: initial;
    --f-number-font-style: initial;
    --f-number-font-variant: initial;
    --f-number-font-weight: 400;
    --f-number-line-height: 1;
    --f-number-letter-spacing: 0;
    --f-number-font-feature-settings: "case" on;
    --f-number--moz-osx-font-smoothing: grayscale;
    --f-number--webkit-font-smoothing: antialiased;
    --f-number---bold-weight: initial;
    --f-shop-cart-font-family: var(--plain);
    --f-shop-cart-font-size: .6875rem;
    --f-shop-cart-font-stretch: initial;
    --f-shop-cart-font-style: initial;
    --f-shop-cart-font-variant: initial;
    --f-shop-cart-font-weight: 400;
    --f-shop-cart-line-height: 1;
    --f-shop-cart-letter-spacing: 0;
    --f-shop-cart-font-feature-settings: "case" on;
    --f-shop-cart--moz-osx-font-smoothing: grayscale;
    --f-shop-cart--webkit-font-smoothing: antialiased;
    --f-shop-cart---bold-weight: initial
}

.f-heading-1 {
    font-family: var(--f-heading-1-font-family);
    font-size: var(--f-heading-1-font-size);
    font-stretch: var(--f-heading-1-font-stretch);
    font-style: var(--f-heading-1-font-style);
    font-variant: var(--f-heading-1-font-variant);
    font-weight: var(--f-heading-1-font-weight);
    line-height: var(--f-heading-1-line-height);
    letter-spacing: var(--f-heading-1-letter-spacing);
    font-feature-settings: var(--f-heading-1-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-heading-1--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-heading-1--webkit-font-smoothing);
    --bold-weight: var(--f-heading-1---bold-weight)
}

.f-heading-2 {
    font-family: var(--f-heading-2-font-family);
    font-size: var(--f-heading-2-font-size);
    font-stretch: var(--f-heading-2-font-stretch);
    font-style: var(--f-heading-2-font-style);
    font-variant: var(--f-heading-2-font-variant);
    font-weight: var(--f-heading-2-font-weight);
    line-height: var(--f-heading-2-line-height);
    letter-spacing: var(--f-heading-2-letter-spacing);
    font-feature-settings: var(--f-heading-2-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-heading-2--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-heading-2--webkit-font-smoothing);
    --bold-weight: var(--f-heading-2---bold-weight)
}

.f-heading-3 {
    font-family: var(--f-heading-3-font-family);
    font-size: var(--f-heading-3-font-size);
    font-stretch: var(--f-heading-3-font-stretch);
    font-style: var(--f-heading-3-font-style);
    font-variant: var(--f-heading-3-font-variant);
    font-weight: var(--f-heading-3-font-weight);
    line-height: var(--f-heading-3-line-height);
    letter-spacing: var(--f-heading-3-letter-spacing);
    font-feature-settings: var(--f-heading-3-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-heading-3--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-heading-3--webkit-font-smoothing);
    --bold-weight: var(--f-heading-3---bold-weight)
}

.\ !f-heading-4 {
    font-family: var(--f-heading-4-font-family) !important;
    font-size: var(--f-heading-4-font-size) !important;
    font-stretch: var(--f-heading-4-font-stretch) !important;
    font-style: var(--f-heading-4-font-style) !important;
    font-variant: var(--f-heading-4-font-variant) !important;
    font-weight: var(--f-heading-4-font-weight) !important;
    line-height: var(--f-heading-4-line-height) !important;
    letter-spacing: var(--f-heading-4-letter-spacing) !important;
    font-feature-settings: var(--f-heading-4-font-feature-settings) !important;
    -moz-osx-font-smoothing: var(--f-heading-4--moz-osx-font-smoothing) !important;
    -webkit-font-smoothing: var(--f-heading-4--webkit-font-smoothing) !important;
    --bold-weight: var(--f-heading-4---bold-weight) !important
}

.f-heading-4 {
    font-family: var(--f-heading-4-font-family);
    font-size: var(--f-heading-4-font-size);
    font-stretch: var(--f-heading-4-font-stretch);
    font-style: var(--f-heading-4-font-style);
    font-variant: var(--f-heading-4-font-variant);
    font-weight: var(--f-heading-4-font-weight);
    line-height: var(--f-heading-4-line-height);
    letter-spacing: var(--f-heading-4-letter-spacing);
    font-feature-settings: var(--f-heading-4-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-heading-4--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-heading-4--webkit-font-smoothing);
    --bold-weight: var(--f-heading-4---bold-weight)
}

.f-heading-5 {
    font-family: var(--f-heading-5-font-family);
    font-size: var(--f-heading-5-font-size);
    font-stretch: var(--f-heading-5-font-stretch);
    font-style: var(--f-heading-5-font-style);
    font-variant: var(--f-heading-5-font-variant);
    font-weight: var(--f-heading-5-font-weight);
    line-height: var(--f-heading-5-line-height);
    letter-spacing: var(--f-heading-5-letter-spacing);
    font-feature-settings: var(--f-heading-5-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-heading-5--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-heading-5--webkit-font-smoothing);
    --bold-weight: var(--f-heading-5---bold-weight)
}

.f-body-1 {
    font-family: var(--f-body-1-font-family);
    font-size: var(--f-body-1-font-size);
    font-stretch: var(--f-body-1-font-stretch);
    font-style: var(--f-body-1-font-style);
    font-variant: var(--f-body-1-font-variant);
    font-weight: var(--f-body-1-font-weight);
    line-height: var(--f-body-1-line-height);
    letter-spacing: var(--f-body-1-letter-spacing);
    font-feature-settings: var(--f-body-1-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-body-1--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-body-1--webkit-font-smoothing);
    --bold-weight: var(--f-body-1---bold-weight)
}

.f-body-2 {
    font-family: var(--f-body-2-font-family);
    font-size: var(--f-body-2-font-size);
    font-stretch: var(--f-body-2-font-stretch);
    font-style: var(--f-body-2-font-style);
    font-variant: var(--f-body-2-font-variant);
    font-weight: var(--f-body-2-font-weight);
    line-height: var(--f-body-2-line-height);
    letter-spacing: var(--f-body-2-letter-spacing);
    font-feature-settings: var(--f-body-2-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-body-2--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-body-2--webkit-font-smoothing);
    --bold-weight: var(--f-body-2---bold-weight)
}

.f-caption {
    font-family: var(--f-caption-font-family);
    font-size: var(--f-caption-font-size);
    font-stretch: var(--f-caption-font-stretch);
    font-style: var(--f-caption-font-style);
    font-variant: var(--f-caption-font-variant);
    font-weight: var(--f-caption-font-weight);
    line-height: var(--f-caption-line-height);
    letter-spacing: var(--f-caption-letter-spacing);
    font-feature-settings: var(--f-caption-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-caption--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-caption--webkit-font-smoothing);
    --bold-weight: var(--f-caption---bold-weight)
}

.f-number {
    font-family: var(--f-number-font-family);
    font-size: var(--f-number-font-size);
    font-stretch: var(--f-number-font-stretch);
    font-style: var(--f-number-font-style);
    font-variant: var(--f-number-font-variant);
    font-weight: var(--f-number-font-weight);
    line-height: var(--f-number-line-height);
    letter-spacing: var(--f-number-letter-spacing);
    font-feature-settings: var(--f-number-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-number--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-number--webkit-font-smoothing);
    --bold-weight: var(--f-number---bold-weight)
}

.f-shop-cart {
    font-family: var(--f-shop-cart-font-family);
    font-size: var(--f-shop-cart-font-size);
    font-stretch: var(--f-shop-cart-font-stretch);
    font-style: var(--f-shop-cart-font-style);
    font-variant: var(--f-shop-cart-font-variant);
    font-weight: var(--f-shop-cart-font-weight);
    line-height: var(--f-shop-cart-line-height);
    letter-spacing: var(--f-shop-cart-letter-spacing);
    font-feature-settings: var(--f-shop-cart-font-feature-settings);
    -moz-osx-font-smoothing: var(--f-shop-cart--moz-osx-font-smoothing);
    -webkit-font-smoothing: var(--f-shop-cart--webkit-font-smoothing);
    --bold-weight: var(--f-shop-cart---bold-weight)
}

@media (min-width: 600px) {
    :root {
        --f-display-1-font-size: 4.5625rem;
        --f-display-1-line-height: 1.1;
        --f-heading-1-font-size: 2.5625rem;
        --f-heading-1-letter-spacing: -.015em;
        --f-heading-2-font-size: 2.5625rem;
        --f-heading-2-line-height: 1.1;
        --f-heading-3-font-size: 2rem
    }
}

@media (min-width: 800px) {
    :root {
        --f-display-1-font-size: 5.75rem;
        --f-display-1-font-weight: 350;
        --f-heading-1-font-size: 2.875rem;
        --f-heading-2-font-size: 2.875rem;
        --f-heading-2-font-weight: 375;
        --f-heading-3-font-size: 2.25rem;
        --f-heading-4-font-size: 1.75rem;
        --f-heading-5-font-size: 1.25rem
    }
}

@media (min-width: 1040px) {
    :root {
        --f-display-1-font-size: 8.1875rem;
        --f-display-1-letter-spacing: -.04em;
        --f-display-1-line-height: 1;
        --f-heading-1-font-size: 3.25rem;
        --f-heading-1-letter-spacing: -.02em;
        --f-heading-2-font-size: 4.0625rem;
        --f-heading-2-line-height: 1.05;
        --f-heading-3-font-size: 2.5625rem;
        --f-heading-4-font-size: 2rem;
        --f-heading-5-font-size: 1.5rem;
        --f-body-2-font-size: 1rem
    }
}

.f-heading-1 b,
.f-heading-1 strong {
    font-weight: var(--f-heading-1---bold-weight, bold)
}

.f-heading-2 b,
.f-heading-2 strong {
    font-weight: var(--f-heading-2---bold-weight, bold)
}

.f-heading-3 b,
.f-heading-3 strong {
    font-weight: var(--f-heading-3---bold-weight, bold)
}

.f-heading-4 b,
.f-heading-4 strong {
    font-weight: var(--f-heading-4---bold-weight, bold)
}

.\ !f-heading-4 b,
.\ !f-heading-4 strong {
    font-weight: var(--f-heading-4---bold-weight, bold) !important
}

.f-heading-5 b,
.f-heading-5 strong {
    font-weight: var(--f-heading-5---bold-weight, bold)
}

.f-body-1 b,
.f-body-1 strong {
    font-weight: var(--f-body-1---bold-weight, bold)
}

.f-body-2 b,
.f-body-2 strong {
    font-weight: var(--f-body-2---bold-weight, bold)
}

.f-caption b,
.f-caption strong {
    font-weight: var(--f-caption---bold-weight, bold)
}

.f-number b,
.f-number strong {
    font-weight: var(--f-number---bold-weight, bold)
}

.f-shop-cart b,
.f-shop-cart strong {
    font-weight: var(--f-shop-cart---bold-weight, bold)
}

*,
: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 / .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 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

:root {
    --white: #FFFFFF;
    --black: #000000;
    --dark: #222222;
    --gray-050: #F5F5F5;
    --gray-100: #E3E4E5;
    --gray-150: #D9D9D9;
    --gray-200: #CCCCCC;
    --gray-250: #BFBFBF;
    --gray-300: #B3B3B3;
    --gray-350: #A6A6A6;
    --gray-400: #999999;
    --gray-450: #8C8C8C;
    --gray-500: #808080;
    --gray-550: #767676;
    --gray-600: #666666;
    --gray-650: #595959;
    --gray-700: #4D4D4D;
    --gray-750: #404040;
    --gray-800: #333333;
    --gray-850: #222222;
    --gray-900: #1A1A1A;
    --gray-950: #0D0D0D;
    --red-500: #E52222;
    --neutral-850: #282828
}

[class*=grid-line-]>* {
    position: relative
}

[class*=grid-line-]>*:before,
[class*=grid-line-]>*:after {
    content: "";
    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(n+1):before {
    right: 0
}

.grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1):before {
    border-bottom-width: 0
}

.grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1)~*:before {
    border-bottom-width: 0
}

.grid-cols-2[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
    border-bottom-width: 1px
}

.grid-cols-2[class*=grid-line-xfull]>*:nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2)
}

.grid-cols-2[class*=grid-line-x]>*:nth-child(odd):before {
    left: 0
}

.grid-cols-2[class*=grid-line-x]>*:nth-child(2n+2):before {
    right: 0
}

.grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2):before {
    border-bottom-width: 0
}

.grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2)~*:before {
    border-bottom-width: 0
}

.grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(n):after {
    border-right-width: 1px
}

.grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(2n+2):after {
    border-right-width: 0
}

.grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(-n+2):after {
    top: 0
}

.grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2):after {
    bottom: 0
}

.grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2)~li:after {
    bottom: 0
}

.grid-cols-3[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
    border-bottom-width: 1px
}

.grid-cols-3[class*=grid-line-xfull]>*:nth-child(n):before {
    left: calc(var(--inner-gutter) / -2);
    right: calc(var(--inner-gutter) / -2)
}

.grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):before {
    left: 0
}

.grid-cols-3[class*=grid-line-x]>*:nth-child(3n+3):before {
    right: 0
}

.grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):nth-last-child(-n+3):before {
    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
}

@media (min-width: 600px) {
    [class*=grid-line-]>* {
        position: relative
    }
    [class*=grid-line-]>*:before,
    [class*=grid-line-]>*:after {
        content: "";
        position: absolute;
        z-index: 0;
        pointer-events: none
    }
    .sm\:grid-line-x>*:before {
        content: "";
        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: "";
        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: "";
        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: "";
        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-1[class*=grid-line-x-]>*:before {
        bottom: -.0625rem
    }
    .sm\:grid-line-x-1[class*=grid-line-yfull]>*:after {
        top: -.0625rem;
        bottom: -.0625rem
    }
    .sm\:grid-line-x-2[class*=grid-line-x-]>*:before {
        bottom: -.125rem
    }
    .sm\:grid-line-x-2[class*=grid-line-yfull]>*:after {
        top: -.125rem;
        bottom: -.125rem
    }
    .sm\:grid-line-x-3[class*=grid-line-x-]>*:before {
        bottom: -.1875rem
    }
    .sm\:grid-line-x-3[class*=grid-line-yfull]>*:after {
        top: -.1875rem;
        bottom: -.1875rem
    }
    .sm\:grid-line-x-4[class*=grid-line-x-]>*:before {
        bottom: -.25rem
    }
    .sm\:grid-line-x-4[class*=grid-line-yfull]>*:after {
        top: -.25rem;
        bottom: -.25rem
    }
    .sm\:grid-line-x-5[class*=grid-line-x-]>*:before {
        bottom: -.3125rem
    }
    .sm\:grid-line-x-5[class*=grid-line-yfull]>*:after {
        top: -.3125rem;
        bottom: -.3125rem
    }
    .sm\:grid-line-x-6[class*=grid-line-x-]>*:before {
        bottom: -.375rem
    }
    .sm\:grid-line-x-6[class*=grid-line-yfull]>*:after {
        top: -.375rem;
        bottom: -.375rem
    }
    .sm\:grid-line-x-7[class*=grid-line-x-]>*:before {
        bottom: -.4375rem
    }
    .sm\:grid-line-x-7[class*=grid-line-yfull]>*:after {
        top: -.4375rem;
        bottom: -.4375rem
    }
    .sm\:grid-line-x-8[class*=grid-line-x-]>*:before {
        bottom: -.5rem
    }
    .sm\:grid-line-x-8[class*=grid-line-yfull]>*:after {
        top: -.5rem;
        bottom: -.5rem
    }
    .sm\:grid-line-x-9[class*=grid-line-x-]>*:before {
        bottom: -.5625rem
    }
    .sm\:grid-line-x-9[class*=grid-line-yfull]>*:after {
        top: -.5625rem;
        bottom: -.5625rem
    }
    .sm\:grid-line-x-10[class*=grid-line-x-]>*:before {
        bottom: -.625rem
    }
    .sm\:grid-line-x-10[class*=grid-line-yfull]>*:after {
        top: -.625rem;
        bottom: -.625rem
    }
    .sm\:grid-line-x-11[class*=grid-line-x-]>*:before {
        bottom: -.6875rem
    }
    .sm\:grid-line-x-11[class*=grid-line-yfull]>*:after {
        top: -.6875rem;
        bottom: -.6875rem
    }
    .sm\:grid-line-x-12[class*=grid-line-x-]>*:before {
        bottom: -.75rem
    }
    .sm\:grid-line-x-12[class*=grid-line-yfull]>*:after {
        top: -.75rem;
        bottom: -.75rem
    }
    .sm\:grid-line-x-13[class*=grid-line-x-]>*:before {
        bottom: -.8125rem
    }
    .sm\:grid-line-x-13[class*=grid-line-yfull]>*:after {
        top: -.8125rem;
        bottom: -.8125rem
    }
    .sm\:grid-line-x-14[class*=grid-line-x-]>*:before {
        bottom: -.875rem
    }
    .sm\:grid-line-x-14[class*=grid-line-yfull]>*:after {
        top: -.875rem;
        bottom: -.875rem
    }
    .sm\:grid-line-x-15[class*=grid-line-x-]>*:before {
        bottom: -.9375rem
    }
    .sm\:grid-line-x-15[class*=grid-line-yfull]>*:after {
        top: -.9375rem;
        bottom: -.9375rem
    }
    .sm\:grid-line-x-16[class*=grid-line-x-]>*:before {
        bottom: -1rem
    }
    .sm\:grid-line-x-16[class*=grid-line-yfull]>*:after {
        top: -1rem;
        bottom: -1rem
    }
    .sm\:grid-line-x-17[class*=grid-line-x-]>*:before {
        bottom: -1.0625rem
    }
    .sm\:grid-line-x-17[class*=grid-line-yfull]>*:after {
        top: -1.0625rem;
        bottom: -1.0625rem
    }
    .sm\:grid-line-x-18[class*=grid-line-x-]>*:before {
        bottom: -1.125rem
    }
    .sm\:grid-line-x-18[class*=grid-line-yfull]>*:after {
        top: -1.125rem;
        bottom: -1.125rem
    }
    .sm\:grid-line-x-19[class*=grid-line-x-]>*:before {
        bottom: -1.1875rem
    }
    .sm\:grid-line-x-19[class*=grid-line-yfull]>*:after {
        top: -1.1875rem;
        bottom: -1.1875rem
    }
    .sm\:grid-line-x-20[class*=grid-line-x-]>*:before {
        bottom: -1.25rem
    }
    .sm\:grid-line-x-20[class*=grid-line-yfull]>*:after {
        top: -1.25rem;
        bottom: -1.25rem
    }
    .sm\:grid-line-x-21[class*=grid-line-x-]>*:before {
        bottom: -1.3125rem
    }
    .sm\:grid-line-x-21[class*=grid-line-yfull]>*:after {
        top: -1.3125rem;
        bottom: -1.3125rem
    }
    .sm\:grid-line-x-22[class*=grid-line-x-]>*:before {
        bottom: -1.375rem
    }
    .sm\:grid-line-x-22[class*=grid-line-yfull]>*:after {
        top: -1.375rem;
        bottom: -1.375rem
    }
    .sm\:grid-line-x-23[class*=grid-line-x-]>*:before {
        bottom: -1.4375rem
    }
    .sm\:grid-line-x-23[class*=grid-line-yfull]>*:after {
        top: -1.4375rem;
        bottom: -1.4375rem
    }
    .sm\:grid-line-x-24[class*=grid-line-x-]>*:before {
        bottom: -1.5rem
    }
    .sm\:grid-line-x-24[class*=grid-line-yfull]>*:after {
        top: -1.5rem;
        bottom: -1.5rem
    }
    .sm\:grid-line-x-25[class*=grid-line-x-]>*:before {
        bottom: -1.5625rem
    }
    .sm\:grid-line-x-25[class*=grid-line-yfull]>*:after {
        top: -1.5625rem;
        bottom: -1.5625rem
    }
    .sm\:grid-line-x-26[class*=grid-line-x-]>*:before {
        bottom: -1.625rem
    }
    .sm\:grid-line-x-26[class*=grid-line-yfull]>*:after {
        top: -1.625rem;
        bottom: -1.625rem
    }
    .sm\:grid-line-x-27[class*=grid-line-x-]>*:before {
        bottom: -1.6875rem
    }
    .sm\:grid-line-x-27[class*=grid-line-yfull]>*:after {
        top: -1.6875rem;
        bottom: -1.6875rem
    }
    .sm\:grid-line-x-28[class*=grid-line-x-]>*:before {
        bottom: -1.75rem
    }
    .sm\:grid-line-x-28[class*=grid-line-yfull]>*:after {
        top: -1.75rem;
        bottom: -1.75rem
    }
    .sm\:grid-line-x-29[class*=grid-line-x-]>*:before {
        bottom: -1.8125rem
    }
    .sm\:grid-line-x-29[class*=grid-line-yfull]>*:after {
        top: -1.8125rem;
        bottom: -1.8125rem
    }
    .sm\:grid-line-x-30[class*=grid-line-x-]>*:before {
        bottom: -1.875rem
    }
    .sm\:grid-line-x-30[class*=grid-line-yfull]>*:after {
        top: -1.875rem;
        bottom: -1.875rem
    }
    .sm\:grid-line-x-31[class*=grid-line-x-]>*:before {
        bottom: -1.9375rem
    }
    .sm\:grid-line-x-31[class*=grid-line-yfull]>*:after {
        top: -1.9375rem;
        bottom: -1.9375rem
    }
    .sm\:grid-line-x-32[class*=grid-line-x-]>*:before {
        bottom: -2rem
    }
    .sm\:grid-line-x-32[class*=grid-line-yfull]>*:after {
        top: -2rem;
        bottom: -2rem
    }
    .sm\:grid-line-x-33[class*=grid-line-x-]>*:before {
        bottom: -2.0625rem
    }
    .sm\:grid-line-x-33[class*=grid-line-yfull]>*:after {
        top: -2.0625rem;
        bottom: -2.0625rem
    }
    .sm\:grid-line-x-34[class*=grid-line-x-]>*:before {
        bottom: -2.125rem
    }
    .sm\:grid-line-x-34[class*=grid-line-yfull]>*:after {
        top: -2.125rem;
        bottom: -2.125rem
    }
    .sm\:grid-line-x-35[class*=grid-line-x-]>*:before {
        bottom: -2.1875rem
    }
    .sm\:grid-line-x-35[class*=grid-line-yfull]>*:after {
        top: -2.1875rem;
        bottom: -2.1875rem
    }
    .sm\:grid-line-x-36[class*=grid-line-x-]>*:before {
        bottom: -2.25rem
    }
    .sm\:grid-line-x-36[class*=grid-line-yfull]>*:after {
        top: -2.25rem;
        bottom: -2.25rem
    }
    .sm\:grid-line-x-37[class*=grid-line-x-]>*:before {
        bottom: -2.3125rem
    }
    .sm\:grid-line-x-37[class*=grid-line-yfull]>*:after {
        top: -2.3125rem;
        bottom: -2.3125rem
    }
    .sm\:grid-line-x-38[class*=grid-line-x-]>*:before {
        bottom: -2.375rem
    }
    .sm\:grid-line-x-38[class*=grid-line-yfull]>*:after {
        top: -2.375rem;
        bottom: -2.375rem
    }
    .sm\:grid-line-x-39[class*=grid-line-x-]>*:before {
        bottom: -2.4375rem
    }
    .sm\:grid-line-x-39[class*=grid-line-yfull]>*:after {
        top: -2.4375rem;
        bottom: -2.4375rem
    }
    .sm\:grid-line-x-40[class*=grid-line-x-]>*:before {
        bottom: -2.5rem
    }
    .sm\:grid-line-x-40[class*=grid-line-yfull]>*:after {
        top: -2.5rem;
        bottom: -2.5rem
    }
    .sm\:grid-line-x-41[class*=grid-line-x-]>*:before {
        bottom: -2.5625rem
    }
    .sm\:grid-line-x-41[class*=grid-line-yfull]>*:after {
        top: -2.5625rem;
        bottom: -2.5625rem
    }
    .sm\:grid-line-x-42[class*=grid-line-x-]>*:before {
        bottom: -2.625rem
    }
    .sm\:grid-line-x-42[class*=grid-line-yfull]>*:after {
        top: -2.625rem;
        bottom: -2.625rem
    }
    .sm\:grid-line-x-43[class*=grid-line-x-]>*:before {
        bottom: -2.6875rem
    }
    .sm\:grid-line-x-43[class*=grid-line-yfull]>*:after {
        top: -2.6875rem;
        bottom: -2.6875rem
    }
    .sm\:grid-line-x-44[class*=grid-line-x-]>*:before {
        bottom: -2.75rem
    }
    .sm\:grid-line-x-44[class*=grid-line-yfull]>*:after {
        top: -2.75rem;
        bottom: -2.75rem
    }
    .sm\:grid-line-x-45[class*=grid-line-x-]>*:before {
        bottom: -2.8125rem
    }
    .sm\:grid-line-x-45[class*=grid-line-yfull]>*:after {
        top: -2.8125rem;
        bottom: -2.8125rem
    }
    .sm\:grid-line-x-46[class*=grid-line-x-]>*:before {
        bottom: -2.875rem
    }
    .sm\:grid-line-x-46[class*=grid-line-yfull]>*:after {
        top: -2.875rem;
        bottom: -2.875rem
    }
    .sm\:grid-line-x-47[class*=grid-line-x-]>*:before {
        bottom: -2.9375rem
    }
    .sm\:grid-line-x-47[class*=grid-line-yfull]>*:after {
        top: -2.9375rem;
        bottom: -2.9375rem
    }
    .sm\:grid-line-x-48[class*=grid-line-x-]>*:before {
        bottom: -3rem
    }
    .sm\:grid-line-x-48[class*=grid-line-yfull]>*:after {
        top: -3rem;
        bottom: -3rem
    }
    .sm\:grid-line-x-49[class*=grid-line-x-]>*:before {
        bottom: -3.0625rem
    }
    .sm\:grid-line-x-49[class*=grid-line-yfull]>*:after {
        top: -3.0625rem;
        bottom: -3.0625rem
    }
    .sm\:grid-line-x-50[class*=grid-line-x-]>*:before {
        bottom: -3.125rem
    }
    .sm\:grid-line-x-50[class*=grid-line-yfull]>*:after {
        top: -3.125rem;
        bottom: -3.125rem
    }
    .sm\:grid-line-x-51[class*=grid-line-x-]>*:before {
        bottom: -3.1875rem
    }
    .sm\:grid-line-x-51[class*=grid-line-yfull]>*:after {
        top: -3.1875rem;
        bottom: -3.1875rem
    }
    .sm\:grid-line-x-52[class*=grid-line-x-]>*:before {
        bottom: -3.25rem
    }
    .sm\:grid-line-x-52[class*=grid-line-yfull]>*:after {
        top: -3.25rem;
        bottom: -3.25rem
    }
    .sm\:grid-line-x-53[class*=grid-line-x-]>*:before {
        bottom: -3.3125rem
    }
    .sm\:grid-line-x-53[class*=grid-line-yfull]>*:after {
        top: -3.3125rem;
        bottom: -3.3125rem
    }
    .sm\:grid-line-x-54[class*=grid-line-x-]>*:before {
        bottom: -3.375rem
    }
    .sm\:grid-line-x-54[class*=grid-line-yfull]>*:after {
        top: -3.375rem;
        bottom: -3.375rem
    }
    .sm\:grid-line-x-55[class*=grid-line-x-]>*:before {
        bottom: -3.4375rem
    }
    .sm\:grid-line-x-55[class*=grid-line-yfull]>*:after {
        top: -3.4375rem;
        bottom: -3.4375rem
    }
    .sm\:grid-line-x-56[class*=grid-line-x-]>*:before {
        bottom: -3.5rem
    }
    .sm\:grid-line-x-56[class*=grid-line-yfull]>*:after {
        top: -3.5rem;
        bottom: -3.5rem
    }
    .sm\:grid-line-x-57[class*=grid-line-x-]>*:before {
        bottom: -3.5625rem
    }
    .sm\:grid-line-x-57[class*=grid-line-yfull]>*:after {
        top: -3.5625rem;
        bottom: -3.5625rem
    }
    .sm\:grid-line-x-58[class*=grid-line-x-]>*:before {
        bottom: -3.625rem
    }
    .sm\:grid-line-x-58[class*=grid-line-yfull]>*:after {
        top: -3.625rem;
        bottom: -3.625rem
    }
    .sm\:grid-line-x-59[class*=grid-line-x-]>*:before {
        bottom: -3.6875rem
    }
    .sm\:grid-line-x-59[class*=grid-line-yfull]>*:after {
        top: -3.6875rem;
        bottom: -3.6875rem
    }
    .sm\:grid-line-x-60[class*=grid-line-x-]>*:before {
        bottom: -3.75rem
    }
    .sm\:grid-line-x-60[class*=grid-line-yfull]>*:after {
        top: -3.75rem;
        bottom: -3.75rem
    }
    .sm\:grid-line-x-61[class*=grid-line-x-]>*:before {
        bottom: -3.8125rem
    }
    .sm\:grid-line-x-61[class*=grid-line-yfull]>*:after {
        top: -3.8125rem;
        bottom: -3.8125rem
    }
    .sm\:grid-line-x-62[class*=grid-line-x-]>*:before {
        bottom: -3.875rem
    }
    .sm\:grid-line-x-62[class*=grid-line-yfull]>*:after {
        top: -3.875rem;
        bottom: -3.875rem
    }
    .sm\:grid-line-x-63[class*=grid-line-x-]>*:before {
        bottom: -3.9375rem
    }
    .sm\:grid-line-x-63[class*=grid-line-yfull]>*:after {
        top: -3.9375rem;
        bottom: -3.9375rem
    }
    .sm\:grid-line-x-64[class*=grid-line-x-]>*:before {
        bottom: -4rem
    }
    .sm\:grid-line-x-64[class*=grid-line-yfull]>*:after {
        top: -4rem;
        bottom: -4rem
    }
    .sm\:grid-line-x-65[class*=grid-line-x-]>*:before {
        bottom: -4.0625rem
    }
    .sm\:grid-line-x-65[class*=grid-line-yfull]>*:after {
        top: -4.0625rem;
        bottom: -4.0625rem
    }
    .sm\:grid-line-x-66[class*=grid-line-x-]>*:before {
        bottom: -4.125rem
    }
    .sm\:grid-line-x-66[class*=grid-line-yfull]>*:after {
        top: -4.125rem;
        bottom: -4.125rem
    }
    .sm\:grid-line-x-67[class*=grid-line-x-]>*:before {
        bottom: -4.1875rem
    }
    .sm\:grid-line-x-67[class*=grid-line-yfull]>*:after {
        top: -4.1875rem;
        bottom: -4.1875rem
    }
    .sm\:grid-line-x-68[class*=grid-line-x-]>*:before {
        bottom: -4.25rem
    }
    .sm\:grid-line-x-68[class*=grid-line-yfull]>*:after {
        top: -4.25rem;
        bottom: -4.25rem
    }
    .sm\:grid-line-x-69[class*=grid-line-x-]>*:before {
        bottom: -4.3125rem
    }
    .sm\:grid-line-x-69[class*=grid-line-yfull]>*:after {
        top: -4.3125rem;
        bottom: -4.3125rem
    }
    .sm\:grid-line-x-70[class*=grid-line-x-]>*:before {
        bottom: -4.375rem
    }
    .sm\:grid-line-x-70[class*=grid-line-yfull]>*:after {
        top: -4.375rem;
        bottom: -4.375rem
    }
    .sm\:grid-line-x-71[class*=grid-line-x-]>*:before {
        bottom: -4.4375rem
    }
    .sm\:grid-line-x-71[class*=grid-line-yfull]>*:after {
        top: -4.4375rem;
        bottom: -4.4375rem
    }
    .sm\:grid-line-x-72[class*=grid-line-x-]>*:before {
        bottom: -4.5rem
    }
    .sm\:grid-line-x-72[class*=grid-line-yfull]>*:after {
        top: -4.5rem;
        bottom: -4.5rem
    }
    .sm\:grid-line-x-73[class*=grid-line-x-]>*:before {
        bottom: -4.5625rem
    }
    .sm\:grid-line-x-73[class*=grid-line-yfull]>*:after {
        top: -4.5625rem;
        bottom: -4.5625rem
    }
    .sm\:grid-line-x-74[class*=grid-line-x-]>*:before {
        bottom: -4.625rem
    }
    .sm\:grid-line-x-74[class*=grid-line-yfull]>*:after {
        top: -4.625rem;
        bottom: -4.625rem
    }
    .sm\:grid-line-x-75[class*=grid-line-x-]>*:before {
        bottom: -4.6875rem
    }
    .sm\:grid-line-x-75[class*=grid-line-yfull]>*:after {
        top: -4.6875rem;
        bottom: -4.6875rem
    }
    .sm\:grid-line-x-76[class*=grid-line-x-]>*:before {
        bottom: -4.75rem
    }
    .sm\:grid-line-x-76[class*=grid-line-yfull]>*:after {
        top: -4.75rem;
        bottom: -4.75rem
    }
    .sm\:grid-line-x-77[class*=grid-line-x-]>*:before {
        bottom: -4.8125rem
    }
    .sm\:grid-line-x-77[class*=grid-line-yfull]>*:after {
        top: -4.8125rem;
        bottom: -4.8125rem
    }
    .sm\:grid-line-x-78[class*=grid-line-x-]>*:before {
        bottom: -4.875rem
    }
    .sm\:grid-line-x-78[class*=grid-line-yfull]>*:after {
        top: -4.875rem;
        bottom: -4.875rem
    }
    .sm\:grid-line-x-79[class*=grid-line-x-]>*:before {
        bottom: -4.9375rem
    }
    .sm\:grid-line-x-79[class*=grid-line-yfull]>*:after {
        top: -4.9375rem;
        bottom: -4.9375rem
    }
    .sm\:grid-line-x-80[class*=grid-line-x-]>*:before {
        bottom: -5rem
    }
    .sm\:grid-line-x-80[class*=grid-line-yfull]>*:after {
        top: -5rem;
        bottom: -5rem
    }
    .sm\:grid-line-x-81[class*=grid-line-x-]>*:before {
        bottom: -5.0625rem
    }
    .sm\:grid-line-x-81[class*=grid-line-yfull]>*:after {
        top: -5.0625rem;
        bottom: -5.0625rem
    }
    .sm\:grid-line-x-82[class*=grid-line-x-]>*:before {
        bottom: -5.125rem
    }
    .sm\:grid-line-x-82[class*=grid-line-yfull]>*:after {
        top: -5.125rem;
        bottom: -5.125rem
    }
    .sm\:grid-line-x-83[class*=grid-line-x-]>*:before {
        bottom: -5.1875rem
    }
    .sm\:grid-line-x-83[class*=grid-line-yfull]>*:after {
        top: -5.1875rem;
        bottom: -5.1875rem
    }
    .sm\:grid-line-x-84[class*=grid-line-x-]>*:before {
        bottom: -5.25rem
    }
    .sm\:grid-line-x-84[class*=grid-line-yfull]>*:after {
        top: -5.25rem;
        bottom: -5.25rem
    }
    .sm\:grid-line-x-85[class*=grid-line-x-]>*:before {
        bottom: -5.3125rem
    }
    .sm\:grid-line-x-85[class*=grid-line-yfull]>*:after {
        top: -5.3125rem;
        bottom: -5.3125rem
    }
    .sm\:grid-line-x-86[class*=grid-line-x-]>*:before {
        bottom: -5.375rem
    }
    .sm\:grid-line-x-86[class*=grid-line-yfull]>*:after {
        top: -5.375rem;
        bottom: -5.375rem
    }
    .sm\:grid-line-x-87[class*=grid-line-x-]>*:before {
        bottom: -5.4375rem
    }
    .sm\:grid-line-x-87[class*=grid-line-yfull]>*:after {
        top: -5.4375rem;
        bottom: -5.4375rem
    }
    .sm\:grid-line-x-88[class*=grid-line-x-]>*:before {
        bottom: -5.5rem
    }
    .sm\:grid-line-x-88[class*=grid-line-yfull]>*:after {
        top: -5.5rem;
        bottom: -5.5rem
    }
    .sm\:grid-line-x-89[class*=grid-line-x-]>*:before {
        bottom: -5.5625rem
    }
    .sm\:grid-line-x-89[class*=grid-line-yfull]>*:after {
        top: -5.5625rem;
        bottom: -5.5625rem
    }
    .sm\:grid-line-x-90[class*=grid-line-x-]>*:before {
        bottom: -5.625rem
    }
    .sm\:grid-line-x-90[class*=grid-line-yfull]>*:after {
        top: -5.625rem;
        bottom: -5.625rem
    }
    .sm\:grid-line-x-91[class*=grid-line-x-]>*:before {
        bottom: -5.6875rem
    }
    .sm\:grid-line-x-91[class*=grid-line-yfull]>*:after {
        top: -5.6875rem;
        bottom: -5.6875rem
    }
    .sm\:grid-line-x-92[class*=grid-line-x-]>*:before {
        bottom: -5.75rem
    }
    .sm\:grid-line-x-92[class*=grid-line-yfull]>*:after {
        top: -5.75rem;
        bottom: -5.75rem
    }
    .sm\:grid-line-x-93[class*=grid-line-x-]>*:before {
        bottom: -5.8125rem
    }
    .sm\:grid-line-x-93[class*=grid-line-yfull]>*:after {
        top: -5.8125rem;
        bottom: -5.8125rem
    }
    .sm\:grid-line-x-94[class*=grid-line-x-]>*:before {
        bottom: -5.875rem
    }
    .sm\:grid-line-x-94[class*=grid-line-yfull]>*:after {
        top: -5.875rem;
        bottom: -5.875rem
    }
    .sm\:grid-line-x-95[class*=grid-line-x-]>*:before {
        bottom: -5.9375rem
    }
    .sm\:grid-line-x-95[class*=grid-line-yfull]>*:after {
        top: -5.9375rem;
        bottom: -5.9375rem
    }
    .sm\:grid-line-x-96[class*=grid-line-x-]>*:before {
        bottom: -6rem
    }
    .sm\:grid-line-x-96[class*=grid-line-yfull]>*:after {
        top: -6rem;
        bottom: -6rem
    }
    .sm\:grid-line-x-97[class*=grid-line-x-]>*:before {
        bottom: -6.0625rem
    }
    .sm\:grid-line-x-97[class*=grid-line-yfull]>*:after {
        top: -6.0625rem;
        bottom: -6.0625rem
    }
    .sm\:grid-line-x-98[class*=grid-line-x-]>*:before {
        bottom: -6.125rem
    }
    .sm\:grid-line-x-98[class*=grid-line-yfull]>*:after {
        top: -6.125rem;
        bottom: -6.125rem
    }
    .sm\:grid-line-x-99[class*=grid-line-x-]>*:before {
        bottom: -6.1875rem
    }
    .sm\:grid-line-x-99[class*=grid-line-yfull]>*:after {
        top: -6.1875rem;
        bottom: -6.1875rem
    }
    .sm\:grid-line-x-100[class*=grid-line-x-]>*:before {
        bottom: -6.25rem
    }
    .sm\:grid-line-x-100[class*=grid-line-yfull]>*:after {
        top: -6.25rem;
        bottom: -6.25rem
    }
    .sm\:grid-line-x-101[class*=grid-line-x-]>*:before {
        bottom: -6.3125rem
    }
    .sm\:grid-line-x-101[class*=grid-line-yfull]>*:after {
        top: -6.3125rem;
        bottom: -6.3125rem
    }
    .sm\:grid-line-x-102[class*=grid-line-x-]>*:before {
        bottom: -6.375rem
    }
    .sm\:grid-line-x-102[class*=grid-line-yfull]>*:after {
        top: -6.375rem;
        bottom: -6.375rem
    }
    .sm\:grid-line-x-103[class*=grid-line-x-]>*:before {
        bottom: -6.4375rem
    }
    .sm\:grid-line-x-103[class*=grid-line-yfull]>*:after {
        top: -6.4375rem;
        bottom: -6.4375rem
    }
    .sm\:grid-line-x-104[class*=grid-line-x-]>*:before {
        bottom: -6.5rem
    }
    .sm\:grid-line-x-104[class*=grid-line-yfull]>*:after {
        top: -6.5rem;
        bottom: -6.5rem
    }
    .sm\:grid-line-x-105[class*=grid-line-x-]>*:before {
        bottom: -6.5625rem
    }
    .sm\:grid-line-x-105[class*=grid-line-yfull]>*:after {
        top: -6.5625rem;
        bottom: -6.5625rem
    }
    .sm\:grid-line-x-106[class*=grid-line-x-]>*:before {
        bottom: -6.625rem
    }
    .sm\:grid-line-x-106[class*=grid-line-yfull]>*:after {
        top: -6.625rem;
        bottom: -6.625rem
    }
    .sm\:grid-line-x-107[class*=grid-line-x-]>*:before {
        bottom: -6.6875rem
    }
    .sm\:grid-line-x-107[class*=grid-line-yfull]>*:after {
        top: -6.6875rem;
        bottom: -6.6875rem
    }
    .sm\:grid-line-x-108[class*=grid-line-x-]>*:before {
        bottom: -6.75rem
    }
    .sm\:grid-line-x-108[class*=grid-line-yfull]>*:after {
        top: -6.75rem;
        bottom: -6.75rem
    }
    .sm\:grid-line-x-109[class*=grid-line-x-]>*:before {
        bottom: -6.8125rem
    }
    .sm\:grid-line-x-109[class*=grid-line-yfull]>*:after {
        top: -6.8125rem;
        bottom: -6.8125rem
    }
    .sm\:grid-line-x-110[class*=grid-line-x-]>*:before {
        bottom: -6.875rem
    }
    .sm\:grid-line-x-110[class*=grid-line-yfull]>*:after {
        top: -6.875rem;
        bottom: -6.875rem
    }
    .sm\:grid-line-x-111[class*=grid-line-x-]>*:before {
        bottom: -6.9375rem
    }
    .sm\:grid-line-x-111[class*=grid-line-yfull]>*:after {
        top: -6.9375rem;
        bottom: -6.9375rem
    }
    .sm\:grid-line-x-112[class*=grid-line-x-]>*:before {
        bottom: -7rem
    }
    .sm\:grid-line-x-112[class*=grid-line-yfull]>*:after {
        top: -7rem;
        bottom: -7rem
    }
    .sm\:grid-line-x-113[class*=grid-line-x-]>*:before {
        bottom: -7.0625rem
    }
    .sm\:grid-line-x-113[class*=grid-line-yfull]>*:after {
        top: -7.0625rem;
        bottom: -7.0625rem
    }
    .sm\:grid-line-x-114[class*=grid-line-x-]>*:before {
        bottom: -7.125rem
    }
    .sm\:grid-line-x-114[class*=grid-line-yfull]>*:after {
        top: -7.125rem;
        bottom: -7.125rem
    }
    .sm\:grid-line-x-115[class*=grid-line-x-]>*:before {
        bottom: -7.1875rem
    }
    .sm\:grid-line-x-115[class*=grid-line-yfull]>*:after {
        top: -7.1875rem;
        bottom: -7.1875rem
    }
    .sm\:grid-line-x-116[class*=grid-line-x-]>*:before {
        bottom: -7.25rem
    }
    .sm\:grid-line-x-116[class*=grid-line-yfull]>*:after {
        top: -7.25rem;
        bottom: -7.25rem
    }
    .sm\:grid-line-x-117[class*=grid-line-x-]>*:before {
        bottom: -7.3125rem
    }
    .sm\:grid-line-x-117[class*=grid-line-yfull]>*:after {
        top: -7.3125rem;
        bottom: -7.3125rem
    }
    .sm\:grid-line-x-118[class*=grid-line-x-]>*:before {
        bottom: -7.375rem
    }
    .sm\:grid-line-x-118[class*=grid-line-yfull]>*:after {
        top: -7.375rem;
        bottom: -7.375rem
    }
    .sm\:grid-line-x-119[class*=grid-line-x-]>*:before {
        bottom: -7.4375rem
    }
    .sm\:grid-line-x-119[class*=grid-line-yfull]>*:after {
        top: -7.4375rem;
        bottom: -7.4375rem
    }
    .sm\:grid-line-x-120[class*=grid-line-x-]>*:before {
        bottom: -7.5rem
    }
    .sm\:grid-line-x-120[class*=grid-line-yfull]>*:after {
        top: -7.5rem;
        bottom: -7.5rem
    }
    .sm\:grid-line-x-121[class*=grid-line-x-]>*:before {
        bottom: -7.5625rem
    }
    .sm\:grid-line-x-121[class*=grid-line-yfull]>*:after {
        top: -7.5625rem;
        bottom: -7.5625rem
    }
    .sm\:grid-line-x-122[class*=grid-line-x-]>*:before {
        bottom: -7.625rem
    }
    .sm\:grid-line-x-122[class*=grid-line-yfull]>*:after {
        top: -7.625rem;
        bottom: -7.625rem
    }
    .sm\:grid-line-x-123[class*=grid-line-x-]>*:before {
        bottom: -7.6875rem
    }
    .sm\:grid-line-x-123[class*=grid-line-yfull]>*:after {
        top: -7.6875rem;
        bottom: -7.6875rem
    }
    .sm\:grid-line-x-124[class*=grid-line-x-]>*:before {
        bottom: -7.75rem
    }
    .sm\:grid-line-x-124[class*=grid-line-yfull]>*:after {
        top: -7.75rem;
        bottom: -7.75rem
    }
    .sm\:grid-line-x-125[class*=grid-line-x-]>*:before {
        bottom: -7.8125rem
    }
    .sm\:grid-line-x-125[class*=grid-line-yfull]>*:after {
        top: -7.8125rem;
        bottom: -7.8125rem
    }
    .sm\:grid-line-x-126[class*=grid-line-x-]>*:before {
        bottom: -7.875rem
    }
    .sm\:grid-line-x-126[class*=grid-line-yfull]>*:after {
        top: -7.875rem;
        bottom: -7.875rem
    }
    .sm\:grid-line-x-127[class*=grid-line-x-]>*:before {
        bottom: -7.9375rem
    }
    .sm\:grid-line-x-127[class*=grid-line-yfull]>*:after {
        top: -7.9375rem;
        bottom: -7.9375rem
    }
    .sm\:grid-line-x-128[class*=grid-line-x-]>*:before {
        bottom: -8rem
    }
    .sm\:grid-line-x-128[class*=grid-line-yfull]>*:after {
        top: -8rem;
        bottom: -8rem
    }
    .sm\:grid-line-x-129[class*=grid-line-x-]>*:before {
        bottom: -8.0625rem
    }
    .sm\:grid-line-x-129[class*=grid-line-yfull]>*:after {
        top: -8.0625rem;
        bottom: -8.0625rem
    }
    .sm\:grid-line-x-130[class*=grid-line-x-]>*:before {
        bottom: -8.125rem
    }
    .sm\:grid-line-x-130[class*=grid-line-yfull]>*:after {
        top: -8.125rem;
        bottom: -8.125rem
    }
    .sm\:grid-line-x-131[class*=grid-line-x-]>*:before {
        bottom: -8.1875rem
    }
    .sm\:grid-line-x-131[class*=grid-line-yfull]>*:after {
        top: -8.1875rem;
        bottom: -8.1875rem
    }
    .sm\:grid-line-x-132[class*=grid-line-x-]>*:before {
        bottom: -8.25rem
    }
    .sm\:grid-line-x-132[class*=grid-line-yfull]>*:after {
        top: -8.25rem;
        bottom: -8.25rem
    }
    .sm\:grid-line-x-133[class*=grid-line-x-]>*:before {
        bottom: -8.3125rem
    }
    .sm\:grid-line-x-133[class*=grid-line-yfull]>*:after {
        top: -8.3125rem;
        bottom: -8.3125rem
    }
    .sm\:grid-line-x-134[class*=grid-line-x-]>*:before {
        bottom: -8.375rem
    }
    .sm\:grid-line-x-134[class*=grid-line-yfull]>*:after {
        top: -8.375rem;
        bottom: -8.375rem
    }
    .sm\:grid-line-x-135[class*=grid-line-x-]>*:before {
        bottom: -8.4375rem
    }
    .sm\:grid-line-x-135[class*=grid-line-yfull]>*:after {
        top: -8.4375rem;
        bottom: -8.4375rem
    }
    .sm\:grid-line-x-136[class*=grid-line-x-]>*:before {
        bottom: -8.5rem
    }
    .sm\:grid-line-x-136[class*=grid-line-yfull]>*:after {
        top: -8.5rem;
        bottom: -8.5rem
    }
    .sm\:grid-line-x-137[class*=grid-line-x-]>*:before {
        bottom: -8.5625rem
    }
    .sm\:grid-line-x-137[class*=grid-line-yfull]>*:after {
        top: -8.5625rem;
        bottom: -8.5625rem
    }
    .sm\:grid-line-x-138[class*=grid-line-x-]>*:before {
        bottom: -8.625rem
    }
    .sm\:grid-line-x-138[class*=grid-line-yfull]>*:after {
        top: -8.625rem;
        bottom: -8.625rem
    }
    .sm\:grid-line-x-139[class*=grid-line-x-]>*:before {
        bottom: -8.6875rem
    }
    .sm\:grid-line-x-139[class*=grid-line-yfull]>*:after {
        top: -8.6875rem;
        bottom: -8.6875rem
    }
    .sm\:grid-line-x-140[class*=grid-line-x-]>*:before {
        bottom: -8.75rem
    }
    .sm\:grid-line-x-140[class*=grid-line-yfull]>*:after {
        top: -8.75rem;
        bottom: -8.75rem
    }
    .sm\:grid-line-x-141[class*=grid-line-x-]>*:before {
        bottom: -8.8125rem
    }
    .sm\:grid-line-x-141[class*=grid-line-yfull]>*:after {
        top: -8.8125rem;
        bottom: -8.8125rem
    }
    .sm\:grid-line-x-142[class*=grid-line-x-]>*:before {
        bottom: -8.875rem
    }
    .sm\:grid-line-x-142[class*=grid-line-yfull]>*:after {
        top: -8.875rem;
        bottom: -8.875rem
    }
    .sm\:grid-line-x-143[class*=grid-line-x-]>*:before {
        bottom: -8.9375rem
    }
    .sm\:grid-line-x-143[class*=grid-line-yfull]>*:after {
        top: -8.9375rem;
        bottom: -8.9375rem
    }
    .sm\:grid-line-x-144[class*=grid-line-x-]>*:before {
        bottom: -9rem
    }
    .sm\:grid-line-x-144[class*=grid-line-yfull]>*:after {
        top: -9rem;
        bottom: -9rem
    }
    .sm\:grid-line-x-145[class*=grid-line-x-]>*:before {
        bottom: -9.0625rem
    }
    .sm\:grid-line-x-145[class*=grid-line-yfull]>*:after {
        top: -9.0625rem;
        bottom: -9.0625rem
    }
    .sm\:grid-line-x-146[class*=grid-line-x-]>*:before {
        bottom: -9.125rem
    }
    .sm\:grid-line-x-146[class*=grid-line-yfull]>*:after {
        top: -9.125rem;
        bottom: -9.125rem
    }
    .sm\:grid-line-x-147[class*=grid-line-x-]>*:before {
        bottom: -9.1875rem
    }
    .sm\:grid-line-x-147[class*=grid-line-yfull]>*:after {
        top: -9.1875rem;
        bottom: -9.1875rem
    }
    .sm\:grid-line-x-148[class*=grid-line-x-]>*:before {
        bottom: -9.25rem
    }
    .sm\:grid-line-x-148[class*=grid-line-yfull]>*:after {
        top: -9.25rem;
        bottom: -9.25rem
    }
    .sm\:grid-line-x-149[class*=grid-line-x-]>*:before {
        bottom: -9.3125rem
    }
    .sm\:grid-line-x-149[class*=grid-line-yfull]>*:after {
        top: -9.3125rem;
        bottom: -9.3125rem
    }
    .sm\:grid-line-x-150[class*=grid-line-x-]>*:before {
        bottom: -9.375rem
    }
    .sm\:grid-line-x-150[class*=grid-line-yfull]>*:after {
        top: -9.375rem;
        bottom: -9.375rem
    }
    .sm\:grid-line-x-151[class*=grid-line-x-]>*:before {
        bottom: -9.4375rem
    }
    .sm\:grid-line-x-151[class*=grid-line-yfull]>*:after {
        top: -9.4375rem;
        bottom: -9.4375rem
    }
    .sm\:grid-line-x-152[class*=grid-line-x-]>*:before {
        bottom: -9.5rem
    }
    .sm\:grid-line-x-152[class*=grid-line-yfull]>*:after {
        top: -9.5rem;
        bottom: -9.5rem
    }
    .sm\:grid-line-x-153[class*=grid-line-x-]>*:before {
        bottom: -9.5625rem
    }
    .sm\:grid-line-x-153[class*=grid-line-yfull]>*:after {
        top: -9.5625rem;
        bottom: -9.5625rem
    }
    .sm\:grid-line-x-154[class*=grid-line-x-]>*:before {
        bottom: -9.625rem
    }
    .sm\:grid-line-x-154[class*=grid-line-yfull]>*:after {
        top: -9.625rem;
        bottom: -9.625rem
    }
    .sm\:grid-line-x-155[class*=grid-line-x-]>*:before {
        bottom: -9.6875rem
    }
    .sm\:grid-line-x-155[class*=grid-line-yfull]>*:after {
        top: -9.6875rem;
        bottom: -9.6875rem
    }
    .sm\:grid-line-x-156[class*=grid-line-x-]>*:before {
        bottom: -9.75rem
    }
    .sm\:grid-line-x-156[class*=grid-line-yfull]>*:after {
        top: -9.75rem;
        bottom: -9.75rem
    }
    .sm\:grid-line-x-157[class*=grid-line-x-]>*:before {
        bottom: -9.8125rem
    }
    .sm\:grid-line-x-157[class*=grid-line-yfull]>*:after {
        top: -9.8125rem;
        bottom: -9.8125rem
    }
    .sm\:grid-line-x-158[class*=grid-line-x-]>*:before {
        bottom: -9.875rem
    }
    .sm\:grid-line-x-158[class*=grid-line-yfull]>*:after {
        top: -9.875rem;
        bottom: -9.875rem
    }
    .sm\:grid-line-x-159[class*=grid-line-x-]>*:before {
        bottom: -9.9375rem
    }
    .sm\:grid-line-x-159[class*=grid-line-yfull]>*:after {
        top: -9.9375rem;
        bottom: -9.9375rem
    }
    .sm\:grid-line-x-160[class*=grid-line-x-]>*:before {
        bottom: -10rem
    }
    .sm\:grid-line-x-160[class*=grid-line-yfull]>*:after {
        top: -10rem;
        bottom: -10rem
    }
    .sm\:grid-line-x-161[class*=grid-line-x-]>*:before {
        bottom: -10.0625rem
    }
    .sm\:grid-line-x-161[class*=grid-line-yfull]>*:after {
        top: -10.0625rem;
        bottom: -10.0625rem
    }
    .sm\:grid-line-x-162[class*=grid-line-x-]>*:before {
        bottom: -10.125rem
    }
    .sm\:grid-line-x-162[class*=grid-line-yfull]>*:after {
        top: -10.125rem;
        bottom: -10.125rem
    }
    .sm\:grid-line-x-163[class*=grid-line-x-]>*:before {
        bottom: -10.1875rem
    }
    .sm\:grid-line-x-163[class*=grid-line-yfull]>*:after {
        top: -10.1875rem;
        bottom: -10.1875rem
    }
    .sm\:grid-line-x-164[class*=grid-line-x-]>*:before {
        bottom: -10.25rem
    }
    .sm\:grid-line-x-164[class*=grid-line-yfull]>*:after {
        top: -10.25rem;
        bottom: -10.25rem
    }
    .sm\:grid-line-x-165[class*=grid-line-x-]>*:before {
        bottom: -10.3125rem
    }
    .sm\:grid-line-x-165[class*=grid-line-yfull]>*:after {
        top: -10.3125rem;
        bottom: -10.3125rem
    }
    .sm\:grid-line-x-166[class*=grid-line-x-]>*:before {
        bottom: -10.375rem
    }
    .sm\:grid-line-x-166[class*=grid-line-yfull]>*:after {
        top: -10.375rem;
        bottom: -10.375rem
    }
    .sm\:grid-line-x-167[class*=grid-line-x-]>*:before {
        bottom: -10.4375rem
    }
    .sm\:grid-line-x-167[class*=grid-line-yfull]>*:after {
        top: -10.4375rem;
        bottom: -10.4375rem
    }
    .sm\:grid-line-x-168[class*=grid-line-x-]>*:before {
        bottom: -10.5rem
    }
    .sm\:grid-line-x-168[class*=grid-line-yfull]>*:after {
        top: -10.5rem;
        bottom: -10.5rem
    }
    .sm\:grid-line-x-169[class*=grid-line-x-]>*:before {
        bottom: -10.5625rem
    }
    .sm\:grid-line-x-169[class*=grid-line-yfull]>*:after {
        top: -10.5625rem;
        bottom: -10.5625rem
    }
    .sm\:grid-line-x-170[class*=grid-line-x-]>*:before {
        bottom: -10.625rem
    }
    .sm\:grid-line-x-170[class*=grid-line-yfull]>*:after {
        top: -10.625rem;
        bottom: -10.625rem
    }
    .sm\:grid-line-x-171[class*=grid-line-x-]>*:before {
        bottom: -10.6875rem
    }
    .sm\:grid-line-x-171[class*=grid-line-yfull]>*:after {
        top: -10.6875rem;
        bottom: -10.6875rem
    }
    .sm\:grid-line-x-172[class*=grid-line-x-]>*:before {
        bottom: -10.75rem
    }
    .sm\:grid-line-x-172[class*=grid-line-yfull]>*:after {
        top: -10.75rem;
        bottom: -10.75rem
    }
    .sm\:grid-line-x-173[class*=grid-line-x-]>*:before {
        bottom: -10.8125rem
    }
    .sm\:grid-line-x-173[class*=grid-line-yfull]>*:after {
        top: -10.8125rem;
        bottom: -10.8125rem
    }
    .sm\:grid-line-x-174[class*=grid-line-x-]>*:before {
        bottom: -10.875rem
    }
    .sm\:grid-line-x-174[class*=grid-line-yfull]>*:after {
        top: -10.875rem;
        bottom: -10.875rem
    }
    .sm\:grid-line-x-175[class*=grid-line-x-]>*:before {
        bottom: -10.9375rem
    }
    .sm\:grid-line-x-175[class*=grid-line-yfull]>*:after {
        top: -10.9375rem;
        bottom: -10.9375rem
    }
    .sm\:grid-line-x-176[class*=grid-line-x-]>*:before {
        bottom: -11rem
    }
    .sm\:grid-line-x-176[class*=grid-line-yfull]>*:after {
        top: -11rem;
        bottom: -11rem
    }
    .sm\:grid-line-x-177[class*=grid-line-x-]>*:before {
        bottom: -11.0625rem
    }
    .sm\:grid-line-x-177[class*=grid-line-yfull]>*:after {
        top: -11.0625rem;
        bottom: -11.0625rem
    }
    .sm\:grid-line-x-178[class*=grid-line-x-]>*:before {
        bottom: -11.125rem
    }
    .sm\:grid-line-x-178[class*=grid-line-yfull]>*:after {
        top: -11.125rem;
        bottom: -11.125rem
    }
    .sm\:grid-line-x-179[class*=grid-line-x-]>*:before {
        bottom: -11.1875rem
    }
    .sm\:grid-line-x-179[class*=grid-line-yfull]>*:after {
        top: -11.1875rem;
        bottom: -11.1875rem
    }
    .sm\:grid-line-x-180[class*=grid-line-x-]>*:before {
        bottom: -11.25rem
    }
    .sm\:grid-line-x-180[class*=grid-line-yfull]>*:after {
        top: -11.25rem;
        bottom: -11.25rem
    }
    .sm\:grid-line-x-181[class*=grid-line-x-]>*:before {
        bottom: -11.3125rem
    }
    .sm\:grid-line-x-181[class*=grid-line-yfull]>*:after {
        top: -11.3125rem;
        bottom: -11.3125rem
    }
    .sm\:grid-line-x-182[class*=grid-line-x-]>*:before {
        bottom: -11.375rem
    }
    .sm\:grid-line-x-182[class*=grid-line-yfull]>*:after {
        top: -11.375rem;
        bottom: -11.375rem
    }
    .sm\:grid-line-x-183[class*=grid-line-x-]>*:before {
        bottom: -11.4375rem
    }
    .sm\:grid-line-x-183[class*=grid-line-yfull]>*:after {
        top: -11.4375rem;
        bottom: -11.4375rem
    }
    .sm\:grid-line-x-184[class*=grid-line-x-]>*:before {
        bottom: -11.5rem
    }
    .sm\:grid-line-x-184[class*=grid-line-yfull]>*:after {
        top: -11.5rem;
        bottom: -11.5rem
    }
    .sm\:grid-line-x-185[class*=grid-line-x-]>*:before {
        bottom: -11.5625rem
    }
    .sm\:grid-line-x-185[class*=grid-line-yfull]>*:after {
        top: -11.5625rem;
        bottom: -11.5625rem
    }
    .sm\:grid-line-x-186[class*=grid-line-x-]>*:before {
        bottom: -11.625rem
    }
    .sm\:grid-line-x-186[class*=grid-line-yfull]>*:after {
        top: -11.625rem;
        bottom: -11.625rem
    }
    .sm\:grid-line-x-187[class*=grid-line-x-]>*:before {
        bottom: -11.6875rem
    }
    .sm\:grid-line-x-187[class*=grid-line-yfull]>*:after {
        top: -11.6875rem;
        bottom: -11.6875rem
    }
    .sm\:grid-line-x-188[class*=grid-line-x-]>*:before {
        bottom: -11.75rem
    }
    .sm\:grid-line-x-188[class*=grid-line-yfull]>*:after {
        top: -11.75rem;
        bottom: -11.75rem
    }
    .sm\:grid-line-x-189[class*=grid-line-x-]>*:before {
        bottom: -11.8125rem
    }
    .sm\:grid-line-x-189[class*=grid-line-yfull]>*:after {
        top: -11.8125rem;
        bottom: -11.8125rem
    }
    .sm\:grid-line-x-190[class*=grid-line-x-]>*:before {
        bottom: -11.875rem
    }
    .sm\:grid-line-x-190[class*=grid-line-yfull]>*:after {
        top: -11.875rem;
        bottom: -11.875rem
    }
    .sm\:grid-line-x-191[class*=grid-line-x-]>*:before {
        bottom: -11.9375rem
    }
    .sm\:grid-line-x-191[class*=grid-line-yfull]>*:after {
        top: -11.9375rem;
        bottom: -11.9375rem
    }
    .sm\:grid-line-x-192[class*=grid-line-x-]>*:before {
        bottom: -12rem
    }
    .sm\:grid-line-x-192[class*=grid-line-yfull]>*:after {
        top: -12rem;
        bottom: -12rem
    }
    .sm\:grid-line-x-193[class*=grid-line-x-]>*:before {
        bottom: -12.0625rem
    }
    .sm\:grid-line-x-193[class*=grid-line-yfull]>*:after {
        top: -12.0625rem;
        bottom: -12.0625rem
    }
    .sm\:grid-line-x-194[class*=grid-line-x-]>*:before {
        bottom: -12.125rem
    }
    .sm\:grid-line-x-194[class*=grid-line-yfull]>*:after {
        top: -12.125rem;
        bottom: -12.125rem
    }
    .sm\:grid-line-x-195[class*=grid-line-x-]>*:before {
        bottom: -12.1875rem
    }
    .sm\:grid-line-x-195[class*=grid-line-yfull]>*:after {
        top: -12.1875rem;
        bottom: -12.1875rem
    }
    .sm\:grid-line-x-196[class*=grid-line-x-]>*:before {
        bottom: -12.25rem
    }
    .sm\:grid-line-x-196[class*=grid-line-yfull]>*:after {
        top: -12.25rem;
        bottom: -12.25rem
    }
    .sm\:grid-line-x-197[class*=grid-line-x-]>*:before {
        bottom: -12.3125rem
    }
    .sm\:grid-line-x-197[class*=grid-line-yfull]>*:after {
        top: -12.3125rem;
        bottom: -12.3125rem
    }
    .sm\:grid-line-x-198[class*=grid-line-x-]>*:before {
        bottom: -12.375rem
    }
    .sm\:grid-line-x-198[class*=grid-line-yfull]>*:after {
        top: -12.375rem;
        bottom: -12.375rem
    }
    .sm\:grid-line-x-199[class*=grid-line-x-]>*:before {
        bottom: -12.4375rem
    }
    .sm\:grid-line-x-199[class*=grid-line-yfull]>*:after {
        top: -12.4375rem;
        bottom: -12.4375rem
    }
    .sm\:grid-line-x-200[class*=grid-line-x-]>*:before {
        bottom: -12.5rem
    }
    .sm\:grid-line-x-200[class*=grid-line-yfull]>*:after {
        top: -12.5rem;
        bottom: -12.5rem
    }
    .sm\:grid-line-x-220[class*=grid-line-x-]>*:before {
        bottom: -13.75rem
    }
    .sm\:grid-line-x-220[class*=grid-line-yfull]>*:after {
        top: -13.75rem;
        bottom: -13.75rem
    }
    .sm\:grid-line-x-263[class*=grid-line-x-]>*:before {
        bottom: -16.4375rem
    }
    .sm\:grid-line-x-263[class*=grid-line-yfull]>*:after {
        top: -16.4375rem;
        bottom: -16.4375rem
    }
    .sm\:grid-line-x-273[class*=grid-line-x-]>*:before {
        bottom: -17.0625rem
    }
    .sm\:grid-line-x-273[class*=grid-line-yfull]>*:after {
        top: -17.0625rem;
        bottom: -17.0625rem
    }
    .sm\:grid-line-x-317[class*=grid-line-x-]>*:before {
        bottom: -19.8125rem
    }
    .sm\:grid-line-x-317[class*=grid-line-yfull]>*:after {
        top: -19.8125rem;
        bottom: -19.8125rem
    }
    .sm\:grid-line-x-343[class*=grid-line-x-]>*:before {
        bottom: -21.4375rem
    }
    .sm\:grid-line-x-343[class*=grid-line-yfull]>*:after {
        top: -21.4375rem;
        bottom: -21.4375rem
    }
    .sm\:grid-line-x-354[class*=grid-line-x-]>*:before {
        bottom: -22.125rem
    }
    .sm\:grid-line-x-354[class*=grid-line-yfull]>*:after {
        top: -22.125rem;
        bottom: -22.125rem
    }
    .sm\:grid-line-x-358[class*=grid-line-x-]>*:before {
        bottom: -22.375rem
    }
    .sm\:grid-line-x-358[class*=grid-line-yfull]>*:after {
        top: -22.375rem;
        bottom: -22.375rem
    }
    .sm\:grid-line-x-360[class*=grid-line-x-]>*:before {
        bottom: -22.5rem
    }
    .sm\:grid-line-x-360[class*=grid-line-yfull]>*:after {
        top: -22.5rem;
        bottom: -22.5rem
    }
    .sm\:grid-line-x-373[class*=grid-line-x-]>*:before {
        bottom: -23.3125rem
    }
    .sm\:grid-line-x-373[class*=grid-line-yfull]>*:after {
        top: -23.3125rem;
        bottom: -23.3125rem
    }
    .sm\:grid-line-x-422[class*=grid-line-x-]>*:before {
        bottom: -26.375rem
    }
    .sm\:grid-line-x-422[class*=grid-line-yfull]>*:after {
        top: -26.375rem;
        bottom: -26.375rem
    }
    .sm\:grid-line-x-440[class*=grid-line-x-]>*:before {
        bottom: -27.5rem
    }
    .sm\:grid-line-x-440[class*=grid-line-yfull]>*:after {
        top: -27.5rem;
        bottom: -27.5rem
    }
    .sm\:grid-line-x-480[class*=grid-line-x-]>*:before {
        bottom: -30rem
    }
    .sm\:grid-line-x-480[class*=grid-line-yfull]>*:after {
        top: -30rem;
        bottom: -30rem
    }
    .sm\:grid-line-x-500[class*=grid-line-x-]>*:before {
        bottom: -31.25rem
    }
    .sm\:grid-line-x-500[class*=grid-line-yfull]>*:after {
        top: -31.25rem;
        bottom: -31.25rem
    }
    .sm\:grid-line-x-544[class*=grid-line-x-]>*:before {
        bottom: -34rem
    }
    .sm\:grid-line-x-544[class*=grid-line-yfull]>*:after {
        top: -34rem;
        bottom: -34rem
    }
    .sm\:grid-line-x-577[class*=grid-line-x-]>*:before {
        bottom: -36.0625rem
    }
    .sm\:grid-line-x-577[class*=grid-line-yfull]>*:after {
        top: -36.0625rem;
        bottom: -36.0625rem
    }
    .sm\:grid-line-x-580[class*=grid-line-x-]>*:before {
        bottom: -36.25rem
    }
    .sm\:grid-line-x-580[class*=grid-line-yfull]>*:after {
        top: -36.25rem;
        bottom: -36.25rem
    }
    .sm\:grid-line-x-649[class*=grid-line-x-]>*:before {
        bottom: -40.5625rem
    }
    .sm\:grid-line-x-649[class*=grid-line-yfull]>*:after {
        top: -40.5625rem;
        bottom: -40.5625rem
    }
    .sm\:grid-line-x-881[class*=grid-line-x-]>*:before {
        bottom: -55.0625rem
    }
    .sm\:grid-line-x-881[class*=grid-line-yfull]>*:after {
        top: -55.0625rem;
        bottom: -55.0625rem
    }
    .sm\:grid-line-x-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--inner-gutter)
    }
    .sm\:grid-line-x-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--inner-gutter);
        bottom: -var(--inner-gutter)
    }
    .sm\:grid-line-x-outer-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--outer-gutter, 0px)
    }
    .sm\:grid-line-x-outer-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--outer-gutter, 0px);
        bottom: -var(--outer-gutter, 0px)
    }
    .sm\:grid-line-x-3-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .sm\:grid-line-x-3-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .sm\:grid-line-x-4-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .sm\:grid-line-x-4-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .sm\:grid-line-x-primary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .sm\:grid-line-y-primary[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-100)
    }
    .sm\:grid-line-xy-primary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .sm\:grid-line-xy-primary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-100)
    }
    .sm\:grid-line-x-primary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .sm\:grid-line-y-primary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-800)
    }
    .sm\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .sm\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-800)
    }
    .sm\:grid-line-x-secondary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--black)
    }
    .sm\:grid-line-y-secondary[class*=grid-line-y-]>*:after {
        border-right-color: var(--black)
    }
    .sm\:grid-line-xy-secondary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--black)
    }
    .sm\:grid-line-xy-secondary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--black)
    }
    .sm\:grid-line-x-secondary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--white)
    }
    .sm\:grid-line-y-secondary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--white)
    }
    .sm\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--white)
    }
    .sm\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--white)
    }
    .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(n+1):before {
        right: 0
    }
    .sm\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1):before {
        border-bottom-width: 0
    }
    .sm\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1)~*:before {
        border-bottom-width: 0
    }
    .sm\:grid-cols-2[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .sm\:grid-cols-2[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .sm\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):before {
        left: 0
    }
    .sm\:grid-cols-2[class*=grid-line-x]>*:nth-child(2n+2):before {
        right: 0
    }
    .sm\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2):before {
        border-bottom-width: 0
    }
    .sm\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2)~*:before {
        border-bottom-width: 0
    }
    .sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(n):after {
        border-right-width: 1px
    }
    .sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(2n+2):after {
        border-right-width: 0
    }
    .sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(-n+2):after {
        top: 0
    }
    .sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2):after {
        bottom: 0
    }
    .sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2)~li:after {
        bottom: 0
    }
    .sm\:grid-cols-3[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .sm\:grid-cols-3[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .sm\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):before {
        left: 0
    }
    .sm\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+3):before {
        right: 0
    }
    .sm\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):nth-last-child(-n+3):before {
        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
    }
}

@media (min-width: 800px) {
    [class*=grid-line-]>* {
        position: relative
    }
    [class*=grid-line-]>*:before,
    [class*=grid-line-]>*:after {
        content: "";
        position: absolute;
        z-index: 0;
        pointer-events: none
    }
    .md\:grid-line-x>*:before {
        content: "";
        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: "";
        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: "";
        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: "";
        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-1[class*=grid-line-x-]>*:before {
        bottom: -.0625rem
    }
    .md\:grid-line-x-1[class*=grid-line-yfull]>*:after {
        top: -.0625rem;
        bottom: -.0625rem
    }
    .md\:grid-line-x-2[class*=grid-line-x-]>*:before {
        bottom: -.125rem
    }
    .md\:grid-line-x-2[class*=grid-line-yfull]>*:after {
        top: -.125rem;
        bottom: -.125rem
    }
    .md\:grid-line-x-3[class*=grid-line-x-]>*:before {
        bottom: -.1875rem
    }
    .md\:grid-line-x-3[class*=grid-line-yfull]>*:after {
        top: -.1875rem;
        bottom: -.1875rem
    }
    .md\:grid-line-x-4[class*=grid-line-x-]>*:before {
        bottom: -.25rem
    }
    .md\:grid-line-x-4[class*=grid-line-yfull]>*:after {
        top: -.25rem;
        bottom: -.25rem
    }
    .md\:grid-line-x-5[class*=grid-line-x-]>*:before {
        bottom: -.3125rem
    }
    .md\:grid-line-x-5[class*=grid-line-yfull]>*:after {
        top: -.3125rem;
        bottom: -.3125rem
    }
    .md\:grid-line-x-6[class*=grid-line-x-]>*:before {
        bottom: -.375rem
    }
    .md\:grid-line-x-6[class*=grid-line-yfull]>*:after {
        top: -.375rem;
        bottom: -.375rem
    }
    .md\:grid-line-x-7[class*=grid-line-x-]>*:before {
        bottom: -.4375rem
    }
    .md\:grid-line-x-7[class*=grid-line-yfull]>*:after {
        top: -.4375rem;
        bottom: -.4375rem
    }
    .md\:grid-line-x-8[class*=grid-line-x-]>*:before {
        bottom: -.5rem
    }
    .md\:grid-line-x-8[class*=grid-line-yfull]>*:after {
        top: -.5rem;
        bottom: -.5rem
    }
    .md\:grid-line-x-9[class*=grid-line-x-]>*:before {
        bottom: -.5625rem
    }
    .md\:grid-line-x-9[class*=grid-line-yfull]>*:after {
        top: -.5625rem;
        bottom: -.5625rem
    }
    .md\:grid-line-x-10[class*=grid-line-x-]>*:before {
        bottom: -.625rem
    }
    .md\:grid-line-x-10[class*=grid-line-yfull]>*:after {
        top: -.625rem;
        bottom: -.625rem
    }
    .md\:grid-line-x-11[class*=grid-line-x-]>*:before {
        bottom: -.6875rem
    }
    .md\:grid-line-x-11[class*=grid-line-yfull]>*:after {
        top: -.6875rem;
        bottom: -.6875rem
    }
    .md\:grid-line-x-12[class*=grid-line-x-]>*:before {
        bottom: -.75rem
    }
    .md\:grid-line-x-12[class*=grid-line-yfull]>*:after {
        top: -.75rem;
        bottom: -.75rem
    }
    .md\:grid-line-x-13[class*=grid-line-x-]>*:before {
        bottom: -.8125rem
    }
    .md\:grid-line-x-13[class*=grid-line-yfull]>*:after {
        top: -.8125rem;
        bottom: -.8125rem
    }
    .md\:grid-line-x-14[class*=grid-line-x-]>*:before {
        bottom: -.875rem
    }
    .md\:grid-line-x-14[class*=grid-line-yfull]>*:after {
        top: -.875rem;
        bottom: -.875rem
    }
    .md\:grid-line-x-15[class*=grid-line-x-]>*:before {
        bottom: -.9375rem
    }
    .md\:grid-line-x-15[class*=grid-line-yfull]>*:after {
        top: -.9375rem;
        bottom: -.9375rem
    }
    .md\:grid-line-x-16[class*=grid-line-x-]>*:before {
        bottom: -1rem
    }
    .md\:grid-line-x-16[class*=grid-line-yfull]>*:after {
        top: -1rem;
        bottom: -1rem
    }
    .md\:grid-line-x-17[class*=grid-line-x-]>*:before {
        bottom: -1.0625rem
    }
    .md\:grid-line-x-17[class*=grid-line-yfull]>*:after {
        top: -1.0625rem;
        bottom: -1.0625rem
    }
    .md\:grid-line-x-18[class*=grid-line-x-]>*:before {
        bottom: -1.125rem
    }
    .md\:grid-line-x-18[class*=grid-line-yfull]>*:after {
        top: -1.125rem;
        bottom: -1.125rem
    }
    .md\:grid-line-x-19[class*=grid-line-x-]>*:before {
        bottom: -1.1875rem
    }
    .md\:grid-line-x-19[class*=grid-line-yfull]>*:after {
        top: -1.1875rem;
        bottom: -1.1875rem
    }
    .md\:grid-line-x-20[class*=grid-line-x-]>*:before {
        bottom: -1.25rem
    }
    .md\:grid-line-x-20[class*=grid-line-yfull]>*:after {
        top: -1.25rem;
        bottom: -1.25rem
    }
    .md\:grid-line-x-21[class*=grid-line-x-]>*:before {
        bottom: -1.3125rem
    }
    .md\:grid-line-x-21[class*=grid-line-yfull]>*:after {
        top: -1.3125rem;
        bottom: -1.3125rem
    }
    .md\:grid-line-x-22[class*=grid-line-x-]>*:before {
        bottom: -1.375rem
    }
    .md\:grid-line-x-22[class*=grid-line-yfull]>*:after {
        top: -1.375rem;
        bottom: -1.375rem
    }
    .md\:grid-line-x-23[class*=grid-line-x-]>*:before {
        bottom: -1.4375rem
    }
    .md\:grid-line-x-23[class*=grid-line-yfull]>*:after {
        top: -1.4375rem;
        bottom: -1.4375rem
    }
    .md\:grid-line-x-24[class*=grid-line-x-]>*:before {
        bottom: -1.5rem
    }
    .md\:grid-line-x-24[class*=grid-line-yfull]>*:after {
        top: -1.5rem;
        bottom: -1.5rem
    }
    .md\:grid-line-x-25[class*=grid-line-x-]>*:before {
        bottom: -1.5625rem
    }
    .md\:grid-line-x-25[class*=grid-line-yfull]>*:after {
        top: -1.5625rem;
        bottom: -1.5625rem
    }
    .md\:grid-line-x-26[class*=grid-line-x-]>*:before {
        bottom: -1.625rem
    }
    .md\:grid-line-x-26[class*=grid-line-yfull]>*:after {
        top: -1.625rem;
        bottom: -1.625rem
    }
    .md\:grid-line-x-27[class*=grid-line-x-]>*:before {
        bottom: -1.6875rem
    }
    .md\:grid-line-x-27[class*=grid-line-yfull]>*:after {
        top: -1.6875rem;
        bottom: -1.6875rem
    }
    .md\:grid-line-x-28[class*=grid-line-x-]>*:before {
        bottom: -1.75rem
    }
    .md\:grid-line-x-28[class*=grid-line-yfull]>*:after {
        top: -1.75rem;
        bottom: -1.75rem
    }
    .md\:grid-line-x-29[class*=grid-line-x-]>*:before {
        bottom: -1.8125rem
    }
    .md\:grid-line-x-29[class*=grid-line-yfull]>*:after {
        top: -1.8125rem;
        bottom: -1.8125rem
    }
    .md\:grid-line-x-30[class*=grid-line-x-]>*:before {
        bottom: -1.875rem
    }
    .md\:grid-line-x-30[class*=grid-line-yfull]>*:after {
        top: -1.875rem;
        bottom: -1.875rem
    }
    .md\:grid-line-x-31[class*=grid-line-x-]>*:before {
        bottom: -1.9375rem
    }
    .md\:grid-line-x-31[class*=grid-line-yfull]>*:after {
        top: -1.9375rem;
        bottom: -1.9375rem
    }
    .md\:grid-line-x-32[class*=grid-line-x-]>*:before {
        bottom: -2rem
    }
    .md\:grid-line-x-32[class*=grid-line-yfull]>*:after {
        top: -2rem;
        bottom: -2rem
    }
    .md\:grid-line-x-33[class*=grid-line-x-]>*:before {
        bottom: -2.0625rem
    }
    .md\:grid-line-x-33[class*=grid-line-yfull]>*:after {
        top: -2.0625rem;
        bottom: -2.0625rem
    }
    .md\:grid-line-x-34[class*=grid-line-x-]>*:before {
        bottom: -2.125rem
    }
    .md\:grid-line-x-34[class*=grid-line-yfull]>*:after {
        top: -2.125rem;
        bottom: -2.125rem
    }
    .md\:grid-line-x-35[class*=grid-line-x-]>*:before {
        bottom: -2.1875rem
    }
    .md\:grid-line-x-35[class*=grid-line-yfull]>*:after {
        top: -2.1875rem;
        bottom: -2.1875rem
    }
    .md\:grid-line-x-36[class*=grid-line-x-]>*:before {
        bottom: -2.25rem
    }
    .md\:grid-line-x-36[class*=grid-line-yfull]>*:after {
        top: -2.25rem;
        bottom: -2.25rem
    }
    .md\:grid-line-x-37[class*=grid-line-x-]>*:before {
        bottom: -2.3125rem
    }
    .md\:grid-line-x-37[class*=grid-line-yfull]>*:after {
        top: -2.3125rem;
        bottom: -2.3125rem
    }
    .md\:grid-line-x-38[class*=grid-line-x-]>*:before {
        bottom: -2.375rem
    }
    .md\:grid-line-x-38[class*=grid-line-yfull]>*:after {
        top: -2.375rem;
        bottom: -2.375rem
    }
    .md\:grid-line-x-39[class*=grid-line-x-]>*:before {
        bottom: -2.4375rem
    }
    .md\:grid-line-x-39[class*=grid-line-yfull]>*:after {
        top: -2.4375rem;
        bottom: -2.4375rem
    }
    .md\:grid-line-x-40[class*=grid-line-x-]>*:before {
        bottom: -2.5rem
    }
    .md\:grid-line-x-40[class*=grid-line-yfull]>*:after {
        top: -2.5rem;
        bottom: -2.5rem
    }
    .md\:grid-line-x-41[class*=grid-line-x-]>*:before {
        bottom: -2.5625rem
    }
    .md\:grid-line-x-41[class*=grid-line-yfull]>*:after {
        top: -2.5625rem;
        bottom: -2.5625rem
    }
    .md\:grid-line-x-42[class*=grid-line-x-]>*:before {
        bottom: -2.625rem
    }
    .md\:grid-line-x-42[class*=grid-line-yfull]>*:after {
        top: -2.625rem;
        bottom: -2.625rem
    }
    .md\:grid-line-x-43[class*=grid-line-x-]>*:before {
        bottom: -2.6875rem
    }
    .md\:grid-line-x-43[class*=grid-line-yfull]>*:after {
        top: -2.6875rem;
        bottom: -2.6875rem
    }
    .md\:grid-line-x-44[class*=grid-line-x-]>*:before {
        bottom: -2.75rem
    }
    .md\:grid-line-x-44[class*=grid-line-yfull]>*:after {
        top: -2.75rem;
        bottom: -2.75rem
    }
    .md\:grid-line-x-45[class*=grid-line-x-]>*:before {
        bottom: -2.8125rem
    }
    .md\:grid-line-x-45[class*=grid-line-yfull]>*:after {
        top: -2.8125rem;
        bottom: -2.8125rem
    }
    .md\:grid-line-x-46[class*=grid-line-x-]>*:before {
        bottom: -2.875rem
    }
    .md\:grid-line-x-46[class*=grid-line-yfull]>*:after {
        top: -2.875rem;
        bottom: -2.875rem
    }
    .md\:grid-line-x-47[class*=grid-line-x-]>*:before {
        bottom: -2.9375rem
    }
    .md\:grid-line-x-47[class*=grid-line-yfull]>*:after {
        top: -2.9375rem;
        bottom: -2.9375rem
    }
    .md\:grid-line-x-48[class*=grid-line-x-]>*:before {
        bottom: -3rem
    }
    .md\:grid-line-x-48[class*=grid-line-yfull]>*:after {
        top: -3rem;
        bottom: -3rem
    }
    .md\:grid-line-x-49[class*=grid-line-x-]>*:before {
        bottom: -3.0625rem
    }
    .md\:grid-line-x-49[class*=grid-line-yfull]>*:after {
        top: -3.0625rem;
        bottom: -3.0625rem
    }
    .md\:grid-line-x-50[class*=grid-line-x-]>*:before {
        bottom: -3.125rem
    }
    .md\:grid-line-x-50[class*=grid-line-yfull]>*:after {
        top: -3.125rem;
        bottom: -3.125rem
    }
    .md\:grid-line-x-51[class*=grid-line-x-]>*:before {
        bottom: -3.1875rem
    }
    .md\:grid-line-x-51[class*=grid-line-yfull]>*:after {
        top: -3.1875rem;
        bottom: -3.1875rem
    }
    .md\:grid-line-x-52[class*=grid-line-x-]>*:before {
        bottom: -3.25rem
    }
    .md\:grid-line-x-52[class*=grid-line-yfull]>*:after {
        top: -3.25rem;
        bottom: -3.25rem
    }
    .md\:grid-line-x-53[class*=grid-line-x-]>*:before {
        bottom: -3.3125rem
    }
    .md\:grid-line-x-53[class*=grid-line-yfull]>*:after {
        top: -3.3125rem;
        bottom: -3.3125rem
    }
    .md\:grid-line-x-54[class*=grid-line-x-]>*:before {
        bottom: -3.375rem
    }
    .md\:grid-line-x-54[class*=grid-line-yfull]>*:after {
        top: -3.375rem;
        bottom: -3.375rem
    }
    .md\:grid-line-x-55[class*=grid-line-x-]>*:before {
        bottom: -3.4375rem
    }
    .md\:grid-line-x-55[class*=grid-line-yfull]>*:after {
        top: -3.4375rem;
        bottom: -3.4375rem
    }
    .md\:grid-line-x-56[class*=grid-line-x-]>*:before {
        bottom: -3.5rem
    }
    .md\:grid-line-x-56[class*=grid-line-yfull]>*:after {
        top: -3.5rem;
        bottom: -3.5rem
    }
    .md\:grid-line-x-57[class*=grid-line-x-]>*:before {
        bottom: -3.5625rem
    }
    .md\:grid-line-x-57[class*=grid-line-yfull]>*:after {
        top: -3.5625rem;
        bottom: -3.5625rem
    }
    .md\:grid-line-x-58[class*=grid-line-x-]>*:before {
        bottom: -3.625rem
    }
    .md\:grid-line-x-58[class*=grid-line-yfull]>*:after {
        top: -3.625rem;
        bottom: -3.625rem
    }
    .md\:grid-line-x-59[class*=grid-line-x-]>*:before {
        bottom: -3.6875rem
    }
    .md\:grid-line-x-59[class*=grid-line-yfull]>*:after {
        top: -3.6875rem;
        bottom: -3.6875rem
    }
    .md\:grid-line-x-60[class*=grid-line-x-]>*:before {
        bottom: -3.75rem
    }
    .md\:grid-line-x-60[class*=grid-line-yfull]>*:after {
        top: -3.75rem;
        bottom: -3.75rem
    }
    .md\:grid-line-x-61[class*=grid-line-x-]>*:before {
        bottom: -3.8125rem
    }
    .md\:grid-line-x-61[class*=grid-line-yfull]>*:after {
        top: -3.8125rem;
        bottom: -3.8125rem
    }
    .md\:grid-line-x-62[class*=grid-line-x-]>*:before {
        bottom: -3.875rem
    }
    .md\:grid-line-x-62[class*=grid-line-yfull]>*:after {
        top: -3.875rem;
        bottom: -3.875rem
    }
    .md\:grid-line-x-63[class*=grid-line-x-]>*:before {
        bottom: -3.9375rem
    }
    .md\:grid-line-x-63[class*=grid-line-yfull]>*:after {
        top: -3.9375rem;
        bottom: -3.9375rem
    }
    .md\:grid-line-x-64[class*=grid-line-x-]>*:before {
        bottom: -4rem
    }
    .md\:grid-line-x-64[class*=grid-line-yfull]>*:after {
        top: -4rem;
        bottom: -4rem
    }
    .md\:grid-line-x-65[class*=grid-line-x-]>*:before {
        bottom: -4.0625rem
    }
    .md\:grid-line-x-65[class*=grid-line-yfull]>*:after {
        top: -4.0625rem;
        bottom: -4.0625rem
    }
    .md\:grid-line-x-66[class*=grid-line-x-]>*:before {
        bottom: -4.125rem
    }
    .md\:grid-line-x-66[class*=grid-line-yfull]>*:after {
        top: -4.125rem;
        bottom: -4.125rem
    }
    .md\:grid-line-x-67[class*=grid-line-x-]>*:before {
        bottom: -4.1875rem
    }
    .md\:grid-line-x-67[class*=grid-line-yfull]>*:after {
        top: -4.1875rem;
        bottom: -4.1875rem
    }
    .md\:grid-line-x-68[class*=grid-line-x-]>*:before {
        bottom: -4.25rem
    }
    .md\:grid-line-x-68[class*=grid-line-yfull]>*:after {
        top: -4.25rem;
        bottom: -4.25rem
    }
    .md\:grid-line-x-69[class*=grid-line-x-]>*:before {
        bottom: -4.3125rem
    }
    .md\:grid-line-x-69[class*=grid-line-yfull]>*:after {
        top: -4.3125rem;
        bottom: -4.3125rem
    }
    .md\:grid-line-x-70[class*=grid-line-x-]>*:before {
        bottom: -4.375rem
    }
    .md\:grid-line-x-70[class*=grid-line-yfull]>*:after {
        top: -4.375rem;
        bottom: -4.375rem
    }
    .md\:grid-line-x-71[class*=grid-line-x-]>*:before {
        bottom: -4.4375rem
    }
    .md\:grid-line-x-71[class*=grid-line-yfull]>*:after {
        top: -4.4375rem;
        bottom: -4.4375rem
    }
    .md\:grid-line-x-72[class*=grid-line-x-]>*:before {
        bottom: -4.5rem
    }
    .md\:grid-line-x-72[class*=grid-line-yfull]>*:after {
        top: -4.5rem;
        bottom: -4.5rem
    }
    .md\:grid-line-x-73[class*=grid-line-x-]>*:before {
        bottom: -4.5625rem
    }
    .md\:grid-line-x-73[class*=grid-line-yfull]>*:after {
        top: -4.5625rem;
        bottom: -4.5625rem
    }
    .md\:grid-line-x-74[class*=grid-line-x-]>*:before {
        bottom: -4.625rem
    }
    .md\:grid-line-x-74[class*=grid-line-yfull]>*:after {
        top: -4.625rem;
        bottom: -4.625rem
    }
    .md\:grid-line-x-75[class*=grid-line-x-]>*:before {
        bottom: -4.6875rem
    }
    .md\:grid-line-x-75[class*=grid-line-yfull]>*:after {
        top: -4.6875rem;
        bottom: -4.6875rem
    }
    .md\:grid-line-x-76[class*=grid-line-x-]>*:before {
        bottom: -4.75rem
    }
    .md\:grid-line-x-76[class*=grid-line-yfull]>*:after {
        top: -4.75rem;
        bottom: -4.75rem
    }
    .md\:grid-line-x-77[class*=grid-line-x-]>*:before {
        bottom: -4.8125rem
    }
    .md\:grid-line-x-77[class*=grid-line-yfull]>*:after {
        top: -4.8125rem;
        bottom: -4.8125rem
    }
    .md\:grid-line-x-78[class*=grid-line-x-]>*:before {
        bottom: -4.875rem
    }
    .md\:grid-line-x-78[class*=grid-line-yfull]>*:after {
        top: -4.875rem;
        bottom: -4.875rem
    }
    .md\:grid-line-x-79[class*=grid-line-x-]>*:before {
        bottom: -4.9375rem
    }
    .md\:grid-line-x-79[class*=grid-line-yfull]>*:after {
        top: -4.9375rem;
        bottom: -4.9375rem
    }
    .md\:grid-line-x-80[class*=grid-line-x-]>*:before {
        bottom: -5rem
    }
    .md\:grid-line-x-80[class*=grid-line-yfull]>*:after {
        top: -5rem;
        bottom: -5rem
    }
    .md\:grid-line-x-81[class*=grid-line-x-]>*:before {
        bottom: -5.0625rem
    }
    .md\:grid-line-x-81[class*=grid-line-yfull]>*:after {
        top: -5.0625rem;
        bottom: -5.0625rem
    }
    .md\:grid-line-x-82[class*=grid-line-x-]>*:before {
        bottom: -5.125rem
    }
    .md\:grid-line-x-82[class*=grid-line-yfull]>*:after {
        top: -5.125rem;
        bottom: -5.125rem
    }
    .md\:grid-line-x-83[class*=grid-line-x-]>*:before {
        bottom: -5.1875rem
    }
    .md\:grid-line-x-83[class*=grid-line-yfull]>*:after {
        top: -5.1875rem;
        bottom: -5.1875rem
    }
    .md\:grid-line-x-84[class*=grid-line-x-]>*:before {
        bottom: -5.25rem
    }
    .md\:grid-line-x-84[class*=grid-line-yfull]>*:after {
        top: -5.25rem;
        bottom: -5.25rem
    }
    .md\:grid-line-x-85[class*=grid-line-x-]>*:before {
        bottom: -5.3125rem
    }
    .md\:grid-line-x-85[class*=grid-line-yfull]>*:after {
        top: -5.3125rem;
        bottom: -5.3125rem
    }
    .md\:grid-line-x-86[class*=grid-line-x-]>*:before {
        bottom: -5.375rem
    }
    .md\:grid-line-x-86[class*=grid-line-yfull]>*:after {
        top: -5.375rem;
        bottom: -5.375rem
    }
    .md\:grid-line-x-87[class*=grid-line-x-]>*:before {
        bottom: -5.4375rem
    }
    .md\:grid-line-x-87[class*=grid-line-yfull]>*:after {
        top: -5.4375rem;
        bottom: -5.4375rem
    }
    .md\:grid-line-x-88[class*=grid-line-x-]>*:before {
        bottom: -5.5rem
    }
    .md\:grid-line-x-88[class*=grid-line-yfull]>*:after {
        top: -5.5rem;
        bottom: -5.5rem
    }
    .md\:grid-line-x-89[class*=grid-line-x-]>*:before {
        bottom: -5.5625rem
    }
    .md\:grid-line-x-89[class*=grid-line-yfull]>*:after {
        top: -5.5625rem;
        bottom: -5.5625rem
    }
    .md\:grid-line-x-90[class*=grid-line-x-]>*:before {
        bottom: -5.625rem
    }
    .md\:grid-line-x-90[class*=grid-line-yfull]>*:after {
        top: -5.625rem;
        bottom: -5.625rem
    }
    .md\:grid-line-x-91[class*=grid-line-x-]>*:before {
        bottom: -5.6875rem
    }
    .md\:grid-line-x-91[class*=grid-line-yfull]>*:after {
        top: -5.6875rem;
        bottom: -5.6875rem
    }
    .md\:grid-line-x-92[class*=grid-line-x-]>*:before {
        bottom: -5.75rem
    }
    .md\:grid-line-x-92[class*=grid-line-yfull]>*:after {
        top: -5.75rem;
        bottom: -5.75rem
    }
    .md\:grid-line-x-93[class*=grid-line-x-]>*:before {
        bottom: -5.8125rem
    }
    .md\:grid-line-x-93[class*=grid-line-yfull]>*:after {
        top: -5.8125rem;
        bottom: -5.8125rem
    }
    .md\:grid-line-x-94[class*=grid-line-x-]>*:before {
        bottom: -5.875rem
    }
    .md\:grid-line-x-94[class*=grid-line-yfull]>*:after {
        top: -5.875rem;
        bottom: -5.875rem
    }
    .md\:grid-line-x-95[class*=grid-line-x-]>*:before {
        bottom: -5.9375rem
    }
    .md\:grid-line-x-95[class*=grid-line-yfull]>*:after {
        top: -5.9375rem;
        bottom: -5.9375rem
    }
    .md\:grid-line-x-96[class*=grid-line-x-]>*:before {
        bottom: -6rem
    }
    .md\:grid-line-x-96[class*=grid-line-yfull]>*:after {
        top: -6rem;
        bottom: -6rem
    }
    .md\:grid-line-x-97[class*=grid-line-x-]>*:before {
        bottom: -6.0625rem
    }
    .md\:grid-line-x-97[class*=grid-line-yfull]>*:after {
        top: -6.0625rem;
        bottom: -6.0625rem
    }
    .md\:grid-line-x-98[class*=grid-line-x-]>*:before {
        bottom: -6.125rem
    }
    .md\:grid-line-x-98[class*=grid-line-yfull]>*:after {
        top: -6.125rem;
        bottom: -6.125rem
    }
    .md\:grid-line-x-99[class*=grid-line-x-]>*:before {
        bottom: -6.1875rem
    }
    .md\:grid-line-x-99[class*=grid-line-yfull]>*:after {
        top: -6.1875rem;
        bottom: -6.1875rem
    }
    .md\:grid-line-x-100[class*=grid-line-x-]>*:before {
        bottom: -6.25rem
    }
    .md\:grid-line-x-100[class*=grid-line-yfull]>*:after {
        top: -6.25rem;
        bottom: -6.25rem
    }
    .md\:grid-line-x-101[class*=grid-line-x-]>*:before {
        bottom: -6.3125rem
    }
    .md\:grid-line-x-101[class*=grid-line-yfull]>*:after {
        top: -6.3125rem;
        bottom: -6.3125rem
    }
    .md\:grid-line-x-102[class*=grid-line-x-]>*:before {
        bottom: -6.375rem
    }
    .md\:grid-line-x-102[class*=grid-line-yfull]>*:after {
        top: -6.375rem;
        bottom: -6.375rem
    }
    .md\:grid-line-x-103[class*=grid-line-x-]>*:before {
        bottom: -6.4375rem
    }
    .md\:grid-line-x-103[class*=grid-line-yfull]>*:after {
        top: -6.4375rem;
        bottom: -6.4375rem
    }
    .md\:grid-line-x-104[class*=grid-line-x-]>*:before {
        bottom: -6.5rem
    }
    .md\:grid-line-x-104[class*=grid-line-yfull]>*:after {
        top: -6.5rem;
        bottom: -6.5rem
    }
    .md\:grid-line-x-105[class*=grid-line-x-]>*:before {
        bottom: -6.5625rem
    }
    .md\:grid-line-x-105[class*=grid-line-yfull]>*:after {
        top: -6.5625rem;
        bottom: -6.5625rem
    }
    .md\:grid-line-x-106[class*=grid-line-x-]>*:before {
        bottom: -6.625rem
    }
    .md\:grid-line-x-106[class*=grid-line-yfull]>*:after {
        top: -6.625rem;
        bottom: -6.625rem
    }
    .md\:grid-line-x-107[class*=grid-line-x-]>*:before {
        bottom: -6.6875rem
    }
    .md\:grid-line-x-107[class*=grid-line-yfull]>*:after {
        top: -6.6875rem;
        bottom: -6.6875rem
    }
    .md\:grid-line-x-108[class*=grid-line-x-]>*:before {
        bottom: -6.75rem
    }
    .md\:grid-line-x-108[class*=grid-line-yfull]>*:after {
        top: -6.75rem;
        bottom: -6.75rem
    }
    .md\:grid-line-x-109[class*=grid-line-x-]>*:before {
        bottom: -6.8125rem
    }
    .md\:grid-line-x-109[class*=grid-line-yfull]>*:after {
        top: -6.8125rem;
        bottom: -6.8125rem
    }
    .md\:grid-line-x-110[class*=grid-line-x-]>*:before {
        bottom: -6.875rem
    }
    .md\:grid-line-x-110[class*=grid-line-yfull]>*:after {
        top: -6.875rem;
        bottom: -6.875rem
    }
    .md\:grid-line-x-111[class*=grid-line-x-]>*:before {
        bottom: -6.9375rem
    }
    .md\:grid-line-x-111[class*=grid-line-yfull]>*:after {
        top: -6.9375rem;
        bottom: -6.9375rem
    }
    .md\:grid-line-x-112[class*=grid-line-x-]>*:before {
        bottom: -7rem
    }
    .md\:grid-line-x-112[class*=grid-line-yfull]>*:after {
        top: -7rem;
        bottom: -7rem
    }
    .md\:grid-line-x-113[class*=grid-line-x-]>*:before {
        bottom: -7.0625rem
    }
    .md\:grid-line-x-113[class*=grid-line-yfull]>*:after {
        top: -7.0625rem;
        bottom: -7.0625rem
    }
    .md\:grid-line-x-114[class*=grid-line-x-]>*:before {
        bottom: -7.125rem
    }
    .md\:grid-line-x-114[class*=grid-line-yfull]>*:after {
        top: -7.125rem;
        bottom: -7.125rem
    }
    .md\:grid-line-x-115[class*=grid-line-x-]>*:before {
        bottom: -7.1875rem
    }
    .md\:grid-line-x-115[class*=grid-line-yfull]>*:after {
        top: -7.1875rem;
        bottom: -7.1875rem
    }
    .md\:grid-line-x-116[class*=grid-line-x-]>*:before {
        bottom: -7.25rem
    }
    .md\:grid-line-x-116[class*=grid-line-yfull]>*:after {
        top: -7.25rem;
        bottom: -7.25rem
    }
    .md\:grid-line-x-117[class*=grid-line-x-]>*:before {
        bottom: -7.3125rem
    }
    .md\:grid-line-x-117[class*=grid-line-yfull]>*:after {
        top: -7.3125rem;
        bottom: -7.3125rem
    }
    .md\:grid-line-x-118[class*=grid-line-x-]>*:before {
        bottom: -7.375rem
    }
    .md\:grid-line-x-118[class*=grid-line-yfull]>*:after {
        top: -7.375rem;
        bottom: -7.375rem
    }
    .md\:grid-line-x-119[class*=grid-line-x-]>*:before {
        bottom: -7.4375rem
    }
    .md\:grid-line-x-119[class*=grid-line-yfull]>*:after {
        top: -7.4375rem;
        bottom: -7.4375rem
    }
    .md\:grid-line-x-120[class*=grid-line-x-]>*:before {
        bottom: -7.5rem
    }
    .md\:grid-line-x-120[class*=grid-line-yfull]>*:after {
        top: -7.5rem;
        bottom: -7.5rem
    }
    .md\:grid-line-x-121[class*=grid-line-x-]>*:before {
        bottom: -7.5625rem
    }
    .md\:grid-line-x-121[class*=grid-line-yfull]>*:after {
        top: -7.5625rem;
        bottom: -7.5625rem
    }
    .md\:grid-line-x-122[class*=grid-line-x-]>*:before {
        bottom: -7.625rem
    }
    .md\:grid-line-x-122[class*=grid-line-yfull]>*:after {
        top: -7.625rem;
        bottom: -7.625rem
    }
    .md\:grid-line-x-123[class*=grid-line-x-]>*:before {
        bottom: -7.6875rem
    }
    .md\:grid-line-x-123[class*=grid-line-yfull]>*:after {
        top: -7.6875rem;
        bottom: -7.6875rem
    }
    .md\:grid-line-x-124[class*=grid-line-x-]>*:before {
        bottom: -7.75rem
    }
    .md\:grid-line-x-124[class*=grid-line-yfull]>*:after {
        top: -7.75rem;
        bottom: -7.75rem
    }
    .md\:grid-line-x-125[class*=grid-line-x-]>*:before {
        bottom: -7.8125rem
    }
    .md\:grid-line-x-125[class*=grid-line-yfull]>*:after {
        top: -7.8125rem;
        bottom: -7.8125rem
    }
    .md\:grid-line-x-126[class*=grid-line-x-]>*:before {
        bottom: -7.875rem
    }
    .md\:grid-line-x-126[class*=grid-line-yfull]>*:after {
        top: -7.875rem;
        bottom: -7.875rem
    }
    .md\:grid-line-x-127[class*=grid-line-x-]>*:before {
        bottom: -7.9375rem
    }
    .md\:grid-line-x-127[class*=grid-line-yfull]>*:after {
        top: -7.9375rem;
        bottom: -7.9375rem
    }
    .md\:grid-line-x-128[class*=grid-line-x-]>*:before {
        bottom: -8rem
    }
    .md\:grid-line-x-128[class*=grid-line-yfull]>*:after {
        top: -8rem;
        bottom: -8rem
    }
    .md\:grid-line-x-129[class*=grid-line-x-]>*:before {
        bottom: -8.0625rem
    }
    .md\:grid-line-x-129[class*=grid-line-yfull]>*:after {
        top: -8.0625rem;
        bottom: -8.0625rem
    }
    .md\:grid-line-x-130[class*=grid-line-x-]>*:before {
        bottom: -8.125rem
    }
    .md\:grid-line-x-130[class*=grid-line-yfull]>*:after {
        top: -8.125rem;
        bottom: -8.125rem
    }
    .md\:grid-line-x-131[class*=grid-line-x-]>*:before {
        bottom: -8.1875rem
    }
    .md\:grid-line-x-131[class*=grid-line-yfull]>*:after {
        top: -8.1875rem;
        bottom: -8.1875rem
    }
    .md\:grid-line-x-132[class*=grid-line-x-]>*:before {
        bottom: -8.25rem
    }
    .md\:grid-line-x-132[class*=grid-line-yfull]>*:after {
        top: -8.25rem;
        bottom: -8.25rem
    }
    .md\:grid-line-x-133[class*=grid-line-x-]>*:before {
        bottom: -8.3125rem
    }
    .md\:grid-line-x-133[class*=grid-line-yfull]>*:after {
        top: -8.3125rem;
        bottom: -8.3125rem
    }
    .md\:grid-line-x-134[class*=grid-line-x-]>*:before {
        bottom: -8.375rem
    }
    .md\:grid-line-x-134[class*=grid-line-yfull]>*:after {
        top: -8.375rem;
        bottom: -8.375rem
    }
    .md\:grid-line-x-135[class*=grid-line-x-]>*:before {
        bottom: -8.4375rem
    }
    .md\:grid-line-x-135[class*=grid-line-yfull]>*:after {
        top: -8.4375rem;
        bottom: -8.4375rem
    }
    .md\:grid-line-x-136[class*=grid-line-x-]>*:before {
        bottom: -8.5rem
    }
    .md\:grid-line-x-136[class*=grid-line-yfull]>*:after {
        top: -8.5rem;
        bottom: -8.5rem
    }
    .md\:grid-line-x-137[class*=grid-line-x-]>*:before {
        bottom: -8.5625rem
    }
    .md\:grid-line-x-137[class*=grid-line-yfull]>*:after {
        top: -8.5625rem;
        bottom: -8.5625rem
    }
    .md\:grid-line-x-138[class*=grid-line-x-]>*:before {
        bottom: -8.625rem
    }
    .md\:grid-line-x-138[class*=grid-line-yfull]>*:after {
        top: -8.625rem;
        bottom: -8.625rem
    }
    .md\:grid-line-x-139[class*=grid-line-x-]>*:before {
        bottom: -8.6875rem
    }
    .md\:grid-line-x-139[class*=grid-line-yfull]>*:after {
        top: -8.6875rem;
        bottom: -8.6875rem
    }
    .md\:grid-line-x-140[class*=grid-line-x-]>*:before {
        bottom: -8.75rem
    }
    .md\:grid-line-x-140[class*=grid-line-yfull]>*:after {
        top: -8.75rem;
        bottom: -8.75rem
    }
    .md\:grid-line-x-141[class*=grid-line-x-]>*:before {
        bottom: -8.8125rem
    }
    .md\:grid-line-x-141[class*=grid-line-yfull]>*:after {
        top: -8.8125rem;
        bottom: -8.8125rem
    }
    .md\:grid-line-x-142[class*=grid-line-x-]>*:before {
        bottom: -8.875rem
    }
    .md\:grid-line-x-142[class*=grid-line-yfull]>*:after {
        top: -8.875rem;
        bottom: -8.875rem
    }
    .md\:grid-line-x-143[class*=grid-line-x-]>*:before {
        bottom: -8.9375rem
    }
    .md\:grid-line-x-143[class*=grid-line-yfull]>*:after {
        top: -8.9375rem;
        bottom: -8.9375rem
    }
    .md\:grid-line-x-144[class*=grid-line-x-]>*:before {
        bottom: -9rem
    }
    .md\:grid-line-x-144[class*=grid-line-yfull]>*:after {
        top: -9rem;
        bottom: -9rem
    }
    .md\:grid-line-x-145[class*=grid-line-x-]>*:before {
        bottom: -9.0625rem
    }
    .md\:grid-line-x-145[class*=grid-line-yfull]>*:after {
        top: -9.0625rem;
        bottom: -9.0625rem
    }
    .md\:grid-line-x-146[class*=grid-line-x-]>*:before {
        bottom: -9.125rem
    }
    .md\:grid-line-x-146[class*=grid-line-yfull]>*:after {
        top: -9.125rem;
        bottom: -9.125rem
    }
    .md\:grid-line-x-147[class*=grid-line-x-]>*:before {
        bottom: -9.1875rem
    }
    .md\:grid-line-x-147[class*=grid-line-yfull]>*:after {
        top: -9.1875rem;
        bottom: -9.1875rem
    }
    .md\:grid-line-x-148[class*=grid-line-x-]>*:before {
        bottom: -9.25rem
    }
    .md\:grid-line-x-148[class*=grid-line-yfull]>*:after {
        top: -9.25rem;
        bottom: -9.25rem
    }
    .md\:grid-line-x-149[class*=grid-line-x-]>*:before {
        bottom: -9.3125rem
    }
    .md\:grid-line-x-149[class*=grid-line-yfull]>*:after {
        top: -9.3125rem;
        bottom: -9.3125rem
    }
    .md\:grid-line-x-150[class*=grid-line-x-]>*:before {
        bottom: -9.375rem
    }
    .md\:grid-line-x-150[class*=grid-line-yfull]>*:after {
        top: -9.375rem;
        bottom: -9.375rem
    }
    .md\:grid-line-x-151[class*=grid-line-x-]>*:before {
        bottom: -9.4375rem
    }
    .md\:grid-line-x-151[class*=grid-line-yfull]>*:after {
        top: -9.4375rem;
        bottom: -9.4375rem
    }
    .md\:grid-line-x-152[class*=grid-line-x-]>*:before {
        bottom: -9.5rem
    }
    .md\:grid-line-x-152[class*=grid-line-yfull]>*:after {
        top: -9.5rem;
        bottom: -9.5rem
    }
    .md\:grid-line-x-153[class*=grid-line-x-]>*:before {
        bottom: -9.5625rem
    }
    .md\:grid-line-x-153[class*=grid-line-yfull]>*:after {
        top: -9.5625rem;
        bottom: -9.5625rem
    }
    .md\:grid-line-x-154[class*=grid-line-x-]>*:before {
        bottom: -9.625rem
    }
    .md\:grid-line-x-154[class*=grid-line-yfull]>*:after {
        top: -9.625rem;
        bottom: -9.625rem
    }
    .md\:grid-line-x-155[class*=grid-line-x-]>*:before {
        bottom: -9.6875rem
    }
    .md\:grid-line-x-155[class*=grid-line-yfull]>*:after {
        top: -9.6875rem;
        bottom: -9.6875rem
    }
    .md\:grid-line-x-156[class*=grid-line-x-]>*:before {
        bottom: -9.75rem
    }
    .md\:grid-line-x-156[class*=grid-line-yfull]>*:after {
        top: -9.75rem;
        bottom: -9.75rem
    }
    .md\:grid-line-x-157[class*=grid-line-x-]>*:before {
        bottom: -9.8125rem
    }
    .md\:grid-line-x-157[class*=grid-line-yfull]>*:after {
        top: -9.8125rem;
        bottom: -9.8125rem
    }
    .md\:grid-line-x-158[class*=grid-line-x-]>*:before {
        bottom: -9.875rem
    }
    .md\:grid-line-x-158[class*=grid-line-yfull]>*:after {
        top: -9.875rem;
        bottom: -9.875rem
    }
    .md\:grid-line-x-159[class*=grid-line-x-]>*:before {
        bottom: -9.9375rem
    }
    .md\:grid-line-x-159[class*=grid-line-yfull]>*:after {
        top: -9.9375rem;
        bottom: -9.9375rem
    }
    .md\:grid-line-x-160[class*=grid-line-x-]>*:before {
        bottom: -10rem
    }
    .md\:grid-line-x-160[class*=grid-line-yfull]>*:after {
        top: -10rem;
        bottom: -10rem
    }
    .md\:grid-line-x-161[class*=grid-line-x-]>*:before {
        bottom: -10.0625rem
    }
    .md\:grid-line-x-161[class*=grid-line-yfull]>*:after {
        top: -10.0625rem;
        bottom: -10.0625rem
    }
    .md\:grid-line-x-162[class*=grid-line-x-]>*:before {
        bottom: -10.125rem
    }
    .md\:grid-line-x-162[class*=grid-line-yfull]>*:after {
        top: -10.125rem;
        bottom: -10.125rem
    }
    .md\:grid-line-x-163[class*=grid-line-x-]>*:before {
        bottom: -10.1875rem
    }
    .md\:grid-line-x-163[class*=grid-line-yfull]>*:after {
        top: -10.1875rem;
        bottom: -10.1875rem
    }
    .md\:grid-line-x-164[class*=grid-line-x-]>*:before {
        bottom: -10.25rem
    }
    .md\:grid-line-x-164[class*=grid-line-yfull]>*:after {
        top: -10.25rem;
        bottom: -10.25rem
    }
    .md\:grid-line-x-165[class*=grid-line-x-]>*:before {
        bottom: -10.3125rem
    }
    .md\:grid-line-x-165[class*=grid-line-yfull]>*:after {
        top: -10.3125rem;
        bottom: -10.3125rem
    }
    .md\:grid-line-x-166[class*=grid-line-x-]>*:before {
        bottom: -10.375rem
    }
    .md\:grid-line-x-166[class*=grid-line-yfull]>*:after {
        top: -10.375rem;
        bottom: -10.375rem
    }
    .md\:grid-line-x-167[class*=grid-line-x-]>*:before {
        bottom: -10.4375rem
    }
    .md\:grid-line-x-167[class*=grid-line-yfull]>*:after {
        top: -10.4375rem;
        bottom: -10.4375rem
    }
    .md\:grid-line-x-168[class*=grid-line-x-]>*:before {
        bottom: -10.5rem
    }
    .md\:grid-line-x-168[class*=grid-line-yfull]>*:after {
        top: -10.5rem;
        bottom: -10.5rem
    }
    .md\:grid-line-x-169[class*=grid-line-x-]>*:before {
        bottom: -10.5625rem
    }
    .md\:grid-line-x-169[class*=grid-line-yfull]>*:after {
        top: -10.5625rem;
        bottom: -10.5625rem
    }
    .md\:grid-line-x-170[class*=grid-line-x-]>*:before {
        bottom: -10.625rem
    }
    .md\:grid-line-x-170[class*=grid-line-yfull]>*:after {
        top: -10.625rem;
        bottom: -10.625rem
    }
    .md\:grid-line-x-171[class*=grid-line-x-]>*:before {
        bottom: -10.6875rem
    }
    .md\:grid-line-x-171[class*=grid-line-yfull]>*:after {
        top: -10.6875rem;
        bottom: -10.6875rem
    }
    .md\:grid-line-x-172[class*=grid-line-x-]>*:before {
        bottom: -10.75rem
    }
    .md\:grid-line-x-172[class*=grid-line-yfull]>*:after {
        top: -10.75rem;
        bottom: -10.75rem
    }
    .md\:grid-line-x-173[class*=grid-line-x-]>*:before {
        bottom: -10.8125rem
    }
    .md\:grid-line-x-173[class*=grid-line-yfull]>*:after {
        top: -10.8125rem;
        bottom: -10.8125rem
    }
    .md\:grid-line-x-174[class*=grid-line-x-]>*:before {
        bottom: -10.875rem
    }
    .md\:grid-line-x-174[class*=grid-line-yfull]>*:after {
        top: -10.875rem;
        bottom: -10.875rem
    }
    .md\:grid-line-x-175[class*=grid-line-x-]>*:before {
        bottom: -10.9375rem
    }
    .md\:grid-line-x-175[class*=grid-line-yfull]>*:after {
        top: -10.9375rem;
        bottom: -10.9375rem
    }
    .md\:grid-line-x-176[class*=grid-line-x-]>*:before {
        bottom: -11rem
    }
    .md\:grid-line-x-176[class*=grid-line-yfull]>*:after {
        top: -11rem;
        bottom: -11rem
    }
    .md\:grid-line-x-177[class*=grid-line-x-]>*:before {
        bottom: -11.0625rem
    }
    .md\:grid-line-x-177[class*=grid-line-yfull]>*:after {
        top: -11.0625rem;
        bottom: -11.0625rem
    }
    .md\:grid-line-x-178[class*=grid-line-x-]>*:before {
        bottom: -11.125rem
    }
    .md\:grid-line-x-178[class*=grid-line-yfull]>*:after {
        top: -11.125rem;
        bottom: -11.125rem
    }
    .md\:grid-line-x-179[class*=grid-line-x-]>*:before {
        bottom: -11.1875rem
    }
    .md\:grid-line-x-179[class*=grid-line-yfull]>*:after {
        top: -11.1875rem;
        bottom: -11.1875rem
    }
    .md\:grid-line-x-180[class*=grid-line-x-]>*:before {
        bottom: -11.25rem
    }
    .md\:grid-line-x-180[class*=grid-line-yfull]>*:after {
        top: -11.25rem;
        bottom: -11.25rem
    }
    .md\:grid-line-x-181[class*=grid-line-x-]>*:before {
        bottom: -11.3125rem
    }
    .md\:grid-line-x-181[class*=grid-line-yfull]>*:after {
        top: -11.3125rem;
        bottom: -11.3125rem
    }
    .md\:grid-line-x-182[class*=grid-line-x-]>*:before {
        bottom: -11.375rem
    }
    .md\:grid-line-x-182[class*=grid-line-yfull]>*:after {
        top: -11.375rem;
        bottom: -11.375rem
    }
    .md\:grid-line-x-183[class*=grid-line-x-]>*:before {
        bottom: -11.4375rem
    }
    .md\:grid-line-x-183[class*=grid-line-yfull]>*:after {
        top: -11.4375rem;
        bottom: -11.4375rem
    }
    .md\:grid-line-x-184[class*=grid-line-x-]>*:before {
        bottom: -11.5rem
    }
    .md\:grid-line-x-184[class*=grid-line-yfull]>*:after {
        top: -11.5rem;
        bottom: -11.5rem
    }
    .md\:grid-line-x-185[class*=grid-line-x-]>*:before {
        bottom: -11.5625rem
    }
    .md\:grid-line-x-185[class*=grid-line-yfull]>*:after {
        top: -11.5625rem;
        bottom: -11.5625rem
    }
    .md\:grid-line-x-186[class*=grid-line-x-]>*:before {
        bottom: -11.625rem
    }
    .md\:grid-line-x-186[class*=grid-line-yfull]>*:after {
        top: -11.625rem;
        bottom: -11.625rem
    }
    .md\:grid-line-x-187[class*=grid-line-x-]>*:before {
        bottom: -11.6875rem
    }
    .md\:grid-line-x-187[class*=grid-line-yfull]>*:after {
        top: -11.6875rem;
        bottom: -11.6875rem
    }
    .md\:grid-line-x-188[class*=grid-line-x-]>*:before {
        bottom: -11.75rem
    }
    .md\:grid-line-x-188[class*=grid-line-yfull]>*:after {
        top: -11.75rem;
        bottom: -11.75rem
    }
    .md\:grid-line-x-189[class*=grid-line-x-]>*:before {
        bottom: -11.8125rem
    }
    .md\:grid-line-x-189[class*=grid-line-yfull]>*:after {
        top: -11.8125rem;
        bottom: -11.8125rem
    }
    .md\:grid-line-x-190[class*=grid-line-x-]>*:before {
        bottom: -11.875rem
    }
    .md\:grid-line-x-190[class*=grid-line-yfull]>*:after {
        top: -11.875rem;
        bottom: -11.875rem
    }
    .md\:grid-line-x-191[class*=grid-line-x-]>*:before {
        bottom: -11.9375rem
    }
    .md\:grid-line-x-191[class*=grid-line-yfull]>*:after {
        top: -11.9375rem;
        bottom: -11.9375rem
    }
    .md\:grid-line-x-192[class*=grid-line-x-]>*:before {
        bottom: -12rem
    }
    .md\:grid-line-x-192[class*=grid-line-yfull]>*:after {
        top: -12rem;
        bottom: -12rem
    }
    .md\:grid-line-x-193[class*=grid-line-x-]>*:before {
        bottom: -12.0625rem
    }
    .md\:grid-line-x-193[class*=grid-line-yfull]>*:after {
        top: -12.0625rem;
        bottom: -12.0625rem
    }
    .md\:grid-line-x-194[class*=grid-line-x-]>*:before {
        bottom: -12.125rem
    }
    .md\:grid-line-x-194[class*=grid-line-yfull]>*:after {
        top: -12.125rem;
        bottom: -12.125rem
    }
    .md\:grid-line-x-195[class*=grid-line-x-]>*:before {
        bottom: -12.1875rem
    }
    .md\:grid-line-x-195[class*=grid-line-yfull]>*:after {
        top: -12.1875rem;
        bottom: -12.1875rem
    }
    .md\:grid-line-x-196[class*=grid-line-x-]>*:before {
        bottom: -12.25rem
    }
    .md\:grid-line-x-196[class*=grid-line-yfull]>*:after {
        top: -12.25rem;
        bottom: -12.25rem
    }
    .md\:grid-line-x-197[class*=grid-line-x-]>*:before {
        bottom: -12.3125rem
    }
    .md\:grid-line-x-197[class*=grid-line-yfull]>*:after {
        top: -12.3125rem;
        bottom: -12.3125rem
    }
    .md\:grid-line-x-198[class*=grid-line-x-]>*:before {
        bottom: -12.375rem
    }
    .md\:grid-line-x-198[class*=grid-line-yfull]>*:after {
        top: -12.375rem;
        bottom: -12.375rem
    }
    .md\:grid-line-x-199[class*=grid-line-x-]>*:before {
        bottom: -12.4375rem
    }
    .md\:grid-line-x-199[class*=grid-line-yfull]>*:after {
        top: -12.4375rem;
        bottom: -12.4375rem
    }
    .md\:grid-line-x-200[class*=grid-line-x-]>*:before {
        bottom: -12.5rem
    }
    .md\:grid-line-x-200[class*=grid-line-yfull]>*:after {
        top: -12.5rem;
        bottom: -12.5rem
    }
    .md\:grid-line-x-220[class*=grid-line-x-]>*:before {
        bottom: -13.75rem
    }
    .md\:grid-line-x-220[class*=grid-line-yfull]>*:after {
        top: -13.75rem;
        bottom: -13.75rem
    }
    .md\:grid-line-x-263[class*=grid-line-x-]>*:before {
        bottom: -16.4375rem
    }
    .md\:grid-line-x-263[class*=grid-line-yfull]>*:after {
        top: -16.4375rem;
        bottom: -16.4375rem
    }
    .md\:grid-line-x-273[class*=grid-line-x-]>*:before {
        bottom: -17.0625rem
    }
    .md\:grid-line-x-273[class*=grid-line-yfull]>*:after {
        top: -17.0625rem;
        bottom: -17.0625rem
    }
    .md\:grid-line-x-317[class*=grid-line-x-]>*:before {
        bottom: -19.8125rem
    }
    .md\:grid-line-x-317[class*=grid-line-yfull]>*:after {
        top: -19.8125rem;
        bottom: -19.8125rem
    }
    .md\:grid-line-x-343[class*=grid-line-x-]>*:before {
        bottom: -21.4375rem
    }
    .md\:grid-line-x-343[class*=grid-line-yfull]>*:after {
        top: -21.4375rem;
        bottom: -21.4375rem
    }
    .md\:grid-line-x-354[class*=grid-line-x-]>*:before {
        bottom: -22.125rem
    }
    .md\:grid-line-x-354[class*=grid-line-yfull]>*:after {
        top: -22.125rem;
        bottom: -22.125rem
    }
    .md\:grid-line-x-358[class*=grid-line-x-]>*:before {
        bottom: -22.375rem
    }
    .md\:grid-line-x-358[class*=grid-line-yfull]>*:after {
        top: -22.375rem;
        bottom: -22.375rem
    }
    .md\:grid-line-x-360[class*=grid-line-x-]>*:before {
        bottom: -22.5rem
    }
    .md\:grid-line-x-360[class*=grid-line-yfull]>*:after {
        top: -22.5rem;
        bottom: -22.5rem
    }
    .md\:grid-line-x-373[class*=grid-line-x-]>*:before {
        bottom: -23.3125rem
    }
    .md\:grid-line-x-373[class*=grid-line-yfull]>*:after {
        top: -23.3125rem;
        bottom: -23.3125rem
    }
    .md\:grid-line-x-422[class*=grid-line-x-]>*:before {
        bottom: -26.375rem
    }
    .md\:grid-line-x-422[class*=grid-line-yfull]>*:after {
        top: -26.375rem;
        bottom: -26.375rem
    }
    .md\:grid-line-x-440[class*=grid-line-x-]>*:before {
        bottom: -27.5rem
    }
    .md\:grid-line-x-440[class*=grid-line-yfull]>*:after {
        top: -27.5rem;
        bottom: -27.5rem
    }
    .md\:grid-line-x-480[class*=grid-line-x-]>*:before {
        bottom: -30rem
    }
    .md\:grid-line-x-480[class*=grid-line-yfull]>*:after {
        top: -30rem;
        bottom: -30rem
    }
    .md\:grid-line-x-500[class*=grid-line-x-]>*:before {
        bottom: -31.25rem
    }
    .md\:grid-line-x-500[class*=grid-line-yfull]>*:after {
        top: -31.25rem;
        bottom: -31.25rem
    }
    .md\:grid-line-x-544[class*=grid-line-x-]>*:before {
        bottom: -34rem
    }
    .md\:grid-line-x-544[class*=grid-line-yfull]>*:after {
        top: -34rem;
        bottom: -34rem
    }
    .md\:grid-line-x-577[class*=grid-line-x-]>*:before {
        bottom: -36.0625rem
    }
    .md\:grid-line-x-577[class*=grid-line-yfull]>*:after {
        top: -36.0625rem;
        bottom: -36.0625rem
    }
    .md\:grid-line-x-580[class*=grid-line-x-]>*:before {
        bottom: -36.25rem
    }
    .md\:grid-line-x-580[class*=grid-line-yfull]>*:after {
        top: -36.25rem;
        bottom: -36.25rem
    }
    .md\:grid-line-x-649[class*=grid-line-x-]>*:before {
        bottom: -40.5625rem
    }
    .md\:grid-line-x-649[class*=grid-line-yfull]>*:after {
        top: -40.5625rem;
        bottom: -40.5625rem
    }
    .md\:grid-line-x-881[class*=grid-line-x-]>*:before {
        bottom: -55.0625rem
    }
    .md\:grid-line-x-881[class*=grid-line-yfull]>*:after {
        top: -55.0625rem;
        bottom: -55.0625rem
    }
    .md\:grid-line-x-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--inner-gutter)
    }
    .md\:grid-line-x-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--inner-gutter);
        bottom: -var(--inner-gutter)
    }
    .md\:grid-line-x-outer-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--outer-gutter, 0px)
    }
    .md\:grid-line-x-outer-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--outer-gutter, 0px);
        bottom: -var(--outer-gutter, 0px)
    }
    .md\:grid-line-x-3-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .md\:grid-line-x-3-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .md\:grid-line-x-4-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .md\:grid-line-x-4-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .md\:grid-line-x-primary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .md\:grid-line-y-primary[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-100)
    }
    .md\:grid-line-xy-primary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .md\:grid-line-xy-primary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-100)
    }
    .md\:grid-line-x-primary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .md\:grid-line-y-primary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-800)
    }
    .md\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .md\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-800)
    }
    .md\:grid-line-x-secondary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--black)
    }
    .md\:grid-line-y-secondary[class*=grid-line-y-]>*:after {
        border-right-color: var(--black)
    }
    .md\:grid-line-xy-secondary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--black)
    }
    .md\:grid-line-xy-secondary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--black)
    }
    .md\:grid-line-x-secondary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--white)
    }
    .md\:grid-line-y-secondary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--white)
    }
    .md\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--white)
    }
    .md\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--white)
    }
    .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(n+1):before {
        right: 0
    }
    .md\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1):before {
        border-bottom-width: 0
    }
    .md\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1)~*:before {
        border-bottom-width: 0
    }
    .md\:grid-cols-2[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .md\:grid-cols-2[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .md\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):before {
        left: 0
    }
    .md\:grid-cols-2[class*=grid-line-x]>*:nth-child(2n+2):before {
        right: 0
    }
    .md\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2):before {
        border-bottom-width: 0
    }
    .md\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2)~*:before {
        border-bottom-width: 0
    }
    .md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(n):after {
        border-right-width: 1px
    }
    .md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(2n+2):after {
        border-right-width: 0
    }
    .md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(-n+2):after {
        top: 0
    }
    .md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2):after {
        bottom: 0
    }
    .md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2)~li:after {
        bottom: 0
    }
    .md\:grid-cols-3[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .md\:grid-cols-3[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .md\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):before {
        left: 0
    }
    .md\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+3):before {
        right: 0
    }
    .md\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):nth-last-child(-n+3):before {
        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
    }
}

@media (min-width: 1040px) {
    [class*=grid-line-]>* {
        position: relative
    }
    [class*=grid-line-]>*:before,
    [class*=grid-line-]>*:after {
        content: "";
        position: absolute;
        z-index: 0;
        pointer-events: none
    }
    .lg\:grid-line-x>*:before {
        content: "";
        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: "";
        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: "";
        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: "";
        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-1[class*=grid-line-x-]>*:before {
        bottom: -.0625rem
    }
    .lg\:grid-line-x-1[class*=grid-line-yfull]>*:after {
        top: -.0625rem;
        bottom: -.0625rem
    }
    .lg\:grid-line-x-2[class*=grid-line-x-]>*:before {
        bottom: -.125rem
    }
    .lg\:grid-line-x-2[class*=grid-line-yfull]>*:after {
        top: -.125rem;
        bottom: -.125rem
    }
    .lg\:grid-line-x-3[class*=grid-line-x-]>*:before {
        bottom: -.1875rem
    }
    .lg\:grid-line-x-3[class*=grid-line-yfull]>*:after {
        top: -.1875rem;
        bottom: -.1875rem
    }
    .lg\:grid-line-x-4[class*=grid-line-x-]>*:before {
        bottom: -.25rem
    }
    .lg\:grid-line-x-4[class*=grid-line-yfull]>*:after {
        top: -.25rem;
        bottom: -.25rem
    }
    .lg\:grid-line-x-5[class*=grid-line-x-]>*:before {
        bottom: -.3125rem
    }
    .lg\:grid-line-x-5[class*=grid-line-yfull]>*:after {
        top: -.3125rem;
        bottom: -.3125rem
    }
    .lg\:grid-line-x-6[class*=grid-line-x-]>*:before {
        bottom: -.375rem
    }
    .lg\:grid-line-x-6[class*=grid-line-yfull]>*:after {
        top: -.375rem;
        bottom: -.375rem
    }
    .lg\:grid-line-x-7[class*=grid-line-x-]>*:before {
        bottom: -.4375rem
    }
    .lg\:grid-line-x-7[class*=grid-line-yfull]>*:after {
        top: -.4375rem;
        bottom: -.4375rem
    }
    .lg\:grid-line-x-8[class*=grid-line-x-]>*:before {
        bottom: -.5rem
    }
    .lg\:grid-line-x-8[class*=grid-line-yfull]>*:after {
        top: -.5rem;
        bottom: -.5rem
    }
    .lg\:grid-line-x-9[class*=grid-line-x-]>*:before {
        bottom: -.5625rem
    }
    .lg\:grid-line-x-9[class*=grid-line-yfull]>*:after {
        top: -.5625rem;
        bottom: -.5625rem
    }
    .lg\:grid-line-x-10[class*=grid-line-x-]>*:before {
        bottom: -.625rem
    }
    .lg\:grid-line-x-10[class*=grid-line-yfull]>*:after {
        top: -.625rem;
        bottom: -.625rem
    }
    .lg\:grid-line-x-11[class*=grid-line-x-]>*:before {
        bottom: -.6875rem
    }
    .lg\:grid-line-x-11[class*=grid-line-yfull]>*:after {
        top: -.6875rem;
        bottom: -.6875rem
    }
    .lg\:grid-line-x-12[class*=grid-line-x-]>*:before {
        bottom: -.75rem
    }
    .lg\:grid-line-x-12[class*=grid-line-yfull]>*:after {
        top: -.75rem;
        bottom: -.75rem
    }
    .lg\:grid-line-x-13[class*=grid-line-x-]>*:before {
        bottom: -.8125rem
    }
    .lg\:grid-line-x-13[class*=grid-line-yfull]>*:after {
        top: -.8125rem;
        bottom: -.8125rem
    }
    .lg\:grid-line-x-14[class*=grid-line-x-]>*:before {
        bottom: -.875rem
    }
    .lg\:grid-line-x-14[class*=grid-line-yfull]>*:after {
        top: -.875rem;
        bottom: -.875rem
    }
    .lg\:grid-line-x-15[class*=grid-line-x-]>*:before {
        bottom: -.9375rem
    }
    .lg\:grid-line-x-15[class*=grid-line-yfull]>*:after {
        top: -.9375rem;
        bottom: -.9375rem
    }
    .lg\:grid-line-x-16[class*=grid-line-x-]>*:before {
        bottom: -1rem
    }
    .lg\:grid-line-x-16[class*=grid-line-yfull]>*:after {
        top: -1rem;
        bottom: -1rem
    }
    .lg\:grid-line-x-17[class*=grid-line-x-]>*:before {
        bottom: -1.0625rem
    }
    .lg\:grid-line-x-17[class*=grid-line-yfull]>*:after {
        top: -1.0625rem;
        bottom: -1.0625rem
    }
    .lg\:grid-line-x-18[class*=grid-line-x-]>*:before {
        bottom: -1.125rem
    }
    .lg\:grid-line-x-18[class*=grid-line-yfull]>*:after {
        top: -1.125rem;
        bottom: -1.125rem
    }
    .lg\:grid-line-x-19[class*=grid-line-x-]>*:before {
        bottom: -1.1875rem
    }
    .lg\:grid-line-x-19[class*=grid-line-yfull]>*:after {
        top: -1.1875rem;
        bottom: -1.1875rem
    }
    .lg\:grid-line-x-20[class*=grid-line-x-]>*:before {
        bottom: -1.25rem
    }
    .lg\:grid-line-x-20[class*=grid-line-yfull]>*:after {
        top: -1.25rem;
        bottom: -1.25rem
    }
    .lg\:grid-line-x-21[class*=grid-line-x-]>*:before {
        bottom: -1.3125rem
    }
    .lg\:grid-line-x-21[class*=grid-line-yfull]>*:after {
        top: -1.3125rem;
        bottom: -1.3125rem
    }
    .lg\:grid-line-x-22[class*=grid-line-x-]>*:before {
        bottom: -1.375rem
    }
    .lg\:grid-line-x-22[class*=grid-line-yfull]>*:after {
        top: -1.375rem;
        bottom: -1.375rem
    }
    .lg\:grid-line-x-23[class*=grid-line-x-]>*:before {
        bottom: -1.4375rem
    }
    .lg\:grid-line-x-23[class*=grid-line-yfull]>*:after {
        top: -1.4375rem;
        bottom: -1.4375rem
    }
    .lg\:grid-line-x-24[class*=grid-line-x-]>*:before {
        bottom: -1.5rem
    }
    .lg\:grid-line-x-24[class*=grid-line-yfull]>*:after {
        top: -1.5rem;
        bottom: -1.5rem
    }
    .lg\:grid-line-x-25[class*=grid-line-x-]>*:before {
        bottom: -1.5625rem
    }
    .lg\:grid-line-x-25[class*=grid-line-yfull]>*:after {
        top: -1.5625rem;
        bottom: -1.5625rem
    }
    .lg\:grid-line-x-26[class*=grid-line-x-]>*:before {
        bottom: -1.625rem
    }
    .lg\:grid-line-x-26[class*=grid-line-yfull]>*:after {
        top: -1.625rem;
        bottom: -1.625rem
    }
    .lg\:grid-line-x-27[class*=grid-line-x-]>*:before {
        bottom: -1.6875rem
    }
    .lg\:grid-line-x-27[class*=grid-line-yfull]>*:after {
        top: -1.6875rem;
        bottom: -1.6875rem
    }
    .lg\:grid-line-x-28[class*=grid-line-x-]>*:before {
        bottom: -1.75rem
    }
    .lg\:grid-line-x-28[class*=grid-line-yfull]>*:after {
        top: -1.75rem;
        bottom: -1.75rem
    }
    .lg\:grid-line-x-29[class*=grid-line-x-]>*:before {
        bottom: -1.8125rem
    }
    .lg\:grid-line-x-29[class*=grid-line-yfull]>*:after {
        top: -1.8125rem;
        bottom: -1.8125rem
    }
    .lg\:grid-line-x-30[class*=grid-line-x-]>*:before {
        bottom: -1.875rem
    }
    .lg\:grid-line-x-30[class*=grid-line-yfull]>*:after {
        top: -1.875rem;
        bottom: -1.875rem
    }
    .lg\:grid-line-x-31[class*=grid-line-x-]>*:before {
        bottom: -1.9375rem
    }
    .lg\:grid-line-x-31[class*=grid-line-yfull]>*:after {
        top: -1.9375rem;
        bottom: -1.9375rem
    }
    .lg\:grid-line-x-32[class*=grid-line-x-]>*:before {
        bottom: -2rem
    }
    .lg\:grid-line-x-32[class*=grid-line-yfull]>*:after {
        top: -2rem;
        bottom: -2rem
    }
    .lg\:grid-line-x-33[class*=grid-line-x-]>*:before {
        bottom: -2.0625rem
    }
    .lg\:grid-line-x-33[class*=grid-line-yfull]>*:after {
        top: -2.0625rem;
        bottom: -2.0625rem
    }
    .lg\:grid-line-x-34[class*=grid-line-x-]>*:before {
        bottom: -2.125rem
    }
    .lg\:grid-line-x-34[class*=grid-line-yfull]>*:after {
        top: -2.125rem;
        bottom: -2.125rem
    }
    .lg\:grid-line-x-35[class*=grid-line-x-]>*:before {
        bottom: -2.1875rem
    }
    .lg\:grid-line-x-35[class*=grid-line-yfull]>*:after {
        top: -2.1875rem;
        bottom: -2.1875rem
    }
    .lg\:grid-line-x-36[class*=grid-line-x-]>*:before {
        bottom: -2.25rem
    }
    .lg\:grid-line-x-36[class*=grid-line-yfull]>*:after {
        top: -2.25rem;
        bottom: -2.25rem
    }
    .lg\:grid-line-x-37[class*=grid-line-x-]>*:before {
        bottom: -2.3125rem
    }
    .lg\:grid-line-x-37[class*=grid-line-yfull]>*:after {
        top: -2.3125rem;
        bottom: -2.3125rem
    }
    .lg\:grid-line-x-38[class*=grid-line-x-]>*:before {
        bottom: -2.375rem
    }
    .lg\:grid-line-x-38[class*=grid-line-yfull]>*:after {
        top: -2.375rem;
        bottom: -2.375rem
    }
    .lg\:grid-line-x-39[class*=grid-line-x-]>*:before {
        bottom: -2.4375rem
    }
    .lg\:grid-line-x-39[class*=grid-line-yfull]>*:after {
        top: -2.4375rem;
        bottom: -2.4375rem
    }
    .lg\:grid-line-x-40[class*=grid-line-x-]>*:before {
        bottom: -2.5rem
    }
    .lg\:grid-line-x-40[class*=grid-line-yfull]>*:after {
        top: -2.5rem;
        bottom: -2.5rem
    }
    .lg\:grid-line-x-41[class*=grid-line-x-]>*:before {
        bottom: -2.5625rem
    }
    .lg\:grid-line-x-41[class*=grid-line-yfull]>*:after {
        top: -2.5625rem;
        bottom: -2.5625rem
    }
    .lg\:grid-line-x-42[class*=grid-line-x-]>*:before {
        bottom: -2.625rem
    }
    .lg\:grid-line-x-42[class*=grid-line-yfull]>*:after {
        top: -2.625rem;
        bottom: -2.625rem
    }
    .lg\:grid-line-x-43[class*=grid-line-x-]>*:before {
        bottom: -2.6875rem
    }
    .lg\:grid-line-x-43[class*=grid-line-yfull]>*:after {
        top: -2.6875rem;
        bottom: -2.6875rem
    }
    .lg\:grid-line-x-44[class*=grid-line-x-]>*:before {
        bottom: -2.75rem
    }
    .lg\:grid-line-x-44[class*=grid-line-yfull]>*:after {
        top: -2.75rem;
        bottom: -2.75rem
    }
    .lg\:grid-line-x-45[class*=grid-line-x-]>*:before {
        bottom: -2.8125rem
    }
    .lg\:grid-line-x-45[class*=grid-line-yfull]>*:after {
        top: -2.8125rem;
        bottom: -2.8125rem
    }
    .lg\:grid-line-x-46[class*=grid-line-x-]>*:before {
        bottom: -2.875rem
    }
    .lg\:grid-line-x-46[class*=grid-line-yfull]>*:after {
        top: -2.875rem;
        bottom: -2.875rem
    }
    .lg\:grid-line-x-47[class*=grid-line-x-]>*:before {
        bottom: -2.9375rem
    }
    .lg\:grid-line-x-47[class*=grid-line-yfull]>*:after {
        top: -2.9375rem;
        bottom: -2.9375rem
    }
    .lg\:grid-line-x-48[class*=grid-line-x-]>*:before {
        bottom: -3rem
    }
    .lg\:grid-line-x-48[class*=grid-line-yfull]>*:after {
        top: -3rem;
        bottom: -3rem
    }
    .lg\:grid-line-x-49[class*=grid-line-x-]>*:before {
        bottom: -3.0625rem
    }
    .lg\:grid-line-x-49[class*=grid-line-yfull]>*:after {
        top: -3.0625rem;
        bottom: -3.0625rem
    }
    .lg\:grid-line-x-50[class*=grid-line-x-]>*:before {
        bottom: -3.125rem
    }
    .lg\:grid-line-x-50[class*=grid-line-yfull]>*:after {
        top: -3.125rem;
        bottom: -3.125rem
    }
    .lg\:grid-line-x-51[class*=grid-line-x-]>*:before {
        bottom: -3.1875rem
    }
    .lg\:grid-line-x-51[class*=grid-line-yfull]>*:after {
        top: -3.1875rem;
        bottom: -3.1875rem
    }
    .lg\:grid-line-x-52[class*=grid-line-x-]>*:before {
        bottom: -3.25rem
    }
    .lg\:grid-line-x-52[class*=grid-line-yfull]>*:after {
        top: -3.25rem;
        bottom: -3.25rem
    }
    .lg\:grid-line-x-53[class*=grid-line-x-]>*:before {
        bottom: -3.3125rem
    }
    .lg\:grid-line-x-53[class*=grid-line-yfull]>*:after {
        top: -3.3125rem;
        bottom: -3.3125rem
    }
    .lg\:grid-line-x-54[class*=grid-line-x-]>*:before {
        bottom: -3.375rem
    }
    .lg\:grid-line-x-54[class*=grid-line-yfull]>*:after {
        top: -3.375rem;
        bottom: -3.375rem
    }
    .lg\:grid-line-x-55[class*=grid-line-x-]>*:before {
        bottom: -3.4375rem
    }
    .lg\:grid-line-x-55[class*=grid-line-yfull]>*:after {
        top: -3.4375rem;
        bottom: -3.4375rem
    }
    .lg\:grid-line-x-56[class*=grid-line-x-]>*:before {
        bottom: -3.5rem
    }
    .lg\:grid-line-x-56[class*=grid-line-yfull]>*:after {
        top: -3.5rem;
        bottom: -3.5rem
    }
    .lg\:grid-line-x-57[class*=grid-line-x-]>*:before {
        bottom: -3.5625rem
    }
    .lg\:grid-line-x-57[class*=grid-line-yfull]>*:after {
        top: -3.5625rem;
        bottom: -3.5625rem
    }
    .lg\:grid-line-x-58[class*=grid-line-x-]>*:before {
        bottom: -3.625rem
    }
    .lg\:grid-line-x-58[class*=grid-line-yfull]>*:after {
        top: -3.625rem;
        bottom: -3.625rem
    }
    .lg\:grid-line-x-59[class*=grid-line-x-]>*:before {
        bottom: -3.6875rem
    }
    .lg\:grid-line-x-59[class*=grid-line-yfull]>*:after {
        top: -3.6875rem;
        bottom: -3.6875rem
    }
    .lg\:grid-line-x-60[class*=grid-line-x-]>*:before {
        bottom: -3.75rem
    }
    .lg\:grid-line-x-60[class*=grid-line-yfull]>*:after {
        top: -3.75rem;
        bottom: -3.75rem
    }
    .lg\:grid-line-x-61[class*=grid-line-x-]>*:before {
        bottom: -3.8125rem
    }
    .lg\:grid-line-x-61[class*=grid-line-yfull]>*:after {
        top: -3.8125rem;
        bottom: -3.8125rem
    }
    .lg\:grid-line-x-62[class*=grid-line-x-]>*:before {
        bottom: -3.875rem
    }
    .lg\:grid-line-x-62[class*=grid-line-yfull]>*:after {
        top: -3.875rem;
        bottom: -3.875rem
    }
    .lg\:grid-line-x-63[class*=grid-line-x-]>*:before {
        bottom: -3.9375rem
    }
    .lg\:grid-line-x-63[class*=grid-line-yfull]>*:after {
        top: -3.9375rem;
        bottom: -3.9375rem
    }
    .lg\:grid-line-x-64[class*=grid-line-x-]>*:before {
        bottom: -4rem
    }
    .lg\:grid-line-x-64[class*=grid-line-yfull]>*:after {
        top: -4rem;
        bottom: -4rem
    }
    .lg\:grid-line-x-65[class*=grid-line-x-]>*:before {
        bottom: -4.0625rem
    }
    .lg\:grid-line-x-65[class*=grid-line-yfull]>*:after {
        top: -4.0625rem;
        bottom: -4.0625rem
    }
    .lg\:grid-line-x-66[class*=grid-line-x-]>*:before {
        bottom: -4.125rem
    }
    .lg\:grid-line-x-66[class*=grid-line-yfull]>*:after {
        top: -4.125rem;
        bottom: -4.125rem
    }
    .lg\:grid-line-x-67[class*=grid-line-x-]>*:before {
        bottom: -4.1875rem
    }
    .lg\:grid-line-x-67[class*=grid-line-yfull]>*:after {
        top: -4.1875rem;
        bottom: -4.1875rem
    }
    .lg\:grid-line-x-68[class*=grid-line-x-]>*:before {
        bottom: -4.25rem
    }
    .lg\:grid-line-x-68[class*=grid-line-yfull]>*:after {
        top: -4.25rem;
        bottom: -4.25rem
    }
    .lg\:grid-line-x-69[class*=grid-line-x-]>*:before {
        bottom: -4.3125rem
    }
    .lg\:grid-line-x-69[class*=grid-line-yfull]>*:after {
        top: -4.3125rem;
        bottom: -4.3125rem
    }
    .lg\:grid-line-x-70[class*=grid-line-x-]>*:before {
        bottom: -4.375rem
    }
    .lg\:grid-line-x-70[class*=grid-line-yfull]>*:after {
        top: -4.375rem;
        bottom: -4.375rem
    }
    .lg\:grid-line-x-71[class*=grid-line-x-]>*:before {
        bottom: -4.4375rem
    }
    .lg\:grid-line-x-71[class*=grid-line-yfull]>*:after {
        top: -4.4375rem;
        bottom: -4.4375rem
    }
    .lg\:grid-line-x-72[class*=grid-line-x-]>*:before {
        bottom: -4.5rem
    }
    .lg\:grid-line-x-72[class*=grid-line-yfull]>*:after {
        top: -4.5rem;
        bottom: -4.5rem
    }
    .lg\:grid-line-x-73[class*=grid-line-x-]>*:before {
        bottom: -4.5625rem
    }
    .lg\:grid-line-x-73[class*=grid-line-yfull]>*:after {
        top: -4.5625rem;
        bottom: -4.5625rem
    }
    .lg\:grid-line-x-74[class*=grid-line-x-]>*:before {
        bottom: -4.625rem
    }
    .lg\:grid-line-x-74[class*=grid-line-yfull]>*:after {
        top: -4.625rem;
        bottom: -4.625rem
    }
    .lg\:grid-line-x-75[class*=grid-line-x-]>*:before {
        bottom: -4.6875rem
    }
    .lg\:grid-line-x-75[class*=grid-line-yfull]>*:after {
        top: -4.6875rem;
        bottom: -4.6875rem
    }
    .lg\:grid-line-x-76[class*=grid-line-x-]>*:before {
        bottom: -4.75rem
    }
    .lg\:grid-line-x-76[class*=grid-line-yfull]>*:after {
        top: -4.75rem;
        bottom: -4.75rem
    }
    .lg\:grid-line-x-77[class*=grid-line-x-]>*:before {
        bottom: -4.8125rem
    }
    .lg\:grid-line-x-77[class*=grid-line-yfull]>*:after {
        top: -4.8125rem;
        bottom: -4.8125rem
    }
    .lg\:grid-line-x-78[class*=grid-line-x-]>*:before {
        bottom: -4.875rem
    }
    .lg\:grid-line-x-78[class*=grid-line-yfull]>*:after {
        top: -4.875rem;
        bottom: -4.875rem
    }
    .lg\:grid-line-x-79[class*=grid-line-x-]>*:before {
        bottom: -4.9375rem
    }
    .lg\:grid-line-x-79[class*=grid-line-yfull]>*:after {
        top: -4.9375rem;
        bottom: -4.9375rem
    }
    .lg\:grid-line-x-80[class*=grid-line-x-]>*:before {
        bottom: -5rem
    }
    .lg\:grid-line-x-80[class*=grid-line-yfull]>*:after {
        top: -5rem;
        bottom: -5rem
    }
    .lg\:grid-line-x-81[class*=grid-line-x-]>*:before {
        bottom: -5.0625rem
    }
    .lg\:grid-line-x-81[class*=grid-line-yfull]>*:after {
        top: -5.0625rem;
        bottom: -5.0625rem
    }
    .lg\:grid-line-x-82[class*=grid-line-x-]>*:before {
        bottom: -5.125rem
    }
    .lg\:grid-line-x-82[class*=grid-line-yfull]>*:after {
        top: -5.125rem;
        bottom: -5.125rem
    }
    .lg\:grid-line-x-83[class*=grid-line-x-]>*:before {
        bottom: -5.1875rem
    }
    .lg\:grid-line-x-83[class*=grid-line-yfull]>*:after {
        top: -5.1875rem;
        bottom: -5.1875rem
    }
    .lg\:grid-line-x-84[class*=grid-line-x-]>*:before {
        bottom: -5.25rem
    }
    .lg\:grid-line-x-84[class*=grid-line-yfull]>*:after {
        top: -5.25rem;
        bottom: -5.25rem
    }
    .lg\:grid-line-x-85[class*=grid-line-x-]>*:before {
        bottom: -5.3125rem
    }
    .lg\:grid-line-x-85[class*=grid-line-yfull]>*:after {
        top: -5.3125rem;
        bottom: -5.3125rem
    }
    .lg\:grid-line-x-86[class*=grid-line-x-]>*:before {
        bottom: -5.375rem
    }
    .lg\:grid-line-x-86[class*=grid-line-yfull]>*:after {
        top: -5.375rem;
        bottom: -5.375rem
    }
    .lg\:grid-line-x-87[class*=grid-line-x-]>*:before {
        bottom: -5.4375rem
    }
    .lg\:grid-line-x-87[class*=grid-line-yfull]>*:after {
        top: -5.4375rem;
        bottom: -5.4375rem
    }
    .lg\:grid-line-x-88[class*=grid-line-x-]>*:before {
        bottom: -5.5rem
    }
    .lg\:grid-line-x-88[class*=grid-line-yfull]>*:after {
        top: -5.5rem;
        bottom: -5.5rem
    }
    .lg\:grid-line-x-89[class*=grid-line-x-]>*:before {
        bottom: -5.5625rem
    }
    .lg\:grid-line-x-89[class*=grid-line-yfull]>*:after {
        top: -5.5625rem;
        bottom: -5.5625rem
    }
    .lg\:grid-line-x-90[class*=grid-line-x-]>*:before {
        bottom: -5.625rem
    }
    .lg\:grid-line-x-90[class*=grid-line-yfull]>*:after {
        top: -5.625rem;
        bottom: -5.625rem
    }
    .lg\:grid-line-x-91[class*=grid-line-x-]>*:before {
        bottom: -5.6875rem
    }
    .lg\:grid-line-x-91[class*=grid-line-yfull]>*:after {
        top: -5.6875rem;
        bottom: -5.6875rem
    }
    .lg\:grid-line-x-92[class*=grid-line-x-]>*:before {
        bottom: -5.75rem
    }
    .lg\:grid-line-x-92[class*=grid-line-yfull]>*:after {
        top: -5.75rem;
        bottom: -5.75rem
    }
    .lg\:grid-line-x-93[class*=grid-line-x-]>*:before {
        bottom: -5.8125rem
    }
    .lg\:grid-line-x-93[class*=grid-line-yfull]>*:after {
        top: -5.8125rem;
        bottom: -5.8125rem
    }
    .lg\:grid-line-x-94[class*=grid-line-x-]>*:before {
        bottom: -5.875rem
    }
    .lg\:grid-line-x-94[class*=grid-line-yfull]>*:after {
        top: -5.875rem;
        bottom: -5.875rem
    }
    .lg\:grid-line-x-95[class*=grid-line-x-]>*:before {
        bottom: -5.9375rem
    }
    .lg\:grid-line-x-95[class*=grid-line-yfull]>*:after {
        top: -5.9375rem;
        bottom: -5.9375rem
    }
    .lg\:grid-line-x-96[class*=grid-line-x-]>*:before {
        bottom: -6rem
    }
    .lg\:grid-line-x-96[class*=grid-line-yfull]>*:after {
        top: -6rem;
        bottom: -6rem
    }
    .lg\:grid-line-x-97[class*=grid-line-x-]>*:before {
        bottom: -6.0625rem
    }
    .lg\:grid-line-x-97[class*=grid-line-yfull]>*:after {
        top: -6.0625rem;
        bottom: -6.0625rem
    }
    .lg\:grid-line-x-98[class*=grid-line-x-]>*:before {
        bottom: -6.125rem
    }
    .lg\:grid-line-x-98[class*=grid-line-yfull]>*:after {
        top: -6.125rem;
        bottom: -6.125rem
    }
    .lg\:grid-line-x-99[class*=grid-line-x-]>*:before {
        bottom: -6.1875rem
    }
    .lg\:grid-line-x-99[class*=grid-line-yfull]>*:after {
        top: -6.1875rem;
        bottom: -6.1875rem
    }
    .lg\:grid-line-x-100[class*=grid-line-x-]>*:before {
        bottom: -6.25rem
    }
    .lg\:grid-line-x-100[class*=grid-line-yfull]>*:after {
        top: -6.25rem;
        bottom: -6.25rem
    }
    .lg\:grid-line-x-101[class*=grid-line-x-]>*:before {
        bottom: -6.3125rem
    }
    .lg\:grid-line-x-101[class*=grid-line-yfull]>*:after {
        top: -6.3125rem;
        bottom: -6.3125rem
    }
    .lg\:grid-line-x-102[class*=grid-line-x-]>*:before {
        bottom: -6.375rem
    }
    .lg\:grid-line-x-102[class*=grid-line-yfull]>*:after {
        top: -6.375rem;
        bottom: -6.375rem
    }
    .lg\:grid-line-x-103[class*=grid-line-x-]>*:before {
        bottom: -6.4375rem
    }
    .lg\:grid-line-x-103[class*=grid-line-yfull]>*:after {
        top: -6.4375rem;
        bottom: -6.4375rem
    }
    .lg\:grid-line-x-104[class*=grid-line-x-]>*:before {
        bottom: -6.5rem
    }
    .lg\:grid-line-x-104[class*=grid-line-yfull]>*:after {
        top: -6.5rem;
        bottom: -6.5rem
    }
    .lg\:grid-line-x-105[class*=grid-line-x-]>*:before {
        bottom: -6.5625rem
    }
    .lg\:grid-line-x-105[class*=grid-line-yfull]>*:after {
        top: -6.5625rem;
        bottom: -6.5625rem
    }
    .lg\:grid-line-x-106[class*=grid-line-x-]>*:before {
        bottom: -6.625rem
    }
    .lg\:grid-line-x-106[class*=grid-line-yfull]>*:after {
        top: -6.625rem;
        bottom: -6.625rem
    }
    .lg\:grid-line-x-107[class*=grid-line-x-]>*:before {
        bottom: -6.6875rem
    }
    .lg\:grid-line-x-107[class*=grid-line-yfull]>*:after {
        top: -6.6875rem;
        bottom: -6.6875rem
    }
    .lg\:grid-line-x-108[class*=grid-line-x-]>*:before {
        bottom: -6.75rem
    }
    .lg\:grid-line-x-108[class*=grid-line-yfull]>*:after {
        top: -6.75rem;
        bottom: -6.75rem
    }
    .lg\:grid-line-x-109[class*=grid-line-x-]>*:before {
        bottom: -6.8125rem
    }
    .lg\:grid-line-x-109[class*=grid-line-yfull]>*:after {
        top: -6.8125rem;
        bottom: -6.8125rem
    }
    .lg\:grid-line-x-110[class*=grid-line-x-]>*:before {
        bottom: -6.875rem
    }
    .lg\:grid-line-x-110[class*=grid-line-yfull]>*:after {
        top: -6.875rem;
        bottom: -6.875rem
    }
    .lg\:grid-line-x-111[class*=grid-line-x-]>*:before {
        bottom: -6.9375rem
    }
    .lg\:grid-line-x-111[class*=grid-line-yfull]>*:after {
        top: -6.9375rem;
        bottom: -6.9375rem
    }
    .lg\:grid-line-x-112[class*=grid-line-x-]>*:before {
        bottom: -7rem
    }
    .lg\:grid-line-x-112[class*=grid-line-yfull]>*:after {
        top: -7rem;
        bottom: -7rem
    }
    .lg\:grid-line-x-113[class*=grid-line-x-]>*:before {
        bottom: -7.0625rem
    }
    .lg\:grid-line-x-113[class*=grid-line-yfull]>*:after {
        top: -7.0625rem;
        bottom: -7.0625rem
    }
    .lg\:grid-line-x-114[class*=grid-line-x-]>*:before {
        bottom: -7.125rem
    }
    .lg\:grid-line-x-114[class*=grid-line-yfull]>*:after {
        top: -7.125rem;
        bottom: -7.125rem
    }
    .lg\:grid-line-x-115[class*=grid-line-x-]>*:before {
        bottom: -7.1875rem
    }
    .lg\:grid-line-x-115[class*=grid-line-yfull]>*:after {
        top: -7.1875rem;
        bottom: -7.1875rem
    }
    .lg\:grid-line-x-116[class*=grid-line-x-]>*:before {
        bottom: -7.25rem
    }
    .lg\:grid-line-x-116[class*=grid-line-yfull]>*:after {
        top: -7.25rem;
        bottom: -7.25rem
    }
    .lg\:grid-line-x-117[class*=grid-line-x-]>*:before {
        bottom: -7.3125rem
    }
    .lg\:grid-line-x-117[class*=grid-line-yfull]>*:after {
        top: -7.3125rem;
        bottom: -7.3125rem
    }
    .lg\:grid-line-x-118[class*=grid-line-x-]>*:before {
        bottom: -7.375rem
    }
    .lg\:grid-line-x-118[class*=grid-line-yfull]>*:after {
        top: -7.375rem;
        bottom: -7.375rem
    }
    .lg\:grid-line-x-119[class*=grid-line-x-]>*:before {
        bottom: -7.4375rem
    }
    .lg\:grid-line-x-119[class*=grid-line-yfull]>*:after {
        top: -7.4375rem;
        bottom: -7.4375rem
    }
    .lg\:grid-line-x-120[class*=grid-line-x-]>*:before {
        bottom: -7.5rem
    }
    .lg\:grid-line-x-120[class*=grid-line-yfull]>*:after {
        top: -7.5rem;
        bottom: -7.5rem
    }
    .lg\:grid-line-x-121[class*=grid-line-x-]>*:before {
        bottom: -7.5625rem
    }
    .lg\:grid-line-x-121[class*=grid-line-yfull]>*:after {
        top: -7.5625rem;
        bottom: -7.5625rem
    }
    .lg\:grid-line-x-122[class*=grid-line-x-]>*:before {
        bottom: -7.625rem
    }
    .lg\:grid-line-x-122[class*=grid-line-yfull]>*:after {
        top: -7.625rem;
        bottom: -7.625rem
    }
    .lg\:grid-line-x-123[class*=grid-line-x-]>*:before {
        bottom: -7.6875rem
    }
    .lg\:grid-line-x-123[class*=grid-line-yfull]>*:after {
        top: -7.6875rem;
        bottom: -7.6875rem
    }
    .lg\:grid-line-x-124[class*=grid-line-x-]>*:before {
        bottom: -7.75rem
    }
    .lg\:grid-line-x-124[class*=grid-line-yfull]>*:after {
        top: -7.75rem;
        bottom: -7.75rem
    }
    .lg\:grid-line-x-125[class*=grid-line-x-]>*:before {
        bottom: -7.8125rem
    }
    .lg\:grid-line-x-125[class*=grid-line-yfull]>*:after {
        top: -7.8125rem;
        bottom: -7.8125rem
    }
    .lg\:grid-line-x-126[class*=grid-line-x-]>*:before {
        bottom: -7.875rem
    }
    .lg\:grid-line-x-126[class*=grid-line-yfull]>*:after {
        top: -7.875rem;
        bottom: -7.875rem
    }
    .lg\:grid-line-x-127[class*=grid-line-x-]>*:before {
        bottom: -7.9375rem
    }
    .lg\:grid-line-x-127[class*=grid-line-yfull]>*:after {
        top: -7.9375rem;
        bottom: -7.9375rem
    }
    .lg\:grid-line-x-128[class*=grid-line-x-]>*:before {
        bottom: -8rem
    }
    .lg\:grid-line-x-128[class*=grid-line-yfull]>*:after {
        top: -8rem;
        bottom: -8rem
    }
    .lg\:grid-line-x-129[class*=grid-line-x-]>*:before {
        bottom: -8.0625rem
    }
    .lg\:grid-line-x-129[class*=grid-line-yfull]>*:after {
        top: -8.0625rem;
        bottom: -8.0625rem
    }
    .lg\:grid-line-x-130[class*=grid-line-x-]>*:before {
        bottom: -8.125rem
    }
    .lg\:grid-line-x-130[class*=grid-line-yfull]>*:after {
        top: -8.125rem;
        bottom: -8.125rem
    }
    .lg\:grid-line-x-131[class*=grid-line-x-]>*:before {
        bottom: -8.1875rem
    }
    .lg\:grid-line-x-131[class*=grid-line-yfull]>*:after {
        top: -8.1875rem;
        bottom: -8.1875rem
    }
    .lg\:grid-line-x-132[class*=grid-line-x-]>*:before {
        bottom: -8.25rem
    }
    .lg\:grid-line-x-132[class*=grid-line-yfull]>*:after {
        top: -8.25rem;
        bottom: -8.25rem
    }
    .lg\:grid-line-x-133[class*=grid-line-x-]>*:before {
        bottom: -8.3125rem
    }
    .lg\:grid-line-x-133[class*=grid-line-yfull]>*:after {
        top: -8.3125rem;
        bottom: -8.3125rem
    }
    .lg\:grid-line-x-134[class*=grid-line-x-]>*:before {
        bottom: -8.375rem
    }
    .lg\:grid-line-x-134[class*=grid-line-yfull]>*:after {
        top: -8.375rem;
        bottom: -8.375rem
    }
    .lg\:grid-line-x-135[class*=grid-line-x-]>*:before {
        bottom: -8.4375rem
    }
    .lg\:grid-line-x-135[class*=grid-line-yfull]>*:after {
        top: -8.4375rem;
        bottom: -8.4375rem
    }
    .lg\:grid-line-x-136[class*=grid-line-x-]>*:before {
        bottom: -8.5rem
    }
    .lg\:grid-line-x-136[class*=grid-line-yfull]>*:after {
        top: -8.5rem;
        bottom: -8.5rem
    }
    .lg\:grid-line-x-137[class*=grid-line-x-]>*:before {
        bottom: -8.5625rem
    }
    .lg\:grid-line-x-137[class*=grid-line-yfull]>*:after {
        top: -8.5625rem;
        bottom: -8.5625rem
    }
    .lg\:grid-line-x-138[class*=grid-line-x-]>*:before {
        bottom: -8.625rem
    }
    .lg\:grid-line-x-138[class*=grid-line-yfull]>*:after {
        top: -8.625rem;
        bottom: -8.625rem
    }
    .lg\:grid-line-x-139[class*=grid-line-x-]>*:before {
        bottom: -8.6875rem
    }
    .lg\:grid-line-x-139[class*=grid-line-yfull]>*:after {
        top: -8.6875rem;
        bottom: -8.6875rem
    }
    .lg\:grid-line-x-140[class*=grid-line-x-]>*:before {
        bottom: -8.75rem
    }
    .lg\:grid-line-x-140[class*=grid-line-yfull]>*:after {
        top: -8.75rem;
        bottom: -8.75rem
    }
    .lg\:grid-line-x-141[class*=grid-line-x-]>*:before {
        bottom: -8.8125rem
    }
    .lg\:grid-line-x-141[class*=grid-line-yfull]>*:after {
        top: -8.8125rem;
        bottom: -8.8125rem
    }
    .lg\:grid-line-x-142[class*=grid-line-x-]>*:before {
        bottom: -8.875rem
    }
    .lg\:grid-line-x-142[class*=grid-line-yfull]>*:after {
        top: -8.875rem;
        bottom: -8.875rem
    }
    .lg\:grid-line-x-143[class*=grid-line-x-]>*:before {
        bottom: -8.9375rem
    }
    .lg\:grid-line-x-143[class*=grid-line-yfull]>*:after {
        top: -8.9375rem;
        bottom: -8.9375rem
    }
    .lg\:grid-line-x-144[class*=grid-line-x-]>*:before {
        bottom: -9rem
    }
    .lg\:grid-line-x-144[class*=grid-line-yfull]>*:after {
        top: -9rem;
        bottom: -9rem
    }
    .lg\:grid-line-x-145[class*=grid-line-x-]>*:before {
        bottom: -9.0625rem
    }
    .lg\:grid-line-x-145[class*=grid-line-yfull]>*:after {
        top: -9.0625rem;
        bottom: -9.0625rem
    }
    .lg\:grid-line-x-146[class*=grid-line-x-]>*:before {
        bottom: -9.125rem
    }
    .lg\:grid-line-x-146[class*=grid-line-yfull]>*:after {
        top: -9.125rem;
        bottom: -9.125rem
    }
    .lg\:grid-line-x-147[class*=grid-line-x-]>*:before {
        bottom: -9.1875rem
    }
    .lg\:grid-line-x-147[class*=grid-line-yfull]>*:after {
        top: -9.1875rem;
        bottom: -9.1875rem
    }
    .lg\:grid-line-x-148[class*=grid-line-x-]>*:before {
        bottom: -9.25rem
    }
    .lg\:grid-line-x-148[class*=grid-line-yfull]>*:after {
        top: -9.25rem;
        bottom: -9.25rem
    }
    .lg\:grid-line-x-149[class*=grid-line-x-]>*:before {
        bottom: -9.3125rem
    }
    .lg\:grid-line-x-149[class*=grid-line-yfull]>*:after {
        top: -9.3125rem;
        bottom: -9.3125rem
    }
    .lg\:grid-line-x-150[class*=grid-line-x-]>*:before {
        bottom: -9.375rem
    }
    .lg\:grid-line-x-150[class*=grid-line-yfull]>*:after {
        top: -9.375rem;
        bottom: -9.375rem
    }
    .lg\:grid-line-x-151[class*=grid-line-x-]>*:before {
        bottom: -9.4375rem
    }
    .lg\:grid-line-x-151[class*=grid-line-yfull]>*:after {
        top: -9.4375rem;
        bottom: -9.4375rem
    }
    .lg\:grid-line-x-152[class*=grid-line-x-]>*:before {
        bottom: -9.5rem
    }
    .lg\:grid-line-x-152[class*=grid-line-yfull]>*:after {
        top: -9.5rem;
        bottom: -9.5rem
    }
    .lg\:grid-line-x-153[class*=grid-line-x-]>*:before {
        bottom: -9.5625rem
    }
    .lg\:grid-line-x-153[class*=grid-line-yfull]>*:after {
        top: -9.5625rem;
        bottom: -9.5625rem
    }
    .lg\:grid-line-x-154[class*=grid-line-x-]>*:before {
        bottom: -9.625rem
    }
    .lg\:grid-line-x-154[class*=grid-line-yfull]>*:after {
        top: -9.625rem;
        bottom: -9.625rem
    }
    .lg\:grid-line-x-155[class*=grid-line-x-]>*:before {
        bottom: -9.6875rem
    }
    .lg\:grid-line-x-155[class*=grid-line-yfull]>*:after {
        top: -9.6875rem;
        bottom: -9.6875rem
    }
    .lg\:grid-line-x-156[class*=grid-line-x-]>*:before {
        bottom: -9.75rem
    }
    .lg\:grid-line-x-156[class*=grid-line-yfull]>*:after {
        top: -9.75rem;
        bottom: -9.75rem
    }
    .lg\:grid-line-x-157[class*=grid-line-x-]>*:before {
        bottom: -9.8125rem
    }
    .lg\:grid-line-x-157[class*=grid-line-yfull]>*:after {
        top: -9.8125rem;
        bottom: -9.8125rem
    }
    .lg\:grid-line-x-158[class*=grid-line-x-]>*:before {
        bottom: -9.875rem
    }
    .lg\:grid-line-x-158[class*=grid-line-yfull]>*:after {
        top: -9.875rem;
        bottom: -9.875rem
    }
    .lg\:grid-line-x-159[class*=grid-line-x-]>*:before {
        bottom: -9.9375rem
    }
    .lg\:grid-line-x-159[class*=grid-line-yfull]>*:after {
        top: -9.9375rem;
        bottom: -9.9375rem
    }
    .lg\:grid-line-x-160[class*=grid-line-x-]>*:before {
        bottom: -10rem
    }
    .lg\:grid-line-x-160[class*=grid-line-yfull]>*:after {
        top: -10rem;
        bottom: -10rem
    }
    .lg\:grid-line-x-161[class*=grid-line-x-]>*:before {
        bottom: -10.0625rem
    }
    .lg\:grid-line-x-161[class*=grid-line-yfull]>*:after {
        top: -10.0625rem;
        bottom: -10.0625rem
    }
    .lg\:grid-line-x-162[class*=grid-line-x-]>*:before {
        bottom: -10.125rem
    }
    .lg\:grid-line-x-162[class*=grid-line-yfull]>*:after {
        top: -10.125rem;
        bottom: -10.125rem
    }
    .lg\:grid-line-x-163[class*=grid-line-x-]>*:before {
        bottom: -10.1875rem
    }
    .lg\:grid-line-x-163[class*=grid-line-yfull]>*:after {
        top: -10.1875rem;
        bottom: -10.1875rem
    }
    .lg\:grid-line-x-164[class*=grid-line-x-]>*:before {
        bottom: -10.25rem
    }
    .lg\:grid-line-x-164[class*=grid-line-yfull]>*:after {
        top: -10.25rem;
        bottom: -10.25rem
    }
    .lg\:grid-line-x-165[class*=grid-line-x-]>*:before {
        bottom: -10.3125rem
    }
    .lg\:grid-line-x-165[class*=grid-line-yfull]>*:after {
        top: -10.3125rem;
        bottom: -10.3125rem
    }
    .lg\:grid-line-x-166[class*=grid-line-x-]>*:before {
        bottom: -10.375rem
    }
    .lg\:grid-line-x-166[class*=grid-line-yfull]>*:after {
        top: -10.375rem;
        bottom: -10.375rem
    }
    .lg\:grid-line-x-167[class*=grid-line-x-]>*:before {
        bottom: -10.4375rem
    }
    .lg\:grid-line-x-167[class*=grid-line-yfull]>*:after {
        top: -10.4375rem;
        bottom: -10.4375rem
    }
    .lg\:grid-line-x-168[class*=grid-line-x-]>*:before {
        bottom: -10.5rem
    }
    .lg\:grid-line-x-168[class*=grid-line-yfull]>*:after {
        top: -10.5rem;
        bottom: -10.5rem
    }
    .lg\:grid-line-x-169[class*=grid-line-x-]>*:before {
        bottom: -10.5625rem
    }
    .lg\:grid-line-x-169[class*=grid-line-yfull]>*:after {
        top: -10.5625rem;
        bottom: -10.5625rem
    }
    .lg\:grid-line-x-170[class*=grid-line-x-]>*:before {
        bottom: -10.625rem
    }
    .lg\:grid-line-x-170[class*=grid-line-yfull]>*:after {
        top: -10.625rem;
        bottom: -10.625rem
    }
    .lg\:grid-line-x-171[class*=grid-line-x-]>*:before {
        bottom: -10.6875rem
    }
    .lg\:grid-line-x-171[class*=grid-line-yfull]>*:after {
        top: -10.6875rem;
        bottom: -10.6875rem
    }
    .lg\:grid-line-x-172[class*=grid-line-x-]>*:before {
        bottom: -10.75rem
    }
    .lg\:grid-line-x-172[class*=grid-line-yfull]>*:after {
        top: -10.75rem;
        bottom: -10.75rem
    }
    .lg\:grid-line-x-173[class*=grid-line-x-]>*:before {
        bottom: -10.8125rem
    }
    .lg\:grid-line-x-173[class*=grid-line-yfull]>*:after {
        top: -10.8125rem;
        bottom: -10.8125rem
    }
    .lg\:grid-line-x-174[class*=grid-line-x-]>*:before {
        bottom: -10.875rem
    }
    .lg\:grid-line-x-174[class*=grid-line-yfull]>*:after {
        top: -10.875rem;
        bottom: -10.875rem
    }
    .lg\:grid-line-x-175[class*=grid-line-x-]>*:before {
        bottom: -10.9375rem
    }
    .lg\:grid-line-x-175[class*=grid-line-yfull]>*:after {
        top: -10.9375rem;
        bottom: -10.9375rem
    }
    .lg\:grid-line-x-176[class*=grid-line-x-]>*:before {
        bottom: -11rem
    }
    .lg\:grid-line-x-176[class*=grid-line-yfull]>*:after {
        top: -11rem;
        bottom: -11rem
    }
    .lg\:grid-line-x-177[class*=grid-line-x-]>*:before {
        bottom: -11.0625rem
    }
    .lg\:grid-line-x-177[class*=grid-line-yfull]>*:after {
        top: -11.0625rem;
        bottom: -11.0625rem
    }
    .lg\:grid-line-x-178[class*=grid-line-x-]>*:before {
        bottom: -11.125rem
    }
    .lg\:grid-line-x-178[class*=grid-line-yfull]>*:after {
        top: -11.125rem;
        bottom: -11.125rem
    }
    .lg\:grid-line-x-179[class*=grid-line-x-]>*:before {
        bottom: -11.1875rem
    }
    .lg\:grid-line-x-179[class*=grid-line-yfull]>*:after {
        top: -11.1875rem;
        bottom: -11.1875rem
    }
    .lg\:grid-line-x-180[class*=grid-line-x-]>*:before {
        bottom: -11.25rem
    }
    .lg\:grid-line-x-180[class*=grid-line-yfull]>*:after {
        top: -11.25rem;
        bottom: -11.25rem
    }
    .lg\:grid-line-x-181[class*=grid-line-x-]>*:before {
        bottom: -11.3125rem
    }
    .lg\:grid-line-x-181[class*=grid-line-yfull]>*:after {
        top: -11.3125rem;
        bottom: -11.3125rem
    }
    .lg\:grid-line-x-182[class*=grid-line-x-]>*:before {
        bottom: -11.375rem
    }
    .lg\:grid-line-x-182[class*=grid-line-yfull]>*:after {
        top: -11.375rem;
        bottom: -11.375rem
    }
    .lg\:grid-line-x-183[class*=grid-line-x-]>*:before {
        bottom: -11.4375rem
    }
    .lg\:grid-line-x-183[class*=grid-line-yfull]>*:after {
        top: -11.4375rem;
        bottom: -11.4375rem
    }
    .lg\:grid-line-x-184[class*=grid-line-x-]>*:before {
        bottom: -11.5rem
    }
    .lg\:grid-line-x-184[class*=grid-line-yfull]>*:after {
        top: -11.5rem;
        bottom: -11.5rem
    }
    .lg\:grid-line-x-185[class*=grid-line-x-]>*:before {
        bottom: -11.5625rem
    }
    .lg\:grid-line-x-185[class*=grid-line-yfull]>*:after {
        top: -11.5625rem;
        bottom: -11.5625rem
    }
    .lg\:grid-line-x-186[class*=grid-line-x-]>*:before {
        bottom: -11.625rem
    }
    .lg\:grid-line-x-186[class*=grid-line-yfull]>*:after {
        top: -11.625rem;
        bottom: -11.625rem
    }
    .lg\:grid-line-x-187[class*=grid-line-x-]>*:before {
        bottom: -11.6875rem
    }
    .lg\:grid-line-x-187[class*=grid-line-yfull]>*:after {
        top: -11.6875rem;
        bottom: -11.6875rem
    }
    .lg\:grid-line-x-188[class*=grid-line-x-]>*:before {
        bottom: -11.75rem
    }
    .lg\:grid-line-x-188[class*=grid-line-yfull]>*:after {
        top: -11.75rem;
        bottom: -11.75rem
    }
    .lg\:grid-line-x-189[class*=grid-line-x-]>*:before {
        bottom: -11.8125rem
    }
    .lg\:grid-line-x-189[class*=grid-line-yfull]>*:after {
        top: -11.8125rem;
        bottom: -11.8125rem
    }
    .lg\:grid-line-x-190[class*=grid-line-x-]>*:before {
        bottom: -11.875rem
    }
    .lg\:grid-line-x-190[class*=grid-line-yfull]>*:after {
        top: -11.875rem;
        bottom: -11.875rem
    }
    .lg\:grid-line-x-191[class*=grid-line-x-]>*:before {
        bottom: -11.9375rem
    }
    .lg\:grid-line-x-191[class*=grid-line-yfull]>*:after {
        top: -11.9375rem;
        bottom: -11.9375rem
    }
    .lg\:grid-line-x-192[class*=grid-line-x-]>*:before {
        bottom: -12rem
    }
    .lg\:grid-line-x-192[class*=grid-line-yfull]>*:after {
        top: -12rem;
        bottom: -12rem
    }
    .lg\:grid-line-x-193[class*=grid-line-x-]>*:before {
        bottom: -12.0625rem
    }
    .lg\:grid-line-x-193[class*=grid-line-yfull]>*:after {
        top: -12.0625rem;
        bottom: -12.0625rem
    }
    .lg\:grid-line-x-194[class*=grid-line-x-]>*:before {
        bottom: -12.125rem
    }
    .lg\:grid-line-x-194[class*=grid-line-yfull]>*:after {
        top: -12.125rem;
        bottom: -12.125rem
    }
    .lg\:grid-line-x-195[class*=grid-line-x-]>*:before {
        bottom: -12.1875rem
    }
    .lg\:grid-line-x-195[class*=grid-line-yfull]>*:after {
        top: -12.1875rem;
        bottom: -12.1875rem
    }
    .lg\:grid-line-x-196[class*=grid-line-x-]>*:before {
        bottom: -12.25rem
    }
    .lg\:grid-line-x-196[class*=grid-line-yfull]>*:after {
        top: -12.25rem;
        bottom: -12.25rem
    }
    .lg\:grid-line-x-197[class*=grid-line-x-]>*:before {
        bottom: -12.3125rem
    }
    .lg\:grid-line-x-197[class*=grid-line-yfull]>*:after {
        top: -12.3125rem;
        bottom: -12.3125rem
    }
    .lg\:grid-line-x-198[class*=grid-line-x-]>*:before {
        bottom: -12.375rem
    }
    .lg\:grid-line-x-198[class*=grid-line-yfull]>*:after {
        top: -12.375rem;
        bottom: -12.375rem
    }
    .lg\:grid-line-x-199[class*=grid-line-x-]>*:before {
        bottom: -12.4375rem
    }
    .lg\:grid-line-x-199[class*=grid-line-yfull]>*:after {
        top: -12.4375rem;
        bottom: -12.4375rem
    }
    .lg\:grid-line-x-200[class*=grid-line-x-]>*:before {
        bottom: -12.5rem
    }
    .lg\:grid-line-x-200[class*=grid-line-yfull]>*:after {
        top: -12.5rem;
        bottom: -12.5rem
    }
    .lg\:grid-line-x-220[class*=grid-line-x-]>*:before {
        bottom: -13.75rem
    }
    .lg\:grid-line-x-220[class*=grid-line-yfull]>*:after {
        top: -13.75rem;
        bottom: -13.75rem
    }
    .lg\:grid-line-x-263[class*=grid-line-x-]>*:before {
        bottom: -16.4375rem
    }
    .lg\:grid-line-x-263[class*=grid-line-yfull]>*:after {
        top: -16.4375rem;
        bottom: -16.4375rem
    }
    .lg\:grid-line-x-273[class*=grid-line-x-]>*:before {
        bottom: -17.0625rem
    }
    .lg\:grid-line-x-273[class*=grid-line-yfull]>*:after {
        top: -17.0625rem;
        bottom: -17.0625rem
    }
    .lg\:grid-line-x-317[class*=grid-line-x-]>*:before {
        bottom: -19.8125rem
    }
    .lg\:grid-line-x-317[class*=grid-line-yfull]>*:after {
        top: -19.8125rem;
        bottom: -19.8125rem
    }
    .lg\:grid-line-x-343[class*=grid-line-x-]>*:before {
        bottom: -21.4375rem
    }
    .lg\:grid-line-x-343[class*=grid-line-yfull]>*:after {
        top: -21.4375rem;
        bottom: -21.4375rem
    }
    .lg\:grid-line-x-354[class*=grid-line-x-]>*:before {
        bottom: -22.125rem
    }
    .lg\:grid-line-x-354[class*=grid-line-yfull]>*:after {
        top: -22.125rem;
        bottom: -22.125rem
    }
    .lg\:grid-line-x-358[class*=grid-line-x-]>*:before {
        bottom: -22.375rem
    }
    .lg\:grid-line-x-358[class*=grid-line-yfull]>*:after {
        top: -22.375rem;
        bottom: -22.375rem
    }
    .lg\:grid-line-x-360[class*=grid-line-x-]>*:before {
        bottom: -22.5rem
    }
    .lg\:grid-line-x-360[class*=grid-line-yfull]>*:after {
        top: -22.5rem;
        bottom: -22.5rem
    }
    .lg\:grid-line-x-373[class*=grid-line-x-]>*:before {
        bottom: -23.3125rem
    }
    .lg\:grid-line-x-373[class*=grid-line-yfull]>*:after {
        top: -23.3125rem;
        bottom: -23.3125rem
    }
    .lg\:grid-line-x-422[class*=grid-line-x-]>*:before {
        bottom: -26.375rem
    }
    .lg\:grid-line-x-422[class*=grid-line-yfull]>*:after {
        top: -26.375rem;
        bottom: -26.375rem
    }
    .lg\:grid-line-x-440[class*=grid-line-x-]>*:before {
        bottom: -27.5rem
    }
    .lg\:grid-line-x-440[class*=grid-line-yfull]>*:after {
        top: -27.5rem;
        bottom: -27.5rem
    }
    .lg\:grid-line-x-480[class*=grid-line-x-]>*:before {
        bottom: -30rem
    }
    .lg\:grid-line-x-480[class*=grid-line-yfull]>*:after {
        top: -30rem;
        bottom: -30rem
    }
    .lg\:grid-line-x-500[class*=grid-line-x-]>*:before {
        bottom: -31.25rem
    }
    .lg\:grid-line-x-500[class*=grid-line-yfull]>*:after {
        top: -31.25rem;
        bottom: -31.25rem
    }
    .lg\:grid-line-x-544[class*=grid-line-x-]>*:before {
        bottom: -34rem
    }
    .lg\:grid-line-x-544[class*=grid-line-yfull]>*:after {
        top: -34rem;
        bottom: -34rem
    }
    .lg\:grid-line-x-577[class*=grid-line-x-]>*:before {
        bottom: -36.0625rem
    }
    .lg\:grid-line-x-577[class*=grid-line-yfull]>*:after {
        top: -36.0625rem;
        bottom: -36.0625rem
    }
    .lg\:grid-line-x-580[class*=grid-line-x-]>*:before {
        bottom: -36.25rem
    }
    .lg\:grid-line-x-580[class*=grid-line-yfull]>*:after {
        top: -36.25rem;
        bottom: -36.25rem
    }
    .lg\:grid-line-x-649[class*=grid-line-x-]>*:before {
        bottom: -40.5625rem
    }
    .lg\:grid-line-x-649[class*=grid-line-yfull]>*:after {
        top: -40.5625rem;
        bottom: -40.5625rem
    }
    .lg\:grid-line-x-881[class*=grid-line-x-]>*:before {
        bottom: -55.0625rem
    }
    .lg\:grid-line-x-881[class*=grid-line-yfull]>*:after {
        top: -55.0625rem;
        bottom: -55.0625rem
    }
    .lg\:grid-line-x-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--inner-gutter)
    }
    .lg\:grid-line-x-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--inner-gutter);
        bottom: -var(--inner-gutter)
    }
    .lg\:grid-line-x-outer-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--outer-gutter, 0px)
    }
    .lg\:grid-line-x-outer-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--outer-gutter, 0px);
        bottom: -var(--outer-gutter, 0px)
    }
    .lg\:grid-line-x-3-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .lg\:grid-line-x-3-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .lg\:grid-line-x-4-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .lg\:grid-line-x-4-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .lg\:grid-line-x-primary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .lg\:grid-line-y-primary[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-100)
    }
    .lg\:grid-line-xy-primary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .lg\:grid-line-xy-primary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-100)
    }
    .lg\:grid-line-x-primary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .lg\:grid-line-y-primary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-800)
    }
    .lg\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .lg\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-800)
    }
    .lg\:grid-line-x-secondary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--black)
    }
    .lg\:grid-line-y-secondary[class*=grid-line-y-]>*:after {
        border-right-color: var(--black)
    }
    .lg\:grid-line-xy-secondary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--black)
    }
    .lg\:grid-line-xy-secondary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--black)
    }
    .lg\:grid-line-x-secondary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--white)
    }
    .lg\:grid-line-y-secondary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--white)
    }
    .lg\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--white)
    }
    .lg\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--white)
    }
    .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(n+1):before {
        right: 0
    }
    .lg\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1):before {
        border-bottom-width: 0
    }
    .lg\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1)~*:before {
        border-bottom-width: 0
    }
    .lg\:grid-cols-2[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .lg\:grid-cols-2[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .lg\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):before {
        left: 0
    }
    .lg\:grid-cols-2[class*=grid-line-x]>*:nth-child(2n+2):before {
        right: 0
    }
    .lg\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2):before {
        border-bottom-width: 0
    }
    .lg\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2)~*:before {
        border-bottom-width: 0
    }
    .lg\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(n):after {
        border-right-width: 1px
    }
    .lg\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(2n+2):after {
        border-right-width: 0
    }
    .lg\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(-n+2):after {
        top: 0
    }
    .lg\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2):after {
        bottom: 0
    }
    .lg\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2)~li:after {
        bottom: 0
    }
    .lg\:grid-cols-3[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .lg\:grid-cols-3[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .lg\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):before {
        left: 0
    }
    .lg\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+3):before {
        right: 0
    }
    .lg\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):nth-last-child(-n+3):before {
        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
    }
}

@media (min-width: 1800px) {
    [class*=grid-line-]>* {
        position: relative
    }
    [class*=grid-line-]>*:before,
    [class*=grid-line-]>*:after {
        content: "";
        position: absolute;
        z-index: 0;
        pointer-events: none
    }
    .xl\:grid-line-x>*:before {
        content: "";
        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: "";
        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: "";
        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: "";
        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-1[class*=grid-line-x-]>*:before {
        bottom: -.0625rem
    }
    .xl\:grid-line-x-1[class*=grid-line-yfull]>*:after {
        top: -.0625rem;
        bottom: -.0625rem
    }
    .xl\:grid-line-x-2[class*=grid-line-x-]>*:before {
        bottom: -.125rem
    }
    .xl\:grid-line-x-2[class*=grid-line-yfull]>*:after {
        top: -.125rem;
        bottom: -.125rem
    }
    .xl\:grid-line-x-3[class*=grid-line-x-]>*:before {
        bottom: -.1875rem
    }
    .xl\:grid-line-x-3[class*=grid-line-yfull]>*:after {
        top: -.1875rem;
        bottom: -.1875rem
    }
    .xl\:grid-line-x-4[class*=grid-line-x-]>*:before {
        bottom: -.25rem
    }
    .xl\:grid-line-x-4[class*=grid-line-yfull]>*:after {
        top: -.25rem;
        bottom: -.25rem
    }
    .xl\:grid-line-x-5[class*=grid-line-x-]>*:before {
        bottom: -.3125rem
    }
    .xl\:grid-line-x-5[class*=grid-line-yfull]>*:after {
        top: -.3125rem;
        bottom: -.3125rem
    }
    .xl\:grid-line-x-6[class*=grid-line-x-]>*:before {
        bottom: -.375rem
    }
    .xl\:grid-line-x-6[class*=grid-line-yfull]>*:after {
        top: -.375rem;
        bottom: -.375rem
    }
    .xl\:grid-line-x-7[class*=grid-line-x-]>*:before {
        bottom: -.4375rem
    }
    .xl\:grid-line-x-7[class*=grid-line-yfull]>*:after {
        top: -.4375rem;
        bottom: -.4375rem
    }
    .xl\:grid-line-x-8[class*=grid-line-x-]>*:before {
        bottom: -.5rem
    }
    .xl\:grid-line-x-8[class*=grid-line-yfull]>*:after {
        top: -.5rem;
        bottom: -.5rem
    }
    .xl\:grid-line-x-9[class*=grid-line-x-]>*:before {
        bottom: -.5625rem
    }
    .xl\:grid-line-x-9[class*=grid-line-yfull]>*:after {
        top: -.5625rem;
        bottom: -.5625rem
    }
    .xl\:grid-line-x-10[class*=grid-line-x-]>*:before {
        bottom: -.625rem
    }
    .xl\:grid-line-x-10[class*=grid-line-yfull]>*:after {
        top: -.625rem;
        bottom: -.625rem
    }
    .xl\:grid-line-x-11[class*=grid-line-x-]>*:before {
        bottom: -.6875rem
    }
    .xl\:grid-line-x-11[class*=grid-line-yfull]>*:after {
        top: -.6875rem;
        bottom: -.6875rem
    }
    .xl\:grid-line-x-12[class*=grid-line-x-]>*:before {
        bottom: -.75rem
    }
    .xl\:grid-line-x-12[class*=grid-line-yfull]>*:after {
        top: -.75rem;
        bottom: -.75rem
    }
    .xl\:grid-line-x-13[class*=grid-line-x-]>*:before {
        bottom: -.8125rem
    }
    .xl\:grid-line-x-13[class*=grid-line-yfull]>*:after {
        top: -.8125rem;
        bottom: -.8125rem
    }
    .xl\:grid-line-x-14[class*=grid-line-x-]>*:before {
        bottom: -.875rem
    }
    .xl\:grid-line-x-14[class*=grid-line-yfull]>*:after {
        top: -.875rem;
        bottom: -.875rem
    }
    .xl\:grid-line-x-15[class*=grid-line-x-]>*:before {
        bottom: -.9375rem
    }
    .xl\:grid-line-x-15[class*=grid-line-yfull]>*:after {
        top: -.9375rem;
        bottom: -.9375rem
    }
    .xl\:grid-line-x-16[class*=grid-line-x-]>*:before {
        bottom: -1rem
    }
    .xl\:grid-line-x-16[class*=grid-line-yfull]>*:after {
        top: -1rem;
        bottom: -1rem
    }
    .xl\:grid-line-x-17[class*=grid-line-x-]>*:before {
        bottom: -1.0625rem
    }
    .xl\:grid-line-x-17[class*=grid-line-yfull]>*:after {
        top: -1.0625rem;
        bottom: -1.0625rem
    }
    .xl\:grid-line-x-18[class*=grid-line-x-]>*:before {
        bottom: -1.125rem
    }
    .xl\:grid-line-x-18[class*=grid-line-yfull]>*:after {
        top: -1.125rem;
        bottom: -1.125rem
    }
    .xl\:grid-line-x-19[class*=grid-line-x-]>*:before {
        bottom: -1.1875rem
    }
    .xl\:grid-line-x-19[class*=grid-line-yfull]>*:after {
        top: -1.1875rem;
        bottom: -1.1875rem
    }
    .xl\:grid-line-x-20[class*=grid-line-x-]>*:before {
        bottom: -1.25rem
    }
    .xl\:grid-line-x-20[class*=grid-line-yfull]>*:after {
        top: -1.25rem;
        bottom: -1.25rem
    }
    .xl\:grid-line-x-21[class*=grid-line-x-]>*:before {
        bottom: -1.3125rem
    }
    .xl\:grid-line-x-21[class*=grid-line-yfull]>*:after {
        top: -1.3125rem;
        bottom: -1.3125rem
    }
    .xl\:grid-line-x-22[class*=grid-line-x-]>*:before {
        bottom: -1.375rem
    }
    .xl\:grid-line-x-22[class*=grid-line-yfull]>*:after {
        top: -1.375rem;
        bottom: -1.375rem
    }
    .xl\:grid-line-x-23[class*=grid-line-x-]>*:before {
        bottom: -1.4375rem
    }
    .xl\:grid-line-x-23[class*=grid-line-yfull]>*:after {
        top: -1.4375rem;
        bottom: -1.4375rem
    }
    .xl\:grid-line-x-24[class*=grid-line-x-]>*:before {
        bottom: -1.5rem
    }
    .xl\:grid-line-x-24[class*=grid-line-yfull]>*:after {
        top: -1.5rem;
        bottom: -1.5rem
    }
    .xl\:grid-line-x-25[class*=grid-line-x-]>*:before {
        bottom: -1.5625rem
    }
    .xl\:grid-line-x-25[class*=grid-line-yfull]>*:after {
        top: -1.5625rem;
        bottom: -1.5625rem
    }
    .xl\:grid-line-x-26[class*=grid-line-x-]>*:before {
        bottom: -1.625rem
    }
    .xl\:grid-line-x-26[class*=grid-line-yfull]>*:after {
        top: -1.625rem;
        bottom: -1.625rem
    }
    .xl\:grid-line-x-27[class*=grid-line-x-]>*:before {
        bottom: -1.6875rem
    }
    .xl\:grid-line-x-27[class*=grid-line-yfull]>*:after {
        top: -1.6875rem;
        bottom: -1.6875rem
    }
    .xl\:grid-line-x-28[class*=grid-line-x-]>*:before {
        bottom: -1.75rem
    }
    .xl\:grid-line-x-28[class*=grid-line-yfull]>*:after {
        top: -1.75rem;
        bottom: -1.75rem
    }
    .xl\:grid-line-x-29[class*=grid-line-x-]>*:before {
        bottom: -1.8125rem
    }
    .xl\:grid-line-x-29[class*=grid-line-yfull]>*:after {
        top: -1.8125rem;
        bottom: -1.8125rem
    }
    .xl\:grid-line-x-30[class*=grid-line-x-]>*:before {
        bottom: -1.875rem
    }
    .xl\:grid-line-x-30[class*=grid-line-yfull]>*:after {
        top: -1.875rem;
        bottom: -1.875rem
    }
    .xl\:grid-line-x-31[class*=grid-line-x-]>*:before {
        bottom: -1.9375rem
    }
    .xl\:grid-line-x-31[class*=grid-line-yfull]>*:after {
        top: -1.9375rem;
        bottom: -1.9375rem
    }
    .xl\:grid-line-x-32[class*=grid-line-x-]>*:before {
        bottom: -2rem
    }
    .xl\:grid-line-x-32[class*=grid-line-yfull]>*:after {
        top: -2rem;
        bottom: -2rem
    }
    .xl\:grid-line-x-33[class*=grid-line-x-]>*:before {
        bottom: -2.0625rem
    }
    .xl\:grid-line-x-33[class*=grid-line-yfull]>*:after {
        top: -2.0625rem;
        bottom: -2.0625rem
    }
    .xl\:grid-line-x-34[class*=grid-line-x-]>*:before {
        bottom: -2.125rem
    }
    .xl\:grid-line-x-34[class*=grid-line-yfull]>*:after {
        top: -2.125rem;
        bottom: -2.125rem
    }
    .xl\:grid-line-x-35[class*=grid-line-x-]>*:before {
        bottom: -2.1875rem
    }
    .xl\:grid-line-x-35[class*=grid-line-yfull]>*:after {
        top: -2.1875rem;
        bottom: -2.1875rem
    }
    .xl\:grid-line-x-36[class*=grid-line-x-]>*:before {
        bottom: -2.25rem
    }
    .xl\:grid-line-x-36[class*=grid-line-yfull]>*:after {
        top: -2.25rem;
        bottom: -2.25rem
    }
    .xl\:grid-line-x-37[class*=grid-line-x-]>*:before {
        bottom: -2.3125rem
    }
    .xl\:grid-line-x-37[class*=grid-line-yfull]>*:after {
        top: -2.3125rem;
        bottom: -2.3125rem
    }
    .xl\:grid-line-x-38[class*=grid-line-x-]>*:before {
        bottom: -2.375rem
    }
    .xl\:grid-line-x-38[class*=grid-line-yfull]>*:after {
        top: -2.375rem;
        bottom: -2.375rem
    }
    .xl\:grid-line-x-39[class*=grid-line-x-]>*:before {
        bottom: -2.4375rem
    }
    .xl\:grid-line-x-39[class*=grid-line-yfull]>*:after {
        top: -2.4375rem;
        bottom: -2.4375rem
    }
    .xl\:grid-line-x-40[class*=grid-line-x-]>*:before {
        bottom: -2.5rem
    }
    .xl\:grid-line-x-40[class*=grid-line-yfull]>*:after {
        top: -2.5rem;
        bottom: -2.5rem
    }
    .xl\:grid-line-x-41[class*=grid-line-x-]>*:before {
        bottom: -2.5625rem
    }
    .xl\:grid-line-x-41[class*=grid-line-yfull]>*:after {
        top: -2.5625rem;
        bottom: -2.5625rem
    }
    .xl\:grid-line-x-42[class*=grid-line-x-]>*:before {
        bottom: -2.625rem
    }
    .xl\:grid-line-x-42[class*=grid-line-yfull]>*:after {
        top: -2.625rem;
        bottom: -2.625rem
    }
    .xl\:grid-line-x-43[class*=grid-line-x-]>*:before {
        bottom: -2.6875rem
    }
    .xl\:grid-line-x-43[class*=grid-line-yfull]>*:after {
        top: -2.6875rem;
        bottom: -2.6875rem
    }
    .xl\:grid-line-x-44[class*=grid-line-x-]>*:before {
        bottom: -2.75rem
    }
    .xl\:grid-line-x-44[class*=grid-line-yfull]>*:after {
        top: -2.75rem;
        bottom: -2.75rem
    }
    .xl\:grid-line-x-45[class*=grid-line-x-]>*:before {
        bottom: -2.8125rem
    }
    .xl\:grid-line-x-45[class*=grid-line-yfull]>*:after {
        top: -2.8125rem;
        bottom: -2.8125rem
    }
    .xl\:grid-line-x-46[class*=grid-line-x-]>*:before {
        bottom: -2.875rem
    }
    .xl\:grid-line-x-46[class*=grid-line-yfull]>*:after {
        top: -2.875rem;
        bottom: -2.875rem
    }
    .xl\:grid-line-x-47[class*=grid-line-x-]>*:before {
        bottom: -2.9375rem
    }
    .xl\:grid-line-x-47[class*=grid-line-yfull]>*:after {
        top: -2.9375rem;
        bottom: -2.9375rem
    }
    .xl\:grid-line-x-48[class*=grid-line-x-]>*:before {
        bottom: -3rem
    }
    .xl\:grid-line-x-48[class*=grid-line-yfull]>*:after {
        top: -3rem;
        bottom: -3rem
    }
    .xl\:grid-line-x-49[class*=grid-line-x-]>*:before {
        bottom: -3.0625rem
    }
    .xl\:grid-line-x-49[class*=grid-line-yfull]>*:after {
        top: -3.0625rem;
        bottom: -3.0625rem
    }
    .xl\:grid-line-x-50[class*=grid-line-x-]>*:before {
        bottom: -3.125rem
    }
    .xl\:grid-line-x-50[class*=grid-line-yfull]>*:after {
        top: -3.125rem;
        bottom: -3.125rem
    }
    .xl\:grid-line-x-51[class*=grid-line-x-]>*:before {
        bottom: -3.1875rem
    }
    .xl\:grid-line-x-51[class*=grid-line-yfull]>*:after {
        top: -3.1875rem;
        bottom: -3.1875rem
    }
    .xl\:grid-line-x-52[class*=grid-line-x-]>*:before {
        bottom: -3.25rem
    }
    .xl\:grid-line-x-52[class*=grid-line-yfull]>*:after {
        top: -3.25rem;
        bottom: -3.25rem
    }
    .xl\:grid-line-x-53[class*=grid-line-x-]>*:before {
        bottom: -3.3125rem
    }
    .xl\:grid-line-x-53[class*=grid-line-yfull]>*:after {
        top: -3.3125rem;
        bottom: -3.3125rem
    }
    .xl\:grid-line-x-54[class*=grid-line-x-]>*:before {
        bottom: -3.375rem
    }
    .xl\:grid-line-x-54[class*=grid-line-yfull]>*:after {
        top: -3.375rem;
        bottom: -3.375rem
    }
    .xl\:grid-line-x-55[class*=grid-line-x-]>*:before {
        bottom: -3.4375rem
    }
    .xl\:grid-line-x-55[class*=grid-line-yfull]>*:after {
        top: -3.4375rem;
        bottom: -3.4375rem
    }
    .xl\:grid-line-x-56[class*=grid-line-x-]>*:before {
        bottom: -3.5rem
    }
    .xl\:grid-line-x-56[class*=grid-line-yfull]>*:after {
        top: -3.5rem;
        bottom: -3.5rem
    }
    .xl\:grid-line-x-57[class*=grid-line-x-]>*:before {
        bottom: -3.5625rem
    }
    .xl\:grid-line-x-57[class*=grid-line-yfull]>*:after {
        top: -3.5625rem;
        bottom: -3.5625rem
    }
    .xl\:grid-line-x-58[class*=grid-line-x-]>*:before {
        bottom: -3.625rem
    }
    .xl\:grid-line-x-58[class*=grid-line-yfull]>*:after {
        top: -3.625rem;
        bottom: -3.625rem
    }
    .xl\:grid-line-x-59[class*=grid-line-x-]>*:before {
        bottom: -3.6875rem
    }
    .xl\:grid-line-x-59[class*=grid-line-yfull]>*:after {
        top: -3.6875rem;
        bottom: -3.6875rem
    }
    .xl\:grid-line-x-60[class*=grid-line-x-]>*:before {
        bottom: -3.75rem
    }
    .xl\:grid-line-x-60[class*=grid-line-yfull]>*:after {
        top: -3.75rem;
        bottom: -3.75rem
    }
    .xl\:grid-line-x-61[class*=grid-line-x-]>*:before {
        bottom: -3.8125rem
    }
    .xl\:grid-line-x-61[class*=grid-line-yfull]>*:after {
        top: -3.8125rem;
        bottom: -3.8125rem
    }
    .xl\:grid-line-x-62[class*=grid-line-x-]>*:before {
        bottom: -3.875rem
    }
    .xl\:grid-line-x-62[class*=grid-line-yfull]>*:after {
        top: -3.875rem;
        bottom: -3.875rem
    }
    .xl\:grid-line-x-63[class*=grid-line-x-]>*:before {
        bottom: -3.9375rem
    }
    .xl\:grid-line-x-63[class*=grid-line-yfull]>*:after {
        top: -3.9375rem;
        bottom: -3.9375rem
    }
    .xl\:grid-line-x-64[class*=grid-line-x-]>*:before {
        bottom: -4rem
    }
    .xl\:grid-line-x-64[class*=grid-line-yfull]>*:after {
        top: -4rem;
        bottom: -4rem
    }
    .xl\:grid-line-x-65[class*=grid-line-x-]>*:before {
        bottom: -4.0625rem
    }
    .xl\:grid-line-x-65[class*=grid-line-yfull]>*:after {
        top: -4.0625rem;
        bottom: -4.0625rem
    }
    .xl\:grid-line-x-66[class*=grid-line-x-]>*:before {
        bottom: -4.125rem
    }
    .xl\:grid-line-x-66[class*=grid-line-yfull]>*:after {
        top: -4.125rem;
        bottom: -4.125rem
    }
    .xl\:grid-line-x-67[class*=grid-line-x-]>*:before {
        bottom: -4.1875rem
    }
    .xl\:grid-line-x-67[class*=grid-line-yfull]>*:after {
        top: -4.1875rem;
        bottom: -4.1875rem
    }
    .xl\:grid-line-x-68[class*=grid-line-x-]>*:before {
        bottom: -4.25rem
    }
    .xl\:grid-line-x-68[class*=grid-line-yfull]>*:after {
        top: -4.25rem;
        bottom: -4.25rem
    }
    .xl\:grid-line-x-69[class*=grid-line-x-]>*:before {
        bottom: -4.3125rem
    }
    .xl\:grid-line-x-69[class*=grid-line-yfull]>*:after {
        top: -4.3125rem;
        bottom: -4.3125rem
    }
    .xl\:grid-line-x-70[class*=grid-line-x-]>*:before {
        bottom: -4.375rem
    }
    .xl\:grid-line-x-70[class*=grid-line-yfull]>*:after {
        top: -4.375rem;
        bottom: -4.375rem
    }
    .xl\:grid-line-x-71[class*=grid-line-x-]>*:before {
        bottom: -4.4375rem
    }
    .xl\:grid-line-x-71[class*=grid-line-yfull]>*:after {
        top: -4.4375rem;
        bottom: -4.4375rem
    }
    .xl\:grid-line-x-72[class*=grid-line-x-]>*:before {
        bottom: -4.5rem
    }
    .xl\:grid-line-x-72[class*=grid-line-yfull]>*:after {
        top: -4.5rem;
        bottom: -4.5rem
    }
    .xl\:grid-line-x-73[class*=grid-line-x-]>*:before {
        bottom: -4.5625rem
    }
    .xl\:grid-line-x-73[class*=grid-line-yfull]>*:after {
        top: -4.5625rem;
        bottom: -4.5625rem
    }
    .xl\:grid-line-x-74[class*=grid-line-x-]>*:before {
        bottom: -4.625rem
    }
    .xl\:grid-line-x-74[class*=grid-line-yfull]>*:after {
        top: -4.625rem;
        bottom: -4.625rem
    }
    .xl\:grid-line-x-75[class*=grid-line-x-]>*:before {
        bottom: -4.6875rem
    }
    .xl\:grid-line-x-75[class*=grid-line-yfull]>*:after {
        top: -4.6875rem;
        bottom: -4.6875rem
    }
    .xl\:grid-line-x-76[class*=grid-line-x-]>*:before {
        bottom: -4.75rem
    }
    .xl\:grid-line-x-76[class*=grid-line-yfull]>*:after {
        top: -4.75rem;
        bottom: -4.75rem
    }
    .xl\:grid-line-x-77[class*=grid-line-x-]>*:before {
        bottom: -4.8125rem
    }
    .xl\:grid-line-x-77[class*=grid-line-yfull]>*:after {
        top: -4.8125rem;
        bottom: -4.8125rem
    }
    .xl\:grid-line-x-78[class*=grid-line-x-]>*:before {
        bottom: -4.875rem
    }
    .xl\:grid-line-x-78[class*=grid-line-yfull]>*:after {
        top: -4.875rem;
        bottom: -4.875rem
    }
    .xl\:grid-line-x-79[class*=grid-line-x-]>*:before {
        bottom: -4.9375rem
    }
    .xl\:grid-line-x-79[class*=grid-line-yfull]>*:after {
        top: -4.9375rem;
        bottom: -4.9375rem
    }
    .xl\:grid-line-x-80[class*=grid-line-x-]>*:before {
        bottom: -5rem
    }
    .xl\:grid-line-x-80[class*=grid-line-yfull]>*:after {
        top: -5rem;
        bottom: -5rem
    }
    .xl\:grid-line-x-81[class*=grid-line-x-]>*:before {
        bottom: -5.0625rem
    }
    .xl\:grid-line-x-81[class*=grid-line-yfull]>*:after {
        top: -5.0625rem;
        bottom: -5.0625rem
    }
    .xl\:grid-line-x-82[class*=grid-line-x-]>*:before {
        bottom: -5.125rem
    }
    .xl\:grid-line-x-82[class*=grid-line-yfull]>*:after {
        top: -5.125rem;
        bottom: -5.125rem
    }
    .xl\:grid-line-x-83[class*=grid-line-x-]>*:before {
        bottom: -5.1875rem
    }
    .xl\:grid-line-x-83[class*=grid-line-yfull]>*:after {
        top: -5.1875rem;
        bottom: -5.1875rem
    }
    .xl\:grid-line-x-84[class*=grid-line-x-]>*:before {
        bottom: -5.25rem
    }
    .xl\:grid-line-x-84[class*=grid-line-yfull]>*:after {
        top: -5.25rem;
        bottom: -5.25rem
    }
    .xl\:grid-line-x-85[class*=grid-line-x-]>*:before {
        bottom: -5.3125rem
    }
    .xl\:grid-line-x-85[class*=grid-line-yfull]>*:after {
        top: -5.3125rem;
        bottom: -5.3125rem
    }
    .xl\:grid-line-x-86[class*=grid-line-x-]>*:before {
        bottom: -5.375rem
    }
    .xl\:grid-line-x-86[class*=grid-line-yfull]>*:after {
        top: -5.375rem;
        bottom: -5.375rem
    }
    .xl\:grid-line-x-87[class*=grid-line-x-]>*:before {
        bottom: -5.4375rem
    }
    .xl\:grid-line-x-87[class*=grid-line-yfull]>*:after {
        top: -5.4375rem;
        bottom: -5.4375rem
    }
    .xl\:grid-line-x-88[class*=grid-line-x-]>*:before {
        bottom: -5.5rem
    }
    .xl\:grid-line-x-88[class*=grid-line-yfull]>*:after {
        top: -5.5rem;
        bottom: -5.5rem
    }
    .xl\:grid-line-x-89[class*=grid-line-x-]>*:before {
        bottom: -5.5625rem
    }
    .xl\:grid-line-x-89[class*=grid-line-yfull]>*:after {
        top: -5.5625rem;
        bottom: -5.5625rem
    }
    .xl\:grid-line-x-90[class*=grid-line-x-]>*:before {
        bottom: -5.625rem
    }
    .xl\:grid-line-x-90[class*=grid-line-yfull]>*:after {
        top: -5.625rem;
        bottom: -5.625rem
    }
    .xl\:grid-line-x-91[class*=grid-line-x-]>*:before {
        bottom: -5.6875rem
    }
    .xl\:grid-line-x-91[class*=grid-line-yfull]>*:after {
        top: -5.6875rem;
        bottom: -5.6875rem
    }
    .xl\:grid-line-x-92[class*=grid-line-x-]>*:before {
        bottom: -5.75rem
    }
    .xl\:grid-line-x-92[class*=grid-line-yfull]>*:after {
        top: -5.75rem;
        bottom: -5.75rem
    }
    .xl\:grid-line-x-93[class*=grid-line-x-]>*:before {
        bottom: -5.8125rem
    }
    .xl\:grid-line-x-93[class*=grid-line-yfull]>*:after {
        top: -5.8125rem;
        bottom: -5.8125rem
    }
    .xl\:grid-line-x-94[class*=grid-line-x-]>*:before {
        bottom: -5.875rem
    }
    .xl\:grid-line-x-94[class*=grid-line-yfull]>*:after {
        top: -5.875rem;
        bottom: -5.875rem
    }
    .xl\:grid-line-x-95[class*=grid-line-x-]>*:before {
        bottom: -5.9375rem
    }
    .xl\:grid-line-x-95[class*=grid-line-yfull]>*:after {
        top: -5.9375rem;
        bottom: -5.9375rem
    }
    .xl\:grid-line-x-96[class*=grid-line-x-]>*:before {
        bottom: -6rem
    }
    .xl\:grid-line-x-96[class*=grid-line-yfull]>*:after {
        top: -6rem;
        bottom: -6rem
    }
    .xl\:grid-line-x-97[class*=grid-line-x-]>*:before {
        bottom: -6.0625rem
    }
    .xl\:grid-line-x-97[class*=grid-line-yfull]>*:after {
        top: -6.0625rem;
        bottom: -6.0625rem
    }
    .xl\:grid-line-x-98[class*=grid-line-x-]>*:before {
        bottom: -6.125rem
    }
    .xl\:grid-line-x-98[class*=grid-line-yfull]>*:after {
        top: -6.125rem;
        bottom: -6.125rem
    }
    .xl\:grid-line-x-99[class*=grid-line-x-]>*:before {
        bottom: -6.1875rem
    }
    .xl\:grid-line-x-99[class*=grid-line-yfull]>*:after {
        top: -6.1875rem;
        bottom: -6.1875rem
    }
    .xl\:grid-line-x-100[class*=grid-line-x-]>*:before {
        bottom: -6.25rem
    }
    .xl\:grid-line-x-100[class*=grid-line-yfull]>*:after {
        top: -6.25rem;
        bottom: -6.25rem
    }
    .xl\:grid-line-x-101[class*=grid-line-x-]>*:before {
        bottom: -6.3125rem
    }
    .xl\:grid-line-x-101[class*=grid-line-yfull]>*:after {
        top: -6.3125rem;
        bottom: -6.3125rem
    }
    .xl\:grid-line-x-102[class*=grid-line-x-]>*:before {
        bottom: -6.375rem
    }
    .xl\:grid-line-x-102[class*=grid-line-yfull]>*:after {
        top: -6.375rem;
        bottom: -6.375rem
    }
    .xl\:grid-line-x-103[class*=grid-line-x-]>*:before {
        bottom: -6.4375rem
    }
    .xl\:grid-line-x-103[class*=grid-line-yfull]>*:after {
        top: -6.4375rem;
        bottom: -6.4375rem
    }
    .xl\:grid-line-x-104[class*=grid-line-x-]>*:before {
        bottom: -6.5rem
    }
    .xl\:grid-line-x-104[class*=grid-line-yfull]>*:after {
        top: -6.5rem;
        bottom: -6.5rem
    }
    .xl\:grid-line-x-105[class*=grid-line-x-]>*:before {
        bottom: -6.5625rem
    }
    .xl\:grid-line-x-105[class*=grid-line-yfull]>*:after {
        top: -6.5625rem;
        bottom: -6.5625rem
    }
    .xl\:grid-line-x-106[class*=grid-line-x-]>*:before {
        bottom: -6.625rem
    }
    .xl\:grid-line-x-106[class*=grid-line-yfull]>*:after {
        top: -6.625rem;
        bottom: -6.625rem
    }
    .xl\:grid-line-x-107[class*=grid-line-x-]>*:before {
        bottom: -6.6875rem
    }
    .xl\:grid-line-x-107[class*=grid-line-yfull]>*:after {
        top: -6.6875rem;
        bottom: -6.6875rem
    }
    .xl\:grid-line-x-108[class*=grid-line-x-]>*:before {
        bottom: -6.75rem
    }
    .xl\:grid-line-x-108[class*=grid-line-yfull]>*:after {
        top: -6.75rem;
        bottom: -6.75rem
    }
    .xl\:grid-line-x-109[class*=grid-line-x-]>*:before {
        bottom: -6.8125rem
    }
    .xl\:grid-line-x-109[class*=grid-line-yfull]>*:after {
        top: -6.8125rem;
        bottom: -6.8125rem
    }
    .xl\:grid-line-x-110[class*=grid-line-x-]>*:before {
        bottom: -6.875rem
    }
    .xl\:grid-line-x-110[class*=grid-line-yfull]>*:after {
        top: -6.875rem;
        bottom: -6.875rem
    }
    .xl\:grid-line-x-111[class*=grid-line-x-]>*:before {
        bottom: -6.9375rem
    }
    .xl\:grid-line-x-111[class*=grid-line-yfull]>*:after {
        top: -6.9375rem;
        bottom: -6.9375rem
    }
    .xl\:grid-line-x-112[class*=grid-line-x-]>*:before {
        bottom: -7rem
    }
    .xl\:grid-line-x-112[class*=grid-line-yfull]>*:after {
        top: -7rem;
        bottom: -7rem
    }
    .xl\:grid-line-x-113[class*=grid-line-x-]>*:before {
        bottom: -7.0625rem
    }
    .xl\:grid-line-x-113[class*=grid-line-yfull]>*:after {
        top: -7.0625rem;
        bottom: -7.0625rem
    }
    .xl\:grid-line-x-114[class*=grid-line-x-]>*:before {
        bottom: -7.125rem
    }
    .xl\:grid-line-x-114[class*=grid-line-yfull]>*:after {
        top: -7.125rem;
        bottom: -7.125rem
    }
    .xl\:grid-line-x-115[class*=grid-line-x-]>*:before {
        bottom: -7.1875rem
    }
    .xl\:grid-line-x-115[class*=grid-line-yfull]>*:after {
        top: -7.1875rem;
        bottom: -7.1875rem
    }
    .xl\:grid-line-x-116[class*=grid-line-x-]>*:before {
        bottom: -7.25rem
    }
    .xl\:grid-line-x-116[class*=grid-line-yfull]>*:after {
        top: -7.25rem;
        bottom: -7.25rem
    }
    .xl\:grid-line-x-117[class*=grid-line-x-]>*:before {
        bottom: -7.3125rem
    }
    .xl\:grid-line-x-117[class*=grid-line-yfull]>*:after {
        top: -7.3125rem;
        bottom: -7.3125rem
    }
    .xl\:grid-line-x-118[class*=grid-line-x-]>*:before {
        bottom: -7.375rem
    }
    .xl\:grid-line-x-118[class*=grid-line-yfull]>*:after {
        top: -7.375rem;
        bottom: -7.375rem
    }
    .xl\:grid-line-x-119[class*=grid-line-x-]>*:before {
        bottom: -7.4375rem
    }
    .xl\:grid-line-x-119[class*=grid-line-yfull]>*:after {
        top: -7.4375rem;
        bottom: -7.4375rem
    }
    .xl\:grid-line-x-120[class*=grid-line-x-]>*:before {
        bottom: -7.5rem
    }
    .xl\:grid-line-x-120[class*=grid-line-yfull]>*:after {
        top: -7.5rem;
        bottom: -7.5rem
    }
    .xl\:grid-line-x-121[class*=grid-line-x-]>*:before {
        bottom: -7.5625rem
    }
    .xl\:grid-line-x-121[class*=grid-line-yfull]>*:after {
        top: -7.5625rem;
        bottom: -7.5625rem
    }
    .xl\:grid-line-x-122[class*=grid-line-x-]>*:before {
        bottom: -7.625rem
    }
    .xl\:grid-line-x-122[class*=grid-line-yfull]>*:after {
        top: -7.625rem;
        bottom: -7.625rem
    }
    .xl\:grid-line-x-123[class*=grid-line-x-]>*:before {
        bottom: -7.6875rem
    }
    .xl\:grid-line-x-123[class*=grid-line-yfull]>*:after {
        top: -7.6875rem;
        bottom: -7.6875rem
    }
    .xl\:grid-line-x-124[class*=grid-line-x-]>*:before {
        bottom: -7.75rem
    }
    .xl\:grid-line-x-124[class*=grid-line-yfull]>*:after {
        top: -7.75rem;
        bottom: -7.75rem
    }
    .xl\:grid-line-x-125[class*=grid-line-x-]>*:before {
        bottom: -7.8125rem
    }
    .xl\:grid-line-x-125[class*=grid-line-yfull]>*:after {
        top: -7.8125rem;
        bottom: -7.8125rem
    }
    .xl\:grid-line-x-126[class*=grid-line-x-]>*:before {
        bottom: -7.875rem
    }
    .xl\:grid-line-x-126[class*=grid-line-yfull]>*:after {
        top: -7.875rem;
        bottom: -7.875rem
    }
    .xl\:grid-line-x-127[class*=grid-line-x-]>*:before {
        bottom: -7.9375rem
    }
    .xl\:grid-line-x-127[class*=grid-line-yfull]>*:after {
        top: -7.9375rem;
        bottom: -7.9375rem
    }
    .xl\:grid-line-x-128[class*=grid-line-x-]>*:before {
        bottom: -8rem
    }
    .xl\:grid-line-x-128[class*=grid-line-yfull]>*:after {
        top: -8rem;
        bottom: -8rem
    }
    .xl\:grid-line-x-129[class*=grid-line-x-]>*:before {
        bottom: -8.0625rem
    }
    .xl\:grid-line-x-129[class*=grid-line-yfull]>*:after {
        top: -8.0625rem;
        bottom: -8.0625rem
    }
    .xl\:grid-line-x-130[class*=grid-line-x-]>*:before {
        bottom: -8.125rem
    }
    .xl\:grid-line-x-130[class*=grid-line-yfull]>*:after {
        top: -8.125rem;
        bottom: -8.125rem
    }
    .xl\:grid-line-x-131[class*=grid-line-x-]>*:before {
        bottom: -8.1875rem
    }
    .xl\:grid-line-x-131[class*=grid-line-yfull]>*:after {
        top: -8.1875rem;
        bottom: -8.1875rem
    }
    .xl\:grid-line-x-132[class*=grid-line-x-]>*:before {
        bottom: -8.25rem
    }
    .xl\:grid-line-x-132[class*=grid-line-yfull]>*:after {
        top: -8.25rem;
        bottom: -8.25rem
    }
    .xl\:grid-line-x-133[class*=grid-line-x-]>*:before {
        bottom: -8.3125rem
    }
    .xl\:grid-line-x-133[class*=grid-line-yfull]>*:after {
        top: -8.3125rem;
        bottom: -8.3125rem
    }
    .xl\:grid-line-x-134[class*=grid-line-x-]>*:before {
        bottom: -8.375rem
    }
    .xl\:grid-line-x-134[class*=grid-line-yfull]>*:after {
        top: -8.375rem;
        bottom: -8.375rem
    }
    .xl\:grid-line-x-135[class*=grid-line-x-]>*:before {
        bottom: -8.4375rem
    }
    .xl\:grid-line-x-135[class*=grid-line-yfull]>*:after {
        top: -8.4375rem;
        bottom: -8.4375rem
    }
    .xl\:grid-line-x-136[class*=grid-line-x-]>*:before {
        bottom: -8.5rem
    }
    .xl\:grid-line-x-136[class*=grid-line-yfull]>*:after {
        top: -8.5rem;
        bottom: -8.5rem
    }
    .xl\:grid-line-x-137[class*=grid-line-x-]>*:before {
        bottom: -8.5625rem
    }
    .xl\:grid-line-x-137[class*=grid-line-yfull]>*:after {
        top: -8.5625rem;
        bottom: -8.5625rem
    }
    .xl\:grid-line-x-138[class*=grid-line-x-]>*:before {
        bottom: -8.625rem
    }
    .xl\:grid-line-x-138[class*=grid-line-yfull]>*:after {
        top: -8.625rem;
        bottom: -8.625rem
    }
    .xl\:grid-line-x-139[class*=grid-line-x-]>*:before {
        bottom: -8.6875rem
    }
    .xl\:grid-line-x-139[class*=grid-line-yfull]>*:after {
        top: -8.6875rem;
        bottom: -8.6875rem
    }
    .xl\:grid-line-x-140[class*=grid-line-x-]>*:before {
        bottom: -8.75rem
    }
    .xl\:grid-line-x-140[class*=grid-line-yfull]>*:after {
        top: -8.75rem;
        bottom: -8.75rem
    }
    .xl\:grid-line-x-141[class*=grid-line-x-]>*:before {
        bottom: -8.8125rem
    }
    .xl\:grid-line-x-141[class*=grid-line-yfull]>*:after {
        top: -8.8125rem;
        bottom: -8.8125rem
    }
    .xl\:grid-line-x-142[class*=grid-line-x-]>*:before {
        bottom: -8.875rem
    }
    .xl\:grid-line-x-142[class*=grid-line-yfull]>*:after {
        top: -8.875rem;
        bottom: -8.875rem
    }
    .xl\:grid-line-x-143[class*=grid-line-x-]>*:before {
        bottom: -8.9375rem
    }
    .xl\:grid-line-x-143[class*=grid-line-yfull]>*:after {
        top: -8.9375rem;
        bottom: -8.9375rem
    }
    .xl\:grid-line-x-144[class*=grid-line-x-]>*:before {
        bottom: -9rem
    }
    .xl\:grid-line-x-144[class*=grid-line-yfull]>*:after {
        top: -9rem;
        bottom: -9rem
    }
    .xl\:grid-line-x-145[class*=grid-line-x-]>*:before {
        bottom: -9.0625rem
    }
    .xl\:grid-line-x-145[class*=grid-line-yfull]>*:after {
        top: -9.0625rem;
        bottom: -9.0625rem
    }
    .xl\:grid-line-x-146[class*=grid-line-x-]>*:before {
        bottom: -9.125rem
    }
    .xl\:grid-line-x-146[class*=grid-line-yfull]>*:after {
        top: -9.125rem;
        bottom: -9.125rem
    }
    .xl\:grid-line-x-147[class*=grid-line-x-]>*:before {
        bottom: -9.1875rem
    }
    .xl\:grid-line-x-147[class*=grid-line-yfull]>*:after {
        top: -9.1875rem;
        bottom: -9.1875rem
    }
    .xl\:grid-line-x-148[class*=grid-line-x-]>*:before {
        bottom: -9.25rem
    }
    .xl\:grid-line-x-148[class*=grid-line-yfull]>*:after {
        top: -9.25rem;
        bottom: -9.25rem
    }
    .xl\:grid-line-x-149[class*=grid-line-x-]>*:before {
        bottom: -9.3125rem
    }
    .xl\:grid-line-x-149[class*=grid-line-yfull]>*:after {
        top: -9.3125rem;
        bottom: -9.3125rem
    }
    .xl\:grid-line-x-150[class*=grid-line-x-]>*:before {
        bottom: -9.375rem
    }
    .xl\:grid-line-x-150[class*=grid-line-yfull]>*:after {
        top: -9.375rem;
        bottom: -9.375rem
    }
    .xl\:grid-line-x-151[class*=grid-line-x-]>*:before {
        bottom: -9.4375rem
    }
    .xl\:grid-line-x-151[class*=grid-line-yfull]>*:after {
        top: -9.4375rem;
        bottom: -9.4375rem
    }
    .xl\:grid-line-x-152[class*=grid-line-x-]>*:before {
        bottom: -9.5rem
    }
    .xl\:grid-line-x-152[class*=grid-line-yfull]>*:after {
        top: -9.5rem;
        bottom: -9.5rem
    }
    .xl\:grid-line-x-153[class*=grid-line-x-]>*:before {
        bottom: -9.5625rem
    }
    .xl\:grid-line-x-153[class*=grid-line-yfull]>*:after {
        top: -9.5625rem;
        bottom: -9.5625rem
    }
    .xl\:grid-line-x-154[class*=grid-line-x-]>*:before {
        bottom: -9.625rem
    }
    .xl\:grid-line-x-154[class*=grid-line-yfull]>*:after {
        top: -9.625rem;
        bottom: -9.625rem
    }
    .xl\:grid-line-x-155[class*=grid-line-x-]>*:before {
        bottom: -9.6875rem
    }
    .xl\:grid-line-x-155[class*=grid-line-yfull]>*:after {
        top: -9.6875rem;
        bottom: -9.6875rem
    }
    .xl\:grid-line-x-156[class*=grid-line-x-]>*:before {
        bottom: -9.75rem
    }
    .xl\:grid-line-x-156[class*=grid-line-yfull]>*:after {
        top: -9.75rem;
        bottom: -9.75rem
    }
    .xl\:grid-line-x-157[class*=grid-line-x-]>*:before {
        bottom: -9.8125rem
    }
    .xl\:grid-line-x-157[class*=grid-line-yfull]>*:after {
        top: -9.8125rem;
        bottom: -9.8125rem
    }
    .xl\:grid-line-x-158[class*=grid-line-x-]>*:before {
        bottom: -9.875rem
    }
    .xl\:grid-line-x-158[class*=grid-line-yfull]>*:after {
        top: -9.875rem;
        bottom: -9.875rem
    }
    .xl\:grid-line-x-159[class*=grid-line-x-]>*:before {
        bottom: -9.9375rem
    }
    .xl\:grid-line-x-159[class*=grid-line-yfull]>*:after {
        top: -9.9375rem;
        bottom: -9.9375rem
    }
    .xl\:grid-line-x-160[class*=grid-line-x-]>*:before {
        bottom: -10rem
    }
    .xl\:grid-line-x-160[class*=grid-line-yfull]>*:after {
        top: -10rem;
        bottom: -10rem
    }
    .xl\:grid-line-x-161[class*=grid-line-x-]>*:before {
        bottom: -10.0625rem
    }
    .xl\:grid-line-x-161[class*=grid-line-yfull]>*:after {
        top: -10.0625rem;
        bottom: -10.0625rem
    }
    .xl\:grid-line-x-162[class*=grid-line-x-]>*:before {
        bottom: -10.125rem
    }
    .xl\:grid-line-x-162[class*=grid-line-yfull]>*:after {
        top: -10.125rem;
        bottom: -10.125rem
    }
    .xl\:grid-line-x-163[class*=grid-line-x-]>*:before {
        bottom: -10.1875rem
    }
    .xl\:grid-line-x-163[class*=grid-line-yfull]>*:after {
        top: -10.1875rem;
        bottom: -10.1875rem
    }
    .xl\:grid-line-x-164[class*=grid-line-x-]>*:before {
        bottom: -10.25rem
    }
    .xl\:grid-line-x-164[class*=grid-line-yfull]>*:after {
        top: -10.25rem;
        bottom: -10.25rem
    }
    .xl\:grid-line-x-165[class*=grid-line-x-]>*:before {
        bottom: -10.3125rem
    }
    .xl\:grid-line-x-165[class*=grid-line-yfull]>*:after {
        top: -10.3125rem;
        bottom: -10.3125rem
    }
    .xl\:grid-line-x-166[class*=grid-line-x-]>*:before {
        bottom: -10.375rem
    }
    .xl\:grid-line-x-166[class*=grid-line-yfull]>*:after {
        top: -10.375rem;
        bottom: -10.375rem
    }
    .xl\:grid-line-x-167[class*=grid-line-x-]>*:before {
        bottom: -10.4375rem
    }
    .xl\:grid-line-x-167[class*=grid-line-yfull]>*:after {
        top: -10.4375rem;
        bottom: -10.4375rem
    }
    .xl\:grid-line-x-168[class*=grid-line-x-]>*:before {
        bottom: -10.5rem
    }
    .xl\:grid-line-x-168[class*=grid-line-yfull]>*:after {
        top: -10.5rem;
        bottom: -10.5rem
    }
    .xl\:grid-line-x-169[class*=grid-line-x-]>*:before {
        bottom: -10.5625rem
    }
    .xl\:grid-line-x-169[class*=grid-line-yfull]>*:after {
        top: -10.5625rem;
        bottom: -10.5625rem
    }
    .xl\:grid-line-x-170[class*=grid-line-x-]>*:before {
        bottom: -10.625rem
    }
    .xl\:grid-line-x-170[class*=grid-line-yfull]>*:after {
        top: -10.625rem;
        bottom: -10.625rem
    }
    .xl\:grid-line-x-171[class*=grid-line-x-]>*:before {
        bottom: -10.6875rem
    }
    .xl\:grid-line-x-171[class*=grid-line-yfull]>*:after {
        top: -10.6875rem;
        bottom: -10.6875rem
    }
    .xl\:grid-line-x-172[class*=grid-line-x-]>*:before {
        bottom: -10.75rem
    }
    .xl\:grid-line-x-172[class*=grid-line-yfull]>*:after {
        top: -10.75rem;
        bottom: -10.75rem
    }
    .xl\:grid-line-x-173[class*=grid-line-x-]>*:before {
        bottom: -10.8125rem
    }
    .xl\:grid-line-x-173[class*=grid-line-yfull]>*:after {
        top: -10.8125rem;
        bottom: -10.8125rem
    }
    .xl\:grid-line-x-174[class*=grid-line-x-]>*:before {
        bottom: -10.875rem
    }
    .xl\:grid-line-x-174[class*=grid-line-yfull]>*:after {
        top: -10.875rem;
        bottom: -10.875rem
    }
    .xl\:grid-line-x-175[class*=grid-line-x-]>*:before {
        bottom: -10.9375rem
    }
    .xl\:grid-line-x-175[class*=grid-line-yfull]>*:after {
        top: -10.9375rem;
        bottom: -10.9375rem
    }
    .xl\:grid-line-x-176[class*=grid-line-x-]>*:before {
        bottom: -11rem
    }
    .xl\:grid-line-x-176[class*=grid-line-yfull]>*:after {
        top: -11rem;
        bottom: -11rem
    }
    .xl\:grid-line-x-177[class*=grid-line-x-]>*:before {
        bottom: -11.0625rem
    }
    .xl\:grid-line-x-177[class*=grid-line-yfull]>*:after {
        top: -11.0625rem;
        bottom: -11.0625rem
    }
    .xl\:grid-line-x-178[class*=grid-line-x-]>*:before {
        bottom: -11.125rem
    }
    .xl\:grid-line-x-178[class*=grid-line-yfull]>*:after {
        top: -11.125rem;
        bottom: -11.125rem
    }
    .xl\:grid-line-x-179[class*=grid-line-x-]>*:before {
        bottom: -11.1875rem
    }
    .xl\:grid-line-x-179[class*=grid-line-yfull]>*:after {
        top: -11.1875rem;
        bottom: -11.1875rem
    }
    .xl\:grid-line-x-180[class*=grid-line-x-]>*:before {
        bottom: -11.25rem
    }
    .xl\:grid-line-x-180[class*=grid-line-yfull]>*:after {
        top: -11.25rem;
        bottom: -11.25rem
    }
    .xl\:grid-line-x-181[class*=grid-line-x-]>*:before {
        bottom: -11.3125rem
    }
    .xl\:grid-line-x-181[class*=grid-line-yfull]>*:after {
        top: -11.3125rem;
        bottom: -11.3125rem
    }
    .xl\:grid-line-x-182[class*=grid-line-x-]>*:before {
        bottom: -11.375rem
    }
    .xl\:grid-line-x-182[class*=grid-line-yfull]>*:after {
        top: -11.375rem;
        bottom: -11.375rem
    }
    .xl\:grid-line-x-183[class*=grid-line-x-]>*:before {
        bottom: -11.4375rem
    }
    .xl\:grid-line-x-183[class*=grid-line-yfull]>*:after {
        top: -11.4375rem;
        bottom: -11.4375rem
    }
    .xl\:grid-line-x-184[class*=grid-line-x-]>*:before {
        bottom: -11.5rem
    }
    .xl\:grid-line-x-184[class*=grid-line-yfull]>*:after {
        top: -11.5rem;
        bottom: -11.5rem
    }
    .xl\:grid-line-x-185[class*=grid-line-x-]>*:before {
        bottom: -11.5625rem
    }
    .xl\:grid-line-x-185[class*=grid-line-yfull]>*:after {
        top: -11.5625rem;
        bottom: -11.5625rem
    }
    .xl\:grid-line-x-186[class*=grid-line-x-]>*:before {
        bottom: -11.625rem
    }
    .xl\:grid-line-x-186[class*=grid-line-yfull]>*:after {
        top: -11.625rem;
        bottom: -11.625rem
    }
    .xl\:grid-line-x-187[class*=grid-line-x-]>*:before {
        bottom: -11.6875rem
    }
    .xl\:grid-line-x-187[class*=grid-line-yfull]>*:after {
        top: -11.6875rem;
        bottom: -11.6875rem
    }
    .xl\:grid-line-x-188[class*=grid-line-x-]>*:before {
        bottom: -11.75rem
    }
    .xl\:grid-line-x-188[class*=grid-line-yfull]>*:after {
        top: -11.75rem;
        bottom: -11.75rem
    }
    .xl\:grid-line-x-189[class*=grid-line-x-]>*:before {
        bottom: -11.8125rem
    }
    .xl\:grid-line-x-189[class*=grid-line-yfull]>*:after {
        top: -11.8125rem;
        bottom: -11.8125rem
    }
    .xl\:grid-line-x-190[class*=grid-line-x-]>*:before {
        bottom: -11.875rem
    }
    .xl\:grid-line-x-190[class*=grid-line-yfull]>*:after {
        top: -11.875rem;
        bottom: -11.875rem
    }
    .xl\:grid-line-x-191[class*=grid-line-x-]>*:before {
        bottom: -11.9375rem
    }
    .xl\:grid-line-x-191[class*=grid-line-yfull]>*:after {
        top: -11.9375rem;
        bottom: -11.9375rem
    }
    .xl\:grid-line-x-192[class*=grid-line-x-]>*:before {
        bottom: -12rem
    }
    .xl\:grid-line-x-192[class*=grid-line-yfull]>*:after {
        top: -12rem;
        bottom: -12rem
    }
    .xl\:grid-line-x-193[class*=grid-line-x-]>*:before {
        bottom: -12.0625rem
    }
    .xl\:grid-line-x-193[class*=grid-line-yfull]>*:after {
        top: -12.0625rem;
        bottom: -12.0625rem
    }
    .xl\:grid-line-x-194[class*=grid-line-x-]>*:before {
        bottom: -12.125rem
    }
    .xl\:grid-line-x-194[class*=grid-line-yfull]>*:after {
        top: -12.125rem;
        bottom: -12.125rem
    }
    .xl\:grid-line-x-195[class*=grid-line-x-]>*:before {
        bottom: -12.1875rem
    }
    .xl\:grid-line-x-195[class*=grid-line-yfull]>*:after {
        top: -12.1875rem;
        bottom: -12.1875rem
    }
    .xl\:grid-line-x-196[class*=grid-line-x-]>*:before {
        bottom: -12.25rem
    }
    .xl\:grid-line-x-196[class*=grid-line-yfull]>*:after {
        top: -12.25rem;
        bottom: -12.25rem
    }
    .xl\:grid-line-x-197[class*=grid-line-x-]>*:before {
        bottom: -12.3125rem
    }
    .xl\:grid-line-x-197[class*=grid-line-yfull]>*:after {
        top: -12.3125rem;
        bottom: -12.3125rem
    }
    .xl\:grid-line-x-198[class*=grid-line-x-]>*:before {
        bottom: -12.375rem
    }
    .xl\:grid-line-x-198[class*=grid-line-yfull]>*:after {
        top: -12.375rem;
        bottom: -12.375rem
    }
    .xl\:grid-line-x-199[class*=grid-line-x-]>*:before {
        bottom: -12.4375rem
    }
    .xl\:grid-line-x-199[class*=grid-line-yfull]>*:after {
        top: -12.4375rem;
        bottom: -12.4375rem
    }
    .xl\:grid-line-x-200[class*=grid-line-x-]>*:before {
        bottom: -12.5rem
    }
    .xl\:grid-line-x-200[class*=grid-line-yfull]>*:after {
        top: -12.5rem;
        bottom: -12.5rem
    }
    .xl\:grid-line-x-220[class*=grid-line-x-]>*:before {
        bottom: -13.75rem
    }
    .xl\:grid-line-x-220[class*=grid-line-yfull]>*:after {
        top: -13.75rem;
        bottom: -13.75rem
    }
    .xl\:grid-line-x-263[class*=grid-line-x-]>*:before {
        bottom: -16.4375rem
    }
    .xl\:grid-line-x-263[class*=grid-line-yfull]>*:after {
        top: -16.4375rem;
        bottom: -16.4375rem
    }
    .xl\:grid-line-x-273[class*=grid-line-x-]>*:before {
        bottom: -17.0625rem
    }
    .xl\:grid-line-x-273[class*=grid-line-yfull]>*:after {
        top: -17.0625rem;
        bottom: -17.0625rem
    }
    .xl\:grid-line-x-317[class*=grid-line-x-]>*:before {
        bottom: -19.8125rem
    }
    .xl\:grid-line-x-317[class*=grid-line-yfull]>*:after {
        top: -19.8125rem;
        bottom: -19.8125rem
    }
    .xl\:grid-line-x-343[class*=grid-line-x-]>*:before {
        bottom: -21.4375rem
    }
    .xl\:grid-line-x-343[class*=grid-line-yfull]>*:after {
        top: -21.4375rem;
        bottom: -21.4375rem
    }
    .xl\:grid-line-x-354[class*=grid-line-x-]>*:before {
        bottom: -22.125rem
    }
    .xl\:grid-line-x-354[class*=grid-line-yfull]>*:after {
        top: -22.125rem;
        bottom: -22.125rem
    }
    .xl\:grid-line-x-358[class*=grid-line-x-]>*:before {
        bottom: -22.375rem
    }
    .xl\:grid-line-x-358[class*=grid-line-yfull]>*:after {
        top: -22.375rem;
        bottom: -22.375rem
    }
    .xl\:grid-line-x-360[class*=grid-line-x-]>*:before {
        bottom: -22.5rem
    }
    .xl\:grid-line-x-360[class*=grid-line-yfull]>*:after {
        top: -22.5rem;
        bottom: -22.5rem
    }
    .xl\:grid-line-x-373[class*=grid-line-x-]>*:before {
        bottom: -23.3125rem
    }
    .xl\:grid-line-x-373[class*=grid-line-yfull]>*:after {
        top: -23.3125rem;
        bottom: -23.3125rem
    }
    .xl\:grid-line-x-422[class*=grid-line-x-]>*:before {
        bottom: -26.375rem
    }
    .xl\:grid-line-x-422[class*=grid-line-yfull]>*:after {
        top: -26.375rem;
        bottom: -26.375rem
    }
    .xl\:grid-line-x-440[class*=grid-line-x-]>*:before {
        bottom: -27.5rem
    }
    .xl\:grid-line-x-440[class*=grid-line-yfull]>*:after {
        top: -27.5rem;
        bottom: -27.5rem
    }
    .xl\:grid-line-x-480[class*=grid-line-x-]>*:before {
        bottom: -30rem
    }
    .xl\:grid-line-x-480[class*=grid-line-yfull]>*:after {
        top: -30rem;
        bottom: -30rem
    }
    .xl\:grid-line-x-500[class*=grid-line-x-]>*:before {
        bottom: -31.25rem
    }
    .xl\:grid-line-x-500[class*=grid-line-yfull]>*:after {
        top: -31.25rem;
        bottom: -31.25rem
    }
    .xl\:grid-line-x-544[class*=grid-line-x-]>*:before {
        bottom: -34rem
    }
    .xl\:grid-line-x-544[class*=grid-line-yfull]>*:after {
        top: -34rem;
        bottom: -34rem
    }
    .xl\:grid-line-x-577[class*=grid-line-x-]>*:before {
        bottom: -36.0625rem
    }
    .xl\:grid-line-x-577[class*=grid-line-yfull]>*:after {
        top: -36.0625rem;
        bottom: -36.0625rem
    }
    .xl\:grid-line-x-580[class*=grid-line-x-]>*:before {
        bottom: -36.25rem
    }
    .xl\:grid-line-x-580[class*=grid-line-yfull]>*:after {
        top: -36.25rem;
        bottom: -36.25rem
    }
    .xl\:grid-line-x-649[class*=grid-line-x-]>*:before {
        bottom: -40.5625rem
    }
    .xl\:grid-line-x-649[class*=grid-line-yfull]>*:after {
        top: -40.5625rem;
        bottom: -40.5625rem
    }
    .xl\:grid-line-x-881[class*=grid-line-x-]>*:before {
        bottom: -55.0625rem
    }
    .xl\:grid-line-x-881[class*=grid-line-yfull]>*:after {
        top: -55.0625rem;
        bottom: -55.0625rem
    }
    .xl\:grid-line-x-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--inner-gutter)
    }
    .xl\:grid-line-x-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--inner-gutter);
        bottom: -var(--inner-gutter)
    }
    .xl\:grid-line-x-outer-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--outer-gutter, 0px)
    }
    .xl\:grid-line-x-outer-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--outer-gutter, 0px);
        bottom: -var(--outer-gutter, 0px)
    }
    .xl\:grid-line-x-3-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .xl\:grid-line-x-3-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .xl\:grid-line-x-4-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .xl\:grid-line-x-4-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .xl\:grid-line-x-primary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .xl\:grid-line-y-primary[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-100)
    }
    .xl\:grid-line-xy-primary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .xl\:grid-line-xy-primary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-100)
    }
    .xl\:grid-line-x-primary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .xl\:grid-line-y-primary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-800)
    }
    .xl\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .xl\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-800)
    }
    .xl\:grid-line-x-secondary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--black)
    }
    .xl\:grid-line-y-secondary[class*=grid-line-y-]>*:after {
        border-right-color: var(--black)
    }
    .xl\:grid-line-xy-secondary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--black)
    }
    .xl\:grid-line-xy-secondary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--black)
    }
    .xl\:grid-line-x-secondary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--white)
    }
    .xl\:grid-line-y-secondary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--white)
    }
    .xl\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--white)
    }
    .xl\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--white)
    }
    .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(n+1):before {
        right: 0
    }
    .xl\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1):before {
        border-bottom-width: 0
    }
    .xl\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1)~*:before {
        border-bottom-width: 0
    }
    .xl\:grid-cols-2[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .xl\:grid-cols-2[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .xl\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):before {
        left: 0
    }
    .xl\:grid-cols-2[class*=grid-line-x]>*:nth-child(2n+2):before {
        right: 0
    }
    .xl\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2):before {
        border-bottom-width: 0
    }
    .xl\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2)~*:before {
        border-bottom-width: 0
    }
    .xl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(n):after {
        border-right-width: 1px
    }
    .xl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(2n+2):after {
        border-right-width: 0
    }
    .xl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(-n+2):after {
        top: 0
    }
    .xl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2):after {
        bottom: 0
    }
    .xl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2)~li:after {
        bottom: 0
    }
    .xl\:grid-cols-3[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .xl\:grid-cols-3[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .xl\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):before {
        left: 0
    }
    .xl\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+3):before {
        right: 0
    }
    .xl\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):nth-last-child(-n+3):before {
        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
    }
}

@media (min-width: 1920px) {
    [class*=grid-line-]>* {
        position: relative
    }
    [class*=grid-line-]>*:before,
    [class*=grid-line-]>*:after {
        content: "";
        position: absolute;
        z-index: 0;
        pointer-events: none
    }
    .xxl\:grid-line-x>*:before {
        content: "";
        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: "";
        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: "";
        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: "";
        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-1[class*=grid-line-x-]>*:before {
        bottom: -.0625rem
    }
    .xxl\:grid-line-x-1[class*=grid-line-yfull]>*:after {
        top: -.0625rem;
        bottom: -.0625rem
    }
    .xxl\:grid-line-x-2[class*=grid-line-x-]>*:before {
        bottom: -.125rem
    }
    .xxl\:grid-line-x-2[class*=grid-line-yfull]>*:after {
        top: -.125rem;
        bottom: -.125rem
    }
    .xxl\:grid-line-x-3[class*=grid-line-x-]>*:before {
        bottom: -.1875rem
    }
    .xxl\:grid-line-x-3[class*=grid-line-yfull]>*:after {
        top: -.1875rem;
        bottom: -.1875rem
    }
    .xxl\:grid-line-x-4[class*=grid-line-x-]>*:before {
        bottom: -.25rem
    }
    .xxl\:grid-line-x-4[class*=grid-line-yfull]>*:after {
        top: -.25rem;
        bottom: -.25rem
    }
    .xxl\:grid-line-x-5[class*=grid-line-x-]>*:before {
        bottom: -.3125rem
    }
    .xxl\:grid-line-x-5[class*=grid-line-yfull]>*:after {
        top: -.3125rem;
        bottom: -.3125rem
    }
    .xxl\:grid-line-x-6[class*=grid-line-x-]>*:before {
        bottom: -.375rem
    }
    .xxl\:grid-line-x-6[class*=grid-line-yfull]>*:after {
        top: -.375rem;
        bottom: -.375rem
    }
    .xxl\:grid-line-x-7[class*=grid-line-x-]>*:before {
        bottom: -.4375rem
    }
    .xxl\:grid-line-x-7[class*=grid-line-yfull]>*:after {
        top: -.4375rem;
        bottom: -.4375rem
    }
    .xxl\:grid-line-x-8[class*=grid-line-x-]>*:before {
        bottom: -.5rem
    }
    .xxl\:grid-line-x-8[class*=grid-line-yfull]>*:after {
        top: -.5rem;
        bottom: -.5rem
    }
    .xxl\:grid-line-x-9[class*=grid-line-x-]>*:before {
        bottom: -.5625rem
    }
    .xxl\:grid-line-x-9[class*=grid-line-yfull]>*:after {
        top: -.5625rem;
        bottom: -.5625rem
    }
    .xxl\:grid-line-x-10[class*=grid-line-x-]>*:before {
        bottom: -.625rem
    }
    .xxl\:grid-line-x-10[class*=grid-line-yfull]>*:after {
        top: -.625rem;
        bottom: -.625rem
    }
    .xxl\:grid-line-x-11[class*=grid-line-x-]>*:before {
        bottom: -.6875rem
    }
    .xxl\:grid-line-x-11[class*=grid-line-yfull]>*:after {
        top: -.6875rem;
        bottom: -.6875rem
    }
    .xxl\:grid-line-x-12[class*=grid-line-x-]>*:before {
        bottom: -.75rem
    }
    .xxl\:grid-line-x-12[class*=grid-line-yfull]>*:after {
        top: -.75rem;
        bottom: -.75rem
    }
    .xxl\:grid-line-x-13[class*=grid-line-x-]>*:before {
        bottom: -.8125rem
    }
    .xxl\:grid-line-x-13[class*=grid-line-yfull]>*:after {
        top: -.8125rem;
        bottom: -.8125rem
    }
    .xxl\:grid-line-x-14[class*=grid-line-x-]>*:before {
        bottom: -.875rem
    }
    .xxl\:grid-line-x-14[class*=grid-line-yfull]>*:after {
        top: -.875rem;
        bottom: -.875rem
    }
    .xxl\:grid-line-x-15[class*=grid-line-x-]>*:before {
        bottom: -.9375rem
    }
    .xxl\:grid-line-x-15[class*=grid-line-yfull]>*:after {
        top: -.9375rem;
        bottom: -.9375rem
    }
    .xxl\:grid-line-x-16[class*=grid-line-x-]>*:before {
        bottom: -1rem
    }
    .xxl\:grid-line-x-16[class*=grid-line-yfull]>*:after {
        top: -1rem;
        bottom: -1rem
    }
    .xxl\:grid-line-x-17[class*=grid-line-x-]>*:before {
        bottom: -1.0625rem
    }
    .xxl\:grid-line-x-17[class*=grid-line-yfull]>*:after {
        top: -1.0625rem;
        bottom: -1.0625rem
    }
    .xxl\:grid-line-x-18[class*=grid-line-x-]>*:before {
        bottom: -1.125rem
    }
    .xxl\:grid-line-x-18[class*=grid-line-yfull]>*:after {
        top: -1.125rem;
        bottom: -1.125rem
    }
    .xxl\:grid-line-x-19[class*=grid-line-x-]>*:before {
        bottom: -1.1875rem
    }
    .xxl\:grid-line-x-19[class*=grid-line-yfull]>*:after {
        top: -1.1875rem;
        bottom: -1.1875rem
    }
    .xxl\:grid-line-x-20[class*=grid-line-x-]>*:before {
        bottom: -1.25rem
    }
    .xxl\:grid-line-x-20[class*=grid-line-yfull]>*:after {
        top: -1.25rem;
        bottom: -1.25rem
    }
    .xxl\:grid-line-x-21[class*=grid-line-x-]>*:before {
        bottom: -1.3125rem
    }
    .xxl\:grid-line-x-21[class*=grid-line-yfull]>*:after {
        top: -1.3125rem;
        bottom: -1.3125rem
    }
    .xxl\:grid-line-x-22[class*=grid-line-x-]>*:before {
        bottom: -1.375rem
    }
    .xxl\:grid-line-x-22[class*=grid-line-yfull]>*:after {
        top: -1.375rem;
        bottom: -1.375rem
    }
    .xxl\:grid-line-x-23[class*=grid-line-x-]>*:before {
        bottom: -1.4375rem
    }
    .xxl\:grid-line-x-23[class*=grid-line-yfull]>*:after {
        top: -1.4375rem;
        bottom: -1.4375rem
    }
    .xxl\:grid-line-x-24[class*=grid-line-x-]>*:before {
        bottom: -1.5rem
    }
    .xxl\:grid-line-x-24[class*=grid-line-yfull]>*:after {
        top: -1.5rem;
        bottom: -1.5rem
    }
    .xxl\:grid-line-x-25[class*=grid-line-x-]>*:before {
        bottom: -1.5625rem
    }
    .xxl\:grid-line-x-25[class*=grid-line-yfull]>*:after {
        top: -1.5625rem;
        bottom: -1.5625rem
    }
    .xxl\:grid-line-x-26[class*=grid-line-x-]>*:before {
        bottom: -1.625rem
    }
    .xxl\:grid-line-x-26[class*=grid-line-yfull]>*:after {
        top: -1.625rem;
        bottom: -1.625rem
    }
    .xxl\:grid-line-x-27[class*=grid-line-x-]>*:before {
        bottom: -1.6875rem
    }
    .xxl\:grid-line-x-27[class*=grid-line-yfull]>*:after {
        top: -1.6875rem;
        bottom: -1.6875rem
    }
    .xxl\:grid-line-x-28[class*=grid-line-x-]>*:before {
        bottom: -1.75rem
    }
    .xxl\:grid-line-x-28[class*=grid-line-yfull]>*:after {
        top: -1.75rem;
        bottom: -1.75rem
    }
    .xxl\:grid-line-x-29[class*=grid-line-x-]>*:before {
        bottom: -1.8125rem
    }
    .xxl\:grid-line-x-29[class*=grid-line-yfull]>*:after {
        top: -1.8125rem;
        bottom: -1.8125rem
    }
    .xxl\:grid-line-x-30[class*=grid-line-x-]>*:before {
        bottom: -1.875rem
    }
    .xxl\:grid-line-x-30[class*=grid-line-yfull]>*:after {
        top: -1.875rem;
        bottom: -1.875rem
    }
    .xxl\:grid-line-x-31[class*=grid-line-x-]>*:before {
        bottom: -1.9375rem
    }
    .xxl\:grid-line-x-31[class*=grid-line-yfull]>*:after {
        top: -1.9375rem;
        bottom: -1.9375rem
    }
    .xxl\:grid-line-x-32[class*=grid-line-x-]>*:before {
        bottom: -2rem
    }
    .xxl\:grid-line-x-32[class*=grid-line-yfull]>*:after {
        top: -2rem;
        bottom: -2rem
    }
    .xxl\:grid-line-x-33[class*=grid-line-x-]>*:before {
        bottom: -2.0625rem
    }
    .xxl\:grid-line-x-33[class*=grid-line-yfull]>*:after {
        top: -2.0625rem;
        bottom: -2.0625rem
    }
    .xxl\:grid-line-x-34[class*=grid-line-x-]>*:before {
        bottom: -2.125rem
    }
    .xxl\:grid-line-x-34[class*=grid-line-yfull]>*:after {
        top: -2.125rem;
        bottom: -2.125rem
    }
    .xxl\:grid-line-x-35[class*=grid-line-x-]>*:before {
        bottom: -2.1875rem
    }
    .xxl\:grid-line-x-35[class*=grid-line-yfull]>*:after {
        top: -2.1875rem;
        bottom: -2.1875rem
    }
    .xxl\:grid-line-x-36[class*=grid-line-x-]>*:before {
        bottom: -2.25rem
    }
    .xxl\:grid-line-x-36[class*=grid-line-yfull]>*:after {
        top: -2.25rem;
        bottom: -2.25rem
    }
    .xxl\:grid-line-x-37[class*=grid-line-x-]>*:before {
        bottom: -2.3125rem
    }
    .xxl\:grid-line-x-37[class*=grid-line-yfull]>*:after {
        top: -2.3125rem;
        bottom: -2.3125rem
    }
    .xxl\:grid-line-x-38[class*=grid-line-x-]>*:before {
        bottom: -2.375rem
    }
    .xxl\:grid-line-x-38[class*=grid-line-yfull]>*:after {
        top: -2.375rem;
        bottom: -2.375rem
    }
    .xxl\:grid-line-x-39[class*=grid-line-x-]>*:before {
        bottom: -2.4375rem
    }
    .xxl\:grid-line-x-39[class*=grid-line-yfull]>*:after {
        top: -2.4375rem;
        bottom: -2.4375rem
    }
    .xxl\:grid-line-x-40[class*=grid-line-x-]>*:before {
        bottom: -2.5rem
    }
    .xxl\:grid-line-x-40[class*=grid-line-yfull]>*:after {
        top: -2.5rem;
        bottom: -2.5rem
    }
    .xxl\:grid-line-x-41[class*=grid-line-x-]>*:before {
        bottom: -2.5625rem
    }
    .xxl\:grid-line-x-41[class*=grid-line-yfull]>*:after {
        top: -2.5625rem;
        bottom: -2.5625rem
    }
    .xxl\:grid-line-x-42[class*=grid-line-x-]>*:before {
        bottom: -2.625rem
    }
    .xxl\:grid-line-x-42[class*=grid-line-yfull]>*:after {
        top: -2.625rem;
        bottom: -2.625rem
    }
    .xxl\:grid-line-x-43[class*=grid-line-x-]>*:before {
        bottom: -2.6875rem
    }
    .xxl\:grid-line-x-43[class*=grid-line-yfull]>*:after {
        top: -2.6875rem;
        bottom: -2.6875rem
    }
    .xxl\:grid-line-x-44[class*=grid-line-x-]>*:before {
        bottom: -2.75rem
    }
    .xxl\:grid-line-x-44[class*=grid-line-yfull]>*:after {
        top: -2.75rem;
        bottom: -2.75rem
    }
    .xxl\:grid-line-x-45[class*=grid-line-x-]>*:before {
        bottom: -2.8125rem
    }
    .xxl\:grid-line-x-45[class*=grid-line-yfull]>*:after {
        top: -2.8125rem;
        bottom: -2.8125rem
    }
    .xxl\:grid-line-x-46[class*=grid-line-x-]>*:before {
        bottom: -2.875rem
    }
    .xxl\:grid-line-x-46[class*=grid-line-yfull]>*:after {
        top: -2.875rem;
        bottom: -2.875rem
    }
    .xxl\:grid-line-x-47[class*=grid-line-x-]>*:before {
        bottom: -2.9375rem
    }
    .xxl\:grid-line-x-47[class*=grid-line-yfull]>*:after {
        top: -2.9375rem;
        bottom: -2.9375rem
    }
    .xxl\:grid-line-x-48[class*=grid-line-x-]>*:before {
        bottom: -3rem
    }
    .xxl\:grid-line-x-48[class*=grid-line-yfull]>*:after {
        top: -3rem;
        bottom: -3rem
    }
    .xxl\:grid-line-x-49[class*=grid-line-x-]>*:before {
        bottom: -3.0625rem
    }
    .xxl\:grid-line-x-49[class*=grid-line-yfull]>*:after {
        top: -3.0625rem;
        bottom: -3.0625rem
    }
    .xxl\:grid-line-x-50[class*=grid-line-x-]>*:before {
        bottom: -3.125rem
    }
    .xxl\:grid-line-x-50[class*=grid-line-yfull]>*:after {
        top: -3.125rem;
        bottom: -3.125rem
    }
    .xxl\:grid-line-x-51[class*=grid-line-x-]>*:before {
        bottom: -3.1875rem
    }
    .xxl\:grid-line-x-51[class*=grid-line-yfull]>*:after {
        top: -3.1875rem;
        bottom: -3.1875rem
    }
    .xxl\:grid-line-x-52[class*=grid-line-x-]>*:before {
        bottom: -3.25rem
    }
    .xxl\:grid-line-x-52[class*=grid-line-yfull]>*:after {
        top: -3.25rem;
        bottom: -3.25rem
    }
    .xxl\:grid-line-x-53[class*=grid-line-x-]>*:before {
        bottom: -3.3125rem
    }
    .xxl\:grid-line-x-53[class*=grid-line-yfull]>*:after {
        top: -3.3125rem;
        bottom: -3.3125rem
    }
    .xxl\:grid-line-x-54[class*=grid-line-x-]>*:before {
        bottom: -3.375rem
    }
    .xxl\:grid-line-x-54[class*=grid-line-yfull]>*:after {
        top: -3.375rem;
        bottom: -3.375rem
    }
    .xxl\:grid-line-x-55[class*=grid-line-x-]>*:before {
        bottom: -3.4375rem
    }
    .xxl\:grid-line-x-55[class*=grid-line-yfull]>*:after {
        top: -3.4375rem;
        bottom: -3.4375rem
    }
    .xxl\:grid-line-x-56[class*=grid-line-x-]>*:before {
        bottom: -3.5rem
    }
    .xxl\:grid-line-x-56[class*=grid-line-yfull]>*:after {
        top: -3.5rem;
        bottom: -3.5rem
    }
    .xxl\:grid-line-x-57[class*=grid-line-x-]>*:before {
        bottom: -3.5625rem
    }
    .xxl\:grid-line-x-57[class*=grid-line-yfull]>*:after {
        top: -3.5625rem;
        bottom: -3.5625rem
    }
    .xxl\:grid-line-x-58[class*=grid-line-x-]>*:before {
        bottom: -3.625rem
    }
    .xxl\:grid-line-x-58[class*=grid-line-yfull]>*:after {
        top: -3.625rem;
        bottom: -3.625rem
    }
    .xxl\:grid-line-x-59[class*=grid-line-x-]>*:before {
        bottom: -3.6875rem
    }
    .xxl\:grid-line-x-59[class*=grid-line-yfull]>*:after {
        top: -3.6875rem;
        bottom: -3.6875rem
    }
    .xxl\:grid-line-x-60[class*=grid-line-x-]>*:before {
        bottom: -3.75rem
    }
    .xxl\:grid-line-x-60[class*=grid-line-yfull]>*:after {
        top: -3.75rem;
        bottom: -3.75rem
    }
    .xxl\:grid-line-x-61[class*=grid-line-x-]>*:before {
        bottom: -3.8125rem
    }
    .xxl\:grid-line-x-61[class*=grid-line-yfull]>*:after {
        top: -3.8125rem;
        bottom: -3.8125rem
    }
    .xxl\:grid-line-x-62[class*=grid-line-x-]>*:before {
        bottom: -3.875rem
    }
    .xxl\:grid-line-x-62[class*=grid-line-yfull]>*:after {
        top: -3.875rem;
        bottom: -3.875rem
    }
    .xxl\:grid-line-x-63[class*=grid-line-x-]>*:before {
        bottom: -3.9375rem
    }
    .xxl\:grid-line-x-63[class*=grid-line-yfull]>*:after {
        top: -3.9375rem;
        bottom: -3.9375rem
    }
    .xxl\:grid-line-x-64[class*=grid-line-x-]>*:before {
        bottom: -4rem
    }
    .xxl\:grid-line-x-64[class*=grid-line-yfull]>*:after {
        top: -4rem;
        bottom: -4rem
    }
    .xxl\:grid-line-x-65[class*=grid-line-x-]>*:before {
        bottom: -4.0625rem
    }
    .xxl\:grid-line-x-65[class*=grid-line-yfull]>*:after {
        top: -4.0625rem;
        bottom: -4.0625rem
    }
    .xxl\:grid-line-x-66[class*=grid-line-x-]>*:before {
        bottom: -4.125rem
    }
    .xxl\:grid-line-x-66[class*=grid-line-yfull]>*:after {
        top: -4.125rem;
        bottom: -4.125rem
    }
    .xxl\:grid-line-x-67[class*=grid-line-x-]>*:before {
        bottom: -4.1875rem
    }
    .xxl\:grid-line-x-67[class*=grid-line-yfull]>*:after {
        top: -4.1875rem;
        bottom: -4.1875rem
    }
    .xxl\:grid-line-x-68[class*=grid-line-x-]>*:before {
        bottom: -4.25rem
    }
    .xxl\:grid-line-x-68[class*=grid-line-yfull]>*:after {
        top: -4.25rem;
        bottom: -4.25rem
    }
    .xxl\:grid-line-x-69[class*=grid-line-x-]>*:before {
        bottom: -4.3125rem
    }
    .xxl\:grid-line-x-69[class*=grid-line-yfull]>*:after {
        top: -4.3125rem;
        bottom: -4.3125rem
    }
    .xxl\:grid-line-x-70[class*=grid-line-x-]>*:before {
        bottom: -4.375rem
    }
    .xxl\:grid-line-x-70[class*=grid-line-yfull]>*:after {
        top: -4.375rem;
        bottom: -4.375rem
    }
    .xxl\:grid-line-x-71[class*=grid-line-x-]>*:before {
        bottom: -4.4375rem
    }
    .xxl\:grid-line-x-71[class*=grid-line-yfull]>*:after {
        top: -4.4375rem;
        bottom: -4.4375rem
    }
    .xxl\:grid-line-x-72[class*=grid-line-x-]>*:before {
        bottom: -4.5rem
    }
    .xxl\:grid-line-x-72[class*=grid-line-yfull]>*:after {
        top: -4.5rem;
        bottom: -4.5rem
    }
    .xxl\:grid-line-x-73[class*=grid-line-x-]>*:before {
        bottom: -4.5625rem
    }
    .xxl\:grid-line-x-73[class*=grid-line-yfull]>*:after {
        top: -4.5625rem;
        bottom: -4.5625rem
    }
    .xxl\:grid-line-x-74[class*=grid-line-x-]>*:before {
        bottom: -4.625rem
    }
    .xxl\:grid-line-x-74[class*=grid-line-yfull]>*:after {
        top: -4.625rem;
        bottom: -4.625rem
    }
    .xxl\:grid-line-x-75[class*=grid-line-x-]>*:before {
        bottom: -4.6875rem
    }
    .xxl\:grid-line-x-75[class*=grid-line-yfull]>*:after {
        top: -4.6875rem;
        bottom: -4.6875rem
    }
    .xxl\:grid-line-x-76[class*=grid-line-x-]>*:before {
        bottom: -4.75rem
    }
    .xxl\:grid-line-x-76[class*=grid-line-yfull]>*:after {
        top: -4.75rem;
        bottom: -4.75rem
    }
    .xxl\:grid-line-x-77[class*=grid-line-x-]>*:before {
        bottom: -4.8125rem
    }
    .xxl\:grid-line-x-77[class*=grid-line-yfull]>*:after {
        top: -4.8125rem;
        bottom: -4.8125rem
    }
    .xxl\:grid-line-x-78[class*=grid-line-x-]>*:before {
        bottom: -4.875rem
    }
    .xxl\:grid-line-x-78[class*=grid-line-yfull]>*:after {
        top: -4.875rem;
        bottom: -4.875rem
    }
    .xxl\:grid-line-x-79[class*=grid-line-x-]>*:before {
        bottom: -4.9375rem
    }
    .xxl\:grid-line-x-79[class*=grid-line-yfull]>*:after {
        top: -4.9375rem;
        bottom: -4.9375rem
    }
    .xxl\:grid-line-x-80[class*=grid-line-x-]>*:before {
        bottom: -5rem
    }
    .xxl\:grid-line-x-80[class*=grid-line-yfull]>*:after {
        top: -5rem;
        bottom: -5rem
    }
    .xxl\:grid-line-x-81[class*=grid-line-x-]>*:before {
        bottom: -5.0625rem
    }
    .xxl\:grid-line-x-81[class*=grid-line-yfull]>*:after {
        top: -5.0625rem;
        bottom: -5.0625rem
    }
    .xxl\:grid-line-x-82[class*=grid-line-x-]>*:before {
        bottom: -5.125rem
    }
    .xxl\:grid-line-x-82[class*=grid-line-yfull]>*:after {
        top: -5.125rem;
        bottom: -5.125rem
    }
    .xxl\:grid-line-x-83[class*=grid-line-x-]>*:before {
        bottom: -5.1875rem
    }
    .xxl\:grid-line-x-83[class*=grid-line-yfull]>*:after {
        top: -5.1875rem;
        bottom: -5.1875rem
    }
    .xxl\:grid-line-x-84[class*=grid-line-x-]>*:before {
        bottom: -5.25rem
    }
    .xxl\:grid-line-x-84[class*=grid-line-yfull]>*:after {
        top: -5.25rem;
        bottom: -5.25rem
    }
    .xxl\:grid-line-x-85[class*=grid-line-x-]>*:before {
        bottom: -5.3125rem
    }
    .xxl\:grid-line-x-85[class*=grid-line-yfull]>*:after {
        top: -5.3125rem;
        bottom: -5.3125rem
    }
    .xxl\:grid-line-x-86[class*=grid-line-x-]>*:before {
        bottom: -5.375rem
    }
    .xxl\:grid-line-x-86[class*=grid-line-yfull]>*:after {
        top: -5.375rem;
        bottom: -5.375rem
    }
    .xxl\:grid-line-x-87[class*=grid-line-x-]>*:before {
        bottom: -5.4375rem
    }
    .xxl\:grid-line-x-87[class*=grid-line-yfull]>*:after {
        top: -5.4375rem;
        bottom: -5.4375rem
    }
    .xxl\:grid-line-x-88[class*=grid-line-x-]>*:before {
        bottom: -5.5rem
    }
    .xxl\:grid-line-x-88[class*=grid-line-yfull]>*:after {
        top: -5.5rem;
        bottom: -5.5rem
    }
    .xxl\:grid-line-x-89[class*=grid-line-x-]>*:before {
        bottom: -5.5625rem
    }
    .xxl\:grid-line-x-89[class*=grid-line-yfull]>*:after {
        top: -5.5625rem;
        bottom: -5.5625rem
    }
    .xxl\:grid-line-x-90[class*=grid-line-x-]>*:before {
        bottom: -5.625rem
    }
    .xxl\:grid-line-x-90[class*=grid-line-yfull]>*:after {
        top: -5.625rem;
        bottom: -5.625rem
    }
    .xxl\:grid-line-x-91[class*=grid-line-x-]>*:before {
        bottom: -5.6875rem
    }
    .xxl\:grid-line-x-91[class*=grid-line-yfull]>*:after {
        top: -5.6875rem;
        bottom: -5.6875rem
    }
    .xxl\:grid-line-x-92[class*=grid-line-x-]>*:before {
        bottom: -5.75rem
    }
    .xxl\:grid-line-x-92[class*=grid-line-yfull]>*:after {
        top: -5.75rem;
        bottom: -5.75rem
    }
    .xxl\:grid-line-x-93[class*=grid-line-x-]>*:before {
        bottom: -5.8125rem
    }
    .xxl\:grid-line-x-93[class*=grid-line-yfull]>*:after {
        top: -5.8125rem;
        bottom: -5.8125rem
    }
    .xxl\:grid-line-x-94[class*=grid-line-x-]>*:before {
        bottom: -5.875rem
    }
    .xxl\:grid-line-x-94[class*=grid-line-yfull]>*:after {
        top: -5.875rem;
        bottom: -5.875rem
    }
    .xxl\:grid-line-x-95[class*=grid-line-x-]>*:before {
        bottom: -5.9375rem
    }
    .xxl\:grid-line-x-95[class*=grid-line-yfull]>*:after {
        top: -5.9375rem;
        bottom: -5.9375rem
    }
    .xxl\:grid-line-x-96[class*=grid-line-x-]>*:before {
        bottom: -6rem
    }
    .xxl\:grid-line-x-96[class*=grid-line-yfull]>*:after {
        top: -6rem;
        bottom: -6rem
    }
    .xxl\:grid-line-x-97[class*=grid-line-x-]>*:before {
        bottom: -6.0625rem
    }
    .xxl\:grid-line-x-97[class*=grid-line-yfull]>*:after {
        top: -6.0625rem;
        bottom: -6.0625rem
    }
    .xxl\:grid-line-x-98[class*=grid-line-x-]>*:before {
        bottom: -6.125rem
    }
    .xxl\:grid-line-x-98[class*=grid-line-yfull]>*:after {
        top: -6.125rem;
        bottom: -6.125rem
    }
    .xxl\:grid-line-x-99[class*=grid-line-x-]>*:before {
        bottom: -6.1875rem
    }
    .xxl\:grid-line-x-99[class*=grid-line-yfull]>*:after {
        top: -6.1875rem;
        bottom: -6.1875rem
    }
    .xxl\:grid-line-x-100[class*=grid-line-x-]>*:before {
        bottom: -6.25rem
    }
    .xxl\:grid-line-x-100[class*=grid-line-yfull]>*:after {
        top: -6.25rem;
        bottom: -6.25rem
    }
    .xxl\:grid-line-x-101[class*=grid-line-x-]>*:before {
        bottom: -6.3125rem
    }
    .xxl\:grid-line-x-101[class*=grid-line-yfull]>*:after {
        top: -6.3125rem;
        bottom: -6.3125rem
    }
    .xxl\:grid-line-x-102[class*=grid-line-x-]>*:before {
        bottom: -6.375rem
    }
    .xxl\:grid-line-x-102[class*=grid-line-yfull]>*:after {
        top: -6.375rem;
        bottom: -6.375rem
    }
    .xxl\:grid-line-x-103[class*=grid-line-x-]>*:before {
        bottom: -6.4375rem
    }
    .xxl\:grid-line-x-103[class*=grid-line-yfull]>*:after {
        top: -6.4375rem;
        bottom: -6.4375rem
    }
    .xxl\:grid-line-x-104[class*=grid-line-x-]>*:before {
        bottom: -6.5rem
    }
    .xxl\:grid-line-x-104[class*=grid-line-yfull]>*:after {
        top: -6.5rem;
        bottom: -6.5rem
    }
    .xxl\:grid-line-x-105[class*=grid-line-x-]>*:before {
        bottom: -6.5625rem
    }
    .xxl\:grid-line-x-105[class*=grid-line-yfull]>*:after {
        top: -6.5625rem;
        bottom: -6.5625rem
    }
    .xxl\:grid-line-x-106[class*=grid-line-x-]>*:before {
        bottom: -6.625rem
    }
    .xxl\:grid-line-x-106[class*=grid-line-yfull]>*:after {
        top: -6.625rem;
        bottom: -6.625rem
    }
    .xxl\:grid-line-x-107[class*=grid-line-x-]>*:before {
        bottom: -6.6875rem
    }
    .xxl\:grid-line-x-107[class*=grid-line-yfull]>*:after {
        top: -6.6875rem;
        bottom: -6.6875rem
    }
    .xxl\:grid-line-x-108[class*=grid-line-x-]>*:before {
        bottom: -6.75rem
    }
    .xxl\:grid-line-x-108[class*=grid-line-yfull]>*:after {
        top: -6.75rem;
        bottom: -6.75rem
    }
    .xxl\:grid-line-x-109[class*=grid-line-x-]>*:before {
        bottom: -6.8125rem
    }
    .xxl\:grid-line-x-109[class*=grid-line-yfull]>*:after {
        top: -6.8125rem;
        bottom: -6.8125rem
    }
    .xxl\:grid-line-x-110[class*=grid-line-x-]>*:before {
        bottom: -6.875rem
    }
    .xxl\:grid-line-x-110[class*=grid-line-yfull]>*:after {
        top: -6.875rem;
        bottom: -6.875rem
    }
    .xxl\:grid-line-x-111[class*=grid-line-x-]>*:before {
        bottom: -6.9375rem
    }
    .xxl\:grid-line-x-111[class*=grid-line-yfull]>*:after {
        top: -6.9375rem;
        bottom: -6.9375rem
    }
    .xxl\:grid-line-x-112[class*=grid-line-x-]>*:before {
        bottom: -7rem
    }
    .xxl\:grid-line-x-112[class*=grid-line-yfull]>*:after {
        top: -7rem;
        bottom: -7rem
    }
    .xxl\:grid-line-x-113[class*=grid-line-x-]>*:before {
        bottom: -7.0625rem
    }
    .xxl\:grid-line-x-113[class*=grid-line-yfull]>*:after {
        top: -7.0625rem;
        bottom: -7.0625rem
    }
    .xxl\:grid-line-x-114[class*=grid-line-x-]>*:before {
        bottom: -7.125rem
    }
    .xxl\:grid-line-x-114[class*=grid-line-yfull]>*:after {
        top: -7.125rem;
        bottom: -7.125rem
    }
    .xxl\:grid-line-x-115[class*=grid-line-x-]>*:before {
        bottom: -7.1875rem
    }
    .xxl\:grid-line-x-115[class*=grid-line-yfull]>*:after {
        top: -7.1875rem;
        bottom: -7.1875rem
    }
    .xxl\:grid-line-x-116[class*=grid-line-x-]>*:before {
        bottom: -7.25rem
    }
    .xxl\:grid-line-x-116[class*=grid-line-yfull]>*:after {
        top: -7.25rem;
        bottom: -7.25rem
    }
    .xxl\:grid-line-x-117[class*=grid-line-x-]>*:before {
        bottom: -7.3125rem
    }
    .xxl\:grid-line-x-117[class*=grid-line-yfull]>*:after {
        top: -7.3125rem;
        bottom: -7.3125rem
    }
    .xxl\:grid-line-x-118[class*=grid-line-x-]>*:before {
        bottom: -7.375rem
    }
    .xxl\:grid-line-x-118[class*=grid-line-yfull]>*:after {
        top: -7.375rem;
        bottom: -7.375rem
    }
    .xxl\:grid-line-x-119[class*=grid-line-x-]>*:before {
        bottom: -7.4375rem
    }
    .xxl\:grid-line-x-119[class*=grid-line-yfull]>*:after {
        top: -7.4375rem;
        bottom: -7.4375rem
    }
    .xxl\:grid-line-x-120[class*=grid-line-x-]>*:before {
        bottom: -7.5rem
    }
    .xxl\:grid-line-x-120[class*=grid-line-yfull]>*:after {
        top: -7.5rem;
        bottom: -7.5rem
    }
    .xxl\:grid-line-x-121[class*=grid-line-x-]>*:before {
        bottom: -7.5625rem
    }
    .xxl\:grid-line-x-121[class*=grid-line-yfull]>*:after {
        top: -7.5625rem;
        bottom: -7.5625rem
    }
    .xxl\:grid-line-x-122[class*=grid-line-x-]>*:before {
        bottom: -7.625rem
    }
    .xxl\:grid-line-x-122[class*=grid-line-yfull]>*:after {
        top: -7.625rem;
        bottom: -7.625rem
    }
    .xxl\:grid-line-x-123[class*=grid-line-x-]>*:before {
        bottom: -7.6875rem
    }
    .xxl\:grid-line-x-123[class*=grid-line-yfull]>*:after {
        top: -7.6875rem;
        bottom: -7.6875rem
    }
    .xxl\:grid-line-x-124[class*=grid-line-x-]>*:before {
        bottom: -7.75rem
    }
    .xxl\:grid-line-x-124[class*=grid-line-yfull]>*:after {
        top: -7.75rem;
        bottom: -7.75rem
    }
    .xxl\:grid-line-x-125[class*=grid-line-x-]>*:before {
        bottom: -7.8125rem
    }
    .xxl\:grid-line-x-125[class*=grid-line-yfull]>*:after {
        top: -7.8125rem;
        bottom: -7.8125rem
    }
    .xxl\:grid-line-x-126[class*=grid-line-x-]>*:before {
        bottom: -7.875rem
    }
    .xxl\:grid-line-x-126[class*=grid-line-yfull]>*:after {
        top: -7.875rem;
        bottom: -7.875rem
    }
    .xxl\:grid-line-x-127[class*=grid-line-x-]>*:before {
        bottom: -7.9375rem
    }
    .xxl\:grid-line-x-127[class*=grid-line-yfull]>*:after {
        top: -7.9375rem;
        bottom: -7.9375rem
    }
    .xxl\:grid-line-x-128[class*=grid-line-x-]>*:before {
        bottom: -8rem
    }
    .xxl\:grid-line-x-128[class*=grid-line-yfull]>*:after {
        top: -8rem;
        bottom: -8rem
    }
    .xxl\:grid-line-x-129[class*=grid-line-x-]>*:before {
        bottom: -8.0625rem
    }
    .xxl\:grid-line-x-129[class*=grid-line-yfull]>*:after {
        top: -8.0625rem;
        bottom: -8.0625rem
    }
    .xxl\:grid-line-x-130[class*=grid-line-x-]>*:before {
        bottom: -8.125rem
    }
    .xxl\:grid-line-x-130[class*=grid-line-yfull]>*:after {
        top: -8.125rem;
        bottom: -8.125rem
    }
    .xxl\:grid-line-x-131[class*=grid-line-x-]>*:before {
        bottom: -8.1875rem
    }
    .xxl\:grid-line-x-131[class*=grid-line-yfull]>*:after {
        top: -8.1875rem;
        bottom: -8.1875rem
    }
    .xxl\:grid-line-x-132[class*=grid-line-x-]>*:before {
        bottom: -8.25rem
    }
    .xxl\:grid-line-x-132[class*=grid-line-yfull]>*:after {
        top: -8.25rem;
        bottom: -8.25rem
    }
    .xxl\:grid-line-x-133[class*=grid-line-x-]>*:before {
        bottom: -8.3125rem
    }
    .xxl\:grid-line-x-133[class*=grid-line-yfull]>*:after {
        top: -8.3125rem;
        bottom: -8.3125rem
    }
    .xxl\:grid-line-x-134[class*=grid-line-x-]>*:before {
        bottom: -8.375rem
    }
    .xxl\:grid-line-x-134[class*=grid-line-yfull]>*:after {
        top: -8.375rem;
        bottom: -8.375rem
    }
    .xxl\:grid-line-x-135[class*=grid-line-x-]>*:before {
        bottom: -8.4375rem
    }
    .xxl\:grid-line-x-135[class*=grid-line-yfull]>*:after {
        top: -8.4375rem;
        bottom: -8.4375rem
    }
    .xxl\:grid-line-x-136[class*=grid-line-x-]>*:before {
        bottom: -8.5rem
    }
    .xxl\:grid-line-x-136[class*=grid-line-yfull]>*:after {
        top: -8.5rem;
        bottom: -8.5rem
    }
    .xxl\:grid-line-x-137[class*=grid-line-x-]>*:before {
        bottom: -8.5625rem
    }
    .xxl\:grid-line-x-137[class*=grid-line-yfull]>*:after {
        top: -8.5625rem;
        bottom: -8.5625rem
    }
    .xxl\:grid-line-x-138[class*=grid-line-x-]>*:before {
        bottom: -8.625rem
    }
    .xxl\:grid-line-x-138[class*=grid-line-yfull]>*:after {
        top: -8.625rem;
        bottom: -8.625rem
    }
    .xxl\:grid-line-x-139[class*=grid-line-x-]>*:before {
        bottom: -8.6875rem
    }
    .xxl\:grid-line-x-139[class*=grid-line-yfull]>*:after {
        top: -8.6875rem;
        bottom: -8.6875rem
    }
    .xxl\:grid-line-x-140[class*=grid-line-x-]>*:before {
        bottom: -8.75rem
    }
    .xxl\:grid-line-x-140[class*=grid-line-yfull]>*:after {
        top: -8.75rem;
        bottom: -8.75rem
    }
    .xxl\:grid-line-x-141[class*=grid-line-x-]>*:before {
        bottom: -8.8125rem
    }
    .xxl\:grid-line-x-141[class*=grid-line-yfull]>*:after {
        top: -8.8125rem;
        bottom: -8.8125rem
    }
    .xxl\:grid-line-x-142[class*=grid-line-x-]>*:before {
        bottom: -8.875rem
    }
    .xxl\:grid-line-x-142[class*=grid-line-yfull]>*:after {
        top: -8.875rem;
        bottom: -8.875rem
    }
    .xxl\:grid-line-x-143[class*=grid-line-x-]>*:before {
        bottom: -8.9375rem
    }
    .xxl\:grid-line-x-143[class*=grid-line-yfull]>*:after {
        top: -8.9375rem;
        bottom: -8.9375rem
    }
    .xxl\:grid-line-x-144[class*=grid-line-x-]>*:before {
        bottom: -9rem
    }
    .xxl\:grid-line-x-144[class*=grid-line-yfull]>*:after {
        top: -9rem;
        bottom: -9rem
    }
    .xxl\:grid-line-x-145[class*=grid-line-x-]>*:before {
        bottom: -9.0625rem
    }
    .xxl\:grid-line-x-145[class*=grid-line-yfull]>*:after {
        top: -9.0625rem;
        bottom: -9.0625rem
    }
    .xxl\:grid-line-x-146[class*=grid-line-x-]>*:before {
        bottom: -9.125rem
    }
    .xxl\:grid-line-x-146[class*=grid-line-yfull]>*:after {
        top: -9.125rem;
        bottom: -9.125rem
    }
    .xxl\:grid-line-x-147[class*=grid-line-x-]>*:before {
        bottom: -9.1875rem
    }
    .xxl\:grid-line-x-147[class*=grid-line-yfull]>*:after {
        top: -9.1875rem;
        bottom: -9.1875rem
    }
    .xxl\:grid-line-x-148[class*=grid-line-x-]>*:before {
        bottom: -9.25rem
    }
    .xxl\:grid-line-x-148[class*=grid-line-yfull]>*:after {
        top: -9.25rem;
        bottom: -9.25rem
    }
    .xxl\:grid-line-x-149[class*=grid-line-x-]>*:before {
        bottom: -9.3125rem
    }
    .xxl\:grid-line-x-149[class*=grid-line-yfull]>*:after {
        top: -9.3125rem;
        bottom: -9.3125rem
    }
    .xxl\:grid-line-x-150[class*=grid-line-x-]>*:before {
        bottom: -9.375rem
    }
    .xxl\:grid-line-x-150[class*=grid-line-yfull]>*:after {
        top: -9.375rem;
        bottom: -9.375rem
    }
    .xxl\:grid-line-x-151[class*=grid-line-x-]>*:before {
        bottom: -9.4375rem
    }
    .xxl\:grid-line-x-151[class*=grid-line-yfull]>*:after {
        top: -9.4375rem;
        bottom: -9.4375rem
    }
    .xxl\:grid-line-x-152[class*=grid-line-x-]>*:before {
        bottom: -9.5rem
    }
    .xxl\:grid-line-x-152[class*=grid-line-yfull]>*:after {
        top: -9.5rem;
        bottom: -9.5rem
    }
    .xxl\:grid-line-x-153[class*=grid-line-x-]>*:before {
        bottom: -9.5625rem
    }
    .xxl\:grid-line-x-153[class*=grid-line-yfull]>*:after {
        top: -9.5625rem;
        bottom: -9.5625rem
    }
    .xxl\:grid-line-x-154[class*=grid-line-x-]>*:before {
        bottom: -9.625rem
    }
    .xxl\:grid-line-x-154[class*=grid-line-yfull]>*:after {
        top: -9.625rem;
        bottom: -9.625rem
    }
    .xxl\:grid-line-x-155[class*=grid-line-x-]>*:before {
        bottom: -9.6875rem
    }
    .xxl\:grid-line-x-155[class*=grid-line-yfull]>*:after {
        top: -9.6875rem;
        bottom: -9.6875rem
    }
    .xxl\:grid-line-x-156[class*=grid-line-x-]>*:before {
        bottom: -9.75rem
    }
    .xxl\:grid-line-x-156[class*=grid-line-yfull]>*:after {
        top: -9.75rem;
        bottom: -9.75rem
    }
    .xxl\:grid-line-x-157[class*=grid-line-x-]>*:before {
        bottom: -9.8125rem
    }
    .xxl\:grid-line-x-157[class*=grid-line-yfull]>*:after {
        top: -9.8125rem;
        bottom: -9.8125rem
    }
    .xxl\:grid-line-x-158[class*=grid-line-x-]>*:before {
        bottom: -9.875rem
    }
    .xxl\:grid-line-x-158[class*=grid-line-yfull]>*:after {
        top: -9.875rem;
        bottom: -9.875rem
    }
    .xxl\:grid-line-x-159[class*=grid-line-x-]>*:before {
        bottom: -9.9375rem
    }
    .xxl\:grid-line-x-159[class*=grid-line-yfull]>*:after {
        top: -9.9375rem;
        bottom: -9.9375rem
    }
    .xxl\:grid-line-x-160[class*=grid-line-x-]>*:before {
        bottom: -10rem
    }
    .xxl\:grid-line-x-160[class*=grid-line-yfull]>*:after {
        top: -10rem;
        bottom: -10rem
    }
    .xxl\:grid-line-x-161[class*=grid-line-x-]>*:before {
        bottom: -10.0625rem
    }
    .xxl\:grid-line-x-161[class*=grid-line-yfull]>*:after {
        top: -10.0625rem;
        bottom: -10.0625rem
    }
    .xxl\:grid-line-x-162[class*=grid-line-x-]>*:before {
        bottom: -10.125rem
    }
    .xxl\:grid-line-x-162[class*=grid-line-yfull]>*:after {
        top: -10.125rem;
        bottom: -10.125rem
    }
    .xxl\:grid-line-x-163[class*=grid-line-x-]>*:before {
        bottom: -10.1875rem
    }
    .xxl\:grid-line-x-163[class*=grid-line-yfull]>*:after {
        top: -10.1875rem;
        bottom: -10.1875rem
    }
    .xxl\:grid-line-x-164[class*=grid-line-x-]>*:before {
        bottom: -10.25rem
    }
    .xxl\:grid-line-x-164[class*=grid-line-yfull]>*:after {
        top: -10.25rem;
        bottom: -10.25rem
    }
    .xxl\:grid-line-x-165[class*=grid-line-x-]>*:before {
        bottom: -10.3125rem
    }
    .xxl\:grid-line-x-165[class*=grid-line-yfull]>*:after {
        top: -10.3125rem;
        bottom: -10.3125rem
    }
    .xxl\:grid-line-x-166[class*=grid-line-x-]>*:before {
        bottom: -10.375rem
    }
    .xxl\:grid-line-x-166[class*=grid-line-yfull]>*:after {
        top: -10.375rem;
        bottom: -10.375rem
    }
    .xxl\:grid-line-x-167[class*=grid-line-x-]>*:before {
        bottom: -10.4375rem
    }
    .xxl\:grid-line-x-167[class*=grid-line-yfull]>*:after {
        top: -10.4375rem;
        bottom: -10.4375rem
    }
    .xxl\:grid-line-x-168[class*=grid-line-x-]>*:before {
        bottom: -10.5rem
    }
    .xxl\:grid-line-x-168[class*=grid-line-yfull]>*:after {
        top: -10.5rem;
        bottom: -10.5rem
    }
    .xxl\:grid-line-x-169[class*=grid-line-x-]>*:before {
        bottom: -10.5625rem
    }
    .xxl\:grid-line-x-169[class*=grid-line-yfull]>*:after {
        top: -10.5625rem;
        bottom: -10.5625rem
    }
    .xxl\:grid-line-x-170[class*=grid-line-x-]>*:before {
        bottom: -10.625rem
    }
    .xxl\:grid-line-x-170[class*=grid-line-yfull]>*:after {
        top: -10.625rem;
        bottom: -10.625rem
    }
    .xxl\:grid-line-x-171[class*=grid-line-x-]>*:before {
        bottom: -10.6875rem
    }
    .xxl\:grid-line-x-171[class*=grid-line-yfull]>*:after {
        top: -10.6875rem;
        bottom: -10.6875rem
    }
    .xxl\:grid-line-x-172[class*=grid-line-x-]>*:before {
        bottom: -10.75rem
    }
    .xxl\:grid-line-x-172[class*=grid-line-yfull]>*:after {
        top: -10.75rem;
        bottom: -10.75rem
    }
    .xxl\:grid-line-x-173[class*=grid-line-x-]>*:before {
        bottom: -10.8125rem
    }
    .xxl\:grid-line-x-173[class*=grid-line-yfull]>*:after {
        top: -10.8125rem;
        bottom: -10.8125rem
    }
    .xxl\:grid-line-x-174[class*=grid-line-x-]>*:before {
        bottom: -10.875rem
    }
    .xxl\:grid-line-x-174[class*=grid-line-yfull]>*:after {
        top: -10.875rem;
        bottom: -10.875rem
    }
    .xxl\:grid-line-x-175[class*=grid-line-x-]>*:before {
        bottom: -10.9375rem
    }
    .xxl\:grid-line-x-175[class*=grid-line-yfull]>*:after {
        top: -10.9375rem;
        bottom: -10.9375rem
    }
    .xxl\:grid-line-x-176[class*=grid-line-x-]>*:before {
        bottom: -11rem
    }
    .xxl\:grid-line-x-176[class*=grid-line-yfull]>*:after {
        top: -11rem;
        bottom: -11rem
    }
    .xxl\:grid-line-x-177[class*=grid-line-x-]>*:before {
        bottom: -11.0625rem
    }
    .xxl\:grid-line-x-177[class*=grid-line-yfull]>*:after {
        top: -11.0625rem;
        bottom: -11.0625rem
    }
    .xxl\:grid-line-x-178[class*=grid-line-x-]>*:before {
        bottom: -11.125rem
    }
    .xxl\:grid-line-x-178[class*=grid-line-yfull]>*:after {
        top: -11.125rem;
        bottom: -11.125rem
    }
    .xxl\:grid-line-x-179[class*=grid-line-x-]>*:before {
        bottom: -11.1875rem
    }
    .xxl\:grid-line-x-179[class*=grid-line-yfull]>*:after {
        top: -11.1875rem;
        bottom: -11.1875rem
    }
    .xxl\:grid-line-x-180[class*=grid-line-x-]>*:before {
        bottom: -11.25rem
    }
    .xxl\:grid-line-x-180[class*=grid-line-yfull]>*:after {
        top: -11.25rem;
        bottom: -11.25rem
    }
    .xxl\:grid-line-x-181[class*=grid-line-x-]>*:before {
        bottom: -11.3125rem
    }
    .xxl\:grid-line-x-181[class*=grid-line-yfull]>*:after {
        top: -11.3125rem;
        bottom: -11.3125rem
    }
    .xxl\:grid-line-x-182[class*=grid-line-x-]>*:before {
        bottom: -11.375rem
    }
    .xxl\:grid-line-x-182[class*=grid-line-yfull]>*:after {
        top: -11.375rem;
        bottom: -11.375rem
    }
    .xxl\:grid-line-x-183[class*=grid-line-x-]>*:before {
        bottom: -11.4375rem
    }
    .xxl\:grid-line-x-183[class*=grid-line-yfull]>*:after {
        top: -11.4375rem;
        bottom: -11.4375rem
    }
    .xxl\:grid-line-x-184[class*=grid-line-x-]>*:before {
        bottom: -11.5rem
    }
    .xxl\:grid-line-x-184[class*=grid-line-yfull]>*:after {
        top: -11.5rem;
        bottom: -11.5rem
    }
    .xxl\:grid-line-x-185[class*=grid-line-x-]>*:before {
        bottom: -11.5625rem
    }
    .xxl\:grid-line-x-185[class*=grid-line-yfull]>*:after {
        top: -11.5625rem;
        bottom: -11.5625rem
    }
    .xxl\:grid-line-x-186[class*=grid-line-x-]>*:before {
        bottom: -11.625rem
    }
    .xxl\:grid-line-x-186[class*=grid-line-yfull]>*:after {
        top: -11.625rem;
        bottom: -11.625rem
    }
    .xxl\:grid-line-x-187[class*=grid-line-x-]>*:before {
        bottom: -11.6875rem
    }
    .xxl\:grid-line-x-187[class*=grid-line-yfull]>*:after {
        top: -11.6875rem;
        bottom: -11.6875rem
    }
    .xxl\:grid-line-x-188[class*=grid-line-x-]>*:before {
        bottom: -11.75rem
    }
    .xxl\:grid-line-x-188[class*=grid-line-yfull]>*:after {
        top: -11.75rem;
        bottom: -11.75rem
    }
    .xxl\:grid-line-x-189[class*=grid-line-x-]>*:before {
        bottom: -11.8125rem
    }
    .xxl\:grid-line-x-189[class*=grid-line-yfull]>*:after {
        top: -11.8125rem;
        bottom: -11.8125rem
    }
    .xxl\:grid-line-x-190[class*=grid-line-x-]>*:before {
        bottom: -11.875rem
    }
    .xxl\:grid-line-x-190[class*=grid-line-yfull]>*:after {
        top: -11.875rem;
        bottom: -11.875rem
    }
    .xxl\:grid-line-x-191[class*=grid-line-x-]>*:before {
        bottom: -11.9375rem
    }
    .xxl\:grid-line-x-191[class*=grid-line-yfull]>*:after {
        top: -11.9375rem;
        bottom: -11.9375rem
    }
    .xxl\:grid-line-x-192[class*=grid-line-x-]>*:before {
        bottom: -12rem
    }
    .xxl\:grid-line-x-192[class*=grid-line-yfull]>*:after {
        top: -12rem;
        bottom: -12rem
    }
    .xxl\:grid-line-x-193[class*=grid-line-x-]>*:before {
        bottom: -12.0625rem
    }
    .xxl\:grid-line-x-193[class*=grid-line-yfull]>*:after {
        top: -12.0625rem;
        bottom: -12.0625rem
    }
    .xxl\:grid-line-x-194[class*=grid-line-x-]>*:before {
        bottom: -12.125rem
    }
    .xxl\:grid-line-x-194[class*=grid-line-yfull]>*:after {
        top: -12.125rem;
        bottom: -12.125rem
    }
    .xxl\:grid-line-x-195[class*=grid-line-x-]>*:before {
        bottom: -12.1875rem
    }
    .xxl\:grid-line-x-195[class*=grid-line-yfull]>*:after {
        top: -12.1875rem;
        bottom: -12.1875rem
    }
    .xxl\:grid-line-x-196[class*=grid-line-x-]>*:before {
        bottom: -12.25rem
    }
    .xxl\:grid-line-x-196[class*=grid-line-yfull]>*:after {
        top: -12.25rem;
        bottom: -12.25rem
    }
    .xxl\:grid-line-x-197[class*=grid-line-x-]>*:before {
        bottom: -12.3125rem
    }
    .xxl\:grid-line-x-197[class*=grid-line-yfull]>*:after {
        top: -12.3125rem;
        bottom: -12.3125rem
    }
    .xxl\:grid-line-x-198[class*=grid-line-x-]>*:before {
        bottom: -12.375rem
    }
    .xxl\:grid-line-x-198[class*=grid-line-yfull]>*:after {
        top: -12.375rem;
        bottom: -12.375rem
    }
    .xxl\:grid-line-x-199[class*=grid-line-x-]>*:before {
        bottom: -12.4375rem
    }
    .xxl\:grid-line-x-199[class*=grid-line-yfull]>*:after {
        top: -12.4375rem;
        bottom: -12.4375rem
    }
    .xxl\:grid-line-x-200[class*=grid-line-x-]>*:before {
        bottom: -12.5rem
    }
    .xxl\:grid-line-x-200[class*=grid-line-yfull]>*:after {
        top: -12.5rem;
        bottom: -12.5rem
    }
    .xxl\:grid-line-x-220[class*=grid-line-x-]>*:before {
        bottom: -13.75rem
    }
    .xxl\:grid-line-x-220[class*=grid-line-yfull]>*:after {
        top: -13.75rem;
        bottom: -13.75rem
    }
    .xxl\:grid-line-x-263[class*=grid-line-x-]>*:before {
        bottom: -16.4375rem
    }
    .xxl\:grid-line-x-263[class*=grid-line-yfull]>*:after {
        top: -16.4375rem;
        bottom: -16.4375rem
    }
    .xxl\:grid-line-x-273[class*=grid-line-x-]>*:before {
        bottom: -17.0625rem
    }
    .xxl\:grid-line-x-273[class*=grid-line-yfull]>*:after {
        top: -17.0625rem;
        bottom: -17.0625rem
    }
    .xxl\:grid-line-x-317[class*=grid-line-x-]>*:before {
        bottom: -19.8125rem
    }
    .xxl\:grid-line-x-317[class*=grid-line-yfull]>*:after {
        top: -19.8125rem;
        bottom: -19.8125rem
    }
    .xxl\:grid-line-x-343[class*=grid-line-x-]>*:before {
        bottom: -21.4375rem
    }
    .xxl\:grid-line-x-343[class*=grid-line-yfull]>*:after {
        top: -21.4375rem;
        bottom: -21.4375rem
    }
    .xxl\:grid-line-x-354[class*=grid-line-x-]>*:before {
        bottom: -22.125rem
    }
    .xxl\:grid-line-x-354[class*=grid-line-yfull]>*:after {
        top: -22.125rem;
        bottom: -22.125rem
    }
    .xxl\:grid-line-x-358[class*=grid-line-x-]>*:before {
        bottom: -22.375rem
    }
    .xxl\:grid-line-x-358[class*=grid-line-yfull]>*:after {
        top: -22.375rem;
        bottom: -22.375rem
    }
    .xxl\:grid-line-x-360[class*=grid-line-x-]>*:before {
        bottom: -22.5rem
    }
    .xxl\:grid-line-x-360[class*=grid-line-yfull]>*:after {
        top: -22.5rem;
        bottom: -22.5rem
    }
    .xxl\:grid-line-x-373[class*=grid-line-x-]>*:before {
        bottom: -23.3125rem
    }
    .xxl\:grid-line-x-373[class*=grid-line-yfull]>*:after {
        top: -23.3125rem;
        bottom: -23.3125rem
    }
    .xxl\:grid-line-x-422[class*=grid-line-x-]>*:before {
        bottom: -26.375rem
    }
    .xxl\:grid-line-x-422[class*=grid-line-yfull]>*:after {
        top: -26.375rem;
        bottom: -26.375rem
    }
    .xxl\:grid-line-x-440[class*=grid-line-x-]>*:before {
        bottom: -27.5rem
    }
    .xxl\:grid-line-x-440[class*=grid-line-yfull]>*:after {
        top: -27.5rem;
        bottom: -27.5rem
    }
    .xxl\:grid-line-x-480[class*=grid-line-x-]>*:before {
        bottom: -30rem
    }
    .xxl\:grid-line-x-480[class*=grid-line-yfull]>*:after {
        top: -30rem;
        bottom: -30rem
    }
    .xxl\:grid-line-x-500[class*=grid-line-x-]>*:before {
        bottom: -31.25rem
    }
    .xxl\:grid-line-x-500[class*=grid-line-yfull]>*:after {
        top: -31.25rem;
        bottom: -31.25rem
    }
    .xxl\:grid-line-x-544[class*=grid-line-x-]>*:before {
        bottom: -34rem
    }
    .xxl\:grid-line-x-544[class*=grid-line-yfull]>*:after {
        top: -34rem;
        bottom: -34rem
    }
    .xxl\:grid-line-x-577[class*=grid-line-x-]>*:before {
        bottom: -36.0625rem
    }
    .xxl\:grid-line-x-577[class*=grid-line-yfull]>*:after {
        top: -36.0625rem;
        bottom: -36.0625rem
    }
    .xxl\:grid-line-x-580[class*=grid-line-x-]>*:before {
        bottom: -36.25rem
    }
    .xxl\:grid-line-x-580[class*=grid-line-yfull]>*:after {
        top: -36.25rem;
        bottom: -36.25rem
    }
    .xxl\:grid-line-x-649[class*=grid-line-x-]>*:before {
        bottom: -40.5625rem
    }
    .xxl\:grid-line-x-649[class*=grid-line-yfull]>*:after {
        top: -40.5625rem;
        bottom: -40.5625rem
    }
    .xxl\:grid-line-x-881[class*=grid-line-x-]>*:before {
        bottom: -55.0625rem
    }
    .xxl\:grid-line-x-881[class*=grid-line-yfull]>*:after {
        top: -55.0625rem;
        bottom: -55.0625rem
    }
    .xxl\:grid-line-x-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--inner-gutter)
    }
    .xxl\:grid-line-x-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--inner-gutter);
        bottom: -var(--inner-gutter)
    }
    .xxl\:grid-line-x-outer-gutter[class*=grid-line-x-]>*:before {
        bottom: -var(--outer-gutter, 0px)
    }
    .xxl\:grid-line-x-outer-gutter[class*=grid-line-yfull]>*:after {
        top: -var(--outer-gutter, 0px);
        bottom: -var(--outer-gutter, 0px)
    }
    .xxl\:grid-line-x-3-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .xxl\:grid-line-x-3-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .xxl\:grid-line-x-4-col-adjusted[class*=grid-line-x-]>*:before {
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .xxl\:grid-line-x-4-col-adjusted[class*=grid-line-yfull]>*:after {
        top: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px);
        bottom: -calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
    }
    .xxl\:grid-line-x-primary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .xxl\:grid-line-y-primary[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-100)
    }
    .xxl\:grid-line-xy-primary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-100)
    }
    .xxl\:grid-line-xy-primary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-100)
    }
    .xxl\:grid-line-x-primary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .xxl\:grid-line-y-primary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--gray-800)
    }
    .xxl\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--gray-800)
    }
    .xxl\:grid-line-xy-primary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--gray-800)
    }
    .xxl\:grid-line-x-secondary[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--black)
    }
    .xxl\:grid-line-y-secondary[class*=grid-line-y-]>*:after {
        border-right-color: var(--black)
    }
    .xxl\:grid-line-xy-secondary[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--black)
    }
    .xxl\:grid-line-xy-secondary[class*=grid-line-xy-]>*:after {
        border-right-color: var(--black)
    }
    .xxl\:grid-line-x-secondary-inverse[class*=grid-line-x-]>*:before {
        border-bottom-color: var(--white)
    }
    .xxl\:grid-line-y-secondary-inverse[class*=grid-line-y-]>*:after {
        border-right-color: var(--white)
    }
    .xxl\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:before {
        border-bottom-color: var(--white)
    }
    .xxl\:grid-line-xy-secondary-inverse[class*=grid-line-xy-]>*:after {
        border-right-color: var(--white)
    }
    .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(n+1):before {
        right: 0
    }
    .xxl\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1):before {
        border-bottom-width: 0
    }
    .xxl\:grid-cols-1[class*=grid-line-x]>*:nth-child(n+1):nth-last-child(-n+1)~*:before {
        border-bottom-width: 0
    }
    .xxl\:grid-cols-2[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .xxl\:grid-cols-2[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .xxl\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):before {
        left: 0
    }
    .xxl\:grid-cols-2[class*=grid-line-x]>*:nth-child(2n+2):before {
        right: 0
    }
    .xxl\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2):before {
        border-bottom-width: 0
    }
    .xxl\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2)~*:before {
        border-bottom-width: 0
    }
    .xxl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(n):after {
        border-right-width: 1px
    }
    .xxl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(2n+2):after {
        border-right-width: 0
    }
    .xxl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(-n+2):after {
        top: 0
    }
    .xxl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2):after {
        bottom: 0
    }
    .xxl\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2)~li:after {
        bottom: 0
    }
    .xxl\:grid-cols-3[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before {
        border-bottom-width: 1px
    }
    .xxl\:grid-cols-3[class*=grid-line-xfull]>*:nth-child(n):before {
        left: calc(var(--inner-gutter) / -2);
        right: calc(var(--inner-gutter) / -2)
    }
    .xxl\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):before {
        left: 0
    }
    .xxl\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+3):before {
        right: 0
    }
    .xxl\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):nth-last-child(-n+3):before {
        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
    }
}

.cols-container>.\ !ml-0 {
    margin-left: 0 !important
}

.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-vw {
    width: calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 2) + (1 * var(--inner-gutter)))
}

.w-2-cols>* {
    --container-grid-columns: 2
}

.w-2-cols-vw>* {
    --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
}

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

.w-6-cols-vw {
    width: calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 6) + (5 * var(--inner-gutter)))
}

.w-6-cols>* {
    --container-grid-columns: 6
}

.w-6-cols-vw>* {
    --container-grid-columns: 6
}

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

.w-10-cols>* {
    --container-grid-columns: 10
}

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

.w-12-cols-vw {
    width: calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 12) + (11 * var(--inner-gutter)))
}

.w-12-cols>* {
    --container-grid-columns: 12
}

.w-12-cols-vw>* {
    --container-grid-columns: 12
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.\ !visible {
    visibility: visible !important
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem
}

.inset-y-12 {
    top: .75rem;
    bottom: .75rem
}

.-top-12 {
    top: -.75rem
}

.-top-16 {
    top: -1rem
}

.-top-8 {
    top: -.5rem
}

.bottom-0 {
    bottom: 0rem
}

.bottom-16 {
    bottom: 1rem
}

.bottom-20 {
    bottom: 1.25rem
}

.bottom-24 {
    bottom: 1.5rem
}

.bottom-32 {
    bottom: 2rem
}

.bottom-34 {
    bottom: 2.125rem
}

.bottom-8 {
    bottom: .5rem
}

.bottom-outer-gutter {
    bottom: var(--outer-gutter, 0px)
}

.left-0 {
    left: 0rem
}

.left-1\/2 {
    left: 50%
}

.left-10 {
    left: .625rem
}

.left-8 {
    left: .5rem
}

.left-auto {
    left: auto
}

.left-outer-gutter {
    left: var(--outer-gutter, 0px)
}

.right-0 {
    right: 0rem
}

.right-10 {
    right: .625rem
}

.right-12 {
    right: .75rem
}

.right-16 {
    right: 1rem
}

.right-18 {
    right: 1.125rem
}

.right-20 {
    right: 1.25rem
}

.right-outer-gutter {
    right: var(--outer-gutter, 0px)
}

.top-0 {
    top: 0rem
}

.top-1\/2 {
    top: 50%
}

.top-20 {
    top: 1.25rem
}

.top-30 {
    top: 1.875rem
}

.top-32 {
    top: 2rem
}

.top-auto {
    top: auto
}

.isolate {
    isolation: isolate
}

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-11 {
    z-index: 11
}

.z-15 {
    z-index: 15
}

.z-5 {
    z-index: 5
}

.z-50 {
    z-index: 50
}

.z-\[1000\] {
    z-index: 1000
}

.z-\[100\] {
    z-index: 100
}

.z-\[1210\] {
    z-index: 1210
}

.z-\[1350\] {
    z-index: 1350
}

.z-\[1351\] {
    z-index: 1351
}

.z-\[305\] {
    z-index: 305
}

.z-\[900\] {
    z-index: 900
}

.z-\[901\] {
    z-index: 901
}

.z-\[999\] {
    z-index: 999
}

.order-2 {
    order: 2
}

.col-span-12 {
    grid-column: span 12 / span 12
}

.m-0 {
    margin: 0rem
}

.\ !mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
}

.-mx-outer-gutter {
    margin-left: calc(var(--outer-gutter, 0px) * -1);
    margin-right: calc(var(--outer-gutter, 0px) * -1)
}

.mx-12 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-6 {
    margin-left: .375rem;
    margin-right: .375rem
}

.mx-8 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-gutter {
    margin-left: var(--inner-gutter);
    margin-right: var(--inner-gutter)
}

.mx-outer-gutter {
    margin-left: var(--outer-gutter, 0px);
    margin-right: var(--outer-gutter, 0px)
}

.my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.\ !ml-0 {
    margin-left: 0rem !important
}

.-ml-outer-gutter {
    margin-left: calc(var(--outer-gutter, 0px) * -1)
}

.mb-12 {
    margin-bottom: .75rem
}

.mb-2 {
    margin-bottom: .125rem
}

.mb-20 {
    margin-bottom: 1.25rem
}

.mb-24 {
    margin-bottom: 1.5rem
}

.mb-3 {
    margin-bottom: .1875rem
}

.mb-64 {
    margin-bottom: 4rem
}

.mb-8 {
    margin-bottom: .5rem
}

.ml-10 {
    margin-left: .625rem
}

.ml-12 {
    margin-left: .75rem
}

.ml-16 {
    margin-left: 1rem
}

.ml-2 {
    margin-left: .125rem
}

.ml-20 {
    margin-left: 1.25rem
}

.ml-24 {
    margin-left: 1.5rem
}

.ml-3 {
    margin-left: .1875rem
}

.ml-4 {
    margin-left: .25rem
}

.ml-50 {
    margin-left: 3.125rem
}

.ml-8 {
    margin-left: .5rem
}

.ml-\[-50vw\] {
    margin-left: -50vw
}

.ml-auto {
    margin-left: auto
}

.ml-gutter {
    margin-left: var(--inner-gutter)
}

.mr-1 {
    margin-right: .0625rem
}

.mr-12 {
    margin-right: .75rem
}

.mr-16 {
    margin-right: 1rem
}

.mr-24 {
    margin-right: 1.5rem
}

.mr-5 {
    margin-right: .3125rem
}

.mr-8 {
    margin-right: .5rem
}

.mt-0 {
    margin-top: 0rem
}

.mt-12 {
    margin-top: .75rem
}

.mt-128 {
    margin-top: 8rem
}

.mt-16 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: .125rem
}

.mt-20 {
    margin-top: 1.25rem
}

.mt-24 {
    margin-top: 1.5rem
}

.mt-30 {
    margin-top: 1.875rem
}

.mt-32 {
    margin-top: 2rem
}

.mt-4 {
    margin-top: .25rem
}

.mt-40 {
    margin-top: 2.5rem
}

.mt-46 {
    margin-top: 2.875rem
}

.mt-48 {
    margin-top: 3rem
}

.mt-6 {
    margin-top: .375rem
}

.mt-64 {
    margin-top: 4rem
}

.mt-8 {
    margin-top: .5rem
}

.mt-auto {
    margin-top: auto
}

.\ !block {
    display: block !important
}

.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\/1 {
    aspect-ratio: 1
}

.aspect-16\/10 {
    aspect-ratio: 16 / 10
}

.aspect-3\/2 {
    aspect-ratio: 3 / 2
}

.aspect-3\/4 {
    aspect-ratio: 3 / 4
}

.aspect-5\/7 {
    aspect-ratio: 5 / 7
}

.aspect-\[1\/1\] {
    aspect-ratio: 1/1
}

.aspect-\[3\/2\] {
    aspect-ratio: 3/2
}

.aspect-\[4\/5\] {
    aspect-ratio: 4/5
}

.aspect-\[5\/7\] {
    aspect-ratio: 5/7
}

.\ !h-auto {
    height: auto !important
}

.h-0 {
    height: 0rem
}

.h-12 {
    height: .75rem
}

.h-128 {
    height: 8rem
}

.h-14 {
    height: .875rem
}

.h-16 {
    height: 1rem
}

.h-20 {
    height: 1.25rem
}

.h-200 {
    height: 12.5rem
}

.h-24 {
    height: 1.5rem
}

.h-263 {
    height: 16.4375rem
}

.h-28 {
    height: 1.75rem
}

.h-30 {
    height: 1.875rem
}

.h-31 {
    height: 1.9375rem
}

.h-317 {
    height: 19.8125rem
}

.h-34 {
    height: 2.125rem
}

.h-36 {
    height: 2.25rem
}

.h-42 {
    height: 2.625rem
}

.h-44 {
    height: 2.75rem
}

.h-5 {
    height: .3125rem
}

.h-52 {
    height: 3.25rem
}

.h-54 {
    height: 3.375rem
}

.h-56 {
    height: 3.5rem
}

.h-6 {
    height: .375rem
}

.h-60 {
    height: 3.75rem
}

.h-64 {
    height: 4rem
}

.h-7 {
    height: .4375rem
}

.h-72 {
    height: 4.5rem
}

.h-80 {
    height: 5rem
}

.h-88 {
    height: 5.5rem
}

.h-91 {
    height: 5.6875rem
}

.h-\[100svh\] {
    height: 100svh
}

.h-\[18px\] {
    height: 18px
}

.h-\[calc\(100\%_-_36px\)\] {
    height: calc(100% - 36px)
}

.h-\[calc\(100svh_-_246px\)\] {
    height: calc(100svh - 246px)
}

.h-\[calc\(100vh_-_var\(--spacing-header\)\)\] {
    height: calc(100vh - var(--spacing-header))
}

.h-auto {
    height: auto
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100svh
}

.max-h-0 {
    max-height: 0rem
}

.max-h-200 {
    max-height: 12.5rem
}

.max-h-full {
    max-height: 100%
}

.min-h-40 {
    min-height: 2.5rem
}

.min-h-56 {
    min-height: 3.5rem
}

.min-h-screen {
    min-height: 100vh
}

.\ !w-full {
    width: 100% !important
}

.w-0 {
    width: 0rem
}

.w-103 {
    width: 6.4375rem
}

.w-12 {
    width: .75rem
}

.w-14 {
    width: .875rem
}

.w-158 {
    width: 9.875rem
}

.w-16 {
    width: 1rem
}

.w-20 {
    width: 1.25rem
}

.w-220 {
    width: 13.75rem
}

.w-24 {
    width: 1.5rem
}

.w-28 {
    width: 1.75rem
}

.w-3-col-adjusted {
    width: calc(((3 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((3 / var(--grid-columns)) * var(--inner-gutter))) - 24px)
}

.w-34 {
    width: 2.125rem
}

.w-360 {
    width: 22.5rem
}

.w-44 {
    width: 2.75rem
}

.w-46 {
    width: 2.875rem
}

.w-5 {
    width: .3125rem
}

.w-52 {
    width: 3.25rem
}

.w-6 {
    width: .375rem
}

.w-64 {
    width: 4rem
}

.w-7 {
    width: .4375rem
}

.w-72 {
    width: 4.5rem
}

.w-88 {
    width: 5.5rem
}

.w-\[18px\] {
    width: 18px
}

.w-auto {
    width: auto
}

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

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.min-w-108 {
    min-width: 6.75rem
}

.min-w-24 {
    min-width: 1.5rem
}

.\ !max-w-full {
    max-width: 100% !important
}

.max-w-422 {
    max-width: 26.375rem
}

.max-w-44 {
    max-width: 2.75rem
}

.max-w-577 {
    max-width: 36.0625rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-\[1728px\] {
    max-width: 1728px
}

.max-w-\[calc\(100\%_-_60px\)\] {
    max-width: calc(100% - 60px)
}

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

.max-w-none {
    max-width: none
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink,
.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.flex-grow,
.grow {
    flex-grow: 1
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-outer-gutter {
    --tw-translate-x: calc(var(--outer-gutter, 0px) * -1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0 {
    --tw-translate-x: 0rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.animate-fade-in {
    animation: fadeIn 1.5s ease
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate-fade-in-quick {
    animation: fadeIn .5s ease
}

@keyframes slideInTop {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate-header-entrance {
    animation: slideInTop 1.5s ease-in-out
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(2.13)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate-scale-in {
    animation: scaleIn 1.5s ease-in-out
}

.cursor-auto {
    cursor: auto
}

.cursor-pointer {
    cursor: pointer
}

.touch-none {
    touch-action: none
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.scroll-mt-56 {
    scroll-margin-top: 3.5rem
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.columns-2 {
    -moz-columns: 2;
    columns: 2
}

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

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

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

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

.flex-wrap {
    flex-wrap: wrap
}

.content-center {
    align-content: center
}

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

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.justify-items-start {
    justify-items: start
}

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

.gap-12 {
    gap: .75rem
}

.gap-16 {
    gap: 1rem
}

.gap-24 {
    gap: 1.5rem
}

.gap-30 {
    gap: 1.875rem
}

.gap-32 {
    gap: 2rem
}

.gap-4 {
    gap: .25rem
}

.gap-40 {
    gap: 2.5rem
}

.gap-48 {
    gap: 3rem
}

.gap-6 {
    gap: .375rem
}

.gap-8 {
    gap: .5rem
}

.gap-\[6px\] {
    gap: 6px
}

.gap-gutter {
    gap: var(--inner-gutter)
}

.gap-x-16 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-24 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-gutter {
    -moz-column-gap: var(--inner-gutter);
    column-gap: var(--inner-gutter)
}

.gap-y-12 {
    row-gap: .75rem
}

.gap-y-16 {
    row-gap: 1rem
}

.gap-y-20 {
    row-gap: 1.25rem
}

.gap-y-24 {
    row-gap: 1.5rem
}

.gap-y-25 {
    row-gap: 1.5625rem
}

.gap-y-32 {
    row-gap: 2rem
}

.gap-y-4 {
    row-gap: .25rem
}

.gap-y-40 {
    row-gap: 2.5rem
}

.gap-y-48 {
    row-gap: 3rem
}

.gap-y-96 {
    row-gap: 6rem
}

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-y-auto {
    overflow-y: auto
}

.scroll-smooth {
    scroll-behavior: smooth
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-ellipsis {
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-20 {
    border-radius: 1.25rem
}

.rounded-24 {
    border-radius: 1.5rem
}

.rounded-34 {
    border-radius: 2.125rem
}

.rounded-4 {
    border-radius: .25rem
}

.rounded-8 {
    border-radius: 8px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.border {
    border-width: 1px
}

.border-\[1\.5px\] {
    border-width: 1.5px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-none {
    border-style: none
}

.border-\[rgba\(255\, 255\, 255\, 0\.08\)\] {
    border-color: #ffffff14
}

.border-\[var\(--gray-550\)\] {
    border-color: var(--gray-550)
}

.border-primary {
    border-color: var(--gray-100)
}

.border-primary-inverse {
    border-color: var(--gray-800)
}

.\ !bg-\[\#ffffff1f\] {
    background-color: #ffffff1f !important
}

.bg-\[\#cccccccc\] {
    background-color: #cccc
}

.bg-\[red\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity))
}

.bg-\[rgba\(0\, 0\, 0\, 0\.4\)\] {
    background-color: #0006
}

.bg-\[rgba\(111\, 111\, 111\, \.3\)\] {
    background-color: #6f6f6f4d
}

.bg-\[rgba\(204\, 204\, 204\, 0\.8\)\] {
    background-color: #cccc
}

.bg-\[rgba\(227\, 228\, 229\, 0\.65\)\] {
    background-color: #e3e4e5a6
}

.bg-\[rgba\(232\, 232\, 232\, \.80\)\] {
    background-color: #e8e8e8cc
}

.bg-\[rgba\(255\, 255\, 255\, 0\.97\)\] {
    background-color: #fffffff7
}

.bg-\[rgba\(40\, 40\, 40\, 0\.75\)\] {
    background-color: #282828bf
}

.bg-\[var\(--gray-350\)\] {
    background-color: var(--gray-350)
}

.bg-\[var\(--gray-550\)\] {
    background-color: var(--gray-550)
}

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

.bg-carousel {
    background-color: var(--gray-100)
}

.bg-dark {
    background-color: var(--dark)
}

.bg-dark-tertiary {
    background-color: var(--gray-900)
}

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

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

.bg-secondary {
    background-color: #00000012
}

.bg-surface-primary {
    background-color: #282828bf
}

.bg-surface-secondary {
    background-color: #333333b3
}

.bg-tertiary {
    background-color: var(--gray-050)
}

.bg-transparent {
    background-color: transparent
}

.bg-opacity-80 {
    --tw-bg-opacity: .8
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-none {
    background-image: none
}

.from-\[\#242424\] {
    --tw-gradient-from: #242424 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(36 36 36 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-gray-700 {
    --tw-gradient-from: #4D4D4D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(77 77 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-gray-700\/50 {
    --tw-gradient-from: rgb(77 77 77 / .5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(77 77 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: center
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.stroke-gray-400 {
    stroke: #999
}

.stroke-gray-600 {
    stroke: #666
}

.stroke-red-500 {
    stroke: #e52222
}

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

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

.p-12 {
    padding: .75rem
}

.p-16 {
    padding: 1rem
}

.p-20 {
    padding: 1.25rem
}

.p-24 {
    padding: 1.5rem
}

.p-32 {
    padding: 2rem
}

.p-4 {
    padding: .25rem
}

.p-6 {
    padding: .375rem
}

.p-outer-gutter {
    padding: var(--outer-gutter, 0px)
}

.px-0 {
    padding-left: 0rem;
    padding-right: 0rem
}

.px-12 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-16 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-6 {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-8 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-outer-gutter {
    padding-left: var(--outer-gutter, 0px);
    padding-right: var(--outer-gutter, 0px)
}

.py-10 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-12 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-4 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-6 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-8 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-9 {
    padding-top: .5625rem;
    padding-bottom: .5625rem
}

.py-96 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.pb-20 {
    padding-bottom: 1.25rem
}

.pb-24 {
    padding-bottom: 1.5rem
}

.pb-4 {
    padding-bottom: .25rem
}

.pb-46 {
    padding-bottom: 2.875rem
}

.pb-48 {
    padding-bottom: 3rem
}

.pb-8 {
    padding-bottom: .5rem
}

.pb-96 {
    padding-bottom: 6rem
}

.pl-0 {
    padding-left: 0rem
}

.pl-12 {
    padding-left: .75rem
}

.pl-24 {
    padding-left: 1.5rem
}

.pl-outer-gutter {
    padding-left: var(--outer-gutter, 0px)
}

.pr-12 {
    padding-right: .75rem
}

.pr-14 {
    padding-right: .875rem
}

.pr-20 {
    padding-right: 1.25rem
}

.pr-36 {
    padding-right: 2.25rem
}

.pr-48 {
    padding-right: 3rem
}

.pr-8 {
    padding-right: .5rem
}

.pr-88 {
    padding-right: 5.5rem
}

.pt-16 {
    padding-top: 1rem
}

.pt-20 {
    padding-top: 1.25rem
}

.pt-24 {
    padding-top: 1.5rem
}

.pt-32 {
    padding-top: 2rem
}

.pt-4 {
    padding-top: .25rem
}

.pt-48 {
    padding-top: 3rem
}

.pt-8 {
    padding-top: .5rem
}

.pt-\[1px\] {
    padding-top: 1px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-top {
    vertical-align: top
}

.text-\[1\.125rem\] {
    font-size: 1.125rem
}

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

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.normal-case {
    text-transform: none
}

.italic {
    font-style: italic
}

.leading-\[0\] {
    line-height: 0
}

.leading-none {
    line-height: 1
}

.leading-relaxed {
    line-height: 1.625
}

.\ !text-inverse {
    color: var(--white) !important
}

.text-\[\#767676\] {
    --tw-text-opacity: 1;
    color: rgb(118 118 118 / var(--tw-text-opacity))
}

.text-\[var\(--gray-100\)\] {
    color: var(--gray-100)
}

.text-\[var\(--gray-800\)\] {
    color: var(--gray-800)
}

.text-accent {
    color: var(--red-500)
}

.text-dark-secondary {
    color: var(--gray-450)
}

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

.text-link {
    color: var(--gray-550)
}

.text-primary {
    color: var(--gray-900)
}

.text-secondary {
    color: var(--gray-550)
}

.text-tertiary {
    color: #0000008f
}

.text-tertiary-inverse {
    color: #ffffff8f
}

.underline {
    text-decoration-line: underline
}

.no-underline {
    text-decoration-line: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.\ !opacity-100 {
    opacity: 1 !important
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-50 {
    opacity: .5
}

.opacity-90 {
    opacity: .9
}

.mix-blend-exclusion {
    mix-blend-mode: exclusion
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-gray-500\/20 {
    --tw-shadow-color: rgb(128 128 128 / .2);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline {
    outline-style: solid
}

.outline-dashed {
    outline-style: dashed
}

.outline-2 {
    outline-width: 2px
}

.outline-offset-2 {
    outline-offset: 2px
}

.outline-\[red\] {
    outline-color: red
}

.outline-primary {
    outline-color: #ccc
}

.ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))
}

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

.blur-\[30px\] {
    --tw-blur: blur(30px);
    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)
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.\ !filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

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

.backdrop-blur-\[20px\] {
    --tw-backdrop-blur: blur(20px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[30px\] {
    --tw-backdrop-blur: blur(30px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[50px\] {
    --tw-backdrop-blur: blur(50px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-\[7\.5px\],
.backdrop-blur-sm {
    --tw-backdrop-blur: blur(7.5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[background\] {
    transition-property: background;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[color\] {
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[filter\] {
    transition-property: filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[width\] {
    transition-property: width;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-none {
    transition-property: none
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.delay-500 {
    transition-delay: .5s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-\[400ms\] {
    transition-duration: .4s
}

.ease-card {
    transition-timing-function: cubic-bezier(0, 0, .65, 1)
}

.ease-linear {
    transition-timing-function: linear
}

.content-\[\'\'\]{--tw-content: "";content:var(--tw-content)}.ratio{--ratio: 100%;display:block;position:relative;overflow:hidden}.ratio:before{content:"";display:block;width:100%;height:0;padding-bottom:var(--ratio)}.ratio>[class*=ratio-content]{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%}[class*=underline-]{text-decoration-line:underline}.underline-thickness-1{text-decoration-thickness:1px}.underline-offset-2{text-underline-offset:.1em}.underline-offset-4{text-underline-offset:.2em}.underline-text-secondary{text-decoration-color:var(--gray-550)}.underline-bg-transparent{text-decoration-color:transparent}@font-face{font-family:Plain;src:url(../fonts/Plain-Thin.eot);src:url(../fonts/Plain-Thin.eot?#iefix) format("embedded-opentype"),url(https://www.pentagram.com/build/deepspace/assets/Plain-Thin-y0Q6mMR2.woff2) format("woff2"),url(https://www.pentagram.com/build/deepspace/assets/Plain-Thin-BkXVYwy-.woff) format("woff");font-weight:350;font-style:normal}@font-face{font-family:Plain;src:url(../fonts/Plain-Light.eot);src:url(../fonts/Plain-Light.eot?#iefix) format("embedded-opentype"),url(https://www.pentagram.com/build/deepspace/assets/Plain-Light-CU5uDXna.woff2) format("woff2"),url(https://www.pentagram.com/build/deepspace/assets/Plain-Light-rd8NTvej.woff) format("woff");font-weight:375;font-style:normal}@font-face{font-family:Plain;src:url(../fonts/Plain-Regular.eot);src:url(../fonts/Plain-Regular.eot?#iefix) format("embedded-opentype"),url(https://www.pentagram.com/build/deepspace/assets/Plain-Regular-DdKcbexD.woff2) format("woff2"),url(https://www.pentagram.com/build/deepspace/assets/Plain-Regular-3bNMM6wh.woff) format("woff");font-weight:400;font-style:normal}.text-nowrap{text-wrap:nowrap}a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px}#content:focus[data-focus-method=key],a:focus[data-focus-method=key],button:focus[data-focus-method=key],input:focus[data-focus-method=key],textarea:focus[data-focus-method=key],select:focus[data-focus-method=key]{outline-style:solid;outline-width:2px;outline-offset:2px;outline-color:#ccc}.first\:f-heading-4:first-child{font-family:var(--f-heading-4-font-family);font-size:var(--f-heading-4-font-size);font-stretch:var(--f-heading-4-font-stretch);font-style:var(--f-heading-4-font-style);font-variant:var(--f-heading-4-font-variant);font-weight:var(--f-heading-4-font-weight);line-height:var(--f-heading-4-line-height);letter-spacing:var(--f-heading-4-letter-spacing);font-feature-settings:var(--f-heading-4-font-feature-settings);-moz-osx-font-smoothing:var(--f-heading-4--moz-osx-font-smoothing);-webkit-font-smoothing:var(--f-heading-4--webkit-font-smoothing);--bold-weight: var(--f-heading-4---bold-weight)}.first\:f-heading-4:first-child b,.first\:f-heading-4:first-child strong{font-weight:var(--f-heading-4---bold-weight, bold)}@media (min-width: 600px){.sm\:gap-gutter{grid-gap:var(--inner-gutter);gap:var(--inner-gutter)}.sm\:gap-x-gutter{grid-column-gap:var(--inner-gutter);-moz-column-gap:var(--inner-gutter);column-gap:var(--inner-gutter)}}@media (min-width: 800px){.md\:gap-gutter{grid-gap:var(--inner-gutter);gap:var(--inner-gutter)}.md\:gap-x-gutter{grid-column-gap:var(--inner-gutter);-moz-column-gap:var(--inner-gutter);column-gap:var(--inner-gutter)}.md\:mt-spacing-9{margin-top:var(--spacing-spacing-9)}.md\:f-body-1{font-family:var(--f-body-1-font-family);font-size:var(--f-body-1-font-size);font-stretch:var(--f-body-1-font-stretch);font-style:var(--f-body-1-font-style);font-variant:var(--f-body-1-font-variant);font-weight:var(--f-body-1-font-weight);line-height:var(--f-body-1-line-height);letter-spacing:var(--f-body-1-letter-spacing);font-feature-settings:var(--f-body-1-font-feature-settings);-moz-osx-font-smoothing:var(--f-body-1--moz-osx-font-smoothing);-webkit-font-smoothing:var(--f-body-1--webkit-font-smoothing);--bold-weight: var(--f-body-1---bold-weight)}.md\:f-body-1 b,.md\:f-body-1 strong{font-weight:var(--f-body-1---bold-weight, bold)}}@media (min-width: 1800px){.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}}.stickyTop--active .\[\.stickyTop--active_\&\]\:top-header{top:var(--spacing-header)}@media (min-width: 600px){.sm\:grid-cols-2[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before{border-bottom-width:1px}.sm\:grid-cols-2[class*=grid-line-xfull]>*:nth-child(n):before{left:calc(var(--inner-gutter) / -2);right:calc(var(--inner-gutter) / -2)}.sm\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):before{left:0}.sm\:grid-cols-2[class*=grid-line-x]>*:nth-child(2n+2):before{right:0}.sm\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2):before{border-bottom-width:0}.sm\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2)~*:before{border-bottom-width:0}.sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(n):after{border-right-width:1px}.sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(2n+2):after{border-right-width:0}.sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(-n+2):after{top:0}.sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2):after{bottom:0}.sm\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2)~li:after{bottom:0}.sm\:grid-cols-3[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before{border-bottom-width:1px}.sm\:grid-cols-3[class*=grid-line-xfull]>*:nth-child(n):before{left:calc(var(--inner-gutter) / -2);right:calc(var(--inner-gutter) / -2)}.sm\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):before{left:0}.sm\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+3):before{right:0}.sm\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):nth-last-child(-n+3):before{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}.cols-container>.sm\:ml-0{margin-left:0}.sm\:w-2-cols-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 2) + (1 * var(--inner-gutter)))}.sm\:w-2-cols-vw>*{--container-grid-columns: 2}.sm\: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>.sm\: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))))}.sm\: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>.sm\: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))))}.sm\:w-3-cols>*{--container-grid-columns: 3}.sm\:ml-4-cols{margin-left:calc(((((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + var(--inner-gutter)))}.cols-container>.sm\:ml-4-cols{margin-left: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)))) + (2 * var(--inner-gutter))))}.sm\: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>.sm\: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))))}.sm\:w-6-cols-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 6) + (5 * var(--inner-gutter)))}.sm\:w-6-cols>*{--container-grid-columns: 6}.sm\:w-6-cols-vw>*{--container-grid-columns: 6}.sm\: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>.sm\: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))))}.sm\:w-8-cols>*{--container-grid-columns: 8}.sm\: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>.sm\: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))))}.sm\:w-10-cols-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 10) + (9 * var(--inner-gutter)))}.sm\:w-10-cols>*{--container-grid-columns: 10}.sm\:w-10-cols-vw>*{--container-grid-columns: 10}.sm\:w-11-cols{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>.sm\:w-11-cols{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))))}.sm\:w-11-cols>*{--container-grid-columns: 11}.sm\: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>.sm\: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))))}.sm\:w-12-cols>*{--container-grid-columns: 12}}@media (min-width: 800px){.md\:grid-cols-2[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before{border-bottom-width:1px}.md\:grid-cols-2[class*=grid-line-xfull]>*:nth-child(n):before{left:calc(var(--inner-gutter) / -2);right:calc(var(--inner-gutter) / -2)}.md\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):before{left:0}.md\:grid-cols-2[class*=grid-line-x]>*:nth-child(2n+2):before{right:0}.md\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2):before{border-bottom-width:0}.md\:grid-cols-2[class*=grid-line-x]>*:nth-child(odd):nth-last-child(-n+2)~*:before{border-bottom-width:0}.md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(n):after{border-right-width:1px}.md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(2n+2):after{border-right-width:0}.md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(-n+2):after{top:0}.md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2):after{bottom:0}.md\:grid-cols-2[class*=grid-line-y][class*=grid-line-y]>*:nth-child(odd):nth-last-child(-n+2)~li:after{bottom:0}.md\:grid-cols-3[class*=grid-line-x][class*=grid-line-x]>*:nth-child(n):before{border-bottom-width:1px}.md\:grid-cols-3[class*=grid-line-xfull]>*:nth-child(n):before{left:calc(var(--inner-gutter) / -2);right:calc(var(--inner-gutter) / -2)}.md\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):before{left:0}.md\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+3):before{right:0}.md\:grid-cols-3[class*=grid-line-x]>*:nth-child(3n+1):nth-last-child(-n+3):before{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-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}.cols-container>.md\:ml-0{margin-left:0}.md\:w-3-cols-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 3) + (2 * var(--inner-gutter)))}.md\:w-3-cols-vw>*{--container-grid-columns: 3}.md\:w-4-cols{width:calc(((4 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.cols-container>.md\:w-4-cols{width:calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.md\:w-4-cols>*{--container-grid-columns: 4}.md\:\!w-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))))!important}.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))))!important}.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\:ml-6-cols{margin-left:calc(((((6 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + var(--inner-gutter)))}.cols-container>.md\:ml-6-cols{margin-left: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)))) + (2 * var(--inner-gutter))))}.md\:\!w-6-cols>*{--container-grid-columns: 6 !important}.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\: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>.md\: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))))}.md\:w-10-cols>*{--container-grid-columns: 10}.md\:w-11-cols-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 11) + (10 * var(--inner-gutter)))}.md\:w-11-cols-vw>*{--container-grid-columns: 11}}@media (min-width: 1040px){.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\:w-2-cols-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 2) + (1 * var(--inner-gutter)))}.lg\:w-2-cols-vw>*{--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\:w-3-cols-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 3) + (2 * var(--inner-gutter)))}.lg\:w-3-cols>*{--container-grid-columns: 3}.lg\:w-3-cols-vw>*{--container-grid-columns: 3}.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-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-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 8) + (7 * var(--inner-gutter)))}.lg\:w-8-cols>*{--container-grid-columns: 8}.lg\:w-8-cols-vw>*{--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}}@media (min-width: 1800px){.xl\:w-6-cols-vw{width:calc((((var(--container-width, 100vw - var(--scrollbar-visible-width, 0px)) - (((var(--grid-columns) - 1) * var(--inner-gutter)) + (2 * var(--outer-gutter)))) / (var(--grid-columns))) * 6) + (5 * var(--inner-gutter)))}.xl\:w-6-cols-vw>*{--container-grid-columns: 6}}.placeholder\:text-dark-secondary::-moz-placeholder{color:var(--gray-450)}.placeholder\:text-dark-secondary::placeholder{color:var(--gray-450)}.placeholder\:text-secondary::-moz-placeholder{color:var(--gray-550)}.placeholder\:text-secondary::placeholder{color:var(--gray-550)}.first\:mt-0:first-child{margin-top:0rem}.first\:rounded-l-20:first-child{border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem}.last\:mb-0:last-child{margin-bottom:0rem}.last\:rounded-r-20:last-child{border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem}.checked\:bg-cross:checked{background-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http: //www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7' stroke='%23CCCCCC' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M1 7L7 1' stroke='%23CCCCCC' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.empty\:m-0:empty{margin:0rem}@media (hover: hover) and (pointer: fine){.hover\:\!bg-button-secondary-hover:hover{background-color:#00000024!important}.hover\:bg-\[rgba\(204\,204\,204\,0\.9\)\]:hover{background-color:#cccccce6}.hover\:bg-\[rgba\(232\,232\,232\,\.9\)\]:hover{background-color:#e8e8e8e6}.hover\:bg-button-hover:hover{background-color:var(--neutral-850)}.hover\:bg-button-secondary-hover:hover{background-color:#00000024}.hover\:bg-chip-hover:hover{background-color:#00000026}.hover\:bg-secondary:hover{background-color:#00000012}.hover\:bg-surface-secondary:hover{background-color:#333333b3}.hover\:text-dark-secondary:hover{color:var(--gray-450)}.hover\:text-inverse:hover{color:var(--white)}.hover\:text-primary:hover{color:var(--gray-900)}.hover\:text-secondary:hover{color:var(--gray-550)}.hover\:opacity-100:hover{opacity:1}.hover\:underline-text-primary:hover{text-decoration-color:var(--gray-900)}.hover\:underline-text-inverse:hover{text-decoration-color:var(--white)}}.focus\:rounded-sm:focus{border-radius:.125rem}.focus\:\!outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:outline-2:focus{outline-width:2px}.active\:bg-inverse:active{background-color:var(--black)}.active\:text-inverse:active{color:var(--white)}.active\:opacity-100:active{opacity:1}.disabled\:opacity-30:disabled{opacity:.3}@media (hover: hover) and (pointer: fine){.group:hover .group-hover\:visible{visibility:visible}.group\/btn:hover .group-hover\/btn\:-top-12{top:-.75rem}.group:hover .group-hover\:scale-\[1\.025\]{--tw-scale-x: 1.025;--tw-scale-y: 1.025;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.05\]{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-\[rgba\(204\,204\,204\,0\.9\)\]{background-color:#cccccce6}.group:hover .group-hover\:bg-inverse{background-color:var(--black)}.group:hover .group-hover\:stroke-gray-600{stroke:#666}.group\/btn:hover .group-hover\/btn\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:underline-text-primary{text-decoration-color:var(--gray-900)}.group:hover .group-hover\:underline-text-inverse{text-decoration-color:var(--white)}}.group:focus .group-focus\:visible{visibility:visible}.group:focus .group-focus\:opacity-100{opacity:1}.after\:visible:after{visibility:visible}.after\:invisible:after{visibility:hidden}.after\:absolute:after{position:absolute}.after\:inset-0:after{top:0rem;right:0rem;bottom:0rem;left:0rem}.after\:-right-4:after{right:-.25rem}.after\:top-1\/2:after{top:50%}.after\:ml-16:after{margin-left:1rem}.after\:ml-8:after{margin-left:.5rem}.after\:block:after{display:block}.after\:h-24:after{height:1.5rem}.after\:w-1:after{width:.0625rem}.after\:-translate-y-1\/2:after{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:bg-overlay:after{background-color:#e3e4e5a6}.after\:bg-primary:after{background-color:var(--white)}.after\:opacity-0:after{opacity:0}.after\:opacity-100:after{opacity:1}.after\:transition-all:after{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:transition-opacity:after{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:duration-300:after{transition-duration:.3s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.after\:content-\[\'\/\'\]:after{--tw-content: "/";content:var(--tw-content)}.after\:content-\[\'·\'\]:after{--tw-content: "·";content:var(--tw-content)}.last\:after\:hidden:last-child:after{display:none}.before\:border-t-primary-inverse:before{border-top-color:var(--gray-800)}@media (prefers-reduced-motion: no-preference){@media (hover: hover) and (pointer: fine){.motion-safe\:hover\:scale-\[1\.01\]:hover{--tw-scale-x: 1.01;--tw-scale-y: 1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}}@media (prefers-color-scheme: dark){.dark\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.dark\:stroke-gray-600{stroke:#666}.dark\:shadow-none{--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)}.dark\:ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dark\:ring-inset{--tw-ring-inset: inset}.dark\:ring-white\/5{--tw-ring-color: rgb(255 255 255 / .05)}@media (hover: hover) and (pointer: fine){.group:hover .dark\:group-hover\:stroke-gray-400{stroke:#999}}}@media (min-width: 0){.xs\:row-start-4{grid-row-start:4}}@media (min-width: 600px){.sm\:fixed{position:fixed}.sm\:left-1\/2{left:50%}.sm\:left-auto{left:auto}.sm\:right-0{right:0rem}.sm\:right-auto{right:auto}.sm\:top-0{top:0rem}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:row-start-3{grid-row-start:3}.sm\:mx-0{margin-left:0rem;margin-right:0rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mb-16{margin-bottom:1rem}.sm\:ml-0{margin-left:0rem}.sm\:mt-0{margin-top:0rem}.sm\:mt-16{margin-top:1rem}.sm\:mt-24{margin-top:1.5rem}.sm\:mt-32{margin-top:2rem}.sm\:mt-4{margin-top:.25rem}.sm\:mt-48{margin-top:3rem}.sm\:mt-64{margin-top:4rem}.sm\:mt-8{margin-top:.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:aspect-\[7\/3\]{aspect-ratio:7/3}.sm\:max-h-544{max-height:34rem}.sm\:max-h-none{max-height:none}.sm\:min-h-64{min-height:4rem}.sm\:w-358{width:22.375rem}.sm\:w-4-col-adjusted{width:calc(((4 / var(--grid-columns)) * 100vw) - (var(--inner-gutter) - ((4 / var(--grid-columns)) * var(--inner-gutter))) - 24px)}.sm\:w-440{width:27.5rem}.sm\:max-w-354{max-width:22.125rem}.sm\:touch-auto{touch-action:auto}.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\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-12{gap:.75rem}.sm\:gap-20{gap:1.25rem}.sm\:gap-32{gap:2rem}.sm\:gap-4{gap:.25rem}.sm\:gap-gutter{gap:var(--inner-gutter)}.sm\:gap-x-12{-moz-column-gap:.75rem;column-gap:.75rem}.sm\:gap-x-83{-moz-column-gap:5.1875rem;column-gap:5.1875rem}.sm\:gap-x-gutter{-moz-column-gap:var(--inner-gutter);column-gap:var(--inner-gutter)}.sm\:gap-y-24{row-gap:1.5rem}.sm\:gap-y-48{row-gap:3rem}.sm\:gap-y-83{row-gap:5.1875rem}.sm\:border-t-0{border-top-width:0px}.sm\:p-48{padding:3rem}.sm\:px-0{padding-left:0rem;padding-right:0rem}.sm\:px-104{padding-left:6.5rem;padding-right:6.5rem}.sm\:px-24{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-16{padding-top:1rem;padding-bottom:1rem}.sm\:py-24{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-30{padding-top:1.875rem;padding-bottom:1.875rem}.sm\:pb-32{padding-bottom:2rem}.sm\:pr-12{padding-right:.75rem}.sm\:pr-52{padding-right:3.25rem}.sm\:pt-0{padding-top:0rem}.sm\:pt-24{padding-top:1.5rem}.sm\:pt-32{padding-top:2rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (min-width: 800px){.md\:fixed{position:fixed}.md\:relative{position:relative}.md\:sticky{position:sticky}.md\:inset-0{top:0rem;right:0rem;bottom:0rem;left:0rem}.md\:inset-y-16{top:1rem;bottom:1rem}.md\:bottom-55{bottom:3.4375rem}.md\:bottom-auto{bottom:auto}.md\:left-auto{left:auto}.md\:right-16{right:1rem}.md\:right-18{right:1.125rem}.md\:right-20{right:1.25rem}.md\:right-40{right:2.5rem}.md\:right-62{right:3.875rem}.md\:right-auto{right:auto}.md\:top-0{top:0rem}.md\:top-30{top:1.875rem}.md\:top-40{top:2.5rem}.md\:top-auto{top:auto}.md\:top-full{top:100%}.md\:z-\[unset\]{z-index:unset}.md\:order-1{order:1}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-4{grid-column:span 4 / span 4}.md\:col-span-6{grid-column:span 6 / span 6}.md\:col-start-3{grid-column-start:3}.md\:row-span-2{grid-row:span 2 / span 2}.md\:row-start-1{grid-row-start:1}.md\:mx-0{margin-left:0rem;margin-right:0rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mb-0{margin-bottom:0rem}.md\:mb-3{margin-bottom:.1875rem}.md\:ml-0{margin-left:0rem}.md\:ml-24{margin-left:1.5rem}.md\:mr-24{margin-right:1.5rem}.md\:mt-0{margin-top:0rem}.md\:mt-12{margin-top:.75rem}.md\:mt-160{margin-top:10rem}.md\:mt-3{margin-top:.1875rem}.md\:mt-30{margin-top:1.875rem}.md\:mt-32{margin-top:2rem}.md\:mt-48{margin-top:3rem}.md\:mt-64{margin-top:4rem}.md\:mt-96{margin-top:6rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:table-row{display:table-row}.md\:\!hidden{display:none!important}.md\:hidden{display:none}.md\:aspect-\[1\/1\]{aspect-ratio:1/1}.md\:h-100{height:6.25rem}.md\:h-20{height:1.25rem}.md\:h-200{height:12.5rem}.md\:h-273{height:17.0625rem}.md\:h-343{height:21.4375rem}.md\:h-44{height:2.75rem}.md\:h-52{height:3.25rem}.md\:h-64{height:4rem}.md\:h-\[300px\]{height:300px}.md\:h-\[calc\(100svh_-_192px\)\]{height:calc(100svh - 192px)}.md\:h-auto{height:auto}.md\:max-h-\[300px\]{max-height:300px}.md\:min-h-88{min-height:5.5rem}.md\:w-0{width:0rem}.md\:w-1\/2{width:50%}.md\:w-1\/4{width:25%}.md\:w-100{width:6.25rem}.md\:w-373{width:23.3125rem}.md\:w-500{width:31.25rem}.md\:w-64{width:4rem}.md\:w-72{width:4.5rem}.md\:w-\[calc\(50\%_-_12px\)\]{width:calc(50% - 12px)}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:min-w-116{min-width:7.25rem}.md\:grow{flex-grow:1}.md\:translate-x-0{--tw-translate-x: 0rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:columns-3{-moz-columns:3;columns:3}.md\:auto-rows-fr{grid-auto-rows: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-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:content-normal{align-content:normal}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0rem}.md\:gap-16{gap:1rem}.md\:gap-24{gap:1.5rem}.md\:gap-3{gap:.1875rem}.md\:gap-32{gap:2rem}.md\:gap-55{gap:3.4375rem}.md\:gap-gutter{gap:var(--inner-gutter)}.md\:gap-x-gutter{-moz-column-gap:var(--inner-gutter);column-gap:var(--inner-gutter)}.md\:gap-y-16{row-gap:1rem}.md\:gap-y-24{row-gap:1.5rem}.md\:gap-y-40{row-gap:2.5rem}.md\:gap-y-64{row-gap:4rem}.md\:self-start{align-self:flex-start}.md\:overflow-visible{overflow:visible}.md\:rounded-24{border-radius:1.5rem}.md\:border-t{border-top-width:1px}.md\:bg-transparent{background-color:transparent}.md\:object-cover{-o-object-fit:cover;object-fit:cover}.md\:p-0{padding:0rem}.md\:p-16{padding:1rem}.md\:p-32{padding:2rem}.md\:p-40{padding:2.5rem}.md\:p-48{padding:3rem}.md\:px-144{padding-left:9rem;padding-right:9rem}.md\:px-16{padding-left:1rem;padding-right:1rem}.md\:px-24{padding-left:1.5rem;padding-right:1.5rem}.md\:py-0{padding-top:0rem;padding-bottom:0rem}.md\:py-12{padding-top:.75rem;padding-bottom:.75rem}.md\:py-128{padding-top:8rem;padding-bottom:8rem}.md\:py-88{padding-top:5.5rem;padding-bottom:5.5rem}.md\:pb-3{padding-bottom:.1875rem}.md\:pb-64{padding-bottom:4rem}.md\:pb-8{padding-bottom:.5rem}.md\:pb-outer-gutter{padding-bottom:var(--outer-gutter, 0px)}.md\:pl-12{padding-left:.75rem}.md\:pr-0{padding-right:0rem}.md\:pr-12{padding-right:.75rem}.md\:pt-0{padding-top:0rem}.md\:pt-24{padding-top:1.5rem}.md\:pt-48{padding-top:3rem}.md\:pt-8{padding-top:.5rem}}@media (min-width: 1040px){.lg\:inset-y-24{top:1.5rem;bottom:1.5rem}.lg\:right-28{right:1.75rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-start-4{grid-column-start:4}.lg\:row-span-1{grid-row:span 1 / span 1}.lg\:row-span-2{grid-row:span 2 / span 2}.lg\:row-start-1{grid-row-start:1}.lg\:mb-24{margin-bottom:1.5rem}.lg\:mt-0{margin-top:0rem}.lg\:mt-48{margin-top:3rem}.lg\:mt-64{margin-top:4rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:h-\[420px\]{height:420px}.lg\:h-full{height:100%}.lg\:max-h-\[420px\]{max-height:420px}.lg\:w-480{width:30rem}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:cursor-cross{cursor:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_6271_37653)'%3E%3Crect width='44' height='44' rx='22' fill='%23282828' fill-opacity='0.75'/%3E%3Cpath d='M15 15L29 29' stroke='%23767676' stroke-width='1.8' stroke-miterlimit='10'/%3E%3Cpath d='M29 15L15 29' stroke='%23767676' stroke-width='1.8' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_6271_37653' x='-60' y='-60' width='164' height='164' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='30'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_6271_37653'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_6271_37653' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"),crosshair}.lg\:columns-4{-moz-columns:4;columns:4}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:justify-between{justify-content:space-between}.lg\:gap-8{gap:.5rem}.lg\:gap-86{gap:5.375rem}.lg\:gap-y-0{row-gap:0rem}.lg\:gap-y-24{row-gap:1.5rem}.lg\:gap-y-40{row-gap:2.5rem}.lg\:gap-y-48{row-gap:3rem}.lg\:object-cover{-o-object-fit:cover;object-fit:cover}.lg\:p-8{padding:.5rem}.lg\:px-116{padding-left:7.25rem;padding-right:7.25rem}.lg\:py-6{padding-top:.375rem;padding-bottom:.375rem}.lg\:pr-24{padding-right:1.5rem}.lg\:pr-32{padding-right:2rem}.lg\:pr-48{padding-right:3rem}.lg\:pt-0{padding-top:0rem}.lg\:pt-24{padding-top:1.5rem}}@media (min-width: 1800px){.xl\:right-32{right:2rem}.xl\:row-start-1{grid-row-start:1}.xl\:mb-16{margin-bottom:1rem}.xl\:mt-196{margin-top:12.25rem}.xl\:w-\[var\(--container-width\)\]{width:var(--container-width)}.xl\:w-full{width:100%}.xl\:max-w-\[700px\]{max-width:700px}.xl\:gap-32{gap:2rem}.xl\:gap-y-24{row-gap:1.5rem}.xl\:px-48{padding-left:3rem;padding-right:3rem}.xl\:pr-220{padding-right:13.75rem}.xl\:pr-32{padding-right:2rem}.xl\:pr-64{padding-right:4rem}.xl\:pt-24{padding-top:1.5rem}}.\[\&\[data-is-open\]\]\:pointer-events-auto[data-is-open]{pointer-events:auto}.\[\&\[data-is-open\]\]\:visible[data-is-open]{visibility:visible}.\[\&\[data-is-open\]\]\:max-h-881[data-is-open]{max-height:55.0625rem}.\[\&\[data-is-open\]\]\:overflow-visible[data-is-open]{overflow:visible}.\[\&\[data-is-open\]\]\:opacity-100[data-is-open]{opacity:1}.\[\&_\+_div\]\:opacity-0+div{opacity:0}.\[\&_img\]\:transition-all img{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&_img\]\:duration-300 img{transition-duration:.3s}.collapsible-tab+.\[\.collapsible-tab_\+_\&\]\:mt-0{margin-top:0rem}.collapsible-tab+.\[\.collapsible-tab_\+_\&\]\:border-t-0{border-top-width:0px}.is-open .\[\.is-open_\&\]\:rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.is-pointer-down .\[\.is-pointer-down_\&\]\:cursor-grabbing{cursor:grabbing}.js--active .\[\.js--active_\&\]\:max-h-500{max-height:31.25rem}.js--active .\[\.js--active_\&\]\:rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.js--nav .\[\.js--nav_\&\]\:block{display:block}.js--nav .\[\.js--nav_\&\]\:hidden{display:none}.js-searchOpened .\[\.js-searchOpened_\&\]\:block{display:block}.js-searchOpened .\[\.js-searchOpened_\&\]\:hidden{display:none}@media (hover:hover){.\[\@media\(hover\:hover\)\]\:flex{display:flex}.\[\@media\(hover\:hover\)\]\:translate-y-\[var\(--h\)\]{--tw-translate-y: var(--h);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (hover: hover) and (pointer: fine){.group:hover .\[\@media\(hover\:hover\)\]\:group-hover\:translate-y-0{--tw-translate-y: 0rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .\[\@media\(hover\:hover\)\]\:group-hover\:opacity-100{opacity:1}}.group:focus .\[\@media\(hover\:hover\)\]\:group-focus\:translate-y-0{--tw-translate-y: 0rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}[aria-expanded=true] .\[\[aria-expanded\=\'true\'\]_\&\]\:block{display:block}[aria-expanded=true] .\[\[aria-expanded\=\'true\'\]_\&\]\:hidden{display:none}[data-is-open] .\[\[data-is-open\]_\&\]\:opacity-100{opacity:1}[open] .\[\[open\]_\&\]\:block{display:block}[open] .\[\[open\]_\&\]\:hidden{display:none}