.text-no-wrap {
    white-space: nowrap;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.absolute {
    position: absolute;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.flex-6 {
    flex: 6;
}

.flex-0 {
    flex: 0;
}

.grow-1 {
    flex: 1;
}

.grow-2 {
    flex: 2;
}

.grow-3 {
    flex: 3;
}

.grow-0 {
    flex: 0;
}

.pt-3 {
    padding-top: 1rem;
}

.pr-6 {
    padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

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

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

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.h-37 {
    height: 3.7rem;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.min-h-none {
    min-height: none;
}

.leading-none {
    line-height: normal !important;
}

.border-none {
    border: none !important;
}

.text-black {
    color: var(--color-black) !important;
}

.text-blue {
    color: var(--color-blue) !important;
}

.text-red {
    color: var(--color-red) !important;
}

.text-light {
    color: var(--color-light) !important;
}

.bg-gray-light {
    background-color: var(--color-gray-light) !important;
}

/* Base Text Size Utility Classes */
.text-xs {
    font-size: var(--text-xs-size);
    line-height: var(--text-xs-line);
}

.text-sm {
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-line);
}

.text-base {
    font-size: var(--text-base-size);
    line-height: var(--text-base-line);
}

.text-lg {
    font-size: var(--text-lg-size) !important;
    line-height: var(--text-lg-line);
}

.text-xl {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-line);
}

.text-2xl {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-line);
}

.text-3xl {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-line);
}

.text-4xl {
    font-size: var(--text-4xl-size);
    line-height: var(--text-4xl-line);
}

.text-h2 {
    font-size: var(--fs-xl);
    line-height: var(--text-h2-line);
}



.contact-section--contact {
    color: var(--color-blue);
    font-weight: 600;
    font-size: var(--fs-600);
}

.contact-section--contact:hover {
    color: var(--color-blue-hover);
}

.contact-section--text {
    color: var(--color-black);
    font-weight: 400;
    font-size: var(--fs-200);
}

.contact-section--margin-lg {
    margin-block: var(--py-lg);
}

.container-section--pt-header {
    padding-top: var(--padding-header);
    padding-inline: var(--fs-600);
}

.text-5xl {
    font-size: 3rem;
    /* 48px */
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    /* 60px */
    line-height: 1;
}

.font-normal {
    font-weight: normal;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.text-gray {
    color: var(--color-gray);
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-2 {
    top: 0.5rem;
}

.top-3 {
    top: 0.75rem;
}

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.top-6 {
    top: 1.5rem;
}

.top-7 {
    top: 1.75rem;
}

.top-8 {
    top: 2rem;
}

.top-9 {
    top: 2.25rem;
}

.top-10 {
    top: 2.5rem;
}

.top-11 {
    top: 2.75rem;
}

.top-12 {
    top: 3rem;
}

.top-14 {
    top: 3.5rem;
}

.top-16 {
    top: 4rem;
}

.top-20 {
    top: 5rem;
}

.top-24 {
    top: 6rem;
}

.top-28 {
    top: 7rem;
}

.top-32 {
    top: 8rem;
}

.top-36 {
    top: 9rem;
}

.top-40 {
    top: 10rem;
}

.top-44 {
    top: 11rem;
}

.top-48 {
    top: 12rem;
}

.top-52 {
    top: 13rem;
}

.top-56 {
    top: 14rem;
}

.top-60 {
    top: 15rem;
}

.top-64 {
    top: 16rem;
}

.top-72 {
    top: 18rem;
}

.top-80 {
    top: 20rem;
}

.top-96 {
    top: 24rem;
}

.top-auto {
    top: auto;
}

.top-px {
    top: 1px;
}

.top-0\.5 {
    top: 0.125rem;
}

.top-1\.5 {
    top: 0.375rem;
}

.top-2\.5 {
    top: 0.625rem;
}

.top-3\.5 {
    top: 0.875rem;
}

.w-auto {
    width: auto !important;
}

.justify-items-end {
    justify-items: end;
}

.shrink-0 {
    flex-shrink: 0;
}

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

.shrink-2 {
    flex-shrink: 2;
}

.grid {
    display: grid;
}

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

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

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

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

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

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

.grid-cols-none {
    grid-template-columns: none;
}

.col-auto {
    grid-column: auto;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-full {
    grid-column: 1 / -1;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-2 {
    grid-column-start: 2;
}

.col-start-3 {
    grid-column-start: 3;
}

.col-start-4 {
    grid-column-start: 4;
}

.col-start-5 {
    grid-column-start: 5;
}

.col-start-6 {
    grid-column-start: 6;
}

.col-start-auto {
    grid-column-start: auto;
}

.col-end-1 {
    grid-column-end: 1;
}

.col-end-2 {
    grid-column-end: 2;
}

.col-end-3 {
    grid-column-end: 3;
}

.col-end-4 {
    grid-column-end: 4;
}

.col-end-5 {
    grid-column-end: 5;
}

.col-end-6 {
    grid-column-end: 6;
}

.col-end-auto {
    grid-column-end: auto;
}

.row-auto {
    grid-row: auto;
}

.row-span-1 {
    grid-row: span 1 / span 1;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.row-span-3 {
    grid-row: span 3 / span 3;
}

.row-span-4 {
    grid-row: span 4 / span 4;
}

.row-span-5 {
    grid-row: span 5 / span 5;
}

.row-span-6 {
    grid-row: span 6 / span 6;
}

.row-span-full {
    grid-row: 1 / -1;
}

.row-start-1 {
    grid-row-start: 1;
}

.row-start-2 {
    grid-row-start: 2;
}

.row-start-3 {
    grid-row-start: 3;
}

.row-start-4 {
    grid-row-start: 4;
}

.row-start-5 {
    grid-row-start: 5;
}

.row-start-6 {
    grid-row-start: 6;
}

.row-start-auto {
    grid-row-start: auto;
}

.row-end-1 {
    grid-row-end: 1;
}

.row-end-2 {
    grid-row-end: 2;
}

.row-end-3 {
    grid-row-end: 3;
}

.row-end-4 {
    grid-row-end: 4;
}

.row-end-5 {
    grid-row-end: 5;
}

.row-end-6 {
    grid-row-end: 6;
}

.row-end-auto {
    grid-row-end: auto;
}


/* Padding utility classes (tailwind-like) */
.p-tw-0 {
    padding: 0 !important;
}

.p-tw-1 {
    padding: 0.25rem !important;
}

.p-tw-2 {
    padding: 0.5rem !important;
}

.p-tw-3 {
    padding: 0.75rem !important;
}

.p-tw-4 {
    padding: 1rem !important;
}

.p-tw-5 {
    padding: 1.25rem !important;
}

.p-tw-6 {
    padding: 1.5rem !important;
}

.p-tw-8 {
    padding: 2rem !important;
}

.p-tw-9 {
    padding: 2.25rem !important;
}

.p-tw-10 {
    padding: 2.5rem !important;
}

.p-tw-11 {
    padding: 2.75rem !important;
}

.p-tw-12 {
    padding: 3rem !important;
}

.p-tw-14 {
    padding: 3.5rem !important;
}

.p-tw-16 {
    padding: 4rem !important;
}

.p-tw-20 {
    padding: 5rem !important;
}

.p-tw-24 {
    padding: 6rem !important;
}

.p-tw-32 {
    padding: 8rem !important;
}

/* Padding X (left & right) */
.px-tw-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-tw-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-tw-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-tw-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.px-tw-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-tw-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.px-tw-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-tw-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.px-tw-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}

.px-tw-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.px-tw-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
}

.px-tw-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.px-tw-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
}

.px-tw-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}

.px-tw-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
}

.px-tw-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.px-tw-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
}

.px-tw-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
}

.px-tw-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
}

.px-tw-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.px-tw-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.px-tw-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.px-tw-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}

/* Padding Y (top & bottom) */
.py-tw-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-tw-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-tw-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-tw-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-tw-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-tw-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py-tw-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-tw-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-tw-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

.py-tw-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-tw-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}

.py-tw-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-tw-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-tw-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-tw-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-tw-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-tw-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

/* Padding Top */
.pt-tw-0 {
    padding-top: 0 !important;
}

.pt-tw-1 {
    padding-top: 0.25rem !important;
}

.pt-tw-2 {
    padding-top: 0.5rem !important;
}

.pt-tw-3 {
    padding-top: 0.75rem !important;
}

.pt-tw-4 {
    padding-top: 1rem !important;
}

.pt-tw-5 {
    padding-top: 1.25rem !important;
}

.pt-tw-6 {
    padding-top: 1.5rem !important;
}

.pt-tw-8 {
    padding-top: 2rem !important;
}

.pt-tw-9 {
    padding-top: 2.25rem !important;
}

.pt-tw-10 {
    padding-top: 2.5rem !important;
}

.pt-tw-11 {
    padding-top: 2.75rem !important;
}

.pt-tw-12 {
    padding-top: 3rem !important;
}

.pt-tw-14 {
    padding-top: 3.5rem !important;
}

.pt-tw-16 {
    padding-top: 4rem !important;
}

.pt-tw-20 {
    padding-top: 5rem !important;
}

.pt-tw-24 {
    padding-top: 6rem !important;
}

.pt-tw-32 {
    padding-top: 8rem !important;
}

/* Padding Bottom */
.pb-tw-0 {
    padding-bottom: 0 !important;
}

.pb-tw-1 {
    padding-bottom: 0.25rem !important;
}

.pb-tw-2 {
    padding-bottom: 0.5rem !important;
}

.pb-tw-3 {
    padding-bottom: 0.75rem !important;
}

.pb-tw-4 {
    padding-bottom: 1rem !important;
}

.pb-tw-5 {
    padding-bottom: 1.25rem !important;
}

.pb-tw-6 {
    padding-bottom: 1.5rem !important;
}

.pb-tw-8 {
    padding-bottom: 2rem !important;
}

.pb-tw-9 {
    padding-bottom: 2.25rem !important;
}

.pb-tw-10 {
    padding-bottom: 2.5rem !important;
}

.pb-tw-11 {
    padding-bottom: 2.75rem !important;
}

.pb-tw-12 {
    padding-bottom: 3rem !important;
}

.pb-tw-14 {
    padding-bottom: 3.5rem !important;
}

.pb-tw-16 {
    padding-bottom: 4rem !important;
}

.pb-tw-20 {
    padding-bottom: 5rem !important;
}

.pb-tw-24 {
    padding-bottom: 6rem !important;
}

.pb-tw-32 {
    padding-bottom: 8rem !important;
}

/* Padding Left */
.pl-tw-0 {
    padding-left: 0 !important;
}

.pl-tw-1 {
    padding-left: 0.25rem !important;
}

.pl-tw-2 {
    padding-left: 0.5rem !important;
}

.pl-tw-3 {
    padding-left: 0.75rem !important;
}

.pl-tw-4 {
    padding-left: 1rem !important;
}

.pl-tw-5 {
    padding-left: 1.25rem !important;
}

.pl-tw-6 {
    padding-left: 1.5rem !important;
}

.pl-tw-8 {
    padding-left: 2rem !important;
}

.pl-tw-9 {
    padding-left: 2.25rem !important;
}

.pl-tw-10 {
    padding-left: 2.5rem !important;
}

.pl-tw-11 {
    padding-left: 2.75rem !important;
}

.pl-tw-12 {
    padding-left: 3rem !important;
}

.pl-tw-14 {
    padding-left: 3.5rem !important;
}

.pl-tw-16 {
    padding-left: 4rem !important;
}

.pl-tw-20 {
    padding-left: 5rem !important;
}

.pl-tw-24 {
    padding-left: 6rem !important;
}

.pl-tw-32 {
    padding-left: 8rem !important;
}

/* Padding Right */
.pr-tw-0 {
    padding-right: 0 !important;
}

.pr-tw-1 {
    padding-right: 0.25rem !important;
}

.pr-tw-2 {
    padding-right: 0.5rem !important;
}

.pr-tw-3 {
    padding-right: 0.75rem !important;
}

.pr-tw-4 {
    padding-right: 1rem !important;
}

.pr-tw-5 {
    padding-right: 1.25rem !important;
}

.pr-tw-6 {
    padding-right: 1.5rem !important;
}

.pr-tw-8 {
    padding-right: 2rem !important;
}

.pr-tw-9 {
    padding-right: 2.25rem !important;
}

.pr-tw-10 {
    padding-right: 2.5rem !important;
}

.pr-tw-11 {
    padding-right: 2.75rem !important;
}

.pr-tw-12 {
    padding-right: 3rem !important;
}

.pr-tw-14 {
    padding-right: 3.5rem !important;
}

.pr-tw-16 {
    padding-right: 4rem !important;
}

.pr-tw-20 {
    padding-right: 5rem !important;
}

.pr-tw-24 {
    padding-right: 6rem !important;
}

.pr-tw-32 {
    padding-right: 8rem !important;
}

/* Base gap classes (no media query) */

.gap-05 {
    gap: 0.5rem;
}

.gap-02 {
    gap: 0.2rem;
}

.gap-0 {
    gap: 0rem;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-3 {
    gap: 3rem;
}

.gap-4 {
    gap: 4rem;
}

.gap-15 {
    gap: 1.5rem;
}

.gap-x-05 {
    row-gap: 0.5rem;
}

.gap-x-1 {
    row-gap: 1rem;
}

.gap-x-15 {
    row-gap: 1.5rem;
}



.gap-tw-0 {
    gap: 0;
}

.gap-tw-1 {
    gap: 0.25rem;
}

.gap-tw-2 {
    gap: 0.5rem;
}

.gap-tw-3 {
    gap: 0.75rem;
}

.gap-tw-4 {
    gap: 1rem;
}

.gap-tw-5 {
    gap: 1.25rem;
}

.gap-tw-6 {
    gap: 1.5rem;
}

.gap-tw-8 {
    gap: 2rem;
}

.gap-tw-10 {
    gap: 2.5rem;
}

.gap-tw-11 {
    gap: 2.75rem;
}

.gap-tw-12 {
    gap: 3rem;
}

.gap-tw-13 {
    gap: 3.25rem;
}

.gap-tw-14 {
    gap: 3.5rem;
}

.gap-tw-15 {
    gap: 3.75rem;
}

.gap-tw-16 {
    gap: 4rem;
}

.gap-tw-20 {
    gap: 5rem;
}

.gap-tw-24 {
    gap: 6rem;
}

.gap-tw-32 {
    gap: 8rem;
}

.gap-tw-40 {
    gap: 10rem;
}

.gap-tw-48 {
    gap: 12rem;
}

.gap-tw-56 {
    gap: 14rem;
}

.gap-tw-64 {
    gap: 16rem;
}

/* Border Width */
.border-tw-0 {
    border-width: 0 !important;
}

.border-tw-1 {
    border-width: 1px !important;
}

.border-tw-2 {
    border-width: 2px !important;
}

.border-tw-4 {
    border-width: 4px !important;
}

.border-tw-8 {
    border-width: 8px !important;
}

/* Border Style */
.border-solid {
    border-style: solid !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-double {
    border-style: double !important;
}

.border-none {
    border: none !important;
}

/* Border Colors with Opacity */
.border-black {
    border-color: rgb(0 0 0) !important;
}

.border-black\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
}

.border-black\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
}

.border-black\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
}

.border-black\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
}

.border-black\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
}

.border-black\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
}

.border-black\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
}

.border-black\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
}

.border-black\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
}

/* Border Radius */
.rounded-none {
    border-radius: 0 !important;
}

.rounded-sm {
    border-radius: 0.125rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-md {
    border-radius: 0.375rem !important;
}

.rounded-lg {
    border-radius: 0.5rem !important;
}

.rounded-xl {
    border-radius: 0.75rem !important;
}

.rounded-2xl {
    border-radius: 1rem !important;
}

.rounded-3xl {
    border-radius: 1.5rem !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

/* Individual Border Sides */
.border-t {
    border-top-width: 1px !important;
}

.border-t-none {
    border-top-width: 0 !important;
}

.border-r {
    border-right-width: 1px !important;
}

.border-r-none {
    border-right-width: 0 !important;
}

.border-b {
    border-bottom-width: 1px !important;
}

.border-b-none {
    border-bottom-width: 0 !important;
}

.border-l {
    border-left-width: 1px !important;
}

.border-l-none {
    border-left-width: 0 !important;
}

/* Border Width for Individual Sides */
.border-t-tw-1 {
    border-top-width: 1px !important;
}

.border-t-tw-2 {
    border-top-width: 2px !important;
}

.border-t-tw-4 {
    border-top-width: 4px !important;
}

.border-t-tw-8 {
    border-top-width: 8px !important;
}

.border-r-tw-1 {
    border-right-width: 1px !important;
}

.border-r-tw-2 {
    border-right-width: 2px !important;
}

.border-r-tw-4 {
    border-right-width: 4px !important;
}

.border-r-tw-8 {
    border-right-width: 8px !important;
}

.border-b-tw-1 {
    border-bottom-width: 1px !important;
}

.border-b-tw-2 {
    border-bottom-width: 2px !important;
}

.border-b-tw-4 {
    border-bottom-width: 4px !important;
}

.border-b-tw-8 {
    border-bottom-width: 8px !important;
}

.border-t-tw-0 {
    border-top-width: 0 !important;
}

.border-t-0 {
    border-top: 0 !important;
}

.border-l-0 {
    border-left: 0 !important;
}

.border-r-0 {
    border-right: 0 !important;
}

.border-r-tw-0 {
    border-right-width: 0 !important;
}

.border-b-tw-0 {
    border-bottom-width: 0 !important;
}

.border-l-tw-0 {
    border-left-width: 0 !important;
}

.border-l-tw-1 {
    border-left-width: 1px !important;
}

.border-l-tw-2 {
    border-left-width: 2px !important;
}

.border-l-tw-4 {
    border-left-width: 4px !important;
}

.border-l-tw-8 {
    border-left-width: 8px !important;
}

/* Border Color Opacity */
.border-opacity-0 {
    --tw-border-opacity: 0 !important;
}

.border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
}

.border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
}

.border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
}

.border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
}

.border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
}

.border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
}

.border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
}

.border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
}

.border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
}

.border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
}

.border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
}

.border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
}

.border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
}

.border-opacity-100 {
    --tw-border-opacity: 1 !important;
}

/* Added custom utility classes for specific styles */
.max-w-560px {
    max-width: 560px !important;
}

.bg-gray-dark {
    background-color: #333 !important;
}

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

.m-tw-0 {
    margin: 0 !important;
}

.m-tw-1 {
    margin: 0.25rem !important;
}

.m-tw-2 {
    margin: 0.5rem !important;
}

.m-tw-3 {
    margin: 0.75rem !important;
}

.m-tw-4 {
    margin: 1rem !important;
}

.m-tw-5 {
    margin: 1.25rem !important;
}

.m-tw-6 {
    margin: 1.5rem !important;
}

.m-tw-8 {
    margin: 2rem !important;
}

.m-tw-10 {
    margin: 2.5rem !important;
}

.m-tw-12 {
    margin: 3rem !important;
}

.m-tw-16 {
    margin: 4rem !important;
}

.m-tw-20 {
    margin: 5rem !important;
}

.m-tw-24 {
    margin: 6rem !important;
}

.m-tw-32 {
    margin: 8rem !important;
}

.m-tw-40 {
    margin: 10rem !important;
}

.m-tw-48 {
    margin: 12rem !important;
}

.m-tw-56 {
    margin: 14rem !important;
}

.m-tw-64 {
    margin: 16rem !important;
}

.m-tw-px {
    margin: 1px !important;
}

.mt-tw-0 {
    margin-top: 0 !important;
}

.mt-tw-1 {
    margin-top: 0.25rem !important;
}

.mt-tw-2 {
    margin-top: 0.5rem !important;
}

.mt-tw-3 {
    margin-top: 0.75rem !important;
}

.mt-tw-4 {
    margin-top: 1rem !important;
}

.mt-tw-5 {
    margin-top: 1.25rem !important;
}

.mt-tw-6 {
    margin-top: 1.5rem !important;
}

.mt-tw-8 {
    margin-top: 2rem !important;
}

.mt-tw-10 {
    margin-top: 2.5rem !important;
}

.mt-tw-12 {
    margin-top: 3rem !important;
}

.mt-tw-16 {
    margin-top: 4rem !important;
}

.mt-tw-20 {
    margin-top: 5rem !important;
}

.mt-tw-22 {
    margin-top: 5.5rem !important;
}

.mt-tw-24 {
    margin-top: 6rem !important;
}

.mt-tw-26 {
    margin-top: 6.5rem !important;
}

.mt-tw-32 {
    margin-top: 8rem !important;
}

.mt-tw-40 {
    margin-top: 10rem !important;
}

.mt-tw-48 {
    margin-top: 12rem !important;
}

.mt-tw-56 {
    margin-top: 14rem !important;
}

.mt-tw-64 {
    margin-top: 16rem !important;
}

.mt-tw-px {
    margin-top: 1px !important;
}

.mr-tw-0 {
    margin-right: 0 !important;
}

.mr-tw-1 {
    margin-right: 0.25rem !important;
}

.mr-tw-2 {
    margin-right: 0.5rem !important;
}

.mr-tw-3 {
    margin-right: 0.75rem !important;
}

.mr-tw-4 {
    margin-right: 1rem !important;
}

.mr-tw-5 {
    margin-right: 1.25rem !important;
}

.mr-tw-6 {
    margin-right: 1.5rem !important;
}

.mr-tw-8 {
    margin-right: 2rem !important;
}

.mr-tw-10 {
    margin-right: 2.5rem !important;
}

.mr-tw-12 {
    margin-right: 3rem !important;
}

.mr-tw-16 {
    margin-right: 4rem !important;
}

.mr-tw-20 {
    margin-right: 5rem !important;
}

.mr-tw-24 {
    margin-right: 6rem !important;
}

.mr-tw-32 {
    margin-right: 8rem !important;
}

.mr-tw-40 {
    margin-right: 10rem !important;
}

.mr-tw-48 {
    margin-right: 12rem !important;
}

.mr-tw-56 {
    margin-right: 14rem !important;
}

.mr-tw-64 {
    margin-right: 16rem !important;
}

.mr-tw-px {
    margin-right: 1px !important;
}

.mb-tw-0 {
    margin-bottom: 0 !important;
}

.mb-tw-1 {
    margin-bottom: 0.25rem !important;
}

.mb-tw-2 {
    margin-bottom: 0.5rem !important;
}

.mb-tw-3 {
    margin-bottom: 0.75rem !important;
}

.mb-tw-4 {
    margin-bottom: 1rem !important;
}

.mb-tw-5 {
    margin-bottom: 1.25rem !important;
}

.mb-tw-6 {
    margin-bottom: 1.5rem !important;
}

.mb-tw-8 {
    margin-bottom: 2rem !important;
}

.mb-tw-10 {
    margin-bottom: 2.5rem !important;
}

.mb-tw-12 {
    margin-bottom: 3rem !important;
}

.mb-tw-16 {
    margin-bottom: 4rem !important;
}

.mb-tw-20 {
    margin-bottom: 5rem !important;
}

.mb-tw-24 {
    margin-bottom: 6rem !important;
}

.mb-tw-32 {
    margin-bottom: 8rem !important;
}

.mb-tw-40 {
    margin-bottom: 10rem !important;
}

.mb-tw-48 {
    margin-bottom: 12rem !important;
}

.mb-tw-56 {
    margin-bottom: 14rem !important;
}

.mb-tw-64 {
    margin-bottom: 16rem !important;
}

.mb-tw-px {
    margin-bottom: 1px !important;
}

.ml-tw-0 {
    margin-left: 0 !important;
}

.ml-tw-1 {
    margin-left: 0.25rem !important;
}

.ml-tw-2 {
    margin-left: 0.5rem !important;
}

.ml-tw-3 {
    margin-left: 0.75rem !important;
}

.ml-tw-4 {
    margin-left: 1rem !important;
}

.ml-tw-5 {
    margin-left: 1.25rem !important;
}

.ml-tw-6 {
    margin-left: 1.5rem !important;
}

.ml-tw-8 {
    margin-left: 2rem !important;
}

.ml-tw-10 {
    margin-left: 2.5rem !important;
}

.ml-tw-12 {
    margin-left: 3rem !important;
}

.ml-tw-16 {
    margin-left: 4rem !important;
}

.ml-tw-20 {
    margin-left: 5rem !important;
}

.ml-tw-24 {
    margin-left: 6rem !important;
}

.ml-tw-32 {
    margin-left: 8rem !important;
}

.ml-tw-40 {
    margin-left: 10rem !important;
}

.ml-tw-48 {
    margin-left: 12rem !important;
}

.ml-tw-56 {
    margin-left: 14rem !important;
}

.ml-tw-64 {
    margin-left: 16rem !important;
}

.ml-tw-px {
    margin-left: 1px !important;
}

.mx-tw-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-tw-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.mx-tw-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-tw-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.mx-tw-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.mx-tw-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mx-tw-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.mx-tw-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.mx-tw-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.mx-tw-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}

.mx-tw-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}

.mx-tw-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
}

.mx-tw-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
}

.mx-tw-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
}

.mx-tw-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.border-red {
    border-color: var(--color-red) !important;
}

/* Max Width */
.max-w-tw-0 {
    max-width: 0px !important;
}

.max-w-tw-px {
    max-width: 1px !important;
}

.max-w-tw-0_5 {
    max-width: 0.125rem !important;
    /* 2px */
}

.max-w-tw-1 {
    max-width: 0.25rem !important;
    /* 4px */
}

.max-w-tw-1_5 {
    max-width: 0.375rem !important;
    /* 6px */
}

.max-w-tw-2 {
    max-width: 0.5rem !important;
    /* 8px */
}

.max-w-tw-2_5 {
    max-width: 0.625rem !important;
    /* 10px */
}

.max-w-tw-3 {
    max-width: 0.75rem !important;
    /* 12px */
}

.max-w-tw-3_5 {
    max-width: 0.875rem !important;
    /* 14px */
}

.max-w-tw-4 {
    max-width: 1rem !important;
    /* 16px */
}

.max-w-tw-5 {
    max-width: 1.25rem !important;
    /* 20px */
}

.max-w-tw-6 {
    max-width: 1.5rem !important;
    /* 24px */
}

.max-w-tw-7 {
    max-width: 1.75rem !important;
    /* 28px */
}

.max-w-tw-8 {
    max-width: 2rem !important;
    /* 32px */
}

.max-w-tw-9 {
    max-width: 2.25rem !important;
    /* 36px */
}

.max-w-tw-10 {
    max-width: 2.5rem !important;
    /* 40px */
}

.max-w-tw-11 {
    max-width: 2.75rem !important;
    /* 44px */
}

.max-w-tw-12 {
    max-width: 3rem !important;
    /* 48px */
}

.max-w-tw-14 {
    max-width: 3.5rem !important;
    /* 56px */
}

.max-w-tw-16 {
    max-width: 4rem !important;
    /* 64px */
}

.max-w-tw-20 {
    max-width: 5rem !important;
    /* 80px */
}

.max-w-tw-24 {
    max-width: 6rem !important;
    /* 96px */
}

.max-w-tw-28 {
    max-width: 7rem !important;
    /* 112px */
}

.max-w-tw-32 {
    max-width: 8rem !important;
    /* 128px */
}

.max-w-tw-36 {
    max-width: 9rem !important;
    /* 144px */
}

.max-w-tw-40 {
    max-width: 10rem !important;
    /* 160px */
}

.max-w-tw-44 {
    max-width: 11rem !important;
    /* 176px */
}

.max-w-tw-48 {
    max-width: 12rem !important;
    /* 192px */
}

.max-w-tw-52 {
    max-width: 13rem !important;
    /* 208px */
}

.max-w-tw-56 {
    max-width: 14rem !important;
    /* 224px */
}

.max-w-tw-60 {
    max-width: 15rem !important;
    /* 240px */
}

.max-w-tw-64 {
    max-width: 16rem !important;
    /* 256px */
}

.max-w-tw-72 {
    max-width: 18rem !important;
    /* 288px */
}

.max-w-tw-80 {
    max-width: 20rem !important;
    /* 320px */
}

.max-w-tw-96 {
    max-width: 24rem !important;
    /* 384px */
}

.max-w-tw-1\/2 {
    max-width: 50% !important;
}

.max-w-tw-1\/3 {
    max-width: 33.333333% !important;
}

.max-w-tw-2\/3 {
    max-width: 66.666667% !important;
}

.max-w-tw-1\/4 {
    max-width: 25% !important;
}

.max-w-tw-2\/4 {
    max-width: 50% !important;
}

.max-w-tw-3\/4 {
    max-width: 75% !important;
}

.max-w-tw-1\/5 {
    max-width: 20% !important;
}

.max-w-tw-2\/5 {
    max-width: 40% !important;
}

.max-w-tw-3\/5 {
    max-width: 60% !important;
}

.max-w-tw-4\/5 {
    max-width: 80% !important;
}

.max-w-tw-1\/6 {
    max-width: 16.666667% !important;
}

.max-w-tw-2\/6 {
    max-width: 33.333333% !important;
}

.max-w-tw-3\/6 {
    max-width: 50% !important;
}

.max-w-tw-4\/6 {
    max-width: 66.666667% !important;
}

.max-w-tw-5\/6 {
    max-width: 83.333333% !important;
}

.max-w-tw-1\/12 {
    max-width: 8.333333% !important;
}

.max-w-tw-2\/12 {
    max-width: 16.666667% !important;
}

.max-w-tw-3\/12 {
    max-width: 25% !important;
}

.max-w-tw-4\/12 {
    max-width: 33.333333% !important;
}

.max-w-tw-5\/12 {
    max-width: 41.666667% !important;
}

.max-w-tw-6\/12 {
    max-width: 50% !important;
}

.max-w-tw-7\/12 {
    max-width: 58.333333% !important;
}

.max-w-tw-8\/12 {
    max-width: 66.666667% !important;
}

.max-w-tw-9\/12 {
    max-width: 75% !important;
}

.max-w-tw-10\/12 {
    max-width: 83.333333% !important;
}

.max-w-tw-11\/12 {
    max-width: 91.666667% !important;
}

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

.max-w-tw-screen {
    max-width: 100vw !important;
}

.max-w-tw-min {
    max-width: min-content !important;
}

.max-w-tw-max {
    max-width: max-content !important;
}

.max-w-tw-fit {
    max-width: fit-content !important;
}


/* Min Width */
.min-w-tw-0 {
    min-width: 0px !important;
}

.min-w-tw-px {
    min-width: 1px !important;
}

.min-w-tw-0_5 {
    min-width: 0.125rem !important;
}

.min-w-tw-1 {
    min-width: 0.25rem !important;
}

.min-w-tw-1_5 {
    min-width: 0.375rem !important;
}

.min-w-tw-2 {
    min-width: 0.5rem !important;
}

.min-w-tw-2_5 {
    min-width: 0.625rem !important;
}

.min-w-tw-3 {
    min-width: 0.75rem !important;
}

.min-w-tw-3_5 {
    min-width: 0.875rem !important;
}

.min-w-tw-4 {
    min-width: 1rem !important;
}

.min-w-tw-5 {
    min-width: 1.25rem !important;
}

.min-w-tw-6 {
    min-width: 1.5rem !important;
}

.min-w-tw-7 {
    min-width: 1.75rem !important;
}

.min-w-tw-8 {
    min-width: 2rem !important;
}

.min-w-tw-9 {
    min-width: 2.25rem !important;
}

.min-w-tw-10 {
    min-width: 2.5rem !important;
}

.min-w-tw-11 {
    min-width: 2.75rem !important;
}

.min-w-tw-12 {
    min-width: 3rem !important;
}

.min-w-tw-14 {
    min-width: 3.5rem !important;
}

.min-w-tw-16 {
    min-width: 4rem !important;
}

.min-w-tw-20 {
    min-width: 5rem !important;
}

.min-w-tw-24 {
    min-width: 6rem !important;
}

.min-w-tw-28 {
    min-width: 7rem !important;
}

.min-w-tw-32 {
    min-width: 8rem !important;
}

.min-w-tw-36 {
    min-width: 9rem !important;
}

.min-w-tw-40 {
    min-width: 10rem !important;
}

.min-w-tw-44 {
    min-width: 11rem !important;
}

.min-w-tw-48 {
    min-width: 12rem !important;
}

.min-w-tw-52 {
    min-width: 13rem !important;
}

.min-w-tw-56 {
    min-width: 14rem !important;
}

.min-w-tw-60 {
    min-width: 15rem !important;
}

.min-w-tw-64 {
    min-width: 16rem !important;
}

.min-w-tw-72 {
    min-width: 18rem !important;
}

.min-w-tw-80 {
    min-width: 20rem !important;
}

.min-w-tw-96 {
    min-width: 24rem !important;
}

.min-w-tw-full {
    min-width: 100% !important;
}

.min-w-tw-min {
    min-width: min-content !important;
}

.min-w-tw-max {
    min-width: max-content !important;
}

.min-w-tw-fit {
    min-width: fit-content !important;
}


/* Max Height */
.max-h-tw-0 {
    max-height: 0px !important;
}

.max-h-tw-px {
    max-height: 1px !important;
}

.max-h-tw-0_5 {
    max-height: 0.125rem !important;
}

.max-h-tw-1 {
    max-height: 0.25rem !important;
}

.max-h-tw-1_5 {
    max-height: 0.375rem !important;
}

.max-h-tw-2 {
    max-height: 0.5rem !important;
}

.max-h-tw-2_5 {
    max-height: 0.625rem !important;
}

.max-h-tw-3 {
    max-height: 0.75rem !important;
}

.max-h-tw-3_5 {
    max-height: 0.875rem !important;
}

.max-h-tw-4 {
    max-height: 1rem !important;
}

.max-h-tw-5 {
    max-height: 1.25rem !important;
}

.max-h-tw-6 {
    max-height: 1.5rem !important;
}

.max-h-tw-7 {
    max-height: 1.75rem !important;
}

.max-h-tw-8 {
    max-height: 2rem !important;
}

.max-h-tw-9 {
    max-height: 2.25rem !important;
}

.max-h-tw-10 {
    max-height: 2.5rem !important;
}

.max-h-tw-11 {
    max-height: 2.75rem !important;
}

.max-h-tw-12 {
    max-height: 3rem !important;
}

.max-h-tw-14 {
    max-height: 3.5rem !important;
}

.max-h-tw-16 {
    max-height: 4rem !important;
}

.max-h-tw-20 {
    max-height: 5rem !important;
}

.max-h-tw-24 {
    max-height: 6rem !important;
}

.max-h-tw-28 {
    max-height: 7rem !important;
}

.max-h-tw-32 {
    max-height: 8rem !important;
}

.max-h-tw-36 {
    max-height: 9rem !important;
}

.max-h-tw-40 {
    max-height: 10rem !important;
}

.max-h-tw-44 {
    max-height: 11rem !important;
}

.max-h-tw-48 {
    max-height: 12rem !important;
}

.max-h-tw-52 {
    max-height: 13rem !important;
}

.max-h-tw-56 {
    max-height: 14rem !important;
}

.max-h-tw-60 {
    max-height: 15rem !important;
}

.max-h-tw-64 {
    max-height: 16rem !important;
}

.max-h-tw-72 {
    max-height: 18rem !important;
}

.max-h-tw-80 {
    max-height: 20rem !important;
}

.max-h-tw-88 {
    max-height: 22rem !important;
}

.max-h-tw-92 {
    max-height: 23rem !important;
}

.max-h-tw-96 {
    max-height: 24rem !important;
}

.max-h-tw-100 {
    max-height: 25rem !important;
}

.max-h-tw-104 {
    max-height: 26rem !important;
}

.max-h-tw-108 {
    max-height: 27rem !important;
}

.max-h-tw-112 {
    max-height: 28rem !important;
}

.max-h-tw-1\/2 {
    max-height: 50% !important;
}

.max-h-tw-1\/3 {
    max-height: 33.333333% !important;
}

.max-h-tw-2\/3 {
    max-height: 66.666667% !important;
}

.max-h-tw-1\/4 {
    max-height: 25% !important;
}

.max-h-tw-2\/4 {
    max-height: 50% !important;
}

.max-h-tw-3\/4 {
    max-height: 75% !important;
}

.max-h-tw-1\/5 {
    max-height: 20% !important;
}

.max-h-tw-2\/5 {
    max-height: 40% !important;
}

.max-h-tw-3\/5 {
    max-height: 60% !important;
}

.max-h-tw-4\/5 {
    max-height: 80% !important;
}

.max-h-tw-1\/6 {
    max-height: 16.666667% !important;
}

.max-h-tw-2\/6 {
    max-height: 33.333333% !important;
}

.max-h-tw-3\/6 {
    max-height: 50% !important;
}

.max-h-tw-4\/6 {
    max-height: 66.666667% !important;
}

.max-h-tw-5\/6 {
    max-height: 83.333333% !important;
}

.max-h-tw-1\/12 {
    max-height: 8.333333% !important;
}

.max-h-tw-2\/12 {
    max-height: 16.666667% !important;
}

.max-h-tw-3\/12 {
    max-height: 25% !important;
}

.max-h-tw-4\/12 {
    max-height: 33.333333% !important;
}

.max-h-tw-5\/12 {
    max-height: 41.666667% !important;
}

.max-h-tw-6\/12 {
    max-height: 50% !important;
}

.max-h-tw-7\/12 {
    max-height: 58.333333% !important;
}

.max-h-tw-8\/12 {
    max-height: 66.666667% !important;
}

.max-h-tw-9\/12 {
    max-height: 75% !important;
}

.max-h-tw-10\/12 {
    max-height: 83.333333% !important;
}

.max-h-tw-11\/12 {
    max-height: 91.666667% !important;
}

.max-h-tw-full {
    max-height: 100% !important;
}

.max-h-tw-screen {
    max-height: 100vh !important;
}

.max-h-tw-min {
    max-height: min-content !important;
}

.max-h-tw-max {
    max-height: max-content !important;
}

.max-h-tw-fit {
    max-height: fit-content !important;
}


/* Min Height */
.min-h-tw-0 {
    min-height: 0px !important;
}

.min-h-tw-px {
    min-height: 1px !important;
}

.min-h-tw-0_5 {
    min-height: 0.125rem !important;
}

.min-h-tw-1 {
    min-height: 0.25rem !important;
}

.min-h-tw-1_5 {
    min-height: 0.375rem !important;
}

.min-h-tw-2 {
    min-height: 0.5rem !important;
}

.min-h-tw-2_5 {
    min-height: 0.625rem !important;
}

.min-h-tw-3 {
    min-height: 0.75rem !important;
}

.min-h-tw-3_5 {
    min-height: 0.875rem !important;
}

.min-h-tw-4 {
    min-height: 1rem !important;
}

.min-h-tw-5 {
    min-height: 1.25rem !important;
}

.min-h-tw-6 {
    min-height: 1.5rem !important;
}

.min-h-tw-7 {
    min-height: 1.75rem !important;
}

.min-h-tw-8 {
    min-height: 2rem !important;
}

.min-h-tw-9 {
    min-height: 2.25rem !important;
}

.min-h-tw-10 {
    min-height: 2.5rem !important;
}

.min-h-tw-11 {
    min-height: 2.75rem !important;
}

.min-h-tw-12 {
    min-height: 3rem !important;
}

.min-h-tw-14 {
    min-height: 3.5rem !important;
}

.min-h-tw-16 {
    min-height: 4rem !important;
}

.min-h-tw-20 {
    min-height: 5rem !important;
}

.min-h-tw-24 {
    min-height: 6rem !important;
}

.min-h-tw-28 {
    min-height: 7rem !important;
}

.min-h-tw-32 {
    min-height: 8rem !important;
}

.min-h-tw-36 {
    min-height: 9rem !important;
}

.min-h-tw-40 {
    min-height: 10rem !important;
}

.min-h-tw-44 {
    min-height: 11rem !important;
}

.min-h-tw-48 {
    min-height: 12rem !important;
}

.min-h-tw-52 {
    min-height: 13rem !important;
}

.min-h-tw-56 {
    min-height: 14rem !important;
}

.min-h-tw-60 {
    min-height: 15rem !important;
}

.min-h-tw-64 {
    min-height: 16rem !important;
}

.min-h-tw-72 {
    min-height: 18rem !important;
}

.min-h-tw-80 {
    min-height: 20rem !important;
}

.min-h-tw-96 {
    min-height: 24rem !important;
}

.min-h-tw-full {
    min-height: 100% !important;
}

.min-h-tw-min {
    min-height: min-content !important;
}

.min-h-tw-max {
    min-height: max-content !important;
}

.min-h-tw-fit {
    min-height: fit-content !important;
}


/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {

    /* Max Width */
    .sm\:max-w-tw-0 {
        max-width: 0px !important;
    }

    .sm\:max-w-tw-px {
        max-width: 1px !important;
    }

    .sm\:max-w-tw-0_5 {
        max-width: 0.125rem !important;
    }

    .sm\:max-w-tw-1 {
        max-width: 0.25rem !important;
    }

    .sm\:max-w-tw-1_5 {
        max-width: 0.375rem !important;
    }

    .sm\:max-w-tw-2 {
        max-width: 0.5rem !important;
    }

    .sm\:max-w-tw-2_5 {
        max-width: 0.625rem !important;
    }

    .sm\:max-w-tw-3 {
        max-width: 0.75rem !important;
    }

    .sm\:max-w-tw-3_5 {
        max-width: 0.875rem !important;
    }

    .sm\:max-w-tw-4 {
        max-width: 1rem !important;
    }

    .sm\:max-w-tw-5 {
        max-width: 1.25rem !important;
    }

    .sm\:max-w-tw-6 {
        max-width: 1.5rem !important;
    }

    .sm\:max-w-tw-7 {
        max-width: 1.75rem !important;
    }

    .sm\:max-w-tw-8 {
        max-width: 2rem !important;
    }

    .sm\:max-w-tw-9 {
        max-width: 2.25rem !important;
    }

    .sm\:max-w-tw-10 {
        max-width: 2.5rem !important;
    }

    .sm\:max-w-tw-11 {
        max-width: 2.75rem !important;
    }

    .sm\:max-w-tw-12 {
        max-width: 3rem !important;
    }

    .sm\:max-w-tw-14 {
        max-width: 3.5rem !important;
    }

    .sm\:max-w-tw-16 {
        max-width: 4rem !important;
    }

    .sm\:max-w-tw-20 {
        max-width: 5rem !important;
    }

    .sm\:max-w-tw-24 {
        max-width: 6rem !important;
    }

    .sm\:max-w-tw-28 {
        max-width: 7rem !important;
    }

    .sm\:max-w-tw-32 {
        max-width: 8rem !important;
    }

    .sm\:max-w-tw-36 {
        max-width: 9rem !important;
    }

    .sm\:max-w-tw-40 {
        max-width: 10rem !important;
    }

    .sm\:max-w-tw-44 {
        max-width: 11rem !important;
    }

    .sm\:max-w-tw-48 {
        max-width: 12rem !important;
    }

    .sm\:max-w-tw-52 {
        max-width: 13rem !important;
    }

    .sm\:max-w-tw-56 {
        max-width: 14rem !important;
    }

    .sm\:max-w-tw-60 {
        max-width: 15rem !important;
    }

    .sm\:max-w-tw-64 {
        max-width: 16rem !important;
    }

    .sm\:max-w-tw-72 {
        max-width: 18rem !important;
    }

    .sm\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .sm\:max-h-tw-88 {
        max-height: 22rem !important;
    }

    .sm\:max-h-tw-92 {
        max-height: 23rem !important;
    }

    .sm\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .sm\:max-h-tw-100 {
        max-height: 25rem !important;
    }

    .sm\:max-h-tw-104 {
        max-height: 26rem !important;
    }

    .sm\:max-h-tw-108 {
        max-height: 27rem !important;
    }

    .sm\:max-h-tw-112 {
        max-height: 28rem !important;
    }

    .sm\:max-w-tw-1\/2 {
        max-width: 50% !important;
    }

    .sm\:max-w-tw-1\/3 {
        max-width: 33.333333% !important;
    }

    .sm\:max-w-tw-2\/3 {
        max-width: 66.666667% !important;
    }

    .sm\:max-w-tw-1\/4 {
        max-width: 25% !important;
    }

    .sm\:max-w-tw-2\/4 {
        max-width: 50% !important;
    }

    .sm\:max-w-tw-3\/4 {
        max-width: 75% !important;
    }

    .sm\:max-w-tw-1\/5 {
        max-width: 20% !important;
    }

    .sm\:max-w-tw-2\/5 {
        max-width: 40% !important;
    }

    .sm\:max-w-tw-3\/5 {
        max-width: 60% !important;
    }

    .sm\:max-w-tw-4\/5 {
        max-width: 80% !important;
    }

    .sm\:max-w-tw-1\/6 {
        max-width: 16.666667% !important;
    }

    .sm\:max-w-tw-2\/6 {
        max-width: 33.333333% !important;
    }

    .sm\:max-w-tw-3\/6 {
        max-width: 50% !important;
    }

    .sm\:max-w-tw-4\/6 {
        max-width: 66.666667% !important;
    }

    .sm\:max-w-tw-5\/6 {
        max-width: 83.333333% !important;
    }

    .sm\:max-w-tw-1\/12 {
        max-width: 8.333333% !important;
    }

    .sm\:max-w-tw-2\/12 {
        max-width: 16.666667% !important;
    }

    .sm\:max-w-tw-3\/12 {
        max-width: 25% !important;
    }

    .sm\:max-w-tw-4\/12 {
        max-width: 33.333333% !important;
    }

    .sm\:max-w-tw-5\/12 {
        max-width: 41.666667% !important;
    }

    .sm\:max-w-tw-6\/12 {
        max-width: 50% !important;
    }

    .sm\:max-w-tw-7\/12 {
        max-width: 58.333333% !important;
    }

    .sm\:max-w-tw-8\/12 {
        max-width: 66.666667% !important;
    }

    .sm\:max-w-tw-9\/12 {
        max-width: 75% !important;
    }

    .sm\:max-w-tw-10\/12 {
        max-width: 83.333333% !important;
    }

    .sm\:max-w-tw-11\/12 {
        max-width: 91.666667% !important;
    }

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

    .sm\:max-w-tw-screen {
        max-width: 100vw !important;
    }

    .sm\:max-w-tw-min {
        max-width: min-content !important;
    }

    .sm\:max-w-tw-max {
        max-width: max-content !important;
    }

    .sm\:max-w-tw-fit {
        max-width: fit-content !important;
    }


    /* Min Width */
    .sm\:min-w-tw-0 {
        min-width: 0px !important;
    }

    .sm\:min-w-tw-px {
        min-width: 1px !important;
    }

    .sm\:min-w-tw-0_5 {
        min-width: 0.125rem !important;
    }

    .sm\:min-w-tw-1 {
        min-width: 0.25rem !important;
    }

    .sm\:min-w-tw-1_5 {
        min-width: 0.375rem !important;
    }

    .sm\:min-w-tw-2 {
        min-width: 0.5rem !important;
    }

    .sm\:min-w-tw-2_5 {
        min-width: 0.625rem !important;
    }

    .sm\:min-w-tw-3 {
        min-width: 0.75rem !important;
    }

    .sm\:min-w-tw-3_5 {
        min-width: 0.875rem !important;
    }

    .sm\:min-w-tw-4 {
        min-width: 1rem !important;
    }

    .sm\:min-w-tw-5 {
        min-width: 1.25rem !important;
    }

    .sm\:min-w-tw-6 {
        min-width: 1.5rem !important;
    }

    .sm\:min-w-tw-7 {
        min-width: 1.75rem !important;
    }

    .sm\:min-w-tw-8 {
        min-width: 2rem !important;
    }

    .sm\:min-w-tw-9 {
        min-width: 2.25rem !important;
    }

    .sm\:min-w-tw-10 {
        min-width: 2.5rem !important;
    }

    .sm\:min-w-tw-11 {
        min-width: 2.75rem !important;
    }

    .sm\:min-w-tw-12 {
        min-width: 3rem !important;
    }

    .sm\:min-w-tw-14 {
        min-width: 3.5rem !important;
    }

    .sm\:min-w-tw-16 {
        min-width: 4rem !important;
    }

    .sm\:min-w-tw-20 {
        min-width: 5rem !important;
    }

    .sm\:min-w-tw-24 {
        min-width: 6rem !important;
    }

    .sm\:min-w-tw-28 {
        min-width: 7rem !important;
    }

    .sm\:min-w-tw-32 {
        min-width: 8rem !important;
    }

    .sm\:min-w-tw-36 {
        min-width: 9rem !important;
    }

    .sm\:min-w-tw-40 {
        min-width: 10rem !important;
    }

    .sm\:min-w-tw-44 {
        min-width: 11rem !important;
    }

    .sm\:min-w-tw-48 {
        min-width: 12rem !important;
    }

    .sm\:min-w-tw-52 {
        min-width: 13rem !important;
    }

    .sm\:min-w-tw-56 {
        min-width: 14rem !important;
    }

    .sm\:min-w-tw-60 {
        min-width: 15rem !important;
    }

    .sm\:min-w-tw-64 {
        min-width: 16rem !important;
    }

    .sm\:min-w-tw-72 {
        min-width: 18rem !important;
    }

    .sm\:min-w-tw-80 {
        min-width: 20rem !important;
    }

    .sm\:min-w-tw-96 {
        min-width: 24rem !important;
    }

    .sm\:min-w-tw-full {
        min-width: 100% !important;
    }

    .sm\:min-w-tw-min {
        min-width: min-content !important;
    }

    .sm\:min-w-tw-max {
        min-width: max-content !important;
    }

    .sm\:min-w-tw-fit {
        min-width: fit-content !important;
    }


    /* Max Height */
    .sm\:max-h-tw-0 {
        max-height: 0px !important;
    }

    .sm\:max-h-tw-px {
        max-height: 1px !important;
    }

    .sm\:max-h-tw-0_5 {
        max-height: 0.125rem !important;
    }

    .sm\:max-h-tw-1 {
        max-height: 0.25rem !important;
    }

    .sm\:max-h-tw-1_5 {
        max-height: 0.375rem !important;
    }

    .sm\:max-h-tw-2 {
        max-height: 0.5rem !important;
    }

    .sm\:max-h-tw-2_5 {
        max-height: 0.625rem !important;
    }

    .sm\:max-h-tw-3 {
        max-height: 0.75rem !important;
    }

    .sm\:max-h-tw-3_5 {
        max-height: 0.875rem !important;
    }

    .sm\:max-h-tw-4 {
        max-height: 1rem !important;
    }

    .sm\:max-h-tw-5 {
        max-height: 1.25rem !important;
    }

    .sm\:max-h-tw-6 {
        max-height: 1.5rem !important;
    }

    .sm\:max-h-tw-7 {
        max-height: 1.75rem !important;
    }

    .sm\:max-h-tw-8 {
        max-height: 2rem !important;
    }

    .sm\:max-h-tw-9 {
        max-height: 2.25rem !important;
    }

    .sm\:max-h-tw-10 {
        max-height: 2.5rem !important;
    }

    .sm\:max-h-tw-11 {
        max-height: 2.75rem !important;
    }

    .sm\:max-h-tw-12 {
        max-height: 3rem !important;
    }

    .sm\:max-h-tw-14 {
        max-height: 3.5rem !important;
    }

    .sm\:max-h-tw-16 {
        max-height: 4rem !important;
    }

    .sm\:max-h-tw-20 {
        max-height: 5rem !important;
    }

    .sm\:max-h-tw-24 {
        max-height: 6rem !important;
    }

    .sm\:max-h-tw-28 {
        max-height: 7rem !important;
    }

    .sm\:max-h-tw-32 {
        max-height: 8rem !important;
    }

    .sm\:max-h-tw-36 {
        max-height: 9rem !important;
    }

    .sm\:max-h-tw-40 {
        max-height: 10rem !important;
    }

    .sm\:max-h-tw-44 {
        max-height: 11rem !important;
    }

    .sm\:max-h-tw-48 {
        max-height: 12rem !important;
    }

    .sm\:max-h-tw-52 {
        max-height: 13rem !important;
    }

    .sm\:max-h-tw-56 {
        max-height: 14rem !important;
    }

    .sm\:max-h-tw-60 {
        max-height: 15rem !important;
    }

    .sm\:max-h-tw-64 {
        max-height: 16rem !important;
    }

    .sm\:max-h-tw-72 {
        max-height: 18rem !important;
    }

    .sm\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .sm\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .sm\:max-h-tw-1\/2 {
        max-height: 50% !important;
    }

    .sm\:max-h-tw-1\/3 {
        max-height: 33.333333% !important;
    }

    .sm\:max-h-tw-2\/3 {
        max-height: 66.666667% !important;
    }

    .sm\:max-h-tw-1\/4 {
        max-height: 25% !important;
    }

    .sm\:max-h-tw-2\/4 {
        max-height: 50% !important;
    }

    .sm\:max-h-tw-3\/4 {
        max-height: 75% !important;
    }

    .sm\:max-h-tw-1\/5 {
        max-height: 20% !important;
    }

    .sm\:max-h-tw-2\/5 {
        max-height: 40% !important;
    }

    .sm\:max-h-tw-3\/5 {
        max-height: 60% !important;
    }

    .sm\:max-h-tw-4\/5 {
        max-height: 80% !important;
    }

    .sm\:max-h-tw-1\/6 {
        max-height: 16.666667% !important;
    }

    .sm\:max-h-tw-2\/6 {
        max-height: 33.333333% !important;
    }

    .sm\:max-h-tw-3\/6 {
        max-height: 50% !important;
    }

    .sm\:max-h-tw-4\/6 {
        max-height: 66.666667% !important;
    }

    .sm\:max-h-tw-5\/6 {
        max-height: 83.333333% !important;
    }

    .sm\:max-h-tw-1\/12 {
        max-height: 8.333333% !important;
    }

    .sm\:max-h-tw-2\/12 {
        max-height: 16.666667% !important;
    }

    .sm\:max-h-tw-3\/12 {
        max-height: 25% !important;
    }

    .sm\:max-h-tw-4\/12 {
        max-height: 33.333333% !important;
    }

    .sm\:max-h-tw-5\/12 {
        max-height: 41.666667% !important;
    }

    .sm\:max-h-tw-6\/12 {
        max-height: 50% !important;
    }

    .sm\:max-h-tw-7\/12 {
        max-height: 58.333333% !important;
    }

    .sm\:max-h-tw-8\/12 {
        max-height: 66.666667% !important;
    }

    .sm\:max-h-tw-9\/12 {
        max-height: 75% !important;
    }

    .sm\:max-h-tw-10\/12 {
        max-height: 83.333333% !important;
    }

    .sm\:max-h-tw-11\/12 {
        max-height: 91.666667% !important;
    }

    .sm\:max-h-tw-full {
        max-height: 100% !important;
    }

    .sm\:max-h-tw-screen {
        max-height: 100vh !important;
    }

    .sm\:max-h-tw-min {
        max-height: min-content !important;
    }

    .sm\:max-h-tw-max {
        max-height: max-content !important;
    }

    .sm\:max-h-tw-fit {
        max-height: fit-content !important;
    }


    /* Min Height */
    .sm\:min-h-tw-0 {
        min-height: 0px !important;
    }

    .sm\:min-h-tw-px {
        min-height: 1px !important;
    }

    .sm\:min-h-tw-0_5 {
        min-height: 0.125rem !important;
    }

    .sm\:min-h-tw-1 {
        min-height: 0.25rem !important;
    }

    .sm\:min-h-tw-1_5 {
        min-height: 0.375rem !important;
    }

    .sm\:min-h-tw-2 {
        min-height: 0.5rem !important;
    }

    .sm\:min-h-tw-2_5 {
        min-height: 0.625rem !important;
    }

    .sm\:min-h-tw-3 {
        min-height: 0.75rem !important;
    }

    .sm\:min-h-tw-3_5 {
        min-height: 0.875rem !important;
    }

    .sm\:min-h-tw-4 {
        min-height: 1rem !important;
    }

    .sm\:min-h-tw-5 {
        min-height: 1.25rem !important;
    }

    .sm\:min-h-tw-6 {
        min-height: 1.5rem !important;
    }

    .sm\:min-h-tw-7 {
        min-height: 1.75rem !important;
    }

    .sm\:min-h-tw-8 {
        min-height: 2rem !important;
    }

    .sm\:min-h-tw-9 {
        min-height: 2.25rem !important;
    }

    .sm\:min-h-tw-10 {
        min-height: 2.5rem !important;
    }

    .sm\:min-h-tw-11 {
        min-height: 2.75rem !important;
    }

    .sm\:min-h-tw-12 {
        min-height: 3rem !important;
    }

    .sm\:min-h-tw-14 {
        min-height: 3.5rem !important;
    }

    .sm\:min-h-tw-16 {
        min-height: 4rem !important;
    }

    .sm\:min-h-tw-20 {
        min-height: 5rem !important;
    }

    .sm\:min-h-tw-24 {
        min-height: 6rem !important;
    }

    .sm\:min-h-tw-28 {
        min-height: 7rem !important;
    }

    .sm\:min-h-tw-32 {
        min-height: 8rem !important;
    }

    .sm\:min-h-tw-36 {
        min-height: 9rem !important;
    }

    .sm\:min-h-tw-40 {
        min-height: 10rem !important;
    }

    .sm\:min-h-tw-44 {
        min-height: 11rem !important;
    }

    .sm\:min-h-tw-48 {
        min-height: 12rem !important;
    }

    .sm\:min-h-tw-52 {
        min-height: 13rem !important;
    }

    .sm\:min-h-tw-56 {
        min-height: 14rem !important;
    }

    .sm\:min-h-tw-60 {
        min-height: 15rem !important;
    }

    .sm\:min-h-tw-64 {
        min-height: 16rem !important;
    }

    .sm\:min-h-tw-72 {
        min-height: 18rem !important;
    }

    .sm\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .sm\:max-h-tw-88 {
        max-height: 22rem !important;
    }

    .sm\:max-h-tw-92 {
        max-height: 23rem !important;
    }

    .sm\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .sm\:max-h-tw-100 {
        max-height: 25rem !important;
    }

    .sm\:max-h-tw-104 {
        max-height: 26rem !important;
    }

    .sm\:max-h-tw-108 {
        max-height: 27rem !important;
    }

    .sm\:max-h-tw-112 {
        max-height: 28rem !important;
    }

    .sm\:min-h-tw-full {
        min-height: 100% !important;
    }

    .sm\:min-h-tw-min {
        min-height: min-content !important;
    }

    .sm\:min-h-tw-max {
        min-height: max-content !important;
    }

    .sm\:min-h-tw-fit {
        min-height: fit-content !important;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {

    /* Max Width */
    .md\:max-w-tw-0 {
        max-width: 0px !important;
    }

    .md\:max-w-tw-px {
        max-width: 1px !important;
    }

    .md\:max-w-tw-0_5 {
        max-width: 0.125rem !important;
    }

    .md\:max-w-tw-1 {
        max-width: 0.25rem !important;
    }

    .md\:max-w-tw-1_5 {
        max-width: 0.375rem !important;
    }

    .md\:max-w-tw-2 {
        max-width: 0.5rem !important;
    }

    .md\:max-w-tw-2_5 {
        max-width: 0.625rem !important;
    }

    .md\:max-w-tw-3 {
        max-width: 0.75rem !important;
    }

    .md\:max-w-tw-3_5 {
        max-width: 0.875rem !important;
    }

    .md\:max-w-tw-4 {
        max-width: 1rem !important;
    }

    .md\:max-w-tw-5 {
        max-width: 1.25rem !important;
    }

    .md\:max-w-tw-6 {
        max-width: 1.5rem !important;
    }

    .md\:max-w-tw-7 {
        max-width: 1.75rem !important;
    }

    .md\:max-w-tw-8 {
        max-width: 2rem !important;
    }

    .md\:max-w-tw-9 {
        max-width: 2.25rem !important;
    }

    .md\:max-w-tw-10 {
        max-width: 2.5rem !important;
    }

    .md\:max-w-tw-11 {
        max-width: 2.75rem !important;
    }

    .md\:max-w-tw-12 {
        max-width: 3rem !important;
    }

    .md\:max-w-tw-14 {
        max-width: 3.5rem !important;
    }

    .md\:max-w-tw-16 {
        max-width: 4rem !important;
    }

    .md\:max-w-tw-20 {
        max-width: 5rem !important;
    }

    .md\:max-w-tw-24 {
        max-width: 6rem !important;
    }

    .md\:max-w-tw-28 {
        max-width: 7rem !important;
    }

    .md\:max-w-tw-32 {
        max-width: 8rem !important;
    }

    .md\:max-w-tw-36 {
        max-width: 9rem !important;
    }

    .md\:max-w-tw-40 {
        max-width: 10rem !important;
    }

    .md\:max-w-tw-44 {
        max-width: 11rem !important;
    }

    .md\:max-w-tw-48 {
        max-width: 12rem !important;
    }

    .md\:max-w-tw-52 {
        max-width: 13rem !important;
    }

    .md\:max-w-tw-56 {
        max-width: 14rem !important;
    }

    .md\:max-w-tw-60 {
        max-width: 15rem !important;
    }

    .md\:max-w-tw-64 {
        max-width: 16rem !important;
    }

    .md\:max-w-tw-72 {
        max-width: 18rem !important;
    }

    .md\:max-w-tw-80 {
        max-width: 20rem !important;
    }

    .md\:max-w-tw-96 {
        max-width: 24rem !important;
    }

    .md\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .md\:max-h-tw-88 {
        max-height: 22rem !important;
    }

    .md\:max-h-tw-92 {
        max-height: 23rem !important;
    }

    .md\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .md\:max-h-tw-100 {
        max-height: 25rem !important;
    }

    .md\:max-h-tw-104 {
        max-height: 26rem !important;
    }

    .md\:max-h-tw-108 {
        max-height: 27rem !important;
    }

    .md\:max-h-tw-112 {
        max-height: 28rem !important;
    }

    .md\:max-w-tw-1\/2 {
        max-width: 50% !important;
    }

    .md\:max-w-tw-1\/3 {
        max-width: 33.333333% !important;
    }

    .md\:max-w-tw-2\/3 {
        max-width: 66.666667% !important;
    }

    .md\:max-w-tw-1\/4 {
        max-width: 25% !important;
    }

    .md\:max-w-tw-2\/4 {
        max-width: 50% !important;
    }

    .md\:max-w-tw-3\/4 {
        max-width: 75% !important;
    }

    .md\:max-w-tw-1\/5 {
        max-width: 20% !important;
    }

    .md\:max-w-tw-2\/5 {
        max-width: 40% !important;
    }

    .md\:max-w-tw-3\/5 {
        max-width: 60% !important;
    }

    .md\:max-w-tw-4\/5 {
        max-width: 80% !important;
    }

    .md\:max-w-tw-1\/6 {
        max-width: 16.666667% !important;
    }

    .md\:max-w-tw-2\/6 {
        max-width: 33.333333% !important;
    }

    .md\:max-w-tw-3\/6 {
        max-width: 50% !important;
    }

    .md\:max-w-tw-4\/6 {
        max-width: 66.666667% !important;
    }

    .md\:max-w-tw-5\/6 {
        max-width: 83.333333% !important;
    }

    .md\:max-w-tw-1\/12 {
        max-width: 8.333333% !important;
    }

    .md\:max-w-tw-2\/12 {
        max-width: 16.666667% !important;
    }

    .md\:max-w-tw-3\/12 {
        max-width: 25% !important;
    }

    .md\:max-w-tw-4\/12 {
        max-width: 33.333333% !important;
    }

    .md\:max-w-tw-5\/12 {
        max-width: 41.666667% !important;
    }

    .md\:max-w-tw-6\/12 {
        max-width: 50% !important;
    }

    .md\:max-w-tw-7\/12 {
        max-width: 58.333333% !important;
    }

    .md\:max-w-tw-8\/12 {
        max-width: 66.666667% !important;
    }

    .md\:max-w-tw-9\/12 {
        max-width: 75% !important;
    }

    .md\:max-w-tw-10\/12 {
        max-width: 83.333333% !important;
    }

    .md\:max-w-tw-11\/12 {
        max-width: 91.666667% !important;
    }

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

    .md\:max-w-tw-screen {
        max-width: 100vw !important;
    }

    .md\:max-w-tw-min {
        max-width: min-content !important;
    }

    .md\:max-w-tw-max {
        max-width: max-content !important;
    }

    .md\:max-w-tw-fit {
        max-width: fit-content !important;
    }


    /* Min Width */
    .md\:min-w-tw-0 {
        min-width: 0px !important;
    }

    .md\:min-w-tw-px {
        min-width: 1px !important;
    }

    .md\:min-w-tw-0_5 {
        min-width: 0.125rem !important;
    }

    .md\:min-w-tw-1 {
        min-width: 0.25rem !important;
    }

    .md\:min-w-tw-1_5 {
        min-width: 0.375rem !important;
    }

    .md\:min-w-tw-2 {
        min-width: 0.5rem !important;
    }

    .md\:min-w-tw-2_5 {
        min-width: 0.625rem !important;
    }

    .md\:min-w-tw-3 {
        min-width: 0.75rem !important;
    }

    .md\:min-w-tw-3_5 {
        min-width: 0.875rem !important;
    }

    .md\:min-w-tw-4 {
        min-width: 1rem !important;
    }

    .md\:min-w-tw-5 {
        min-width: 1.25rem !important;
    }

    .md\:min-w-tw-6 {
        min-width: 1.5rem !important;
    }

    .md\:min-w-tw-7 {
        min-width: 1.75rem !important;
    }

    .md\:min-w-tw-8 {
        min-width: 2rem !important;
    }

    .md\:min-w-tw-9 {
        min-width: 2.25rem !important;
    }

    .md\:min-w-tw-10 {
        min-width: 2.5rem !important;
    }

    .md\:min-w-tw-11 {
        min-width: 2.75rem !important;
    }

    .md\:min-w-tw-12 {
        min-width: 3rem !important;
    }

    .md\:min-w-tw-14 {
        min-width: 3.5rem !important;
    }

    .md\:min-w-tw-16 {
        min-width: 4rem !important;
    }

    .md\:min-w-tw-20 {
        min-width: 5rem !important;
    }

    .md\:min-w-tw-24 {
        min-width: 6rem !important;
    }

    .md\:min-w-tw-28 {
        min-width: 7rem !important;
    }

    .md\:min-w-tw-32 {
        min-width: 8rem !important;
    }

    .md\:min-w-tw-36 {
        min-width: 9rem !important;
    }

    .md\:min-w-tw-40 {
        min-width: 10rem !important;
    }

    .md\:min-w-tw-44 {
        min-width: 11rem !important;
    }

    .md\:min-w-tw-48 {
        min-width: 12rem !important;
    }

    .md\:min-w-tw-52 {
        min-width: 13rem !important;
    }

    .md\:min-w-tw-56 {
        min-width: 14rem !important;
    }

    .md\:min-w-tw-60 {
        min-width: 15rem !important;
    }

    .md\:min-w-tw-64 {
        min-width: 16rem !important;
    }

    .md\:min-w-tw-72 {
        min-width: 18rem !important;
    }

    .md\:min-w-tw-80 {
        min-width: 20rem !important;
    }

    .md\:min-w-tw-96 {
        min-width: 24rem !important;
    }

    .md\:min-w-tw-full {
        min-width: 100% !important;
    }

    .md\:min-w-tw-min {
        min-width: min-content !important;
    }

    .md\:min-w-tw-max {
        min-width: max-content !important;
    }

    .md\:min-w-tw-fit {
        min-width: fit-content !important;
    }


    /* Max Height */
    .md\:max-h-tw-0 {
        max-height: 0px !important;
    }

    .md\:max-h-tw-px {
        max-height: 1px !important;
    }

    .md\:max-h-tw-0_5 {
        max-height: 0.125rem !important;
    }

    .md\:max-h-tw-1 {
        max-height: 0.25rem !important;
    }

    .md\:max-h-tw-1_5 {
        max-height: 0.375rem !important;
    }

    .md\:max-h-tw-2 {
        max-height: 0.5rem !important;
    }

    .md\:max-h-tw-2_5 {
        max-height: 0.625rem !important;
    }

    .md\:max-h-tw-3 {
        max-height: 0.75rem !important;
    }

    .md\:max-h-tw-3_5 {
        max-height: 0.875rem !important;
    }

    .md\:max-h-tw-4 {
        max-height: 1rem !important;
    }

    .md\:max-h-tw-5 {
        max-height: 1.25rem !important;
    }

    .md\:max-h-tw-6 {
        max-height: 1.5rem !important;
    }

    .md\:max-h-tw-7 {
        max-height: 1.75rem !important;
    }

    .md\:max-h-tw-8 {
        max-height: 2rem !important;
    }

    .md\:max-h-tw-9 {
        max-height: 2.25rem !important;
    }

    .md\:max-h-tw-10 {
        max-height: 2.5rem !important;
    }

    .md\:max-h-tw-11 {
        max-height: 2.75rem !important;
    }

    .md\:max-h-tw-12 {
        max-height: 3rem !important;
    }

    .md\:max-h-tw-14 {
        max-height: 3.5rem !important;
    }

    .md\:max-h-tw-16 {
        max-height: 4rem !important;
    }

    .md\:max-h-tw-20 {
        max-height: 5rem !important;
    }

    .md\:max-h-tw-24 {
        max-height: 6rem !important;
    }

    .md\:max-h-tw-28 {
        max-height: 7rem !important;
    }

    .md\:max-h-tw-32 {
        max-height: 8rem !important;
    }

    .md\:max-h-tw-36 {
        max-height: 9rem !important;
    }

    .md\:max-h-tw-40 {
        max-height: 10rem !important;
    }

    .md\:max-h-tw-44 {
        max-height: 11rem !important;
    }

    .md\:max-h-tw-48 {
        max-height: 12rem !important;
    }

    .md\:max-h-tw-52 {
        max-height: 13rem !important;
    }

    .md\:max-h-tw-56 {
        max-height: 14rem !important;
    }

    .md\:max-h-tw-60 {
        max-height: 15rem !important;
    }

    .md\:max-h-tw-64 {
        max-height: 16rem !important;
    }

    .md\:max-h-tw-72 {
        max-height: 18rem !important;
    }

    .md\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .md\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .md\:max-h-tw-1\/2 {
        max-height: 50% !important;
    }

    .md\:max-h-tw-1\/3 {
        max-height: 33.333333% !important;
    }

    .md\:max-h-tw-2\/3 {
        max-height: 66.666667% !important;
    }

    .md\:max-h-tw-1\/4 {
        max-height: 25% !important;
    }

    .md\:max-h-tw-2\/4 {
        max-height: 50% !important;
    }

    .md\:max-h-tw-3\/4 {
        max-height: 75% !important;
    }

    .md\:max-h-tw-1\/5 {
        max-height: 20% !important;
    }

    .md\:max-h-tw-2\/5 {
        max-height: 40% !important;
    }

    .md\:max-h-tw-3\/5 {
        max-height: 60% !important;
    }

    .md\:max-h-tw-4\/5 {
        max-height: 80% !important;
    }

    .md\:max-h-tw-1\/6 {
        max-height: 16.666667% !important;
    }

    .md\:max-h-tw-2\/6 {
        max-height: 33.333333% !important;
    }

    .md\:max-h-tw-3\/6 {
        max-height: 50% !important;
    }

    .md\:max-h-tw-4\/6 {
        max-height: 66.666667% !important;
    }

    .md\:max-h-tw-5\/6 {
        max-height: 83.333333% !important;
    }

    .md\:max-h-tw-1\/12 {
        max-height: 8.333333% !important;
    }

    .md\:max-h-tw-2\/12 {
        max-height: 16.666667% !important;
    }

    .md\:max-h-tw-3\/12 {
        max-height: 25% !important;
    }

    .md\:max-h-tw-4\/12 {
        max-height: 33.333333% !important;
    }

    .md\:max-h-tw-5\/12 {
        max-height: 41.666667% !important;
    }

    .md\:max-h-tw-6\/12 {
        max-height: 50% !important;
    }

    .md\:max-h-tw-7\/12 {
        max-height: 58.333333% !important;
    }

    .md\:max-h-tw-8\/12 {
        max-height: 66.666667% !important;
    }

    .md\:max-h-tw-9\/12 {
        max-height: 75% !important;
    }

    .md\:max-h-tw-10\/12 {
        max-height: 83.333333% !important;
    }

    .md\:max-h-tw-11\/12 {
        max-height: 91.666667% !important;
    }

    .md\:max-h-tw-full {
        max-height: 100% !important;
    }

    .md\:max-h-tw-screen {
        max-height: 100vh !important;
    }

    .md\:max-h-tw-min {
        max-height: min-content !important;
    }

    .md\:max-h-tw-max {
        max-height: max-content !important;
    }

    .md\:max-h-tw-fit {
        max-height: fit-content !important;
    }


    /* Min Height */
    .md\:min-h-tw-0 {
        min-height: 0px !important;
    }

    .md\:min-h-tw-px {
        min-height: 1px !important;
    }

    .md\:min-h-tw-0_5 {
        min-height: 0.125rem !important;
    }

    .md\:min-h-tw-1 {
        min-height: 0.25rem !important;
    }

    .md\:min-h-tw-1_5 {
        min-height: 0.375rem !important;
    }

    .md\:min-h-tw-2 {
        min-height: 0.5rem !important;
    }

    .md\:min-h-tw-2_5 {
        min-height: 0.625rem !important;
    }

    .md\:min-h-tw-3 {
        min-height: 0.75rem !important;
    }

    .md\:min-h-tw-3_5 {
        min-height: 0.875rem !important;
    }

    .md\:min-h-tw-4 {
        min-height: 1rem !important;
    }

    .md\:min-h-tw-5 {
        min-height: 1.25rem !important;
    }

    .md\:min-h-tw-6 {
        min-height: 1.5rem !important;
    }

    .md\:min-h-tw-7 {
        min-height: 1.75rem !important;
    }

    .md\:min-h-tw-8 {
        min-height: 2rem !important;
    }

    .md\:min-h-tw-9 {
        min-height: 2.25rem !important;
    }

    .md\:min-h-tw-10 {
        min-height: 2.5rem !important;
    }

    .md\:min-h-tw-11 {
        min-height: 2.75rem !important;
    }

    .md\:min-h-tw-12 {
        min-height: 3rem !important;
    }

    .md\:min-h-tw-14 {
        min-height: 3.5rem !important;
    }

    .md\:min-h-tw-16 {
        min-height: 4rem !important;
    }

    .md\:min-h-tw-20 {
        min-height: 5rem !important;
    }

    .md\:min-h-tw-24 {
        min-height: 6rem !important;
    }

    .md\:min-h-tw-28 {
        min-height: 7rem !important;
    }

    .md\:min-h-tw-32 {
        min-height: 8rem !important;
    }

    .md\:min-h-tw-36 {
        min-height: 9rem !important;
    }

    .md\:min-h-tw-40 {
        min-height: 10rem !important;
    }

    .md\:min-h-tw-44 {
        min-height: 11rem !important;
    }

    .md\:min-h-tw-48 {
        min-height: 12rem !important;
    }

    .md\:min-h-tw-52 {
        min-height: 13rem !important;
    }

    .md\:min-h-tw-56 {
        min-height: 14rem !important;
    }

    .md\:min-h-tw-60 {
        min-height: 15rem !important;
    }

    .md\:min-h-tw-64 {
        min-height: 16rem !important;
    }

    .md\:min-h-tw-72 {
        min-height: 18rem !important;
    }

    .md\:min-h-tw-80 {
        min-height: 20rem !important;
    }

    .md\:min-h-tw-96 {
        min-height: 24rem !important;
    }

    .md\:min-h-tw-full {
        min-height: 100% !important;
    }

    .md\:min-h-tw-min {
        min-height: min-content !important;
    }

    .md\:min-h-tw-max {
        min-height: max-content !important;
    }

    .md\:min-h-tw-fit {
        min-height: fit-content !important;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {

    /* Max Width */
    .lg\:max-w-tw-0 {
        max-width: 0px !important;
    }

    .lg\:max-w-tw-px {
        max-width: 1px !important;
    }

    .lg\:max-w-tw-0_5 {
        max-width: 0.125rem !important;
    }

    .lg\:max-w-tw-1 {
        max-width: 0.25rem !important;
    }

    .lg\:max-w-tw-1_5 {
        max-width: 0.375rem !important;
    }

    .lg\:max-w-tw-2 {
        max-width: 0.5rem !important;
    }

    .lg\:max-w-tw-2_5 {
        max-width: 0.625rem !important;
    }

    .lg\:max-w-tw-3 {
        max-width: 0.75rem !important;
    }

    .lg\:max-w-tw-3_5 {
        max-width: 0.875rem !important;
    }

    .lg\:max-w-tw-4 {
        max-width: 1rem !important;
    }

    .lg\:max-w-tw-5 {
        max-width: 1.25rem !important;
    }

    .lg\:max-w-tw-6 {
        max-width: 1.5rem !important;
    }

    .lg\:max-w-tw-7 {
        max-width: 1.75rem !important;
    }

    .lg\:max-w-tw-8 {
        max-width: 2rem !important;
    }

    .lg\:max-w-tw-9 {
        max-width: 2.25rem !important;
    }

    .lg\:max-w-tw-10 {
        max-width: 2.5rem !important;
    }

    .lg\:max-w-tw-11 {
        max-width: 2.75rem !important;
    }

    .lg\:max-w-tw-12 {
        max-width: 3rem !important;
    }

    .lg\:max-w-tw-14 {
        max-width: 3.5rem !important;
    }

    .lg\:max-w-tw-16 {
        max-width: 4rem !important;
    }

    .lg\:max-w-tw-20 {
        max-width: 5rem !important;
    }

    .lg\:max-w-tw-24 {
        max-width: 6rem !important;
    }

    .lg\:max-w-tw-28 {
        max-width: 7rem !important;
    }

    .lg\:max-w-tw-32 {
        max-width: 8rem !important;
    }

    .lg\:max-w-tw-36 {
        max-width: 9rem !important;
    }

    .lg\:max-w-tw-40 {
        max-width: 10rem !important;
    }

    .lg\:max-w-tw-44 {
        max-width: 11rem !important;
    }

    .lg\:max-w-tw-48 {
        max-width: 12rem !important;
    }

    .lg\:max-w-tw-52 {
        max-width: 13rem !important;
    }

    .lg\:max-w-tw-56 {
        max-width: 14rem !important;
    }

    .lg\:max-w-tw-60 {
        max-width: 15rem !important;
    }

    .lg\:max-w-tw-64 {
        max-width: 16rem !important;
    }

    .lg\:max-w-tw-72 {
        max-width: 18rem !important;
    }

    .lg\:max-w-tw-80 {
        max-width: 20rem !important;
    }

    .lg\:max-w-tw-96 {
        max-width: 24rem !important;
    }

    .lg\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .lg\:max-h-tw-88 {
        max-height: 22rem !important;
    }

    .lg\:max-h-tw-92 {
        max-height: 23rem !important;
    }

    .lg\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .lg\:max-h-tw-100 {
        max-height: 25rem !important;
    }

    .lg\:max-h-tw-104 {
        max-height: 26rem !important;
    }

    .lg\:max-h-tw-108 {
        max-height: 27rem !important;
    }

    .lg\:max-h-tw-112 {
        max-height: 28rem !important;
    }

    .lg\:max-w-tw-1\/2 {
        max-width: 50% !important;
    }

    .lg\:max-w-tw-1\/3 {
        max-width: 33.333333% !important;
    }

    .lg\:max-w-tw-2\/3 {
        max-width: 66.666667% !important;
    }

    .lg\:max-w-tw-1\/4 {
        max-width: 25% !important;
    }

    .lg\:max-w-tw-2\/4 {
        max-width: 50% !important;
    }

    .lg\:max-w-tw-3\/4 {
        max-width: 75% !important;
    }

    .lg\:max-w-tw-1\/5 {
        max-width: 20% !important;
    }

    .lg\:max-w-tw-2\/5 {
        max-width: 40% !important;
    }

    .lg\:max-w-tw-3\/5 {
        max-width: 60% !important;
    }

    .lg\:max-w-tw-4\/5 {
        max-width: 80% !important;
    }

    .lg\:max-w-tw-1\/6 {
        max-width: 16.666667% !important;
    }

    .lg\:max-w-tw-2\/6 {
        max-width: 33.333333% !important;
    }

    .lg\:max-w-tw-3\/6 {
        max-width: 50% !important;
    }

    .lg\:max-w-tw-4\/6 {
        max-width: 66.666667% !important;
    }

    .lg\:max-w-tw-5\/6 {
        max-width: 83.333333% !important;
    }

    .lg\:max-w-tw-1\/12 {
        max-width: 8.333333% !important;
    }

    .lg\:max-w-tw-2\/12 {
        max-width: 16.666667% !important;
    }

    .lg\:max-w-tw-3\/12 {
        max-width: 25% !important;
    }

    .lg\:max-w-tw-4\/12 {
        max-width: 33.333333% !important;
    }

    .lg\:max-w-tw-5\/12 {
        max-width: 41.666667% !important;
    }

    .lg\:max-w-tw-6\/12 {
        max-width: 50% !important;
    }

    .lg\:max-w-tw-7\/12 {
        max-width: 58.333333% !important;
    }

    .lg\:max-w-tw-8\/12 {
        max-width: 66.666667% !important;
    }

    .lg\:max-w-tw-9\/12 {
        max-width: 75% !important;
    }

    .lg\:max-w-tw-10\/12 {
        max-width: 83.333333% !important;
    }

    .lg\:max-w-tw-11\/12 {
        max-width: 91.666667% !important;
    }

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

    .lg\:max-w-tw-screen {
        max-width: 100vw !important;
    }

    .lg\:max-w-tw-min {
        max-width: min-content !important;
    }

    .lg\:max-w-tw-max {
        max-width: max-content !important;
    }

    .lg\:max-w-tw-fit {
        max-width: fit-content !important;
    }


    /* Min Width */
    .lg\:min-w-tw-0 {
        min-width: 0px !important;
    }

    .lg\:min-w-tw-px {
        min-width: 1px !important;
    }

    .lg\:min-w-tw-0_5 {
        min-width: 0.125rem !important;
    }

    .lg\:min-w-tw-1 {
        min-width: 0.25rem !important;
    }

    .lg\:min-w-tw-1_5 {
        min-width: 0.375rem !important;
    }

    .lg\:min-w-tw-2 {
        min-width: 0.5rem !important;
    }

    .lg\:min-w-tw-2_5 {
        min-width: 0.625rem !important;
    }

    .lg\:min-w-tw-3 {
        min-width: 0.75rem !important;
    }

    .lg\:min-w-tw-3_5 {
        min-width: 0.875rem !important;
    }

    .lg\:min-w-tw-4 {
        min-width: 1rem !important;
    }

    .lg\:min-w-tw-5 {
        min-width: 1.25rem !important;
    }

    .lg\:min-w-tw-6 {
        min-width: 1.5rem !important;
    }

    .lg\:min-w-tw-7 {
        min-width: 1.75rem !important;
    }

    .lg\:min-w-tw-8 {
        min-width: 2rem !important;
    }

    .lg\:min-w-tw-9 {
        min-width: 2.25rem !important;
    }

    .lg\:min-w-tw-10 {
        min-width: 2.5rem !important;
    }

    .lg\:min-w-tw-11 {
        min-width: 2.75rem !important;
    }

    .lg\:min-w-tw-12 {
        min-width: 3rem !important;
    }

    .lg\:min-w-tw-14 {
        min-width: 3.5rem !important;
    }

    .lg\:min-w-tw-16 {
        min-width: 4rem !important;
    }

    .lg\:min-w-tw-20 {
        min-width: 5rem !important;
    }

    .lg\:min-w-tw-24 {
        min-width: 6rem !important;
    }

    .lg\:min-w-tw-28 {
        min-width: 7rem !important;
    }

    .lg\:min-w-tw-32 {
        min-width: 8rem !important;
    }

    .lg\:min-w-tw-36 {
        min-width: 9rem !important;
    }

    .lg\:min-w-tw-40 {
        min-width: 10rem !important;
    }

    .lg\:min-w-tw-44 {
        min-width: 11rem !important;
    }

    .lg\:min-w-tw-48 {
        min-width: 12rem !important;
    }

    .lg\:min-w-tw-52 {
        min-width: 13rem !important;
    }

    .lg\:min-w-tw-56 {
        min-width: 14rem !important;
    }

    .lg\:min-w-tw-60 {
        min-width: 15rem !important;
    }

    .lg\:min-w-tw-64 {
        min-width: 16rem !important;
    }

    .lg\:min-w-tw-72 {
        min-width: 18rem !important;
    }

    .lg\:min-w-tw-80 {
        min-width: 20rem !important;
    }

    .lg\:min-w-tw-96 {
        min-width: 24rem !important;
    }

    .lg\:min-w-tw-full {
        min-width: 100% !important;
    }

    .lg\:min-w-tw-min {
        min-width: min-content !important;
    }

    .lg\:min-w-tw-max {
        min-width: max-content !important;
    }

    .lg\:min-w-tw-fit {
        min-width: fit-content !important;
    }


    /* Max Height */
    .lg\:max-h-tw-0 {
        max-height: 0px !important;
    }

    .lg\:max-h-tw-px {
        max-height: 1px !important;
    }

    .lg\:max-h-tw-0_5 {
        max-height: 0.125rem !important;
    }

    .lg\:max-h-tw-1 {
        max-height: 0.25rem !important;
    }

    .lg\:max-h-tw-1_5 {
        max-height: 0.375rem !important;
    }

    .lg\:max-h-tw-2 {
        max-height: 0.5rem !important;
    }

    .lg\:max-h-tw-2_5 {
        max-height: 0.625rem !important;
    }

    .lg\:max-h-tw-3 {
        max-height: 0.75rem !important;
    }

    .lg\:max-h-tw-3_5 {
        max-height: 0.875rem !important;
    }

    .lg\:max-h-tw-4 {
        max-height: 1rem !important;
    }

    .lg\:max-h-tw-5 {
        max-height: 1.25rem !important;
    }

    .lg\:max-h-tw-6 {
        max-height: 1.5rem !important;
    }

    .lg\:max-h-tw-7 {
        max-height: 1.75rem !important;
    }

    .lg\:max-h-tw-8 {
        max-height: 2rem !important;
    }

    .lg\:max-h-tw-9 {
        max-height: 2.25rem !important;
    }

    .lg\:max-h-tw-10 {
        max-height: 2.5rem !important;
    }

    .lg\:max-h-tw-11 {
        max-height: 2.75rem !important;
    }

    .lg\:max-h-tw-12 {
        max-height: 3rem !important;
    }

    .lg\:max-h-tw-14 {
        max-height: 3.5rem !important;
    }

    .lg\:max-h-tw-16 {
        max-height: 4rem !important;
    }

    .lg\:max-h-tw-20 {
        max-height: 5rem !important;
    }

    .lg\:max-h-tw-24 {
        max-height: 6rem !important;
    }

    .lg\:max-h-tw-28 {
        max-height: 7rem !important;
    }

    .lg\:max-h-tw-32 {
        max-height: 8rem !important;
    }

    .lg\:max-h-tw-36 {
        max-height: 9rem !important;
    }

    .lg\:max-h-tw-40 {
        max-height: 10rem !important;
    }

    .lg\:max-h-tw-44 {
        max-height: 11rem !important;
    }

    .lg\:max-h-tw-48 {
        max-height: 12rem !important;
    }

    .lg\:max-h-tw-52 {
        max-height: 13rem !important;
    }

    .lg\:max-h-tw-56 {
        max-height: 14rem !important;
    }

    .lg\:max-h-tw-60 {
        max-height: 15rem !important;
    }

    .lg\:max-h-tw-64 {
        max-height: 16rem !important;
    }

    .lg\:max-h-tw-72 {
        max-height: 18rem !important;
    }

    .lg\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .lg\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .lg\:max-h-tw-1\/2 {
        max-height: 50% !important;
    }

    .lg\:max-h-tw-1\/3 {
        max-height: 33.333333% !important;
    }

    .lg\:max-h-tw-2\/3 {
        max-height: 66.666667% !important;
    }

    .lg\:max-h-tw-1\/4 {
        max-height: 25% !important;
    }

    .lg\:max-h-tw-2\/4 {
        max-height: 50% !important;
    }

    .lg\:max-h-tw-3\/4 {
        max-height: 75% !important;
    }

    .lg\:max-h-tw-1\/5 {
        max-height: 20% !important;
    }

    .lg\:max-h-tw-2\/5 {
        max-height: 40% !important;
    }

    .lg\:max-h-tw-3\/5 {
        max-height: 60% !important;
    }

    .lg\:max-h-tw-4\/5 {
        max-height: 80% !important;
    }

    .lg\:max-h-tw-1\/6 {
        max-height: 16.666667% !important;
    }

    .lg\:max-h-tw-2\/6 {
        max-height: 33.333333% !important;
    }

    .lg\:max-h-tw-3\/6 {
        max-height: 50% !important;
    }

    .lg\:max-h-tw-4\/6 {
        max-height: 66.666667% !important;
    }

    .lg\:max-h-tw-5\/6 {
        max-height: 83.333333% !important;
    }

    .lg\:max-h-tw-1\/12 {
        max-height: 8.333333% !important;
    }

    .lg\:max-h-tw-2\/12 {
        max-height: 16.666667% !important;
    }

    .lg\:max-h-tw-3\/12 {
        max-height: 25% !important;
    }

    .lg\:max-h-tw-4\/12 {
        max-height: 33.333333% !important;
    }

    .lg\:max-h-tw-5\/12 {
        max-height: 41.666667% !important;
    }

    .lg\:max-h-tw-6\/12 {
        max-height: 50% !important;
    }

    .lg\:max-h-tw-7\/12 {
        max-height: 58.333333% !important;
    }

    .lg\:max-h-tw-8\/12 {
        max-height: 66.666667% !important;
    }

    .lg\:max-h-tw-9\/12 {
        max-height: 75% !important;
    }

    .lg\:max-h-tw-10\/12 {
        max-height: 83.333333% !important;
    }

    .lg\:max-h-tw-11\/12 {
        max-height: 91.666667% !important;
    }

    .lg\:max-h-tw-full {
        max-height: 100% !important;
    }

    .lg\:max-h-tw-screen {
        max-height: 100vh !important;
    }

    .lg\:max-h-tw-min {
        max-height: min-content !important;
    }

    .lg\:max-h-tw-max {
        max-height: max-content !important;
    }

    .lg\:max-h-tw-fit {
        max-height: fit-content !important;
    }


    /* Min Height */
    .lg\:min-h-tw-0 {
        min-height: 0px !important;
    }

    .lg\:min-h-tw-px {
        min-height: 1px !important;
    }

    .lg\:min-h-tw-0_5 {
        min-height: 0.125rem !important;
    }

    .lg\:min-h-tw-1 {
        min-height: 0.25rem !important;
    }

    .lg\:min-h-tw-1_5 {
        min-height: 0.375rem !important;
    }

    .lg\:min-h-tw-2 {
        min-height: 0.5rem !important;
    }

    .lg\:min-h-tw-2_5 {
        min-height: 0.625rem !important;
    }

    .lg\:min-h-tw-3 {
        min-height: 0.75rem !important;
    }

    .lg\:min-h-tw-3_5 {
        min-height: 0.875rem !important;
    }

    .lg\:min-h-tw-4 {
        min-height: 1rem !important;
    }

    .lg\:min-h-tw-5 {
        min-height: 1.25rem !important;
    }

    .lg\:min-h-tw-6 {
        min-height: 1.5rem !important;
    }

    .lg\:min-h-tw-7 {
        min-height: 1.75rem !important;
    }

    .lg\:min-h-tw-8 {
        min-height: 2rem !important;
    }

    .lg\:min-h-tw-9 {
        min-height: 2.25rem !important;
    }

    .lg\:min-h-tw-10 {
        min-height: 2.5rem !important;
    }

    .lg\:min-h-tw-11 {
        min-height: 2.75rem !important;
    }

    .lg\:min-h-tw-12 {
        min-height: 3rem !important;
    }

    .lg\:min-h-tw-14 {
        min-height: 3.5rem !important;
    }

    .lg\:min-h-tw-16 {
        min-height: 4rem !important;
    }

    .lg\:min-h-tw-20 {
        min-height: 5rem !important;
    }

    .lg\:min-h-tw-24 {
        min-height: 6rem !important;
    }

    .lg\:min-h-tw-28 {
        min-height: 7rem !important;
    }

    .lg\:min-h-tw-32 {
        min-height: 8rem !important;
    }

    .lg\:min-h-tw-36 {
        min-height: 9rem !important;
    }

    .lg\:min-h-tw-40 {
        min-height: 10rem !important;
    }

    .lg\:min-h-tw-44 {
        min-height: 11rem !important;
    }

    .lg\:min-h-tw-48 {
        min-height: 12rem !important;
    }

    .lg\:min-h-tw-52 {
        min-height: 13rem !important;
    }

    .lg\:min-h-tw-56 {
        min-height: 14rem !important;
    }

    .lg\:min-h-tw-60 {
        min-height: 15rem !important;
    }

    .lg\:min-h-tw-64 {
        min-height: 16rem !important;
    }

    .lg\:min-h-tw-72 {
        min-height: 18rem !important;
    }

    .lg\:min-h-tw-80 {
        min-height: 20rem !important;
    }

    .lg\:min-h-tw-96 {
        min-height: 24rem !important;
    }

    .lg\:min-h-tw-full {
        min-height: 100% !important;
    }

    .lg\:min-h-tw-min {
        min-height: min-content !important;
    }

    .lg\:min-h-tw-max {
        min-height: max-content !important;
    }

    .lg\:min-h-tw-fit {
        min-height: fit-content !important;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {

    /* Max Width */
    .xl\:max-w-tw-0 {
        max-width: 0px !important;
    }

    .xl\:max-w-tw-px {
        max-width: 1px !important;
    }

    .xl\:max-w-tw-0_5 {
        max-width: 0.125rem !important;
    }

    .xl\:max-w-tw-1 {
        max-width: 0.25rem !important;
    }

    .xl\:max-w-tw-1_5 {
        max-width: 0.375rem !important;
    }

    .xl\:max-w-tw-2 {
        max-width: 0.5rem !important;
    }

    .xl\:max-w-tw-2_5 {
        max-width: 0.625rem !important;
    }

    .xl\:max-w-tw-3 {
        max-width: 0.75rem !important;
    }

    .xl\:max-w-tw-3_5 {
        max-width: 0.875rem !important;
    }

    .xl\:max-w-tw-4 {
        max-width: 1rem !important;
    }

    .xl\:max-w-tw-5 {
        max-width: 1.25rem !important;
    }

    .xl\:max-w-tw-6 {
        max-width: 1.5rem !important;
    }

    .xl\:max-w-tw-7 {
        max-width: 1.75rem !important;
    }

    .xl\:max-w-tw-8 {
        max-width: 2rem !important;
    }

    .xl\:max-w-tw-9 {
        max-width: 2.25rem !important;
    }

    .xl\:max-w-tw-10 {
        max-width: 2.5rem !important;
    }

    .xl\:max-w-tw-11 {
        max-width: 2.75rem !important;
    }

    .xl\:max-w-tw-12 {
        max-width: 3rem !important;
    }

    .xl\:max-w-tw-14 {
        max-width: 3.5rem !important;
    }

    .xl\:max-w-tw-16 {
        max-width: 4rem !important;
    }

    .xl\:max-w-tw-20 {
        max-width: 5rem !important;
    }

    .xl\:max-w-tw-24 {
        max-width: 6rem !important;
    }

    .xl\:max-w-tw-28 {
        max-width: 7rem !important;
    }

    .xl\:max-w-tw-32 {
        max-width: 8rem !important;
    }

    .xl\:max-w-tw-36 {
        max-width: 9rem !important;
    }

    .xl\:max-w-tw-40 {
        max-width: 10rem !important;
    }

    .xl\:max-w-tw-44 {
        max-width: 11rem !important;
    }

    .xl\:max-w-tw-48 {
        max-width: 12rem !important;
    }

    .xl\:max-w-tw-52 {
        max-width: 13rem !important;
    }

    .xl\:max-w-tw-56 {
        max-width: 14rem !important;
    }

    .xl\:max-w-tw-60 {
        max-width: 15rem !important;
    }

    .xl\:max-w-tw-64 {
        max-width: 16rem !important;
    }

    .xl\:max-w-tw-72 {
        max-width: 18rem !important;
    }

    .xl\:max-w-tw-80 {
        max-width: 20rem !important;
    }

    .xl\:max-w-tw-96 {
        max-width: 24rem !important;
    }

    .xl\:max-w-tw-1\/2 {
        max-width: 50% !important;
    }

    .xl\:max-w-tw-1\/3 {
        max-width: 33.333333% !important;
    }

    .xl\:max-w-tw-2\/3 {
        max-width: 66.666667% !important;
    }

    .xl\:max-w-tw-1\/4 {
        max-width: 25% !important;
    }

    .xl\:max-w-tw-2\/4 {
        max-width: 50% !important;
    }

    .xl\:max-w-tw-3\/4 {
        max-width: 75% !important;
    }

    .xl\:max-w-tw-1\/5 {
        max-width: 20% !important;
    }

    .xl\:max-w-tw-2\/5 {
        max-width: 40% !important;
    }

    .xl\:max-w-tw-3\/5 {
        max-width: 60% !important;
    }

    .xl\:max-w-tw-4\/5 {
        max-width: 80% !important;
    }

    .xl\:max-w-tw-1\/6 {
        max-width: 16.666667% !important;
    }

    .xl\:max-w-tw-2\/6 {
        max-width: 33.333333% !important;
    }

    .xl\:max-w-tw-3\/6 {
        max-width: 50% !important;
    }

    .xl\:max-w-tw-4\/6 {
        max-width: 66.666667% !important;
    }

    .xl\:max-w-tw-5\/6 {
        max-width: 83.333333% !important;
    }

    .xl\:max-w-tw-1\/12 {
        max-width: 8.333333% !important;
    }

    .xl\:max-w-tw-2\/12 {
        max-width: 16.666667% !important;
    }

    .xl\:max-w-tw-3\/12 {
        max-width: 25% !important;
    }

    .xl\:max-w-tw-4\/12 {
        max-width: 33.333333% !important;
    }

    .xl\:max-w-tw-5\/12 {
        max-width: 41.666667% !important;
    }

    .xl\:max-w-tw-6\/12 {
        max-width: 50% !important;
    }

    .xl\:max-w-tw-7\/12 {
        max-width: 58.333333% !important;
    }

    .xl\:max-w-tw-8\/12 {
        max-width: 66.666667% !important;
    }

    .xl\:max-w-tw-9\/12 {
        max-width: 75% !important;
    }

    .xl\:max-w-tw-10\/12 {
        max-width: 83.333333% !important;
    }

    .xl\:max-w-tw-11\/12 {
        max-width: 91.666667% !important;
    }

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

    .xl\:max-w-tw-screen {
        max-width: 100vw !important;
    }

    .xl\:max-w-tw-min {
        max-width: min-content !important;
    }

    .xl\:max-w-tw-max {
        max-width: max-content !important;
    }

    .xl\:max-w-tw-fit {
        max-width: fit-content !important;
    }


    /* Min Width */
    .xl\:min-w-tw-0 {
        min-width: 0px !important;
    }

    .xl\:min-w-tw-px {
        min-width: 1px !important;
    }

    .xl\:min-w-tw-0_5 {
        min-width: 0.125rem !important;
    }

    .xl\:min-w-tw-1 {
        min-width: 0.25rem !important;
    }

    .xl\:min-w-tw-1_5 {
        min-width: 0.375rem !important;
    }

    .xl\:min-w-tw-2 {
        min-width: 0.5rem !important;
    }

    .xl\:min-w-tw-2_5 {
        min-width: 0.625rem !important;
    }

    .xl\:min-w-tw-3 {
        min-width: 0.75rem !important;
    }

    .xl\:min-w-tw-3_5 {
        min-width: 0.875rem !important;
    }

    .xl\:min-w-tw-4 {
        min-width: 1rem !important;
    }

    .xl\:min-w-tw-5 {
        min-width: 1.25rem !important;
    }

    .xl\:min-w-tw-6 {
        min-width: 1.5rem !important;
    }

    .xl\:min-w-tw-7 {
        min-width: 1.75rem !important;
    }

    .xl\:min-w-tw-8 {
        min-width: 2rem !important;
    }

    .xl\:min-w-tw-9 {
        min-width: 2.25rem !important;
    }

    .xl\:min-w-tw-10 {
        min-width: 2.5rem !important;
    }

    .xl\:min-w-tw-11 {
        min-width: 2.75rem !important;
    }

    .xl\:min-w-tw-12 {
        min-width: 3rem !important;
    }

    .xl\:min-w-tw-14 {
        min-width: 3.5rem !important;
    }

    .xl\:min-w-tw-16 {
        min-width: 4rem !important;
    }

    .xl\:min-w-tw-20 {
        min-width: 5rem !important;
    }

    .xl\:min-w-tw-24 {
        min-width: 6rem !important;
    }

    .xl\:min-w-tw-28 {
        min-width: 7rem !important;
    }

    .xl\:min-w-tw-32 {
        min-width: 8rem !important;
    }

    .xl\:min-w-tw-36 {
        min-width: 9rem !important;
    }

    .xl\:min-w-tw-40 {
        min-width: 10rem !important;
    }

    .xl\:min-w-tw-44 {
        min-width: 11rem !important;
    }

    .xl\:min-w-tw-48 {
        min-width: 12rem !important;
    }

    .xl\:min-w-tw-52 {
        min-width: 13rem !important;
    }

    .xl\:min-w-tw-56 {
        min-width: 14rem !important;
    }

    .xl\:min-w-tw-60 {
        min-width: 15rem !important;
    }

    .xl\:min-w-tw-64 {
        min-width: 16rem !important;
    }

    .xl\:min-w-tw-72 {
        min-width: 18rem !important;
    }

    .xl\:min-w-tw-80 {
        min-width: 20rem !important;
    }

    .xl\:min-w-tw-96 {
        min-width: 24rem !important;
    }

    .xl\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .xl\:max-h-tw-88 {
        max-height: 22rem !important;
    }

    .xl\:max-h-tw-92 {
        max-height: 23rem !important;
    }

    .xl\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .xl\:max-h-tw-100 {
        max-height: 25rem !important;
    }

    .xl\:max-h-tw-104 {
        max-height: 26rem !important;
    }

    .xl\:max-h-tw-108 {
        max-height: 27rem !important;
    }

    .xl\:max-h-tw-112 {
        max-height: 28rem !important;
    }

    .xl\:min-w-tw-full {
        min-width: 100% !important;
    }

    .xl\:min-w-tw-min {
        min-width: min-content !important;
    }

    .xl\:min-w-tw-max {
        min-width: max-content !important;
    }

    .xl\:min-w-tw-fit {
        min-width: fit-content !important;
    }


    /* Max Height */
    .xl\:max-h-tw-0 {
        max-height: 0px !important;
    }

    .xl\:max-h-tw-px {
        max-height: 1px !important;
    }

    .xl\:max-h-tw-0_5 {
        max-height: 0.125rem !important;
    }

    .xl\:max-h-tw-1 {
        max-height: 0.25rem !important;
    }

    .xl\:max-h-tw-1_5 {
        max-height: 0.375rem !important;
    }

    .xl\:max-h-tw-2 {
        max-height: 0.5rem !important;
    }

    .xl\:max-h-tw-2_5 {
        max-height: 0.625rem !important;
    }

    .xl\:max-h-tw-3 {
        max-height: 0.75rem !important;
    }

    .xl\:max-h-tw-3_5 {
        max-height: 0.875rem !important;
    }

    .xl\:max-h-tw-4 {
        max-height: 1rem !important;
    }

    .xl\:max-h-tw-5 {
        max-height: 1.25rem !important;
    }

    .xl\:max-h-tw-6 {
        max-height: 1.5rem !important;
    }

    .xl\:max-h-tw-7 {
        max-height: 1.75rem !important;
    }

    .xl\:max-h-tw-8 {
        max-height: 2rem !important;
    }

    .xl\:max-h-tw-9 {
        max-height: 2.25rem !important;
    }

    .xl\:max-h-tw-10 {
        max-height: 2.5rem !important;
    }

    .xl\:max-h-tw-11 {
        max-height: 2.75rem !important;
    }

    .xl\:max-h-tw-12 {
        max-height: 3rem !important;
    }

    .xl\:max-h-tw-14 {
        max-height: 3.5rem !important;
    }

    .xl\:max-h-tw-16 {
        max-height: 4rem !important;
    }

    .xl\:max-h-tw-20 {
        max-height: 5rem !important;
    }

    .xl\:max-h-tw-24 {
        max-height: 6rem !important;
    }

    .xl\:max-h-tw-28 {
        max-height: 7rem !important;
    }

    .xl\:max-h-tw-32 {
        max-height: 8rem !important;
    }

    .xl\:max-h-tw-36 {
        max-height: 9rem !important;
    }

    .xl\:max-h-tw-40 {
        max-height: 10rem !important;
    }

    .xl\:max-h-tw-44 {
        max-height: 11rem !important;
    }

    .xl\:max-h-tw-48 {
        max-height: 12rem !important;
    }

    .xl\:max-h-tw-52 {
        max-height: 13rem !important;
    }

    .xl\:max-h-tw-56 {
        max-height: 14rem !important;
    }

    .xl\:max-h-tw-60 {
        max-height: 15rem !important;
    }

    .xl\:max-h-tw-64 {
        max-height: 16rem !important;
    }

    .xl\:max-h-tw-72 {
        max-height: 18rem !important;
    }

    .xl\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    .xl\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    .xl\:max-h-tw-1\/2 {
        max-height: 50% !important;
    }

    .xl\:max-h-tw-1\/3 {
        max-height: 33.333333% !important;
    }

    .xl\:max-h-tw-2\/3 {
        max-height: 66.666667% !important;
    }

    .xl\:max-h-tw-1\/4 {
        max-height: 25% !important;
    }

    .xl\:max-h-tw-2\/4 {
        max-height: 50% !important;
    }

    .xl\:max-h-tw-3\/4 {
        max-height: 75% !important;
    }

    .xl\:max-h-tw-1\/5 {
        max-height: 20% !important;
    }

    .xl\:max-h-tw-2\/5 {
        max-height: 40% !important;
    }

    .xl\:max-h-tw-3\/5 {
        max-height: 60% !important;
    }

    .xl\:max-h-tw-4\/5 {
        max-height: 80% !important;
    }

    .xl\:max-h-tw-1\/6 {
        max-height: 16.666667% !important;
    }

    .xl\:max-h-tw-2\/6 {
        max-height: 33.333333% !important;
    }

    .xl\:max-h-tw-3\/6 {
        max-height: 50% !important;
    }

    .xl\:max-h-tw-4\/6 {
        max-height: 66.666667% !important;
    }

    .xl\:max-h-tw-5\/6 {
        max-height: 83.333333% !important;
    }

    .xl\:max-h-tw-1\/12 {
        max-height: 8.333333% !important;
    }

    .xl\:max-h-tw-2\/12 {
        max-height: 16.666667% !important;
    }

    .xl\:max-h-tw-3\/12 {
        max-height: 25% !important;
    }

    .xl\:max-h-tw-4\/12 {
        max-height: 33.333333% !important;
    }

    .xl\:max-h-tw-5\/12 {
        max-height: 41.666667% !important;
    }

    .xl\:max-h-tw-6\/12 {
        max-height: 50% !important;
    }

    .xl\:max-h-tw-7\/12 {
        max-height: 58.333333% !important;
    }

    .xl\:max-h-tw-8\/12 {
        max-height: 66.666667% !important;
    }

    .xl\:max-h-tw-9\/12 {
        max-height: 75% !important;
    }

    .xl\:max-h-tw-10\/12 {
        max-height: 83.333333% !important;
    }

    .xl\:max-h-tw-11\/12 {
        max-height: 91.666667% !important;
    }

    .xl\:max-h-tw-full {
        max-height: 100% !important;
    }

    .xl\:max-h-tw-screen {
        max-height: 100vh !important;
    }

    .xl\:max-h-tw-min {
        max-height: min-content !important;
    }

    .xl\:max-h-tw-max {
        max-height: max-content !important;
    }

    .xl\:max-h-tw-fit {
        max-height: fit-content !important;
    }


    /* Min Height */
    .xl\:min-h-tw-0 {
        min-height: 0px !important;
    }

    .xl\:min-h-tw-px {
        min-height: 1px !important;
    }

    .xl\:min-h-tw-0_5 {
        min-height: 0.125rem !important;
    }

    .xl\:min-h-tw-1 {
        min-height: 0.25rem !important;
    }

    .xl\:min-h-tw-1_5 {
        min-height: 0.375rem !important;
    }

    .xl\:min-h-tw-2 {
        min-height: 0.5rem !important;
    }

    .xl\:min-h-tw-2_5 {
        min-height: 0.625rem !important;
    }

    .xl\:min-h-tw-3 {
        min-height: 0.75rem !important;
    }

    .xl\:min-h-tw-3_5 {
        min-height: 0.875rem !important;
    }

    .xl\:min-h-tw-4 {
        min-height: 1rem !important;
    }

    .xl\:min-h-tw-5 {
        min-height: 1.25rem !important;
    }

    .xl\:min-h-tw-6 {
        min-height: 1.5rem !important;
    }

    .xl\:min-h-tw-7 {
        min-height: 1.75rem !important;
    }

    .xl\:min-h-tw-8 {
        min-height: 2rem !important;
    }

    .xl\:min-h-tw-9 {
        min-height: 2.25rem !important;
    }

    .xl\:min-h-tw-10 {
        min-height: 2.5rem !important;
    }

    .xl\:min-h-tw-11 {
        min-height: 2.75rem !important;
    }

    .xl\:min-h-tw-12 {
        min-height: 3rem !important;
    }

    .xl\:min-h-tw-14 {
        min-height: 3.5rem !important;
    }

    .xl\:min-h-tw-16 {
        min-height: 4rem !important;
    }

    .xl\:min-h-tw-20 {
        min-height: 5rem !important;
    }

    .xl\:min-h-tw-24 {
        min-height: 6rem !important;
    }

    .xl\:min-h-tw-28 {
        min-height: 7rem !important;
    }

    .xl\:min-h-tw-32 {
        min-height: 8rem !important;
    }

    .xl\:min-h-tw-36 {
        min-height: 9rem !important;
    }

    .xl\:min-h-tw-40 {
        min-height: 10rem !important;
    }

    .xl\:min-h-tw-44 {
        min-height: 11rem !important;
    }

    .xl\:min-h-tw-48 {
        min-height: 12rem !important;
    }

    .xl\:min-h-tw-52 {
        min-height: 13rem !important;
    }

    .xl\:min-h-tw-56 {
        min-height: 14rem !important;
    }

    .xl\:min-h-tw-60 {
        min-height: 15rem !important;
    }

    .xl\:min-h-tw-64 {
        min-height: 16rem !important;
    }

    .xl\:min-h-tw-72 {
        min-height: 18rem !important;
    }

    .xl\:min-h-tw-80 {
        min-height: 20rem !important;
    }

    .xl\:min-h-tw-96 {
        min-height: 24rem !important;
    }

    .xl\:min-h-tw-full {
        min-height: 100% !important;
    }

    .xl\:min-h-tw-min {
        min-height: min-content !important;
    }

    .xl\:min-h-tw-max {
        min-height: max-content !important;
    }

    .xl\:min-h-tw-fit {
        min-height: fit-content !important;
    }
}

/* _2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {

    /* Max Width */
    ._2xl\:max-w-tw-0 {
        max-width: 0px !important;
    }

    ._2xl\:max-w-tw-px {
        max-width: 1px !important;
    }

    ._2xl\:max-w-tw-0_5 {
        max-width: 0.125rem !important;
    }

    ._2xl\:max-w-tw-1 {
        max-width: 0.25rem !important;
    }

    ._2xl\:max-w-tw-1_5 {
        max-width: 0.375rem !important;
    }

    ._2xl\:max-w-tw-2 {
        max-width: 0.5rem !important;
    }

    ._2xl\:max-w-tw-2_5 {
        max-width: 0.625rem !important;
    }

    ._2xl\:max-w-tw-3 {
        max-width: 0.75rem !important;
    }

    ._2xl\:max-w-tw-3_5 {
        max-width: 0.875rem !important;
    }

    ._2xl\:max-w-tw-4 {
        max-width: 1rem !important;
    }

    ._2xl\:max-w-tw-5 {
        max-width: 1.25rem !important;
    }

    ._2xl\:max-w-tw-6 {
        max-width: 1.5rem !important;
    }

    ._2xl\:max-w-tw-7 {
        max-width: 1.75rem !important;
    }

    ._2xl\:max-w-tw-8 {
        max-width: 2rem !important;
    }

    ._2xl\:max-w-tw-9 {
        max-width: 2.25rem !important;
    }

    ._2xl\:max-w-tw-10 {
        max-width: 2.5rem !important;
    }

    ._2xl\:max-w-tw-11 {
        max-width: 2.75rem !important;
    }

    ._2xl\:max-w-tw-12 {
        max-width: 3rem !important;
    }

    ._2xl\:max-w-tw-14 {
        max-width: 3.5rem !important;
    }

    ._2xl\:max-w-tw-16 {
        max-width: 4rem !important;
    }

    ._2xl\:max-w-tw-20 {
        max-width: 5rem !important;
    }

    ._2xl\:max-w-tw-24 {
        max-width: 6rem !important;
    }

    ._2xl\:max-w-tw-28 {
        max-width: 7rem !important;
    }

    ._2xl\:max-w-tw-32 {
        max-width: 8rem !important;
    }

    ._2xl\:max-w-tw-36 {
        max-width: 9rem !important;
    }

    ._2xl\:max-w-tw-40 {
        max-width: 10rem !important;
    }

    ._2xl\:max-w-tw-44 {
        max-width: 11rem !important;
    }

    ._2xl\:max-w-tw-48 {
        max-width: 12rem !important;
    }

    ._2xl\:max-w-tw-52 {
        max-width: 13rem !important;
    }

    ._2xl\:max-w-tw-56 {
        max-width: 14rem !important;
    }

    ._2xl\:max-w-tw-60 {
        max-width: 15rem !important;
    }

    ._2xl\:max-w-tw-64 {
        max-width: 16rem !important;
    }

    ._2xl\:max-w-tw-72 {
        max-width: 18rem !important;
    }

    ._2xl\:max-w-tw-80 {
        max-width: 20rem !important;
    }

    ._2xl\:max-w-tw-96 {
        max-width: 24rem !important;
    }

    ._2xl\:max-w-tw-1\/2 {
        max-width: 50% !important;
    }

    ._2xl\:max-w-tw-1\/3 {
        max-width: 33.333333% !important;
    }

    ._2xl\:max-w-tw-2\/3 {
        max-width: 66.666667% !important;
    }

    ._2xl\:max-w-tw-1\/4 {
        max-width: 25% !important;
    }

    ._2xl\:max-w-tw-2\/4 {
        max-width: 50% !important;
    }

    ._2xl\:max-w-tw-3\/4 {
        max-width: 75% !important;
    }

    ._2xl\:max-w-tw-1\/5 {
        max-width: 20% !important;
    }

    ._2xl\:max-w-tw-2\/5 {
        max-width: 40% !important;
    }

    ._2xl\:max-w-tw-3\/5 {
        max-width: 60% !important;
    }

    ._2xl\:max-w-tw-4\/5 {
        max-width: 80% !important;
    }

    ._2xl\:max-w-tw-1\/6 {
        max-width: 16.666667% !important;
    }

    ._2xl\:max-w-tw-2\/6 {
        max-width: 33.333333% !important;
    }

    ._2xl\:max-w-tw-3\/6 {
        max-width: 50% !important;
    }

    ._2xl\:max-w-tw-4\/6 {
        max-width: 66.666667% !important;
    }

    ._2xl\:max-w-tw-5\/6 {
        max-width: 83.333333% !important;
    }

    ._2xl\:max-w-tw-1\/12 {
        max-width: 8.333333% !important;
    }

    ._2xl\:max-w-tw-2\/12 {
        max-width: 16.666667% !important;
    }

    ._2xl\:max-w-tw-3\/12 {
        max-width: 25% !important;
    }

    ._2xl\:max-w-tw-4\/12 {
        max-width: 33.333333% !important;
    }

    ._2xl\:max-w-tw-5\/12 {
        max-width: 41.666667% !important;
    }

    ._2xl\:max-w-tw-6\/12 {
        max-width: 50% !important;
    }

    ._2xl\:max-w-tw-7\/12 {
        max-width: 58.333333% !important;
    }

    ._2xl\:max-w-tw-8\/12 {
        max-width: 66.666667% !important;
    }

    ._2xl\:max-w-tw-9\/12 {
        max-width: 75% !important;
    }

    ._2xl\:max-w-tw-10\/12 {
        max-width: 83.333333% !important;
    }

    ._2xl\:max-w-tw-11\/12 {
        max-width: 91.666667% !important;
    }

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

    ._2xl\:max-w-tw-screen {
        max-width: 100vw !important;
    }

    ._2xl\:max-w-tw-min {
        max-width: min-content !important;
    }

    ._2xl\:max-w-tw-max {
        max-width: max-content !important;
    }

    ._2xl\:max-w-tw-fit {
        max-width: fit-content !important;
    }


    /* Min Width */
    ._2xl\:min-w-tw-0 {
        min-width: 0px !important;
    }

    ._2xl\:min-w-tw-px {
        min-width: 1px !important;
    }

    ._2xl\:min-w-tw-0_5 {
        min-width: 0.125rem !important;
    }

    ._2xl\:min-w-tw-1 {
        min-width: 0.25rem !important;
    }

    ._2xl\:min-w-tw-1_5 {
        min-width: 0.375rem !important;
    }

    ._2xl\:min-w-tw-2 {
        min-width: 0.5rem !important;
    }

    ._2xl\:min-w-tw-2_5 {
        min-width: 0.625rem !important;
    }

    ._2xl\:min-w-tw-3 {
        min-width: 0.75rem !important;
    }

    ._2xl\:min-w-tw-3_5 {
        min-width: 0.875rem !important;
    }

    ._2xl\:min-w-tw-4 {
        min-width: 1rem !important;
    }

    ._2xl\:min-w-tw-5 {
        min-width: 1.25rem !important;
    }

    ._2xl\:min-w-tw-6 {
        min-width: 1.5rem !important;
    }

    ._2xl\:min-w-tw-7 {
        min-width: 1.75rem !important;
    }

    ._2xl\:min-w-tw-8 {
        min-width: 2rem !important;
    }

    ._2xl\:min-w-tw-9 {
        min-width: 2.25rem !important;
    }

    ._2xl\:min-w-tw-10 {
        min-width: 2.5rem !important;
    }

    ._2xl\:min-w-tw-11 {
        min-width: 2.75rem !important;
    }

    ._2xl\:min-w-tw-12 {
        min-width: 3rem !important;
    }

    ._2xl\:min-w-tw-14 {
        min-width: 3.5rem !important;
    }

    ._2xl\:min-w-tw-16 {
        min-width: 4rem !important;
    }

    ._2xl\:min-w-tw-20 {
        min-width: 5rem !important;
    }

    ._2xl\:min-w-tw-24 {
        min-width: 6rem !important;
    }

    ._2xl\:min-w-tw-28 {
        min-width: 7rem !important;
    }

    ._2xl\:min-w-tw-32 {
        min-width: 8rem !important;
    }

    ._2xl\:min-w-tw-36 {
        min-width: 9rem !important;
    }

    ._2xl\:min-w-tw-40 {
        min-width: 10rem !important;
    }

    ._2xl\:min-w-tw-44 {
        min-width: 11rem !important;
    }

    ._2xl\:min-w-tw-48 {
        min-width: 12rem !important;
    }

    ._2xl\:min-w-tw-52 {
        min-width: 13rem !important;
    }

    ._2xl\:min-w-tw-56 {
        min-width: 14rem !important;
    }

    ._2xl\:min-w-tw-60 {
        min-width: 15rem !important;
    }

    ._2xl\:min-w-tw-64 {
        min-width: 16rem !important;
    }

    ._2xl\:min-w-tw-72 {
        min-width: 18rem !important;
    }

    ._2xl\:min-w-tw-80 {
        min-width: 20rem !important;
    }

    ._2xl\:min-w-tw-96 {
        min-width: 24rem !important;
    }

    ._2xl\:max-h-tw-80 {
        max-height: 20rem !important;
    }

    ._2xl\:max-h-tw-88 {
        max-height: 22rem !important;
    }

    ._2xl\:max-h-tw-92 {
        max-height: 23rem !important;
    }

    ._2xl\:max-h-tw-96 {
        max-height: 24rem !important;
    }

    ._2xl\:max-h-tw-100 {
        max-height: 25rem !important;
    }

    ._2xl\:max-h-tw-104 {
        max-height: 26rem !important;
    }

    ._2xl\:max-h-tw-108 {
        max-height: 27rem !important;
    }

    ._2xl\:max-h-tw-112 {
        max-height: 28rem !important;
    }

    ._2xl\:min-w-tw-full {
        min-width: 100% !important;
    }

    ._2xl\:min-w-tw-min {
        min-width: min-content !important;
    }

    ._2xl\:min-w-tw-max {
        min-width: max-content !important;
    }

    ._2xl\:min-w-tw-fit {
        min-width: fit-content !important;
    }
}





.justify-content-tw-start {
    justify-content: flex-start !important;
}

.justify-content-tw-end {
    justify-content: flex-end !important;
}

.justify-content-tw-center {
    justify-content: center !important;
}

.justify-content-tw-between {
    justify-content: space-between !important;
}

.justify-content-tw-around {
    justify-content: space-around !important;
}

.justify-content-tw-evenly {
    justify-content: space-evenly !important;
}

.justify-items-tw-start {
    justify-items: start !important;
}

.justify-items-tw-end {
    justify-items: end !important;
}

.justify-items-tw-center {
    justify-items: center !important;
}

.justify-items-tw-stretch {
    justify-items: stretch !important;
}

.justify-self-tw-auto {
    justify-self: auto !important;
}

.justify-self-tw-start {
    justify-self: start !important;
}

.justify-self-tw-end {
    justify-self: end !important;
}

.justify-self-tw-center {
    justify-self: center !important;
}

.justify-self-tw-stretch {
    justify-self: stretch !important;
}

.align-content-tw-start {
    align-content: flex-start !important;
}

.align-content-tw-end {
    align-content: flex-end !important;
}

.align-content-tw-center {
    align-content: center !important;
}

.align-content-tw-between {
    align-content: space-between !important;
}

.align-content-tw-around {
    align-content: space-around !important;
}

.align-content-tw-stretch {
    align-content: stretch !important;
}

.align-items-tw-start {
    align-items: flex-start !important;
}

.align-items-tw-end {
    align-items: flex-end !important;
}

.align-items-tw-center {
    align-items: center !important;
}

.align-items-tw-baseline {
    align-items: baseline !important;
}

.align-items-tw-stretch {
    align-items: stretch !important;
}

.align-self-tw-auto {
    align-self: auto !important;
}

.align-self-tw-start {
    align-self: flex-start !important;
}

.align-self-tw-end {
    align-self: flex-end !important;
}

.align-self-tw-center {
    align-self: center !important;
}

.align-self-tw-stretch {
    align-self: stretch !important;
}

.align-self-tw-baseline {
    align-self: baseline !important;
}

/*
 * Custom CSS utility classes for Flexbox based on Tailwind's methodology.
 * Each class is prefixed with a breakpoint and includes a "-tw-" infix
 * as requested. These classes will apply at their specified
 * breakpoint and above.
 */

/* Default (Mobile First) - No media query needed for base classes */

/* Display */
.flex-tw {
    display: flex;
}

.flex-tw-inline-flex {
    display: inline-flex;
}

/* Direction */
.flex-tw-row {
    flex-direction: row;
}

.flex-tw-col {
    flex-direction: column;
}

/* Wrap */
.flex-tw-wrap {
    flex-wrap: wrap;
}

.flex-tw-nowrap {
    flex-wrap: nowrap;
}

/* Justify Content */
.flex-tw-justify-start {
    justify-content: flex-start;
}

.flex-tw-justify-center {
    justify-content: center;
}

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

.flex-tw-justify-between {
    justify-content: space-between;
}

/* Align Items */
.flex-tw-items-start {
    align-items: flex-start;
}

.flex-tw-items-center {
    align-items: center;
}

.flex-tw-items-end {
    align-items: flex-end;
}

.flex-tw-items-stretch {
    align-items: stretch;
}

/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {

    /* Display */
    .sm\:flex-tw {
        display: flex;
    }

    .sm\:flex-tw-inline-flex {
        display: inline-flex;
    }

    /* Direction */
    .sm\:flex-tw-row {
        flex-direction: row;
    }

    .sm\:flex-tw-col {
        flex-direction: column;
    }

    /* Wrap */
    .sm\:flex-tw-wrap {
        flex-wrap: wrap;
    }

    .sm\:flex-tw-nowrap {
        flex-wrap: nowrap;
    }

    /* Justify Content */
    .sm\:flex-tw-justify-start {
        justify-content: flex-start;
    }

    .sm\:flex-tw-justify-center {
        justify-content: center;
    }

    .sm\:flex-tw-justify-end {
        justify-content: flex-end;
    }

    .sm\:flex-tw-justify-between {
        justify-content: space-between;
    }

    /* Align Items */
    .sm\:flex-tw-items-start {
        align-items: flex-start;
    }

    .sm\:flex-tw-items-center {
        align-items: center;
    }

    .sm\:flex-tw-items-end {
        align-items: flex-end;
    }

    .sm\:flex-tw-items-stretch {
        align-items: stretch;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {

    /* Display */
    .md\:flex-tw {
        display: flex;
    }

    .md\:flex-tw-inline-flex {
        display: inline-flex;
    }

    /* Direction */
    .md\:flex-tw-row {
        flex-direction: row;
    }

    .md\:flex-tw-col {
        flex-direction: column;
    }

    /* Wrap */
    .md\:flex-tw-wrap {
        flex-wrap: wrap;
    }

    .md\:flex-tw-nowrap {
        flex-wrap: nowrap;
    }

    /* Justify Content */
    .md\:flex-tw-justify-start {
        justify-content: flex-start;
    }

    .md\:flex-tw-justify-center {
        justify-content: center;
    }

    .md\:flex-tw-justify-end {
        justify-content: flex-end;
    }

    .md\:flex-tw-justify-between {
        justify-content: space-between;
    }

    /* Align Items */
    .md\:flex-tw-items-start {
        align-items: flex-start;
    }

    .md\:flex-tw-items-center {
        align-items: center;
    }

    .md\:flex-tw-items-end {
        align-items: flex-end;
    }

    .md\:flex-tw-items-stretch {
        align-items: stretch;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {

    /* Display */
    .lg\:flex-tw {
        display: flex;
    }

    .lg\:flex-tw-inline-flex {
        display: inline-flex;
    }

    /* Direction */
    .lg\:flex-tw-row {
        flex-direction: row;
    }

    .lg\:flex-tw-col {
        flex-direction: column;
    }

    /* Wrap */
    .lg\:flex-tw-wrap {
        flex-wrap: wrap;
    }

    .lg\:flex-tw-nowrap {
        flex-wrap: nowrap;
    }

    /* Justify Content */
    .lg\:flex-tw-justify-start {
        justify-content: flex-start;
    }

    .lg\:flex-tw-justify-center {
        justify-content: center;
    }

    .lg\:flex-tw-justify-end {
        justify-content: flex-end;
    }

    .lg\:flex-tw-justify-between {
        justify-content: space-between;
    }

    /* Align Items */
    .lg\:flex-tw-items-start {
        align-items: flex-start;
    }

    .lg\:flex-tw-items-center {
        align-items: center;
    }

    .lg\:flex-tw-items-end {
        align-items: flex-end;
    }

    .lg\:flex-tw-items-stretch {
        align-items: stretch;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {

    /* Display */
    .xl\:flex-tw {
        display: flex;
    }

    .xl\:flex-tw-inline-flex {
        display: inline-flex;
    }

    /* Direction */
    .xl\:flex-tw-row {
        flex-direction: row;
    }

    .xl\:flex-tw-col {
        flex-direction: column;
    }

    /* Wrap */
    .xl\:flex-tw-wrap {
        flex-wrap: wrap;
    }

    .xl\:flex-tw-nowrap {
        flex-wrap: nowrap;
    }

    /* Justify Content */
    .xl\:flex-tw-justify-start {
        justify-content: flex-start;
    }

    .xl\:flex-tw-justify-center {
        justify-content: center;
    }

    .xl\:flex-tw-justify-end {
        justify-content: flex-end;
    }

    .xl\:flex-tw-justify-between {
        justify-content: space-between;
    }

    /* Align Items */
    .xl\:flex-tw-items-start {
        align-items: flex-start;
    }

    .xl\:flex-tw-items-center {
        align-items: center;
    }

    .xl\:flex-tw-items-end {
        align-items: flex-end;
    }

    .xl\:flex-tw-items-stretch {
        align-items: stretch;
    }
}

/* 2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {

    /* Display */
    ._2xl\:flex-tw {
        display: flex;
    }

    ._2xl\:flex-tw-inline-flex {
        display: inline-flex;
    }

    /* Direction */
    ._2xl\:flex-tw-row {
        flex-direction: row;
    }

    ._2xl\:flex-tw-col {
        flex-direction: column;
    }

    /* Wrap */
    ._2xl\:flex-tw-wrap {
        flex-wrap: wrap;
    }

    ._2xl\:flex-tw-nowrap {
        flex-wrap: nowrap;
    }

    /* Justify Content */
    ._2xl\:flex-tw-justify-start {
        justify-content: flex-start;
    }

    ._2xl\:flex-tw-justify-center {
        justify-content: center;
    }

    ._2xl\:flex-tw-justify-end {
        justify-content: flex-end;
    }

    ._2xl\:flex-tw-justify-between {
        justify-content: space-between;
    }

    /* Align Items */
    ._2xl\:flex-tw-items-start {
        align-items: flex-start;
    }

    ._2xl\:flex-tw-items-center {
        align-items: center;
    }

    ._2xl\:flex-tw-items-end {
        align-items: flex-end;
    }

    ._2xl\:flex-tw-items-stretch {
        align-items: stretch;
    }
}

/* Responsive */

@media (min-width: 680px) {
    :root {
        --fs-xl: clamp(1.78rem, 1.5rem + 1.25vw, 2.85rem);
        --fs-600: 2rem;
        --fs-400: 1.5rem;
        --fs-200: 1rem;
    }

    .fmd-modules--title-image {
        display: none;
    }

    .fmd-modules-container {
        flex-direction: row !important;
        gap: 1rem;
    }
}

@media (max-width: 680px) {
    .px-3-sm {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .fmd-modules__input-phone-emergency-margin-bottom {
        margin-bottom: 0.85rem;
    }
}

@media (max-width: 768px) {

    .fmd-modules-container--gap-tw-responsive {
        gap: 0.5rem;
    }

}

@media (max-width: 1240px) {
    .fmd-modules-container__contactos--doble {
        flex-direction: column !important;
    }

    .fmd-modules-container__contactos--mb {
        margin-bottom: 1.3rem;
    }
}

@media (min-width: 640px) {

    .fmd-modules-container__three-columns {
        flex-direction: row !important;
        gap: 1rem;
    }
}

@media (min-width: 780px) {

    .fmd-modules-container__contactos {
        flex-direction: row !important;
        gap: 1rem;
    }

    .fmd-modules-container__contacto-width {
        max-width: 20rem;
    }

    .max-50-mobile {
        max-width: 50%;
    }
}


@media (max-width: 770px) {
    .fmd-modules-container--ocupacion {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        flex: 1;
    }
}

@media (min-width: 640px) {
    .sm\:justify-content-tw-start {
        justify-content: flex-start !important;
    }

    .sm\:justify-content-tw-end {
        justify-content: flex-end !important;
    }

    .sm\:justify-content-tw-center {
        justify-content: center !important;
    }

    .sm\:justify-content-tw-between {
        justify-content: space-between !important;
    }

    .sm\:justify-content-tw-around {
        justify-content: space-around !important;
    }

    .sm\:justify-content-tw-evenly {
        justify-content: space-evenly !important;
    }

    .sm\:justify-items-tw-start {
        justify-items: start !important;
    }

    .sm\:justify-items-tw-end {
        justify-items: end !important;
    }

    .sm\:justify-items-tw-center {
        justify-items: center !important;
    }

    .sm\:justify-items-tw-stretch {
        justify-items: stretch !important;
    }

    .sm\:justify-self-tw-auto {
        justify-self: auto !important;
    }

    .sm\:justify-self-tw-start {
        justify-self: start !important;
    }

    .sm\:justify-self-tw-end {
        justify-self: end !important;
    }

    .sm\:justify-self-tw-center {
        justify-self: center !important;
    }

    .sm\:justify-self-tw-stretch {
        justify-self: stretch !important;
    }

    .sm\:align-content-tw-start {
        align-content: flex-start !important;
    }

    .sm\:align-content-tw-end {
        align-content: flex-end !important;
    }

    .sm\:align-content-tw-center {
        align-content: center !important;
    }

    .sm\:align-content-tw-between {
        align-content: space-between !important;
    }

    .sm\:align-content-tw-around {
        align-content: space-around !important;
    }

    .sm\:align-content-tw-stretch {
        align-content: stretch !important;
    }

    .sm\:align-items-tw-start {
        align-items: flex-start !important;
    }

    .sm\:align-items-tw-end {
        align-items: flex-end !important;
    }

    .sm\:align-items-tw-center {
        align-items: center !important;
    }

    .sm\:align-items-tw-baseline {
        align-items: baseline !important;
    }

    .sm\:align-items-tw-stretch {
        align-items: stretch !important;
    }

    .sm\:align-self-tw-auto {
        align-self: auto !important;
    }

    .sm\:align-self-tw-start {
        align-self: flex-start !important;
    }

    .sm\:align-self-tw-end {
        align-self: flex-end !important;
    }

    .sm\:align-self-tw-center {
        align-self: center !important;
    }

    .sm\:align-self-tw-stretch {
        align-self: stretch !important;
    }

    .sm\:align-self-tw-baseline {
        align-self: baseline !important;
    }
}

@media (min-width: 768px) {
    .md\:justify-content-tw-start {
        justify-content: flex-start !important;
    }

    .md\:justify-content-tw-end {
        justify-content: flex-end !important;
    }

    .md\:justify-content-tw-center {
        justify-content: center !important;
    }

    .md\:justify-content-tw-between {
        justify-content: space-between !important;
    }

    .md\:justify-content-tw-around {
        justify-content: space-around !important;
    }

    .md\:justify-content-tw-evenly {
        justify-content: space-evenly !important;
    }

    .md\:justify-items-tw-start {
        justify-items: start !important;
    }

    .md\:justify-items-tw-end {
        justify-items: end !important;
    }

    .md\:justify-items-tw-center {
        justify-items: center !important;
    }

    .md\:justify-items-tw-stretch {
        justify-items: stretch !important;
    }

    .md\:justify-self-tw-auto {
        justify-self: auto !important;
    }

    .md\:justify-self-tw-start {
        justify-self: start !important;
    }

    .md\:justify-self-tw-end {
        justify-self: end !important;
    }

    .md\:justify-self-tw-center {
        justify-self: center !important;
    }

    .md\:justify-self-tw-stretch {
        justify-self: stretch !important;
    }

    .md\:align-content-tw-start {
        align-content: flex-start !important;
    }

    .md\:align-content-tw-end {
        align-content: flex-end !important;
    }

    .md\:align-content-tw-center {
        align-content: center !important;
    }

    .md\:align-content-tw-between {
        align-content: space-between !important;
    }

    .md\:align-content-tw-around {
        align-content: space-around !important;
    }

    .md\:align-content-tw-stretch {
        align-content: stretch !important;
    }

    .md\:align-items-tw-start {
        align-items: flex-start !important;
    }

    .md\:align-items-tw-end {
        align-items: flex-end !important;
    }

    .md\:align-items-tw-center {
        align-items: center !important;
    }

    .md\:align-items-tw-baseline {
        align-items: baseline !important;
    }

    .md\:align-items-tw-stretch {
        align-items: stretch !important;
    }

    .md\:align-self-tw-auto {
        align-self: auto !important;
    }

    .md\:align-self-tw-start {
        align-self: flex-start !important;
    }

    .md\:align-self-tw-end {
        align-self: flex-end !important;
    }

    .md\:align-self-tw-center {
        align-self: center !important;
    }

    .md\:align-self-tw-stretch {
        align-self: stretch !important;
    }

    .md\:align-self-tw-baseline {
        align-self: baseline !important;
    }
}

@media (min-width: 1024px) {
    .lg\:justify-content-tw-start {
        justify-content: flex-start !important;
    }

    .lg\:justify-content-tw-end {
        justify-content: flex-end !important;
    }

    .lg\:justify-content-tw-center {
        justify-content: center !important;
    }

    .lg\:justify-content-tw-between {
        justify-content: space-between !important;
    }

    .lg\:justify-content-tw-around {
        justify-content: space-around !important;
    }

    .lg\:justify-content-tw-evenly {
        justify-content: space-evenly !important;
    }

    .lg\:justify-items-tw-start {
        justify-items: start !important;
    }

    .lg\:justify-items-tw-end {
        justify-items: end !important;
    }

    .lg\:justify-items-tw-center {
        justify-items: center !important;
    }

    .lg\:justify-items-tw-stretch {
        justify-items: stretch !important;
    }

    .lg\:justify-self-tw-auto {
        justify-self: auto !important;
    }

    .lg\:justify-self-tw-start {
        justify-self: start !important;
    }

    .lg\:justify-self-tw-end {
        justify-self: end !important;
    }

    .lg\:justify-self-tw-center {
        justify-self: center !important;
    }

    .lg\:justify-self-tw-stretch {
        justify-self: stretch !important;
    }

    .lg\:align-content-tw-start {
        align-content: flex-start !important;
    }

    .lg\:align-content-tw-end {
        align-content: flex-end !important;
    }

    .lg\:align-content-tw-center {
        align-content: center !important;
    }

    .lg\:align-content-tw-between {
        align-content: space-between !important;
    }

    .lg\:align-content-tw-around {
        align-content: space-around !important;
    }

    .lg\:align-content-tw-stretch {
        align-content: stretch !important;
    }

    .lg\:align-items-tw-start {
        align-items: flex-start !important;
    }

    .lg\:align-items-tw-end {
        align-items: flex-end !important;
    }

    .lg\:align-items-tw-center {
        align-items: center !important;
    }

    .lg\:align-items-tw-baseline {
        align-items: baseline !important;
    }

    .lg\:align-items-tw-stretch {
        align-items: stretch !important;
    }

    .lg\:align-self-tw-auto {
        align-self: auto !important;
    }

    .lg\:align-self-tw-start {
        align-self: flex-start !important;
    }

    .lg\:align-self-tw-end {
        align-self: flex-end !important;
    }

    .lg\:align-self-tw-center {
        align-self: center !important;
    }

    .lg\:align-self-tw-stretch {
        align-self: stretch !important;
    }

    .lg\:align-self-tw-baseline {
        align-self: baseline !important;
    }
}

/*
 * Custom CSS utility classes for Width based on Tailwind's methodology.
 * Each class is prefixed with a breakpoint (or no prefix for default/mobile-first)
 * and includes a "-tw-" infix. These classes will apply at their specified
 * breakpoint and above.
 */

/* Default (Mobile First) - No media query needed for base classes */

/* Widths */
.w-tw-auto {
    width: auto;
}

.w-tw-px {
    width: 1px;
}

.w-tw-0 {
    width: 0px;
}

.w-tw-0_5 {
    width: 0.125rem;
    /* 2px */
}

.w-tw-1 {
    width: 0.25rem;
    /* 4px */
}

.w-tw-1_5 {
    width: 0.375rem;
    /* 6px */
}

.w-tw-2 {
    width: 0.5rem;
    /* 8px */
}

.w-tw-2_5 {
    width: 0.625rem;
    /* 10px */
}

.w-tw-3 {
    width: 0.75rem;
    /* 12px */
}

.w-tw-3_5 {
    width: 0.875rem;
    /* 14px */
}

.w-tw-4 {
    width: 1rem;
    /* 16px */
}

.w-tw-5 {
    width: 1.25rem;
    /* 20px */
}

.w-tw-6 {
    width: 1.5rem;
    /* 24px */
}

.w-tw-7 {
    width: 1.75rem;
    /* 28px */
}

.w-tw-8 {
    width: 2rem;
    /* 32px */
}

.w-tw-9 {
    width: 2.25rem;
    /* 36px */
}

.w-tw-10 {
    width: 2.5rem;
    /* 40px */
}

.w-tw-11 {
    width: 2.75rem;
    /* 44px */
}

.w-tw-12 {
    width: 3rem;
    /* 48px */
}

.w-tw-14 {
    width: 3.5rem;
    /* 56px */
}

.w-tw-16 {
    width: 4rem;
    /* 64px */
}

.w-tw-20 {
    width: 5rem;
    /* 80px */
}

.w-tw-24 {
    width: 6rem;
    /* 96px */
}

.w-tw-28 {
    width: 7rem;
    /* 112px */
}

.w-tw-32 {
    width: 8rem;
    /* 128px */
}

.w-tw-36 {
    width: 9rem;
    /* 144px */
}

.w-tw-40 {
    width: 10rem;
    /* 160px */
}

.w-tw-44 {
    width: 11rem;
    /* 176px */
}

.w-tw-48 {
    width: 12rem;
    /* 192px */
}

.w-tw-52 {
    width: 13rem;
    /* 208px */
}

.w-tw-56 {
    width: 14rem;
    /* 224px */
}

.w-tw-60 {
    width: 15rem;
    /* 240px */
}

.w-tw-64 {
    width: 16rem;
    /* 256px */
}

.w-tw-72 {
    width: 18rem;
    /* 288px */
}

.w-tw-80 {
    width: 20rem;
    /* 320px */
}

.w-tw-96 {
    width: 24rem;
    /* 384px */
}

.w-tw-1\/2 {
    width: 50%;
}

.w-tw-1\/3 {
    width: 33.333333%;
}

.w-tw-2\/3 {
    width: 66.666667%;
}

.w-tw-1\/4 {
    width: 25%;
}

.w-tw-2\/4 {
    width: 50%;
}

.w-tw-3\/4 {
    width: 75%;
}

.w-tw-1\/5 {
    width: 20%;
}

.w-tw-2\/5 {
    width: 40%;
}

.w-tw-3\/5 {
    width: 60%;
}

.w-tw-4\/5 {
    width: 80%;
}

.w-tw-1\/6 {
    width: 16.666667%;
}

.w-tw-2\/6 {
    width: 33.333333%;
}

.w-tw-3\/6 {
    width: 50%;
}

.w-tw-4\/6 {
    width: 66.666667%;
}

.w-tw-5\/6 {
    width: 83.333333%;
}

.w-tw-1\/12 {
    width: 8.333333%;
}

.w-tw-2\/12 {
    width: 16.666667%;
}

.w-tw-3\/12 {
    width: 25%;
}

.w-tw-4\/12 {
    width: 33.333333%;
}

.w-tw-5\/12 {
    width: 41.666667%;
}

.w-tw-6\/12 {
    width: 50%;
}

.w-tw-7\/12 {
    width: 58.333333%;
}

.w-tw-8\/12 {
    width: 66.666667%;
}

.w-tw-9\/12 {
    width: 75%;
}

.w-tw-10\/12 {
    width: 83.333333%;
}

.w-tw-11\/12 {
    width: 91.666667%;
}

.w-tw-full {
    width: 100%;
}

.w-tw-screen {
    width: 100vw;
}

/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {

    /* Widths */
    .sm\:w-tw-auto {
        width: auto;
    }

    .sm\:w-tw-px {
        width: 1px;
    }

    .sm\:w-tw-0 {
        width: 0px;
    }

    .sm\:w-tw-0_5 {
        width: 0.125rem;
    }

    .sm\:w-tw-1 {
        width: 0.25rem;
    }

    .sm\:w-tw-1_5 {
        width: 0.375rem;
    }

    .sm\:w-tw-2 {
        width: 0.5rem;
    }

    .sm\:w-tw-2_5 {
        width: 0.625rem;
    }

    .sm\:w-tw-3 {
        width: 0.75rem;
    }

    .sm\:w-tw-3_5 {
        width: 0.875rem;
    }

    .sm\:w-tw-4 {
        width: 1rem;
    }

    .sm\:w-tw-5 {
        width: 1.25rem;
    }

    .sm\:w-tw-6 {
        width: 1.5rem;
    }

    .sm\:w-tw-7 {
        width: 1.75rem;
    }

    .sm\:w-tw-8 {
        width: 2rem;
    }

    .sm\:w-tw-9 {
        width: 2.25rem;
    }

    .sm\:w-tw-10 {
        width: 2.5rem;
    }

    .sm\:w-tw-11 {
        width: 2.75rem;
    }

    .sm\:w-tw-12 {
        width: 3rem;
    }

    .sm\:w-tw-14 {
        width: 3.5rem;
    }

    .sm\:w-tw-16 {
        width: 4rem;
    }

    .sm\:w-tw-20 {
        width: 5rem;
    }

    .sm\:w-tw-24 {
        width: 6rem;
    }

    .sm\:w-tw-28 {
        width: 7rem;
    }

    .sm\:w-tw-32 {
        width: 8rem;
    }

    .sm\:w-tw-36 {
        width: 9rem;
    }

    .sm\:w-tw-40 {
        width: 10rem;
    }

    .sm\:w-tw-44 {
        width: 11rem;
    }

    .sm\:w-tw-48 {
        width: 12rem;
    }

    .sm\:w-tw-52 {
        width: 13rem;
    }

    .sm\:w-tw-56 {
        width: 14rem;
    }

    .sm\:w-tw-60 {
        width: 15rem;
    }

    .sm\:w-tw-64 {
        width: 16rem;
    }

    .sm\:w-tw-72 {
        width: 18rem;
    }

    .sm\:w-tw-80 {
        width: 20rem;
    }

    .sm\:w-tw-96 {
        width: 24rem;
    }

    .sm\:w-tw-1\/2 {
        width: 50%;
    }

    .sm\:w-tw-1\/3 {
        width: 33.333333%;
    }

    .sm\:w-tw-2\/3 {
        width: 66.666667%;
    }

    .sm\:w-tw-1\/4 {
        width: 25%;
    }

    .sm\:w-tw-2\/4 {
        width: 50%;
    }

    .sm\:w-tw-3\/4 {
        width: 75%;
    }

    .sm\:w-tw-1\/5 {
        width: 20%;
    }

    .sm\:w-tw-2\/5 {
        width: 40%;
    }

    .sm\:w-tw-3\/5 {
        width: 60%;
    }

    .sm\:w-tw-4\/5 {
        width: 80%;
    }

    .sm\:w-tw-1\/6 {
        width: 16.666667%;
    }

    .sm\:w-tw-2\/6 {
        width: 33.333333%;
    }

    .sm\:w-tw-3\/6 {
        width: 50%;
    }

    .sm\:w-tw-4\/6 {
        width: 66.666667%;
    }

    .sm\:w-tw-5\/6 {
        width: 83.333333%;
    }

    .sm\:w-tw-1\/12 {
        width: 8.333333%;
    }

    .sm\:w-tw-2\/12 {
        width: 16.666667%;
    }

    .sm\:w-tw-3\/12 {
        width: 25%;
    }

    .sm\:w-tw-4\/12 {
        width: 33.333333%;
    }

    .sm\:w-tw-5\/12 {
        width: 41.666667%;
    }

    .sm\:w-tw-6\/12 {
        width: 50%;
    }

    .sm\:w-tw-7\/12 {
        width: 58.333333%;
    }

    .sm\:w-tw-8\/12 {
        width: 66.666667%;
    }

    .sm\:w-tw-9\/12 {
        width: 75%;
    }

    .sm\:w-tw-10\/12 {
        width: 83.333333%;
    }

    .sm\:w-tw-11\/12 {
        width: 91.666667%;
    }

    .sm\:w-tw-full {
        width: 100%;
    }

    .sm\:w-tw-screen {
        width: 100vw;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {

    /* Widths */
    .md\:w-tw-auto {
        width: auto;
    }

    .md\:w-tw-px {
        width: 1px;
    }

    .md\:w-tw-0 {
        width: 0px;
    }

    .md\:w-tw-0_5 {
        width: 0.125rem;
    }

    .md\:w-tw-1 {
        width: 0.25rem;
    }

    .md\:w-tw-1_5 {
        width: 0.375rem;
    }

    .md\:w-tw-2 {
        width: 0.5rem;
    }

    .md\:w-tw-2_5 {
        width: 0.625rem;
    }

    .md\:w-tw-3 {
        width: 0.75rem;
    }

    .md\:w-tw-3_5 {
        width: 0.875rem;
    }

    .md\:w-tw-4 {
        width: 1rem;
    }

    .md\:w-tw-5 {
        width: 1.25rem;
    }

    .md\:w-tw-6 {
        width: 1.5rem;
    }

    .md\:w-tw-7 {
        width: 1.75rem;
    }

    .md\:w-tw-8 {
        width: 2rem;
    }

    .md\:w-tw-9 {
        width: 2.25rem;
    }

    .md\:w-tw-10 {
        width: 2.5rem;
    }

    .md\:w-tw-11 {
        width: 2.75rem;
    }

    .md\:w-tw-12 {
        width: 3rem;
    }

    .md\:w-tw-14 {
        width: 3.5rem;
    }

    .md\:w-tw-16 {
        width: 4rem;
    }

    .md\:w-tw-20 {
        width: 5rem;
    }

    .md\:w-tw-24 {
        width: 6rem;
    }

    .md\:w-tw-28 {
        width: 7rem;
    }

    .md\:w-tw-32 {
        width: 8rem;
    }

    .md\:w-tw-36 {
        width: 9rem;
    }

    .md\:w-tw-40 {
        width: 10rem;
    }

    .md\:w-tw-44 {
        width: 11rem;
    }

    .md\:w-tw-48 {
        width: 12rem;
    }

    .md\:w-tw-52 {
        width: 13rem;
    }

    .md\:w-tw-56 {
        width: 14rem;
    }

    .md\:w-tw-60 {
        width: 15rem;
    }

    .md\:w-tw-64 {
        width: 16rem;
    }

    .md\:w-tw-72 {
        width: 18rem;
    }

    .md\:w-tw-80 {
        width: 20rem;
    }

    .md\:w-tw-96 {
        width: 24rem;
    }

    .md\:w-tw-1\/2 {
        width: 50%;
    }

    .md\:w-tw-1\/3 {
        width: 33.333333%;
    }

    .md\:w-tw-2\/3 {
        width: 66.666667%;
    }

    .md\:w-tw-1\/4 {
        width: 25%;
    }

    .md\:w-tw-2\/4 {
        width: 50%;
    }

    .md\:w-tw-3\/4 {
        width: 75%;
    }

    .md\:w-tw-1\/5 {
        width: 20%;
    }

    .md\:w-tw-2\/5 {
        width: 40%;
    }

    .md\:w-tw-3\/5 {
        width: 60%;
    }

    .md\:w-tw-4\/5 {
        width: 80%;
    }

    .md\:w-tw-1\/6 {
        width: 16.666667%;
    }

    .md\:w-tw-2\/6 {
        width: 33.333333%;
    }

    .md\:w-tw-3\/6 {
        width: 50%;
    }

    .md\:w-tw-4\/6 {
        width: 66.666667%;
    }

    .md\:w-tw-5\/6 {
        width: 83.333333%;
    }

    .md\:w-tw-1\/12 {
        width: 8.333333%;
    }

    .md\:w-tw-2\/12 {
        width: 16.666667%;
    }

    .md\:w-tw-3\/12 {
        width: 25%;
    }

    .md\:w-tw-4\/12 {
        width: 33.333333%;
    }

    .md\:w-tw-5\/12 {
        width: 41.666667%;
    }

    .md\:w-tw-6\/12 {
        width: 50%;
    }

    .md\:w-tw-7\/12 {
        width: 58.333333%;
    }

    .md\:w-tw-8\/12 {
        width: 66.666667%;
    }

    .md\:w-tw-9\/12 {
        width: 75%;
    }

    .md\:w-tw-10\/12 {
        width: 83.333333%;
    }

    .md\:w-tw-11\/12 {
        width: 91.666667%;
    }

    .md\:w-tw-full {
        width: 100%;
    }

    .md\:w-tw-screen {
        width: 100vw;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {

    /* Widths */
    .lg\:w-tw-auto {
        width: auto;
    }

    .lg\:w-tw-px {
        width: 1px;
    }

    .lg\:w-tw-0 {
        width: 0px;
    }

    .lg\:w-tw-0_5 {
        width: 0.125rem;
    }

    .lg\:w-tw-1 {
        width: 0.25rem;
    }

    .lg\:w-tw-1_5 {
        width: 0.375rem;
    }

    .lg\:w-tw-2 {
        width: 0.5rem;
    }

    .lg\:w-tw-2_5 {
        width: 0.625rem;
    }

    .lg\:w-tw-3 {
        width: 0.75rem;
    }

    .lg\:w-tw-3_5 {
        width: 0.875rem;
    }

    .lg\:w-tw-4 {
        width: 1rem;
    }

    .lg\:w-tw-5 {
        width: 1.25rem;
    }

    .lg\:w-tw-6 {
        width: 1.5rem;
    }

    .lg\:w-tw-7 {
        width: 1.75rem;
    }

    .lg\:w-tw-8 {
        width: 2rem;
    }

    .lg\:w-tw-9 {
        width: 2.25rem;
    }

    .lg\:w-tw-10 {
        width: 2.5rem;
    }

    .lg\:w-tw-11 {
        width: 2.75rem;
    }

    .lg\:w-tw-12 {
        width: 3rem;
    }

    .lg\:w-tw-14 {
        width: 3.5rem;
    }

    .lg\:w-tw-16 {
        width: 4rem;
    }

    .lg\:w-tw-20 {
        width: 5rem;
    }

    .lg\:w-tw-24 {
        width: 6rem;
    }

    .lg\:w-tw-28 {
        width: 7rem;
    }

    .lg\:w-tw-32 {
        width: 8rem;
    }

    .lg\:w-tw-36 {
        width: 9rem;
    }

    .lg\:w-tw-40 {
        width: 10rem;
    }

    .lg\:w-tw-44 {
        width: 11rem;
    }

    .lg\:w-tw-48 {
        width: 12rem;
    }

    .lg\:w-tw-52 {
        width: 13rem;
    }

    .lg\:w-tw-56 {
        width: 14rem;
    }

    .lg\:w-tw-60 {
        width: 15rem;
    }

    .lg\:w-tw-64 {
        width: 16rem;
    }

    .lg\:w-tw-72 {
        width: 18rem;
    }

    .lg\:w-tw-80 {
        width: 20rem;
    }

    .lg\:w-tw-96 {
        width: 24rem;
    }

    .lg\:w-tw-1\/2 {
        width: 50%;
    }

    .lg\:w-tw-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-tw-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-tw-1\/4 {
        width: 25%;
    }

    .lg\:w-tw-2\/4 {
        width: 50%;
    }

    .lg\:w-tw-3\/4 {
        width: 75%;
    }

    .lg\:w-tw-1\/5 {
        width: 20%;
    }

    .lg\:w-tw-2\/5 {
        width: 40%;
    }

    .lg\:w-tw-3\/5 {
        width: 60%;
    }

    .lg\:w-tw-4\/5 {
        width: 80%;
    }

    .lg\:w-tw-1\/6 {
        width: 16.666667%;
    }

    .lg\:w-tw-2\/6 {
        width: 33.333333%;
    }

    .lg\:w-tw-3\/6 {
        width: 50%;
    }

    .lg\:w-tw-4\/6 {
        width: 66.666667%;
    }

    .lg\:w-tw-5\/6 {
        width: 83.333333%;
    }

    .lg\:w-tw-1\/12 {
        width: 8.333333%;
    }

    .lg\:w-tw-2\/12 {
        width: 16.666667%;
    }

    .lg\:w-tw-3\/12 {
        width: 25%;
    }

    .lg\:w-tw-4\/12 {
        width: 33.333333%;
    }

    .lg\:w-tw-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-tw-6\/12 {
        width: 50%;
    }

    .lg\:w-tw-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-tw-8\/12 {
        width: 66.666667%;
    }

    .lg\:w-tw-9\/12 {
        width: 75%;
    }

    .lg\:w-tw-10\/12 {
        width: 83.333333%;
    }

    .lg\:w-tw-11\/12 {
        width: 91.666667%;
    }

    .lg\:w-tw-full {
        width: 100%;
    }

    .lg\:w-tw-screen {
        width: 100vw;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {

    /* Widths */
    .xl\:w-tw-auto {
        width: auto;
    }

    .xl\:w-tw-px {
        width: 1px;
    }

    .xl\:w-tw-0 {
        width: 0px;
    }

    .xl\:w-tw-0_5 {
        width: 0.125rem;
    }

    .xl\:w-tw-1 {
        width: 0.25rem;
    }

    .xl\:w-tw-1_5 {
        width: 0.375rem;
    }

    .xl\:w-tw-2 {
        width: 0.5rem;
    }

    .xl\:w-tw-2_5 {
        width: 0.625rem;
    }

    .xl\:w-tw-3 {
        width: 0.75rem;
    }

    .xl\:w-tw-3_5 {
        width: 0.875rem;
    }

    .xl\:w-tw-4 {
        width: 1rem;
    }

    .xl\:w-tw-5 {
        width: 1.25rem;
    }

    .xl\:w-tw-6 {
        width: 1.5rem;
    }

    .xl\:w-tw-7 {
        width: 1.75rem;
    }

    .xl\:w-tw-8 {
        width: 2rem;
    }

    .xl\:w-tw-9 {
        width: 2.25rem;
    }

    .xl\:w-tw-10 {
        width: 2.5rem;
    }

    .xl\:w-tw-11 {
        width: 2.75rem;
    }

    .xl\:w-tw-12 {
        width: 3rem;
    }

    .xl\:w-tw-14 {
        width: 3.5rem;
    }

    .xl\:w-tw-16 {
        width: 4rem;
    }

    .xl\:w-tw-20 {
        width: 5rem;
    }

    .xl\:w-tw-24 {
        width: 6rem;
    }

    .xl\:w-tw-28 {
        width: 7rem;
    }

    .xl\:w-tw-32 {
        width: 8rem;
    }

    .xl\:w-tw-36 {
        width: 9rem;
    }

    .xl\:w-tw-40 {
        width: 10rem;
    }

    .xl\:w-tw-44 {
        width: 11rem;
    }

    .xl\:w-tw-48 {
        width: 12rem;
    }

    .xl\:w-tw-52 {
        width: 13rem;
    }

    .xl\:w-tw-56 {
        width: 14rem;
    }

    .xl\:w-tw-60 {
        width: 15rem;
    }

    .xl\:w-tw-64 {
        width: 16rem;
    }

    .xl\:w-tw-72 {
        width: 18rem;
    }

    .xl\:w-tw-80 {
        width: 20rem;
    }

    .xl\:w-tw-96 {
        width: 24rem;
    }

    .xl\:w-tw-1\/2 {
        width: 50%;
    }

    .xl\:w-tw-1\/3 {
        width: 33.333333%;
    }

    .xl\:w-tw-2\/3 {
        width: 66.666667%;
    }

    .xl\:w-tw-1\/4 {
        width: 25%;
    }

    .xl\:w-tw-2\/4 {
        width: 50%;
    }

    .xl\:w-tw-3\/4 {
        width: 75%;
    }

    .xl\:w-tw-1\/5 {
        width: 20%;
    }

    .xl\:w-tw-2\/5 {
        width: 40%;
    }

    .xl\:w-tw-3\/5 {
        width: 60%;
    }

    .xl\:w-tw-4\/5 {
        width: 80%;
    }

    .xl\:w-tw-1\/6 {
        width: 16.666667%;
    }

    .xl\:w-tw-2\/6 {
        width: 33.333333%;
    }

    .xl\:w-tw-3\/6 {
        width: 50%;
    }

    .xl\:w-tw-4\/6 {
        width: 66.666667%;
    }

    .xl\:w-tw-5\/6 {
        width: 83.333333%;
    }

    .xl\:w-tw-1\/12 {
        width: 8.333333%;
    }

    .xl\:w-tw-2\/12 {
        width: 16.666667%;
    }

    .xl\:w-tw-3\/12 {
        width: 25%;
    }

    .xl\:w-tw-4\/12 {
        width: 33.333333%;
    }

    .xl\:w-tw-5\/12 {
        width: 41.666667%;
    }

    .xl\:w-tw-6\/12 {
        width: 50%;
    }

    .xl\:w-tw-7\/12 {
        width: 58.333333%;
    }

    .xl\:w-tw-8\/12 {
        width: 66.666667%;
    }

    .xl\:w-tw-9\/12 {
        width: 75%;
    }

    .xl\:w-tw-10\/12 {
        width: 83.333333%;
    }

    .xl\:w-tw-11\/12 {
        width: 91.666667%;
    }

    .xl\:w-tw-full {
        width: 100%;
    }

    .xl\:w-tw-screen {
        width: 100vw;
    }
}

/* _2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {

    /* Widths */
    ._2xl\:w-tw-auto {
        width: auto;
    }

    ._2xl\:w-tw-px {
        width: 1px;
    }

    ._2xl\:w-tw-0 {
        width: 0px;
    }

    ._2xl\:w-tw-0_5 {
        width: 0.125rem;
    }

    ._2xl\:w-tw-1 {
        width: 0.25rem;
    }

    ._2xl\:w-tw-1_5 {
        width: 0.375rem;
    }

    ._2xl\:w-tw-2 {
        width: 0.5rem;
    }

    ._2xl\:w-tw-2_5 {
        width: 0.625rem;
    }

    ._2xl\:w-tw-3 {
        width: 0.75rem;
    }

    ._2xl\:w-tw-3_5 {
        width: 0.875rem;
    }

    ._2xl\:w-tw-4 {
        width: 1rem;
    }

    ._2xl\:w-tw-5 {
        width: 1.25rem;
    }

    ._2xl\:w-tw-6 {
        width: 1.5rem;
    }

    ._2xl\:w-tw-7 {
        width: 1.75rem;
    }

    ._2xl\:w-tw-8 {
        width: 2rem;
    }

    ._2xl\:w-tw-9 {
        width: 2.25rem;
    }

    ._2xl\:w-tw-10 {
        width: 2.5rem;
    }

    ._2xl\:w-tw-11 {
        width: 2.75rem;
    }

    ._2xl\:w-tw-12 {
        width: 3rem;
    }

    ._2xl\:w-tw-14 {
        width: 3.5rem;
    }

    ._2xl\:w-tw-16 {
        width: 4rem;
    }

    ._2xl\:w-tw-20 {
        width: 5rem;
    }

    ._2xl\:w-tw-24 {
        width: 6rem;
    }

    ._2xl\:w-tw-28 {
        width: 7rem;
    }

    ._2xl\:w-tw-32 {
        width: 8rem;
    }

    ._2xl\:w-tw-36 {
        width: 9rem;
    }

    ._2xl\:w-tw-40 {
        width: 10rem;
    }

    ._2xl\:w-tw-44 {
        width: 11rem;
    }

    ._2xl\:w-tw-48 {
        width: 12rem;
    }

    ._2xl\:w-tw-52 {
        width: 13rem;
    }

    ._2xl\:w-tw-56 {
        width: 14rem;
    }

    ._2xl\:w-tw-60 {
        width: 15rem;
    }

    ._2xl\:w-tw-64 {
        width: 16rem;
    }

    ._2xl\:w-tw-72 {
        width: 18rem;
    }

    ._2xl\:w-tw-80 {
        width: 20rem;
    }

    ._2xl\:w-tw-96 {
        width: 24rem;
    }

    ._2xl\:w-tw-1\/2 {
        width: 50%;
    }

    ._2xl\:w-tw-1\/3 {
        width: 33.333333%;
    }

    ._2xl\:w-tw-2\/3 {
        width: 66.666667%;
    }

    ._2xl\:w-tw-1\/4 {
        width: 25%;
    }

    ._2xl\:w-tw-2\/4 {
        width: 50%;
    }

    ._2xl\:w-tw-3\/4 {
        width: 75%;
    }

    ._2xl\:w-tw-1\/5 {
        width: 20%;
    }

    ._2xl\:w-tw-2\/5 {
        width: 40%;
    }

    ._2xl\:w-tw-3\/5 {
        width: 60%;
    }

    ._2xl\:w-tw-4\/5 {
        width: 80%;
    }

    ._2xl\:w-tw-1\/6 {
        width: 16.666667%;
    }

    ._2xl\:w-tw-2\/6 {
        width: 33.333333%;
    }

    ._2xl\:w-tw-3\/6 {
        width: 50%;
    }

    ._2xl\:w-tw-4\/6 {
        width: 66.666667%;
    }

    ._2xl\:w-tw-5\/6 {
        width: 83.333333%;
    }

    ._2xl\:w-tw-1\/12 {
        width: 8.333333%;
    }

    ._2xl\:w-tw-2\/12 {
        width: 16.666667%;
    }

    ._2xl\:w-tw-3\/12 {
        width: 25%;
    }

    ._2xl\:w-tw-4\/12 {
        width: 33.333333%;
    }

    ._2xl\:w-tw-5\/12 {
        width: 41.666667%;
    }

    ._2xl\:w-tw-6\/12 {
        width: 50%;
    }

    ._2xl\:w-tw-7\/12 {
        width: 58.333333%;
    }

    ._2xl\:w-tw-8\/12 {
        width: 66.666667%;
    }

    ._2xl\:w-tw-9\/12 {
        width: 75%;
    }

    ._2xl\:w-tw-10\/12 {
        width: 83.333333%;
    }

    ._2xl\:w-tw-11\/12 {
        width: 91.666667%;
    }

    ._2xl\:w-tw-full {
        width: 100%;
    }

    ._2xl\:w-tw-screen {
        width: 100vw;
    }
}

/*
 * Custom CSS utility classes for Visibility based on Tailwind's methodology.
 * Each class is prefixed with a breakpoint (or no prefix for default/mobile-first)
 * and includes a "-tw-" infix. These classes will apply at their specified
 * breakpoint and above.
 */

/* Default (Mobile First) - No media query needed for base classes */
.hidden-tw {
    display: none;
}

.visible-tw {
    display: block;
    /* or initial, inline, etc., depending on default display type */
}


/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {
    .sm\:hidden-tw {
        display: none;
    }

    .sm\:visible-tw {
        display: block;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {
    .md\:hidden-tw {
        display: none;
    }

    .md\:visible-tw {
        display: block;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {
    .lg\:hidden-tw {
        display: none;
    }

    .lg\:visible-tw {
        display: block;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {
    .xl\:hidden-tw {
        display: none;
    }

    .xl\:visible-tw {
        display: block;
    }
}

/* _2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {
    ._2xl\:hidden-tw {
        display: none;
    }

    ._2xl\:visible-tw {
        display: block;
    }
}

/* Responsive Min Width */
@media (min-width: 640px) {
    .sm\:min-w-tw-0 {
        min-width: 0px !important;
    }

    .sm\:min-w-tw-2 {
        min-width: 2rem !important;
    }

    .sm\:min-w-tw-4 {
        min-width: 4rem !important;
    }

    .sm\:min-w-tw-5 {
        min-width: 5rem !important;
    }

    .sm\:min-w-tw-6 {
        min-width: 6rem !important;
    }

    .sm\:min-w-tw-8 {
        min-width: 8rem !important;
    }

    .sm\:min-w-tw-10 {
        min-width: 10rem !important;
    }

    .sm\:min-w-tw-12 {
        min-width: 12rem !important;
    }

    .sm\:min-w-tw-14 {
        min-width: 14rem !important;
    }

    .sm\:min-w-tw-16 {
        min-width: 16rem !important;
    }

    .sm\:min-w-tw-18 {
        min-width: 18rem !important;
    }

    .sm\:min-w-tw-20 {
        min-width: 20rem !important;
    }

    .sm\:min-w-tw-24 {
        min-width: 24rem !important;
    }

    .sm\:min-w-tw-28 {
        min-width: 28rem !important;
    }

    .sm\:min-w-tw-32 {
        min-width: 32rem !important;
    }

    .sm\:min-w-tw-full {
        min-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .md\:min-w-tw-0 {
        min-width: 0px !important;
    }

    .md\:min-w-tw-2 {
        min-width: 2rem !important;
    }

    .md\:min-w-tw-4 {
        min-width: 4rem !important;
    }

    .md\:min-w-tw-5 {
        min-width: 5rem !important;
    }

    .md\:min-w-tw-6 {
        min-width: 6rem !important;
    }

    .md\:min-w-tw-8 {
        min-width: 8rem !important;
    }

    .md\:min-w-tw-10 {
        min-width: 10rem !important;
    }

    .md\:min-w-tw-12 {
        min-width: 12rem !important;
    }

    .md\:min-w-tw-14 {
        min-width: 14rem !important;
    }

    .md\:min-w-tw-16 {
        min-width: 16rem !important;
    }

    .md\:min-w-tw-18 {
        min-width: 18rem !important;
    }

    .md\:min-w-tw-20 {
        min-width: 20rem !important;
    }

    .md\:min-w-tw-24 {
        min-width: 24rem !important;
    }

    .md\:min-w-tw-28 {
        min-width: 28rem !important;
    }

    .md\:min-w-tw-32 {
        min-width: 32rem !important;
    }

    .md\:min-w-tw-full {
        min-width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .lg\:min-w-tw-0 {
        min-width: 0px !important;
    }

    .lg\:min-w-tw-1 {
        min-width: 1rem !important;
    }

    .lg\:min-w-tw-2 {
        min-width: 2rem !important;
    }

    .lg\:min-w-tw-3 {
        min-width: 3rem !important;
    }

    .lg\:min-w-tw-4 {
        min-width: 4rem !important;
    }

    .lg\:min-w-tw-5 {
        min-width: 5rem !important;
    }

    .lg\:min-w-tw-6 {
        min-width: 6rem !important;
    }

    .lg\:min-w-tw-7 {
        min-width: 7rem !important;
    }

    .lg\:min-w-tw-8 {
        min-width: 8rem !important;
    }

    .lg\:min-w-tw-9 {
        min-width: 9rem !important;
    }

    .lg\:min-w-tw-10 {
        min-width: 10rem !important;
    }

    .lg\:min-w-tw-12 {
        min-width: 12rem !important;
    }

    .lg\:min-w-tw-14 {
        min-width: 14rem !important;
    }

    .lg\:min-w-tw-16 {
        min-width: 16rem !important;
    }

    .lg\:min-w-tw-18 {
        min-width: 18rem !important;
    }

    .lg\:min-w-tw-20 {
        min-width: 20rem !important;
    }

    .lg\:min-w-tw-24 {
        min-width: 24rem !important;
    }

    .lg\:min-w-tw-28 {
        min-width: 28rem !important;
    }

    .lg\:min-w-tw-32 {
        min-width: 32rem !important;
    }

    .lg\:min-w-tw-full {
        min-width: 100% !important;
    }
}

/* Responsive Max Width */
@media (min-width: 640px) {
    .sm\:max-w-tw-0 {
        max-width: 0px !important;
    }

    .sm\:max-w-tw-2 {
        max-width: 2rem !important;
    }

    .sm\:max-w-tw-4 {
        max-width: 4rem !important;
    }

    .sm\:max-w-tw-5 {
        max-width: 5rem !important;
    }

    .sm\:max-w-tw-6 {
        max-width: 6rem !important;
    }

    .sm\:max-w-tw-8 {
        max-width: 8rem !important;
    }

    .sm\:max-w-tw-10 {
        max-width: 10rem !important;
    }

    .sm\:max-w-tw-12 {
        max-width: 12rem !important;
    }

    .sm\:max-w-tw-14 {
        max-width: 14rem !important;
    }

    .sm\:max-w-tw-16 {
        max-width: 16rem !important;
    }

    .sm\:max-w-tw-18 {
        max-width: 18rem !important;
    }

    .sm\:max-w-tw-20 {
        max-width: 20rem !important;
    }

    .sm\:max-w-tw-24 {
        max-width: 24rem !important;
    }

    .sm\:max-w-tw-28 {
        max-width: 28rem !important;
    }

    .sm\:max-w-tw-32 {
        max-width: 32rem !important;
    }

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

@media (min-width: 768px) {
    .md\:max-w-tw-0 {
        max-width: 0px !important;
    }

    .md\:max-w-tw-2 {
        max-width: 2rem !important;
    }

    .md\:max-w-tw-4 {
        max-width: 4rem !important;
    }

    .md\:max-w-tw-5 {
        max-width: 5rem !important;
    }

    .md\:max-w-tw-6 {
        max-width: 6rem !important;
    }

    .md\:max-w-tw-8 {
        max-width: 8rem !important;
    }

    .md\:max-w-tw-10 {
        max-width: 10rem !important;
    }

    .md\:max-w-tw-12 {
        max-width: 12rem !important;
    }

    .md\:max-w-tw-14 {
        max-width: 14rem !important;
    }

    .md\:max-w-tw-16 {
        max-width: 16rem !important;
    }

    .md\:max-w-tw-18 {
        max-width: 18rem !important;
    }

    .md\:max-w-tw-20 {
        max-width: 20rem !important;
    }

    .md\:max-w-tw-24 {
        max-width: 24rem !important;
    }

    .md\:max-w-tw-28 {
        max-width: 28rem !important;
    }

    .md\:max-w-tw-32 {
        max-width: 32rem !important;
    }

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

@media (min-width: 1024px) {
    .lg\:max-w-tw-0 {
        max-width: 0px !important;
    }

    .lg\:max-w-tw-2 {
        max-width: 2rem !important;
    }

    .lg\:max-w-tw-4 {
        max-width: 4rem !important;
    }

    .lg\:max-w-tw-5 {
        max-width: 5rem !important;
    }

    .lg\:max-w-tw-6 {
        max-width: 6rem !important;
    }

    .lg\:max-w-tw-8 {
        max-width: 8rem !important;
    }

    .lg\:max-w-tw-10 {
        max-width: 10rem !important;
    }

    .lg\:max-w-tw-12 {
        max-width: 12rem !important;
    }

    .lg\:max-w-tw-14 {
        max-width: 14rem !important;
    }

    .lg\:max-w-tw-16 {
        max-width: 16rem !important;
    }

    .lg\:max-w-tw-18 {
        max-width: 18rem !important;
    }

    .lg\:max-w-tw-20 {
        max-width: 20rem !important;
    }

    /**/
    Start of Selection */ .lg\:max-w-tw-22 {
        max-width: 22rem !important;
    }

    .lg\:max-w-tw-24 {
        max-width: 24rem !important;
    }

    .lg\:max-w-tw-26 {
        max-width: 26rem !important;
    }

    .lg\:max-w-tw-28 {
        max-width: 28rem !important;
    }

    .lg\:max-w-tw-30 {
        max-width: 30rem !important;
    }

    .lg\:max-w-tw-32 {
        max-width: 32rem !important;
    }

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

/* Responsive Text Size Utility Classes */

@media (min-width: 640px) {

    /* sm breakpoint */
    .sm\:text-xs {
        font-size: var(--text-xs-size);
        line-height: var(--text-xs-line);
    }

    .sm\:text-sm {
        font-size: var(--text-sm-size);
        line-height: var(--text-sm-line);
    }

    .sm\:text-base {
        font-size: var(--text-base-size);
        line-height: var(--text-base-line);
    }

    .sm\:text-lg {
        font-size: var(--text-lg-size);
        line-height: var(--text-lg-line);
    }

    .sm\:text-xl {
        font-size: var(--text-xl-size);
        line-height: var(--text-xl-line);
    }

    .sm\:text-2xl {
        font-size: var(--text-2xl-size);
        line-height: var(--text-2xl-line);
    }

    .sm\:text-3xl {
        font-size: var(--text-3xl-size);
        line-height: var(--text-3xl-line);
    }

    .sm\:text-4xl {
        font-size: var(--text-4xl-size);
        line-height: var(--text-4xl-line);
    }
}

@media (min-width: 768px) {

    /* md breakpoint */
    .md\:text-xs {
        font-size: var(--text-xs-size);
        line-height: var(--text-xs-line);
    }

    .md\:text-sm {
        font-size: var(--text-sm-size);
        line-height: var(--text-sm-line);
    }

    .md\:text-base {
        font-size: var(--text-base-size);
        line-height: var(--text-base-line);
    }

    .md\:text-lg {
        font-size: var(--text-lg-size);
        line-height: var(--text-lg-line);
    }

    .md\:text-xl {
        font-size: var(--text-xl-size);
        line-height: var(--text-xl-line);
    }

    .md\:text-2xl {
        font-size: var(--text-2xl-size);
        line-height: var(--text-2xl-line);
    }

    .md\:text-3xl {
        font-size: var(--text-3xl-size);
        line-height: var(--text-3xl-line);
    }

    .md\:text-4xl {
        font-size: var(--text-4xl-size);
        line-height: var(--text-4xl-line);
    }
}

@media (min-width: 1024px) {

    /* lg breakpoint */
    .lg\:text-xs {
        font-size: var(--text-xs-size);
        line-height: var(--text-xs-line);
    }

    .lg\:text-sm {
        font-size: var(--text-sm-size);
        line-height: var(--text-sm-line);
    }

    .lg\:text-base {
        font-size: var(--text-base-size);
        line-height: var(--text-base-line);
    }

    .lg\:text-lg {
        font-size: var(--text-lg-size);
        line-height: var(--text-lg-line);
    }

    .lg\:text-xl {
        font-size: var(--text-xl-size);
        line-height: var(--text-xl-line);
    }

    .lg\:text-2xl {
        font-size: var(--text-2xl-size);
        line-height: var(--text-2xl-line);
    }

    .lg\:text-3xl {
        font-size: var(--text-3xl-size);
        line-height: var(--text-3xl-line);
    }

    .lg\:text-4xl {
        font-size: var(--text-4xl-size);
        line-height: var(--text-4xl-line);
    }
}

@media (min-width: 1280px) {

    /* xl breakpoint */
    .xl\:text-xs {
        font-size: var(--text-xs-size);
        line-height: var(--text-xs-line);
    }

    .xl\:text-sm {
        font-size: var(--text-sm-size);
        line-height: var(--text-sm-line);
    }

    .xl\:text-base {
        font-size: var(--text-base-size);
        line-height: var(--text-base-line);
    }

    .xl\:text-lg {
        font-size: var(--text-lg-size);
        line-height: var(--text-lg-line);
    }

    .xl\:text-xl {
        font-size: var(--text-xl-size);
        line-height: var(--text-xl-line);
    }

    .xl\:text-2xl {
        font-size: var(--text-2xl-size);
        line-height: var(--text-2xl-line);
    }

    .xl\:text-3xl {
        font-size: var(--text-3xl-size);
        line-height: var(--text-3xl-line);
    }

    .xl\:text-4xl {
        font-size: var(--text-4xl-size);
        line-height: var(--text-4xl-line);
    }
}

/* Responsive Tailwind-like Padding Utilities */

/* SM (min-width: 640px) */
@media (min-width: 640px) {
    .sm\:p-tw-0 {
        padding: 0 !important;
    }

    .sm\:p-tw-1 {
        padding: 0.25rem !important;
    }

    .sm\:p-tw-2 {
        padding: 0.5rem !important;
    }

    .sm\:p-tw-3 {
        padding: 0.75rem !important;
    }

    .sm\:p-tw-4 {
        padding: 1rem !important;
    }

    .sm\:p-tw-5 {
        padding: 1.25rem !important;
    }

    .sm\:p-tw-6 {
        padding: 1.5rem !important;
    }

    .sm\:p-tw-8 {
        padding: 2rem !important;
    }

    .sm\:p-tw-10 {
        padding: 2.5rem !important;
    }

    .sm\:p-tw-12 {
        padding: 3rem !important;
    }

    .sm\:p-tw-16 {
        padding: 4rem !important;
    }

    .sm\:p-tw-20 {
        padding: 5rem !important;
    }

    .sm\:p-tw-24 {
        padding: 6rem !important;
    }

    .sm\:p-tw-32 {
        padding: 8rem !important;
    }

    .sm\:px-tw-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sm\:px-tw-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .sm\:px-tw-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .sm\:px-tw-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .sm\:px-tw-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .sm\:px-tw-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .sm\:px-tw-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .sm\:px-tw-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .sm\:px-tw-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .sm\:px-tw-12 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .sm\:px-tw-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .sm\:px-tw-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .sm\:px-tw-24 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .sm\:px-tw-32 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }

    .sm\:py-tw-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sm\:py-tw-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .sm\:py-tw-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .sm\:py-tw-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .sm\:py-tw-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .sm\:py-tw-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .sm\:py-tw-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .sm\:py-tw-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .sm\:py-tw-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .sm\:py-tw-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .sm\:py-tw-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .sm\:py-tw-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .sm\:py-tw-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .sm\:py-tw-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .sm\:pt-tw-0 {
        padding-top: 0 !important;
    }

    .sm\:pt-tw-1 {
        padding-top: 0.25rem !important;
    }

    .sm\:pt-tw-2 {
        padding-top: 0.5rem !important;
    }

    .sm\:pt-tw-3 {
        padding-top: 0.75rem !important;
    }

    .sm\:pt-tw-4 {
        padding-top: 1rem !important;
    }

    .sm\:pt-tw-5 {
        padding-top: 1.25rem !important;
    }

    .sm\:pt-tw-6 {
        padding-top: 1.5rem !important;
    }

    .sm\:pt-tw-8 {
        padding-top: 2rem !important;
    }

    .sm\:pt-tw-10 {
        padding-top: 2.5rem !important;
    }

    .sm\:pt-tw-12 {
        padding-top: 3rem !important;
    }

    .sm\:pt-tw-16 {
        padding-top: 4rem !important;
    }

    .sm\:pt-tw-20 {
        padding-top: 5rem !important;
    }

    .sm\:pt-tw-24 {
        padding-top: 6rem !important;
    }

    .sm\:pt-tw-32 {
        padding-top: 8rem !important;
    }

    .sm\:pb-tw-0 {
        padding-bottom: 0 !important;
    }

    .sm\:pb-tw-1 {
        padding-bottom: 0.25rem !important;
    }

    .sm\:pb-tw-2 {
        padding-bottom: 0.5rem !important;
    }

    .sm\:pb-tw-3 {
        padding-bottom: 0.75rem !important;
    }

    .sm\:pb-tw-4 {
        padding-bottom: 1rem !important;
    }

    .sm\:pb-tw-5 {
        padding-bottom: 1.25rem !important;
    }

    .sm\:pb-tw-6 {
        padding-bottom: 1.5rem !important;
    }

    .sm\:pb-tw-8 {
        padding-bottom: 2rem !important;
    }

    .sm\:pb-tw-10 {
        padding-bottom: 2.5rem !important;
    }

    .sm\:pb-tw-12 {
        padding-bottom: 3rem !important;
    }

    .sm\:pb-tw-16 {
        padding-bottom: 4rem !important;
    }

    .sm\:pb-tw-20 {
        padding-bottom: 5rem !important;
    }

    .sm\:pb-tw-24 {
        padding-bottom: 6rem !important;
    }

    .sm\:pb-tw-32 {
        padding-bottom: 8rem !important;
    }

    .sm\:pl-tw-0 {
        padding-left: 0 !important;
    }

    .sm\:pl-tw-1 {
        padding-left: 0.25rem !important;
    }

    .sm\:pl-tw-2 {
        padding-left: 0.5rem !important;
    }

    .sm\:pl-tw-3 {
        padding-left: 0.75rem !important;
    }

    .sm\:pl-tw-4 {
        padding-left: 1rem !important;
    }

    .sm\:pl-tw-5 {
        padding-left: 1.25rem !important;
    }

    .sm\:pl-tw-6 {
        padding-left: 1.5rem !important;
    }

    .sm\:pl-tw-8 {
        padding-left: 2rem !important;
    }

    .sm\:pl-tw-10 {
        padding-left: 2.5rem !important;
    }

    .sm\:pl-tw-12 {
        padding-left: 3rem !important;
    }

    .sm\:pl-tw-16 {
        padding-left: 4rem !important;
    }

    .sm\:pl-tw-20 {
        padding-left: 5rem !important;
    }

    .sm\:pl-tw-24 {
        padding-left: 6rem !important;
    }

    .sm\:pl-tw-32 {
        padding-left: 8rem !important;
    }

    .sm\:pr-tw-0 {
        padding-right: 0 !important;
    }

    .sm\:pr-tw-1 {
        padding-right: 0.25rem !important;
    }

    .sm\:pr-tw-2 {
        padding-right: 0.5rem !important;
    }

    .sm\:pr-tw-3 {
        padding-right: 0.75rem !important;
    }

    .sm\:pr-tw-4 {
        padding-right: 1rem !important;
    }

    .sm\:pr-tw-5 {
        padding-right: 1.25rem !important;
    }

    .sm\:pr-tw-6 {
        padding-right: 1.5rem !important;
    }

    .sm\:pr-tw-8 {
        padding-right: 2rem !important;
    }

    .sm\:pr-tw-10 {
        padding-right: 2.5rem !important;
    }

    .sm\:pr-tw-12 {
        padding-right: 3rem !important;
    }

    .sm\:pr-tw-16 {
        padding-right: 4rem !important;
    }

    .sm\:pr-tw-20 {
        padding-right: 5rem !important;
    }

    .sm\:pr-tw-24 {
        padding-right: 6rem !important;
    }

    .sm\:pr-tw-32 {
        padding-right: 8rem !important;
    }
}


@media (min-width: 640px) {
    .sm\:gap-tw-0 {
        gap: 0 !important;
    }

    .sm\:gap-tw-px {
        gap: 1px !important;
    }

    .sm\:gap-tw-0\.5 {
        gap: 0.125rem !important;
    }

    .sm\:gap-tw-1 {
        gap: 0.25rem !important;
    }

    .sm\:gap-tw-1\.5 {
        gap: 0.375rem !important;
    }

    .sm\:gap-tw-2 {
        gap: 0.5rem !important;
    }

    .sm\:gap-tw-2\.5 {
        gap: 0.625rem !important;
    }

    .sm\:gap-tw-3 {
        gap: 0.75rem !important;
    }

    .sm\:gap-tw-3\.5 {
        gap: 0.875rem !important;
    }

    .sm\:gap-tw-4 {
        gap: 1rem !important;
    }

    .sm\:gap-tw-5 {
        gap: 1.25rem !important;
    }

    .sm\:gap-tw-6 {
        gap: 1.5rem !important;
    }

    .sm\:gap-tw-7 {
        gap: 1.75rem !important;
    }

    .sm\:gap-tw-8 {
        gap: 2rem !important;
    }

    .sm\:gap-tw-9 {
        gap: 2.25rem !important;
    }

    .sm\:gap-tw-10 {
        gap: 2.5rem !important;
    }

    .sm\:gap-tw-11 {
        gap: 2.75rem !important;
    }

    .sm\:gap-tw-12 {
        gap: 3rem !important;
    }

    .sm\:gap-tw-14 {
        gap: 3.5rem !important;
    }

    .sm\:gap-tw-16 {
        gap: 4rem !important;
    }

    .sm\:gap-tw-20 {
        gap: 5rem !important;
    }

    .sm\:gap-tw-24 {
        gap: 6rem !important;
    }

    .sm\:gap-tw-28 {
        gap: 7rem !important;
    }

    .sm\:gap-tw-32 {
        gap: 8rem !important;
    }

    .sm\:gap-tw-36 {
        gap: 9rem !important;
    }

    .sm\:gap-tw-40 {
        gap: 10rem !important;
    }

    .sm\:gap-tw-44 {
        gap: 11rem !important;
    }

    .sm\:gap-tw-48 {
        gap: 12rem !important;
    }

    .sm\:gap-tw-52 {
        gap: 13rem !important;
    }

    .sm\:gap-tw-56 {
        gap: 14rem !important;
    }

    .sm\:gap-tw-60 {
        gap: 15rem !important;
    }

    .sm\:gap-tw-64 {
        gap: 16rem !important;
    }

    .sm\:gap-tw-72 {
        gap: 18rem !important;
    }

    .sm\:gap-tw-80 {
        gap: 20rem !important;
    }

    .sm\:gap-tw-96 {
        gap: 24rem !important;
    }

    .sm\:gap-tw-min {
        gap: min-content !important;
    }

    .sm\:gap-tw-max {
        gap: max-content !important;
    }
}

@media (min-width: 768px) {
    .md\:gap-tw-0 {
        gap: 0 !important;
    }

    .md\:gap-tw-px {
        gap: 1px !important;
    }

    .md\:gap-tw-0\.5 {
        gap: 0.125rem !important;
    }

    .md\:gap-tw-1 {
        gap: 0.25rem !important;
    }

    .md\:gap-tw-1\.5 {
        gap: 0.375rem !important;
    }

    .md\:gap-tw-2 {
        gap: 0.5rem !important;
    }

    .md\:gap-tw-2\.5 {
        gap: 0.625rem !important;
    }

    .md\:gap-tw-3 {
        gap: 0.75rem !important;
    }

    .md\:gap-tw-3\.5 {
        gap: 0.875rem !important;
    }

    .md\:gap-tw-4 {
        gap: 1rem !important;
    }

    .md\:gap-tw-5 {
        gap: 1.25rem !important;
    }

    .md\:gap-tw-6 {
        gap: 1.5rem !important;
    }

    .md\:gap-tw-7 {
        gap: 1.75rem !important;
    }

    .md\:gap-tw-8 {
        gap: 2rem !important;
    }

    .md\:gap-tw-9 {
        gap: 2.25rem !important;
    }

    .md\:gap-tw-10 {
        gap: 2.5rem !important;
    }

    .md\:gap-tw-11 {
        gap: 2.75rem !important;
    }

    .md\:gap-tw-12 {
        gap: 3rem !important;
    }

    .md\:gap-tw-14 {
        gap: 3.5rem !important;
    }

    .md\:gap-tw-16 {
        gap: 4rem !important;
    }

    .md\:gap-tw-20 {
        gap: 5rem !important;
    }

    .md\:gap-tw-24 {
        gap: 6rem !important;
    }

    .md\:gap-tw-28 {
        gap: 7rem !important;
    }

    .md\:gap-tw-32 {
        gap: 8rem !important;
    }

    .md\:gap-tw-36 {
        gap: 9rem !important;
    }

    .md\:gap-tw-40 {
        gap: 10rem !important;
    }

    .md\:gap-tw-44 {
        gap: 11rem !important;
    }

    .md\:gap-tw-48 {
        gap: 12rem !important;
    }

    .md\:gap-tw-52 {
        gap: 13rem !important;
    }

    .md\:gap-tw-56 {
        gap: 14rem !important;
    }

    .md\:gap-tw-60 {
        gap: 15rem !important;
    }

    .md\:gap-tw-64 {
        gap: 16rem !important;
    }

    .md\:gap-tw-72 {
        gap: 18rem !important;
    }

    .md\:gap-tw-80 {
        gap: 20rem !important;
    }

    .md\:gap-tw-96 {
        gap: 24rem !important;
    }

    .md\:gap-tw-min {
        gap: min-content !important;
    }
}

@media (min-width: 1024px) {
    .lg\:gap-tw-0 {
        gap: 0;
    }

    .lg\:gap-tw-px {
        gap: 1px;
    }

    .lg\:gap-tw-0\.5 {
        gap: 0.125rem;
    }

    .lg\:gap-tw-1 {
        gap: 0.25rem;
    }

    .lg\:gap-tw-1\.5 {
        gap: 0.375rem;
    }

    .lg\:gap-tw-2 {
        gap: 0.5rem;
    }

    .lg\:gap-tw-2\.5 {
        gap: 0.625rem;
    }

    .lg\:gap-tw-3 {
        gap: 0.75rem;
    }

    .lg\:gap-tw-3\.5 {
        gap: 0.875rem;
    }

    .lg\:gap-tw-4 {
        gap: 1rem;
    }

    .lg\:gap-tw-5 {
        gap: 1.25rem;
    }

    .lg\:gap-tw-6 {
        gap: 1.5rem;
    }

    .lg\:gap-tw-7 {
        gap: 1.75rem;
    }

    .lg\:gap-tw-8 {
        gap: 2rem;
    }

    .lg\:gap-tw-9 {
        gap: 2.25rem;
    }

    .lg\:gap-tw-10 {
        gap: 2.5rem;
    }

    .lg\:gap-tw-11 {
        gap: 2.75rem;
    }

    .lg\:gap-tw-12 {
        gap: 3rem;
    }

    .lg\:gap-tw-14 {
        gap: 3.5rem;
    }

    .lg\:gap-tw-16 {
        gap: 4rem;
    }

    .lg\:gap-tw-20 {
        gap: 5rem;
    }

    .lg\:gap-tw-24 {
        gap: 6rem;
    }

    .lg\:gap-tw-28 {
        gap: 7rem;
    }

    .lg\:gap-tw-32 {
        gap: 8rem;
    }

    .lg\:gap-tw-36 {
        gap: 9rem;
    }

    .lg\:gap-tw-40 {
        gap: 10rem;
    }

    .lg\:gap-tw-44 {
        gap: 11rem;
    }

    .lg\:gap-tw-48 {
        gap: 12rem;
    }

    .lg\:gap-tw-52 {
        gap: 13rem;
    }

    .lg\:gap-tw-56 {
        gap: 14rem;
    }

    .lg\:gap-tw-60 {
        gap: 15rem;
    }

    .lg\:gap-tw-64 {
        gap: 16rem;
    }

    .lg\:gap-tw-72 {
        gap: 18rem;
    }

    .lg\:gap-tw-80 {
        gap: 20rem;
    }

    .lg\:gap-tw-96 {
        gap: 24rem;
    }

    .lg\:gap-tw-min {
        gap: min-content;
    }

    .lg\:gap-tw-max {
        gap: max-content;
    }
}

@media (min-width: 1280px) {
    .xl\:gap-tw-0 {
        gap: 0;
    }

    .xl\:gap-tw-px {
        gap: 1px;
    }

    .xl\:gap-tw-0\.5 {
        gap: 0.125rem;
    }

    .xl\:gap-tw-1 {
        gap: 0.25rem;
    }

    .xl\:gap-tw-1\.5 {
        gap: 0.375rem;
    }

    .xl\:gap-tw-2 {
        gap: 0.5rem;
    }

    .xl\:gap-tw-2\.5 {
        gap: 0.625rem;
    }

    .xl\:gap-tw-3 {
        gap: 0.75rem;
    }

    .xl\:gap-tw-3\.5 {
        gap: 0.875rem;
    }

    .xl\:gap-tw-4 {
        gap: 1rem;
    }

    .xl\:gap-tw-5 {
        gap: 1.25rem;
    }

    .xl\:gap-tw-6 {
        gap: 1.5rem;
    }

    .xl\:gap-tw-7 {
        gap: 1.75rem;
    }

    .xl\:gap-tw-8 {
        gap: 2rem;
    }

    .xl\:gap-tw-9 {
        gap: 2.25rem;
    }

    .xl\:gap-tw-10 {
        gap: 2.5rem;
    }

    .xl\:gap-tw-11 {
        gap: 2.75rem;
    }

    .xl\:gap-tw-12 {
        gap: 3rem;
    }

    .xl\:gap-tw-14 {
        gap: 3.5rem;
    }

    .xl\:gap-tw-16 {
        gap: 4rem;
    }

    .xl\:gap-tw-20 {
        gap: 5rem;
    }

    .xl\:gap-tw-24 {
        gap: 6rem;
    }

    .xl\:gap-tw-28 {
        gap: 7rem;
    }

    .xl\:gap-tw-32 {
        gap: 8rem;
    }

    .xl\:gap-tw-36 {
        gap: 9rem;
    }

    .xl\:gap-tw-40 {
        gap: 10rem;
    }

    .xl\:gap-tw-44 {
        gap: 11rem;
    }

    .xl\:gap-tw-48 {
        gap: 12rem;
    }

    .xl\:gap-tw-52 {
        gap: 13rem;
    }

    .xl\:gap-tw-56 {
        gap: 14rem;
    }

    .xl\:gap-tw-60 {
        gap: 15rem;
    }

    .xl\:gap-tw-64 {
        gap: 16rem;
    }

    .xl\:gap-tw-72 {
        gap: 18rem;
    }

    .xl\:gap-tw-80 {
        gap: 20rem;
    }

    .xl\:gap-tw-96 {
        gap: 24rem;
    }

    .xl\:gap-tw-min {
        gap: min-content;
    }

    .xl\:gap-tw-max {
        gap: max-content;
    }
}


@media (min-width: 640px) {
    .sm\:mt-tw-0 {
        margin-top: 0 !important;
    }

    .sm\:mt-tw-1 {
        margin-top: 0.25rem !important;
    }

    .sm\:mt-tw-2 {
        margin-top: 0.5rem !important;
    }

    .sm\:mt-tw-3 {
        margin-top: 0.75rem !important;
    }

    .sm\:mt-tw-4 {
        margin-top: 1rem !important;
    }

    .sm\:mt-tw-5 {
        margin-top: 1.25rem !important;
    }

    .sm\:mt-tw-6 {
        margin-top: 1.5rem !important;
    }

    .sm\:mt-tw-8 {
        margin-top: 2rem !important;
    }

    .sm\:mt-tw-10 {
        margin-top: 2.5rem !important;
    }

    .sm\:mt-tw-12 {
        margin-top: 3rem !important;
    }

    .sm\:mt-tw-16 {
        margin-top: 4rem !important;
    }

    .sm\:mt-tw-20 {
        margin-top: 5rem !important;
    }

    .sm\:mt-tw-22 {
        margin-top: 5.5rem !important;
    }

    .sm\:mt-tw-24 {
        margin-top: 6rem !important;
    }

    .sm\:mt-tw-26 {
        margin-top: 6.5rem !important;
    }

    .sm\:mt-tw-28 {
        margin-top: 7rem !important;
    }

    .sm\:mt-tw-32 {
        margin-top: 8rem !important;
    }

    .sm\:mt-tw-40 {
        margin-top: 10rem !important;
    }

    .sm\:mt-tw-48 {
        margin-top: 12rem !important;
    }

    .sm\:mt-tw-56 {
        margin-top: 14rem !important;
    }

    .sm\:mt-tw-64 {
        margin-top: 16rem !important;
    }

    .sm\:mt-tw-px {
        margin-top: 1px !important;
    }
}

@media (min-width: 768px) {
    .md\:mt-tw-0 {
        margin-top: 0 !important;
    }

    .md\:mt-tw-1 {
        margin-top: 0.25rem !important;
    }

    .md\:mt-tw-2 {
        margin-top: 0.5rem !important;
    }

    .md\:mt-tw-3 {
        margin-top: 0.75rem !important;
    }

    .md\:mt-tw-4 {
        margin-top: 1rem !important;
    }

    .md\:mt-tw-5 {
        margin-top: 1.25rem !important;
    }

    .md\:mt-tw-6 {
        margin-top: 1.5rem !important;
    }

    .md\:mt-tw-8 {
        margin-top: 2rem !important;
    }

    .md\:mt-tw-10 {
        margin-top: 2.5rem !important;
    }

    .md\:mt-tw-12 {
        margin-top: 3rem !important;
    }

    .md\:mt-tw-16 {
        margin-top: 4rem !important;
    }

    .md\:mt-tw-20 {
        margin-top: 5rem !important;
    }

    .md\:mt-tw-24 {
        margin-top: 6rem !important;
    }

    .md\:mt-tw-32 {
        margin-top: 8rem !important;
    }

    .md\:mt-tw-40 {
        margin-top: 10rem !important;
    }

    .md\:mt-tw-48 {
        margin-top: 12rem !important;
    }

    .md\:mt-tw-56 {
        margin-top: 14rem !important;
    }

    .md\:mt-tw-64 {
        margin-top: 16rem !important;
    }

    .md\:mt-tw-px {
        margin-top: 1px !important;
    }
}

@media (min-width: 1024px) {
    .lg\:mt-tw-0 {
        margin-top: 0 !important;
    }

    .lg\:mt-tw-1 {
        margin-top: 0.25rem !important;
    }

    .lg\:mt-tw-2 {
        margin-top: 0.5rem !important;
    }

    .lg\:mt-tw-3 {
        margin-top: 0.75rem !important;
    }

    .lg\:mt-tw-4 {
        margin-top: 1rem !important;
    }

    .lg\:mt-tw-5 {
        margin-top: 1.25rem !important;
    }

    .lg\:mt-tw-6 {
        margin-top: 1.5rem !important;
    }

    .lg\:mt-tw-8 {
        margin-top: 2rem !important;
    }

    .lg\:mt-tw-10 {
        margin-top: 2.5rem !important;
    }

    .lg\:mt-tw-12 {
        margin-top: 3rem !important;
    }

    .lg\:mt-tw-16 {
        margin-top: 4rem !important;
    }

    .lg\:mt-tw-20 {
        margin-top: 5rem !important;
    }

    .lg\:mt-tw-24 {
        margin-top: 6rem !important;
    }

    .lg\:mt-tw-32 {
        margin-top: 8rem !important;
    }

    .lg\:mt-tw-40 {
        margin-top: 10rem !important;
    }

    .lg\:mt-tw-48 {
        margin-top: 12rem !important;
    }

    .lg\:mt-tw-56 {
        margin-top: 14rem !important;
    }

    .lg\:mt-tw-64 {
        margin-top: 16rem !important;
    }

    .lg\:mt-tw-px {
        margin-top: 1px !important;
    }
}

/*
 * Custom CSS utility classes for Width and Height based on Tailwind's methodology.
 * Each class is prefixed with a breakpoint (or no prefix for default/mobile-first)
 * and includes a "-tw-" infix. These classes will apply at their specified
 * breakpoint and above.
 */

/* Default (Mobile First) - No media query needed for base classes */

/* Widths */
.w-tw-auto {
    width: auto;
}

.w-tw-px {
    width: 1px;
}

.w-tw-0 {
    width: 0px;
}

.w-tw-0_5 {
    width: 0.125rem;
    /* 2px */
}

.w-tw-1 {
    width: 0.25rem;
    /* 4px */
}

.w-tw-1_5 {
    width: 0.375rem;
    /* 6px */
}

.w-tw-2 {
    width: 0.5rem;
    /* 8px */
}

.w-tw-2_5 {
    width: 0.625rem;
    /* 10px */
}

.w-tw-3 {
    width: 0.75rem;
    /* 12px */
}

.w-tw-3_5 {
    width: 0.875rem;
    /* 14px */
}

.w-tw-4 {
    width: 1rem;
    /* 16px */
}

.w-tw-5 {
    width: 1.25rem;
    /* 20px */
}

.w-tw-6 {
    width: 1.5rem;
    /* 24px */
}

.w-tw-7 {
    width: 1.75rem;
    /* 28px */
}

.w-tw-8 {
    width: 2rem;
    /* 32px */
}

.w-tw-9 {
    width: 2.25rem;
    /* 36px */
}

.w-tw-10 {
    width: 2.5rem;
    /* 40px */
}

.w-tw-11 {
    width: 2.75rem;
    /* 44px */
}

.w-tw-12 {
    width: 3rem;
    /* 48px */
}

.w-tw-14 {
    width: 3.5rem;
    /* 56px */
}

.w-tw-16 {
    width: 4rem;
    /* 64px */
}

.w-tw-20 {
    width: 5rem;
    /* 80px */
}

.w-tw-24 {
    width: 6rem;
    /* 96px */
}

.w-tw-28 {
    width: 7rem;
    /* 112px */
}

.w-tw-32 {
    width: 8rem;
    /* 128px */
}

.w-tw-36 {
    width: 9rem;
    /* 144px */
}

.w-tw-40 {
    width: 10rem;
    /* 160px */
}

.w-tw-44 {
    width: 11rem;
    /* 176px */
}

.w-tw-48 {
    width: 12rem;
    /* 192px */
}

.w-tw-52 {
    width: 13rem;
    /* 208px */
}

.w-tw-56 {
    width: 14rem;
    /* 224px */
}

.w-tw-60 {
    width: 15rem;
    /* 240px */
}

.w-tw-64 {
    width: 16rem;
    /* 256px */
}

.w-tw-72 {
    width: 18rem;
    /* 288px */
}

.w-tw-80 {
    width: 20rem;
    /* 320px */
}

.w-tw-96 {
    width: 24rem;
    /* 384px */
}

.w-tw-1\/2 {
    width: 50%;
}

.w-tw-1\/3 {
    width: 33.333333%;
}

.w-tw-2\/3 {
    width: 66.666667%;
}

.w-tw-1\/4 {
    width: 25%;
}

.w-tw-2\/4 {
    width: 50%;
}

.w-tw-3\/4 {
    width: 75%;
}

.w-tw-1\/5 {
    width: 20%;
}

.w-tw-2\/5 {
    width: 40%;
}

.w-tw-3\/5 {
    width: 60%;
}

.w-tw-4\/5 {
    width: 80%;
}

.w-tw-1\/6 {
    width: 16.666667%;
}

.w-tw-2\/6 {
    width: 33.333333%;
}

.w-tw-3\/6 {
    width: 50%;
}

.w-tw-4\/6 {
    width: 66.666667%;
}

.w-tw-5\/6 {
    width: 83.333333%;
}

.w-tw-1\/12 {
    width: 8.333333%;
}

.w-tw-2\/12 {
    width: 16.666667%;
}

.w-tw-3\/12 {
    width: 25%;
}

.w-tw-4\/12 {
    width: 33.333333%;
}

.w-tw-5\/12 {
    width: 41.666667%;
}

.w-tw-6\/12 {
    width: 50%;
}

.w-tw-7\/12 {
    width: 58.333333%;
}

.w-tw-8\/12 {
    width: 66.666667%;
}

.w-tw-9\/12 {
    width: 75%;
}

.w-tw-10\/12 {
    width: 83.333333%;
}

.w-tw-11\/12 {
    width: 91.666667%;
}

.w-tw-full {
    width: 100%;
}

.w-tw-screen {
    width: 100vw;
}

/* Heights */
.h-tw-auto {
    height: auto;
}

.h-tw-px {
    height: 1px;
}

.h-tw-0 {
    height: 0px;
}

.h-tw-0_5 {
    height: 0.125rem;
    /* 2px */
}

.h-tw-1 {
    height: 0.25rem;
    /* 4px */
}

.h-tw-1_5 {
    height: 0.375rem;
    /* 6px */
}

.h-tw-2 {
    height: 0.5rem;
    /* 8px */
}

.h-tw-2_5 {
    height: 0.625rem;
    /* 10px */
}

.h-tw-3 {
    height: 0.75rem;
    /* 12px */
}

.h-tw-3_5 {
    height: 0.875rem;
    /* 14px */
}

.h-tw-4 {
    height: 1rem;
    /* 16px */
}

.h-tw-5 {
    height: 1.25rem;
    /* 20px */
}

.h-tw-6 {
    height: 1.5rem;
    /* 24px */
}

.h-tw-7 {
    height: 1.75rem;
    /* 28px */
}

.h-tw-8 {
    height: 2rem;
    /* 32px */
}

.h-tw-9 {
    height: 2.25rem;
    /* 36px */
}

.h-tw-10 {
    height: 2.5rem;
    /* 40px */
}

.h-tw-11 {
    height: 2.75rem;
    /* 44px */
}

.h-tw-12 {
    height: 3rem;
    /* 48px */
}

.h-tw-14 {
    height: 3.5rem;
    /* 56px */
}

.h-tw-16 {
    height: 4rem;
    /* 64px */
}

.h-tw-20 {
    height: 5rem;
    /* 80px */
}

.h-tw-24 {
    height: 6rem;
    /* 96px */
}

.h-tw-28 {
    height: 7rem;
    /* 112px */
}

.h-tw-32 {
    height: 8rem;
    /* 128px */
}

.h-tw-36 {
    height: 9rem;
    /* 144px */
}

.h-tw-40 {
    height: 10rem;
    /* 160px */
}

.h-tw-44 {
    height: 11rem;
    /* 176px */
}

.h-tw-48 {
    height: 12rem;
    /* 192px */
}

.h-tw-52 {
    height: 13rem;
    /* 208px */
}

.h-tw-56 {
    height: 14rem;
    /* 224px */
}

.h-tw-60 {
    height: 15rem;
    /* 240px */
}

.h-tw-64 {
    height: 16rem;
    /* 256px */
}

.h-tw-72 {
    height: 18rem;
    /* 288px */
}

.h-tw-80 {
    height: 20rem !important;
}

.h-tw-88 {
    height: 22rem !important;
}

.h-tw-92 {
    height: 23rem !important;
}

.h-tw-96 {
    height: 24rem !important;
}

.h-tw-100 {
    height: 25rem !important;
}

.h-tw-104 {
    height: 26rem !important;
}

.h-tw-108 {
    height: 27rem !important;
}

.h-tw-112 {
    height: 28rem !important;
}

.h-tw-1\/2 {
    height: 50%;
}

.h-tw-1\/3 {
    height: 33.333333%;
}

.h-tw-2\/3 {
    height: 66.666667%;
}

.h-tw-1\/4 {
    height: 25%;
}

.h-tw-2\/4 {
    height: 50%;
}

.h-tw-3\/4 {
    height: 75%;
}

.h-tw-1\/5 {
    height: 20%;
}

.h-tw-2\/5 {
    height: 40%;
}

.h-tw-3\/5 {
    height: 60%;
}

.h-tw-4\/5 {
    height: 80%;
}

.h-tw-1\/6 {
    height: 16.666667%;
}

.h-tw-2\/6 {
    height: 33.333333%;
}

.h-tw-3\/6 {
    height: 50%;
}

.h-tw-4\/6 {
    height: 66.666667%;
}

.h-tw-5\/6 {
    height: 83.333333%;
}

.h-tw-1\/12 {
    height: 8.333333%;
}

.h-tw-2\/12 {
    height: 16.666667%;
}

.h-tw-3\/12 {
    height: 25%;
}

.h-tw-4\/12 {
    height: 33.333333%;
}

.h-tw-5\/12 {
    height: 41.666667%;
}

.h-tw-6\/12 {
    height: 50%;
}

.h-tw-7\/12 {
    height: 58.333333%;
}

.h-tw-8\/12 {
    height: 66.666667%;
}

.h-tw-9\/12 {
    height: 75%;
}

.h-tw-10\/12 {
    height: 83.333333%;
}

.h-tw-11\/12 {
    height: 91.666667%;
}

.h-tw-full {
    height: 100%;
}

.h-tw-screen {
    height: 100vh;
}


/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {

    /* Widths */
    .sm\:w-tw-auto {
        width: auto;
    }

    .sm\:w-tw-px {
        width: 1px;
    }

    .sm\:w-tw-0 {
        width: 0px;
    }

    .sm\:w-tw-0_5 {
        width: 0.125rem;
    }

    .sm\:w-tw-1 {
        width: 0.25rem;
    }

    .sm\:w-tw-1_5 {
        width: 0.375rem;
    }

    .sm\:w-tw-2 {
        width: 0.5rem;
    }

    .sm\:w-tw-2_5 {
        width: 0.625rem;
    }

    .sm\:w-tw-3 {
        width: 0.75rem;
    }

    .sm\:w-tw-3_5 {
        width: 0.875rem;
    }

    .sm\:w-tw-4 {
        width: 1rem;
    }

    .sm\:w-tw-5 {
        width: 1.25rem;
    }

    .sm\:w-tw-6 {
        width: 1.5rem;
    }

    .sm\:w-tw-7 {
        width: 1.75rem;
    }

    .sm\:w-tw-8 {
        width: 2rem;
    }

    .sm\:w-tw-9 {
        width: 2.25rem;
    }

    .sm\:w-tw-10 {
        width: 2.5rem;
    }

    .sm\:w-tw-11 {
        width: 2.75rem;
    }

    .sm\:w-tw-12 {
        width: 3rem;
    }

    .sm\:w-tw-14 {
        width: 3.5rem;
    }

    .sm\:w-tw-16 {
        width: 4rem;
    }

    .sm\:w-tw-20 {
        width: 5rem;
    }

    .sm\:w-tw-24 {
        width: 6rem;
    }

    .sm\:w-tw-28 {
        width: 7rem;
    }

    .sm\:w-tw-32 {
        width: 8rem;
    }

    .sm\:w-tw-36 {
        width: 9rem;
    }

    .sm\:w-tw-40 {
        width: 10rem;
    }

    .sm\:w-tw-44 {
        width: 11rem;
    }

    .sm\:w-tw-48 {
        width: 12rem;
    }

    .sm\:w-tw-52 {
        width: 13rem;
    }

    .sm\:w-tw-56 {
        width: 14rem;
    }

    .sm\:w-tw-60 {
        width: 15rem;
    }

    .sm\:w-tw-64 {
        width: 16rem;
    }

    .sm\:w-tw-72 {
        width: 18rem;
    }

    .sm\:w-tw-80 {
        width: 20rem;
    }

    .sm\:w-tw-96 {
        width: 24rem;
    }

    .sm\:w-tw-1\/2 {
        width: 50%;
    }

    .sm\:w-tw-1\/3 {
        width: 33.333333%;
    }

    .sm\:w-tw-2\/3 {
        width: 66.666667%;
    }

    .sm\:w-tw-1\/4 {
        width: 25%;
    }

    .sm\:w-tw-2\/4 {
        width: 50%;
    }

    .sm\:w-tw-3\/4 {
        width: 75%;
    }

    .sm\:w-tw-1\/5 {
        width: 20%;
    }

    .sm\:w-tw-2\/5 {
        width: 40%;
    }

    .sm\:w-tw-3\/5 {
        width: 60%;
    }

    .sm\:w-tw-4\/5 {
        width: 80%;
    }

    .sm\:w-tw-1\/6 {
        width: 16.666667%;
    }

    .sm\:w-tw-2\/6 {
        width: 33.333333%;
    }

    .sm\:w-tw-3\/6 {
        width: 50%;
    }

    .sm\:w-tw-4\/6 {
        width: 66.666667%;
    }

    .sm\:w-tw-5\/6 {
        width: 83.333333%;
    }

    .sm\:w-tw-1\/12 {
        width: 8.333333%;
    }

    .sm\:w-tw-2\/12 {
        width: 16.666667%;
    }

    .sm\:w-tw-3\/12 {
        width: 25%;
    }

    .sm\:w-tw-4\/12 {
        width: 33.333333%;
    }

    .sm\:w-tw-5\/12 {
        width: 41.666667%;
    }

    .sm\:w-tw-6\/12 {
        width: 50%;
    }

    .sm\:w-tw-7\/12 {
        width: 58.333333%;
    }

    .sm\:w-tw-8\/12 {
        width: 66.666667%;
    }

    .sm\:w-tw-9\/12 {
        width: 75%;
    }

    .sm\:w-tw-10\/12 {
        width: 83.333333%;
    }

    .sm\:w-tw-11\/12 {
        width: 91.666667%;
    }

    .sm\:w-tw-full {
        width: 100%;
    }

    .sm\:w-tw-screen {
        width: 100vw;
    }

    /* Heights */
    .sm\:h-tw-auto {
        height: auto;
    }

    .sm\:h-tw-px {
        height: 1px;
    }

    .sm\:h-tw-0 {
        height: 0px;
    }

    .sm\:h-tw-0_5 {
        height: 0.125rem;
    }

    .sm\:h-tw-1 {
        height: 0.25rem;
    }

    .sm\:h-tw-1_5 {
        height: 0.375rem;
    }

    .sm\:h-tw-2 {
        height: 0.5rem;
    }

    .sm\:h-tw-2_5 {
        height: 0.625rem;
    }

    .sm\:h-tw-3 {
        height: 0.75rem;
    }

    .sm\:h-tw-3_5 {
        height: 0.875rem;
    }

    .sm\:h-tw-4 {
        height: 1rem;
    }

    .sm\:h-tw-5 {
        height: 1.25rem;
    }

    .sm\:h-tw-6 {
        height: 1.5rem;
    }

    .sm\:h-tw-7 {
        height: 1.75rem;
    }

    .sm\:h-tw-8 {
        height: 2rem;
    }

    .sm\:h-tw-9 {
        height: 2.25rem;
    }

    .sm\:h-tw-10 {
        height: 2.5rem;
    }

    .sm\:h-tw-11 {
        height: 2.75rem;
    }

    .sm\:h-tw-12 {
        height: 3rem;
    }

    .sm\:h-tw-14 {
        height: 3.5rem;
    }

    .sm\:h-tw-16 {
        height: 4rem;
    }

    .sm\:h-tw-20 {
        height: 5rem;
    }

    .sm\:h-tw-24 {
        height: 6rem;
    }

    .sm\:h-tw-28 {
        height: 7rem;
    }

    .sm\:h-tw-32 {
        height: 8rem;
    }

    .sm\:h-tw-36 {
        height: 9rem;
    }

    .sm\:h-tw-40 {
        height: 10rem;
    }

    .sm\:h-tw-44 {
        height: 11rem;
    }

    .sm\:h-tw-48 {
        height: 12rem;
    }

    .sm\:h-tw-52 {
        height: 13rem;
    }

    .sm\:h-tw-56 {
        height: 14rem;
    }

    .sm\:h-tw-60 {
        height: 15rem;
    }

    .sm\:h-tw-64 {
        height: 16rem;
    }

    .sm\:h-tw-72 {
        height: 18rem;
    }

    .sm\:h-tw-80 {
        height: 20rem !important;
    }

    .sm\:h-tw-88 {
        height: 22rem !important;
    }

    .sm\:h-tw-92 {
        height: 23rem !important;
    }

    .sm\:h-tw-96 {
        height: 24rem !important;
    }

    .sm\:h-tw-100 {
        height: 25rem !important;
    }

    .sm\:h-tw-104 {
        height: 26rem !important;
    }

    .sm\:h-tw-108 {
        height: 27rem !important;
    }

    .sm\:h-tw-112 {
        height: 28rem !important;
    }

    .sm\:h-tw-1\/2 {
        height: 50%;
    }

    .sm\:h-tw-1\/3 {
        height: 33.333333%;
    }

    .sm\:h-tw-2\/3 {
        height: 66.666667%;
    }

    .sm\:h-tw-1\/4 {
        height: 25%;
    }

    .sm\:h-tw-2\/4 {
        height: 50%;
    }

    .sm\:h-tw-3\/4 {
        height: 75%;
    }

    .sm\:h-tw-1\/5 {
        height: 20%;
    }

    .sm\:h-tw-2\/5 {
        height: 40%;
    }

    .sm\:h-tw-3\/5 {
        height: 60%;
    }

    .sm\:h-tw-4\/5 {
        height: 80%;
    }

    .sm\:h-tw-1\/6 {
        height: 16.666667%;
    }

    .sm\:h-tw-2\/6 {
        height: 33.333333%;
    }

    .sm\:h-tw-3\/6 {
        height: 50%;
    }

    .sm\:h-tw-4\/6 {
        height: 66.666667%;
    }

    .sm\:h-tw-5\/6 {
        height: 83.333333%;
    }

    .sm\:h-tw-1\/12 {
        height: 8.333333%;
    }

    .sm\:h-tw-2\/12 {
        height: 16.666667%;
    }

    .sm\:h-tw-3\/12 {
        height: 25%;
    }

    .sm\:h-tw-4\/12 {
        height: 33.333333%;
    }

    .sm\:h-tw-5\/12 {
        height: 41.666667%;
    }

    .sm\:h-tw-6\/12 {
        height: 50%;
    }

    .sm\:h-tw-7\/12 {
        height: 58.333333%;
    }

    .sm\:h-tw-8\/12 {
        height: 66.666667%;
    }

    .sm\:h-tw-9\/12 {
        height: 75%;
    }

    .sm\:h-tw-10\/12 {
        height: 83.333333%;
    }

    .sm\:h-tw-11\/12 {
        height: 91.666667%;
    }

    .sm\:h-tw-full {
        height: 100%;
    }

    .sm\:h-tw-screen {
        height: 100vh;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {

    /* Widths */
    .md\:w-tw-auto {
        width: auto;
    }

    .md\:w-tw-px {
        width: 1px;
    }

    .md\:w-tw-0 {
        width: 0px;
    }

    .md\:w-tw-0_5 {
        width: 0.125rem;
    }

    .md\:w-tw-1 {
        width: 0.25rem;
    }

    .md\:w-tw-1_5 {
        width: 0.375rem;
    }

    .md\:w-tw-2 {
        width: 0.5rem;
    }

    .md\:w-tw-2_5 {
        width: 0.625rem;
    }

    .md\:w-tw-3 {
        width: 0.75rem;
    }

    .md\:w-tw-3_5 {
        width: 0.875rem;
    }

    .md\:w-tw-4 {
        width: 1rem;
    }

    .md\:w-tw-5 {
        width: 1.25rem;
    }

    .md\:w-tw-6 {
        width: 1.5rem;
    }

    .md\:w-tw-7 {
        width: 1.75rem;
    }

    .md\:w-tw-8 {
        width: 2rem;
    }

    .md\:w-tw-9 {
        width: 2.25rem;
    }

    .md\:w-tw-10 {
        width: 2.5rem;
    }

    .md\:w-tw-11 {
        width: 2.75rem;
    }

    .md\:w-tw-12 {
        width: 3rem;
    }

    .md\:w-tw-14 {
        width: 3.5rem;
    }

    .md\:w-tw-16 {
        width: 4rem;
    }

    .md\:w-tw-20 {
        width: 5rem;
    }

    .md\:w-tw-24 {
        width: 6rem;
    }

    .md\:w-tw-28 {
        width: 7rem;
    }

    .md\:w-tw-32 {
        width: 8rem;
    }

    .md\:w-tw-36 {
        width: 9rem;
    }

    .md\:w-tw-40 {
        width: 10rem;
    }

    .md\:w-tw-44 {
        width: 11rem;
    }

    .md\:w-tw-48 {
        width: 12rem;
    }

    .md\:w-tw-52 {
        width: 13rem;
    }

    .md\:w-tw-56 {
        width: 14rem;
    }

    .md\:w-tw-60 {
        width: 15rem;
    }

    .md\:w-tw-64 {
        width: 16rem;
    }

    .md\:w-tw-72 {
        width: 18rem;
    }

    .md\:w-tw-80 {
        width: 20rem;
    }

    .md\:w-tw-96 {
        width: 24rem;
    }

    .md\:w-tw-1\/2 {
        width: 50%;
    }

    .md\:w-tw-1\/3 {
        width: 33.333333%;
    }

    .md\:w-tw-2\/3 {
        width: 66.666667%;
    }

    .md\:w-tw-1\/4 {
        width: 25%;
    }

    .md\:w-tw-2\/4 {
        width: 50%;
    }

    .md\:w-tw-3\/4 {
        width: 75%;
    }

    .md\:w-tw-1\/5 {
        width: 20%;
    }

    .md\:w-tw-2\/5 {
        width: 40%;
    }

    .md\:w-tw-3\/5 {
        width: 60%;
    }

    .md\:w-tw-4\/5 {
        width: 80%;
    }

    .md\:w-tw-1\/6 {
        width: 16.666667%;
    }

    .md\:w-tw-2\/6 {
        width: 33.333333%;
    }

    .md\:w-tw-3\/6 {
        width: 50%;
    }

    .md\:w-tw-4\/6 {
        width: 66.666667%;
    }

    .md\:w-tw-5\/6 {
        width: 83.333333%;
    }

    .md\:w-tw-1\/12 {
        width: 8.333333%;
    }

    .md\:w-tw-2\/12 {
        width: 16.666667%;
    }

    .md\:w-tw-3\/12 {
        width: 25%;
    }

    .md\:w-tw-4\/12 {
        width: 33.333333%;
    }

    .md\:w-tw-5\/12 {
        width: 41.666667%;
    }

    .md\:w-tw-6\/12 {
        width: 50%;
    }

    .md\:w-tw-7\/12 {
        width: 58.333333%;
    }

    .md\:w-tw-8\/12 {
        width: 66.666667%;
    }

    .md\:w-tw-9\/12 {
        width: 75%;
    }

    .md\:w-tw-10\/12 {
        width: 83.333333%;
    }

    .md\:w-tw-11\/12 {
        width: 91.666667%;
    }

    .md\:w-tw-full {
        width: 100%;
    }

    .md\:w-tw-screen {
        width: 100vw;
    }

    /* Heights */
    .md\:h-tw-auto {
        height: auto;
    }

    .md\:h-tw-px {
        height: 1px;
    }

    .md\:h-tw-0 {
        height: 0px;
    }

    .md\:h-tw-0_5 {
        height: 0.125rem;
    }

    .md\:h-tw-1 {
        height: 0.25rem;
    }

    .md\:h-tw-1_5 {
        height: 0.375rem;
    }

    .md\:h-tw-2 {
        height: 0.5rem;
    }

    .md\:h-tw-2_5 {
        height: 0.625rem;
    }

    .md\:h-tw-3 {
        height: 0.75rem;
    }

    .md\:h-tw-3_5 {
        height: 0.875rem;
    }

    .md\:h-tw-4 {
        height: 1rem;
    }

    .md\:h-tw-5 {
        height: 1.25rem;
    }

    .md\:h-tw-6 {
        height: 1.5rem;
    }

    .md\:h-tw-7 {
        height: 1.75rem;
    }

    .md\:h-tw-8 {
        height: 2rem;
    }

    .md\:h-tw-9 {
        height: 2.25rem;
    }

    .md\:h-tw-10 {
        height: 2.5rem;
    }

    .md\:h-tw-11 {
        height: 2.75rem;
    }

    .md\:h-tw-12 {
        height: 3rem;
    }

    .md\:h-tw-14 {
        height: 3.5rem;
    }

    .md\:h-tw-16 {
        height: 4rem;
    }

    .md\:h-tw-20 {
        height: 5rem;
    }

    .md\:h-tw-24 {
        height: 6rem;
    }

    .md\:h-tw-28 {
        height: 7rem;
    }

    .md\:h-tw-32 {
        height: 8rem;
    }

    .md\:h-tw-36 {
        height: 9rem;
    }

    .md\:h-tw-40 {
        height: 10rem;
    }

    .md\:h-tw-44 {
        height: 11rem;
    }

    .md\:h-tw-48 {
        height: 12rem;
    }

    .md\:h-tw-52 {
        height: 13rem;
    }

    .md\:h-tw-56 {
        height: 14rem;
    }

    .md\:h-tw-60 {
        height: 15rem;
    }

    .md\:h-tw-64 {
        height: 16rem;
    }

    .md\:h-tw-72 {
        height: 18rem;
    }

    .md\:h-tw-80 {
        height: 20rem !important;
    }

    .md\:h-tw-88 {
        height: 22rem !important;
    }

    .md\:h-tw-92 {
        height: 23rem !important;
    }

    .md\:h-tw-96 {
        height: 24rem !important;
    }

    .md\:h-tw-100 {
        height: 25rem !important;
    }

    .md\:h-tw-104 {
        height: 26rem !important;
    }

    .md\:h-tw-108 {
        height: 27rem !important;
    }

    .md\:h-tw-112 {
        height: 28rem !important;
    }

    .md\:h-tw-1\/2 {
        height: 50%;
    }

    .md\:h-tw-1\/3 {
        height: 33.333333%;
    }

    .md\:h-tw-2\/3 {
        height: 66.666667%;
    }

    .md\:h-tw-1\/4 {
        height: 25%;
    }

    .md\:h-tw-2\/4 {
        height: 50%;
    }

    .md\:h-tw-3\/4 {
        height: 75%;
    }

    .md\:h-tw-1\/5 {
        height: 20%;
    }

    .md\:h-tw-2\/5 {
        height: 40%;
    }

    .md\:h-tw-3\/5 {
        height: 60%;
    }

    .md\:h-tw-4\/5 {
        height: 80%;
    }

    .md\:h-tw-1\/6 {
        height: 16.666667%;
    }

    .md\:h-tw-2\/6 {
        height: 33.333333%;
    }

    .md\:h-tw-3\/6 {
        height: 50%;
    }

    .md\:h-tw-4\/6 {
        height: 66.666667%;
    }

    .md\:h-tw-5\/6 {
        height: 83.333333%;
    }

    .md\:h-tw-1\/12 {
        height: 8.333333%;
    }

    .md\:h-tw-2\/12 {
        height: 16.666667%;
    }

    .md\:h-tw-3\/12 {
        height: 25%;
    }

    .md\:h-tw-4\/12 {
        height: 33.333333%;
    }

    .md\:h-tw-5\/12 {
        height: 41.666667%;
    }

    .md\:h-tw-6\/12 {
        height: 50%;
    }

    .md\:h-tw-7\/12 {
        height: 58.333333%;
    }

    .md\:h-tw-8\/12 {
        height: 66.666667%;
    }

    .md\:h-tw-9\/12 {
        height: 75%;
    }

    .md\:h-tw-10\/12 {
        height: 83.333333%;
    }

    .md\:h-tw-11\/12 {
        height: 91.666667%;
    }

    .md\:h-tw-full {
        height: 100%;
    }

    .md\:h-tw-screen {
        height: 100vh;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {

    /* Widths */
    .lg\:w-tw-auto {
        width: auto;
    }

    .lg\:w-tw-px {
        width: 1px;
    }

    .lg\:w-tw-0 {
        width: 0px;
    }

    .lg\:w-tw-0_5 {
        width: 0.125rem;
    }

    .lg\:w-tw-1 {
        width: 0.25rem;
    }

    .lg\:w-tw-1_5 {
        width: 0.375rem;
    }

    .lg\:w-tw-2 {
        width: 0.5rem;
    }

    .lg\:w-tw-2_5 {
        width: 0.625rem;
    }

    .lg\:w-tw-3 {
        width: 0.75rem;
    }

    .lg\:w-tw-3_5 {
        width: 0.875rem;
    }

    .lg\:w-tw-4 {
        width: 1rem;
    }

    .lg\:w-tw-5 {
        width: 1.25rem;
    }

    .lg\:w-tw-6 {
        width: 1.5rem;
    }

    .lg\:w-tw-7 {
        width: 1.75rem;
    }

    .lg\:w-tw-8 {
        width: 2rem;
    }

    .lg\:w-tw-9 {
        width: 2.25rem;
    }

    .lg\:w-tw-10 {
        width: 2.5rem;
    }

    .lg\:w-tw-11 {
        width: 2.75rem;
    }

    .lg\:w-tw-12 {
        width: 3rem;
    }

    .lg\:w-tw-14 {
        width: 3.5rem;
    }

    .lg\:w-tw-16 {
        width: 4rem;
    }

    .lg\:w-tw-20 {
        width: 5rem;
    }

    .lg\:w-tw-24 {
        width: 6rem;
    }

    .lg\:w-tw-28 {
        width: 7rem;
    }

    .lg\:w-tw-32 {
        width: 8rem;
    }

    .lg\:w-tw-36 {
        width: 9rem;
    }

    .lg\:w-tw-40 {
        width: 10rem;
    }

    .lg\:w-tw-44 {
        width: 11rem;
    }

    .lg\:w-tw-48 {
        width: 12rem;
    }

    .lg\:w-tw-52 {
        width: 13rem;
    }

    .lg\:w-tw-56 {
        width: 14rem;
    }

    .lg\:w-tw-60 {
        width: 15rem;
    }

    .lg\:w-tw-64 {
        width: 16rem;
    }

    .lg\:w-tw-72 {
        width: 18rem;
    }

    .lg\:w-tw-80 {
        width: 20rem;
    }

    .lg\:w-tw-96 {
        width: 24rem;
    }

    .lg\:w-tw-1\/2 {
        width: 50%;
    }

    .lg\:w-tw-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-tw-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-tw-1\/4 {
        width: 25%;
    }

    .lg\:w-tw-2\/4 {
        width: 50%;
    }

    .lg\:w-tw-3\/4 {
        width: 75%;
    }

    .lg\:w-tw-1\/5 {
        width: 20%;
    }

    .lg\:w-tw-2\/5 {
        width: 40%;
    }

    .lg\:w-tw-3\/5 {
        width: 60%;
    }

    .lg\:w-tw-4\/5 {
        width: 80%;
    }

    .lg\:w-tw-1\/6 {
        width: 16.666667%;
    }

    .lg\:w-tw-2\/6 {
        width: 33.333333%;
    }

    .lg\:w-tw-3\/6 {
        width: 50%;
    }

    .lg\:w-tw-4\/6 {
        width: 66.666667%;
    }

    .lg\:w-tw-5\/6 {
        width: 83.333333%;
    }

    .lg\:w-tw-1\/12 {
        width: 8.333333%;
    }

    .lg\:w-tw-2\/12 {
        width: 16.666667%;
    }

    .lg\:w-tw-3\/12 {
        width: 25%;
    }

    .lg\:w-tw-4\/12 {
        width: 33.333333%;
    }

    .lg\:w-tw-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-tw-6\/12 {
        width: 50%;
    }

    .lg\:w-tw-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-tw-8\/12 {
        width: 66.666667%;
    }

    .lg\:w-tw-9\/12 {
        width: 75%;
    }

    .lg\:w-tw-10\/12 {
        width: 83.333333%;
    }

    .lg\:w-tw-11\/12 {
        width: 91.666667%;
    }

    .lg\:w-tw-full {
        width: 100%;
    }

    .lg\:w-tw-screen {
        width: 100vw;
    }

    /* Heights */
    .lg\:h-tw-auto {
        height: auto;
    }

    .lg\:h-tw-px {
        height: 1px;
    }

    .lg\:h-tw-0 {
        height: 0px;
    }

    .lg\:h-tw-0_5 {
        height: 0.125rem;
    }

    .lg\:h-tw-1 {
        height: 0.25rem;
    }

    .lg\:h-tw-1_5 {
        height: 0.375rem;
    }

    .lg\:h-tw-2 {
        height: 0.5rem;
    }

    .lg\:h-tw-2_5 {
        height: 0.625rem;
    }

    .lg\:h-tw-3 {
        height: 0.75rem;
    }

    .lg\:h-tw-3_5 {
        height: 0.875rem;
    }

    .lg\:h-tw-4 {
        height: 1rem;
    }

    .lg\:h-tw-5 {
        height: 1.25rem;
    }

    .lg\:h-tw-6 {
        height: 1.5rem;
    }

    .lg\:h-tw-7 {
        height: 1.75rem;
    }

    .lg\:h-tw-8 {
        height: 2rem;
    }

    .lg\:h-tw-9 {
        height: 2.25rem;
    }

    .lg\:h-tw-10 {
        height: 2.5rem;
    }

    .lg\:h-tw-11 {
        height: 2.75rem;
    }

    .lg\:h-tw-12 {
        height: 3rem;
    }

    .lg\:h-tw-14 {
        height: 3.5rem;
    }

    .lg\:h-tw-16 {
        height: 4rem;
    }

    .lg\:h-tw-20 {
        height: 5rem;
    }

    .lg\:h-tw-24 {
        height: 6rem;
    }

    .lg\:h-tw-28 {
        height: 7rem;
    }

    .lg\:h-tw-32 {
        height: 8rem;
    }

    .lg\:h-tw-36 {
        height: 9rem;
    }

    .lg\:h-tw-40 {
        height: 10rem;
    }

    .lg\:h-tw-44 {
        height: 11rem;
    }

    .lg\:h-tw-48 {
        height: 12rem;
    }

    .lg\:h-tw-52 {
        height: 13rem;
    }

    .lg\:h-tw-56 {
        height: 14rem;
    }

    .lg\:h-tw-60 {
        height: 15rem;
    }

    .lg\:h-tw-64 {
        height: 16rem;
    }

    .lg\:h-tw-72 {
        height: 18rem;
    }

    .lg\:h-tw-80 {
        height: 20rem !important;
    }

    .lg\:h-tw-88 {
        height: 22rem !important;
    }

    .lg\:h-tw-92 {
        height: 23rem !important;
    }

    .lg\:h-tw-96 {
        height: 24rem !important;
    }

    .lg\:h-tw-100 {
        height: 25rem !important;
    }

    .lg\:h-tw-104 {
        height: 26rem !important;
    }

    .lg\:h-tw-108 {
        height: 27rem !important;
    }

    .lg\:h-tw-112 {
        height: 28rem !important;
    }

    .lg\:h-tw-1\/2 {
        height: 50%;
    }

    .lg\:h-tw-1\/3 {
        height: 33.333333%;
    }

    .lg\:h-tw-2\/3 {
        height: 66.666667%;
    }

    .lg\:h-tw-1\/4 {
        height: 25%;
    }

    .lg\:h-tw-2\/4 {
        height: 50%;
    }

    .lg\:h-tw-3\/4 {
        height: 75%;
    }

    .lg\:h-tw-1\/5 {
        height: 20%;
    }

    .lg\:h-tw-2\/5 {
        height: 40%;
    }

    .lg\:h-tw-3\/5 {
        height: 60%;
    }

    .lg\:h-tw-4\/5 {
        height: 80%;
    }

    .lg\:h-tw-1\/6 {
        height: 16.666667%;
    }

    .lg\:h-tw-2\/6 {
        height: 33.333333%;
    }

    .lg\:h-tw-3\/6 {
        height: 50%;
    }

    .lg\:h-tw-4\/6 {
        height: 66.666667%;
    }

    .lg\:h-tw-5\/6 {
        height: 83.333333%;
    }

    .lg\:h-tw-1\/12 {
        height: 8.333333%;
    }

    .lg\:h-tw-2\/12 {
        height: 16.666667%;
    }

    .lg\:h-tw-3\/12 {
        height: 25%;
    }

    .lg\:h-tw-4\/12 {
        height: 33.333333%;
    }

    .lg\:h-tw-5\/12 {
        height: 41.666667%;
    }

    .lg\:h-tw-6\/12 {
        height: 50%;
    }

    .lg\:h-tw-7\/12 {
        height: 58.333333%;
    }

    .lg\:h-tw-8\/12 {
        height: 66.666667%;
    }

    .lg\:h-tw-9\/12 {
        height: 75%;
    }

    .lg\:h-tw-10\/12 {
        height: 83.333333%;
    }

    .lg\:h-tw-11\/12 {
        height: 91.666667%;
    }

    .lg\:h-tw-full {
        height: 100%;
    }

    .lg\:h-tw-screen {
        height: 100vh;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {

    /* Widths */
    .xl\:w-tw-auto {
        width: auto;
    }

    .xl\:w-tw-px {
        width: 1px;
    }

    .xl\:w-tw-0 {
        width: 0px;
    }

    .xl\:w-tw-0_5 {
        width: 0.125rem;
    }

    .xl\:w-tw-1 {
        width: 0.25rem;
    }

    .xl\:w-tw-1_5 {
        width: 0.375rem;
    }

    .xl\:w-tw-2 {
        width: 0.5rem;
    }

    .xl\:w-tw-2_5 {
        width: 0.625rem;
    }

    .xl\:w-tw-3 {
        width: 0.75rem;
    }

    .xl\:w-tw-3_5 {
        width: 0.875rem;
    }

    .xl\:w-tw-4 {
        width: 1rem;
    }

    .xl\:w-tw-5 {
        width: 1.25rem;
    }

    .xl\:w-tw-6 {
        width: 1.5rem;
    }

    .xl\:w-tw-7 {
        width: 1.75rem;
    }

    .xl\:w-tw-8 {
        width: 2rem;
    }

    .xl\:w-tw-9 {
        width: 2.25rem;
    }

    .xl\:w-tw-10 {
        width: 2.5rem;
    }

    .xl\:w-tw-11 {
        width: 2.75rem;
    }

    .xl\:w-tw-12 {
        width: 3rem;
    }

    .xl\:w-tw-14 {
        width: 3.5rem;
    }

    .xl\:w-tw-16 {
        width: 4rem;
    }

    .xl\:w-tw-20 {
        width: 5rem;
    }

    .xl\:w-tw-24 {
        width: 6rem;
    }

    .xl\:w-tw-28 {
        width: 7rem;
    }

    .xl\:w-tw-32 {
        width: 8rem;
    }

    .xl\:w-tw-36 {
        width: 9rem;
    }

    .xl\:w-tw-40 {
        width: 10rem;
    }

    .xl\:w-tw-44 {
        width: 11rem;
    }

    .xl\:w-tw-48 {
        width: 12rem;
    }

    .xl\:w-tw-52 {
        width: 13rem;
    }

    .xl\:w-tw-56 {
        width: 14rem;
    }

    .xl\:w-tw-60 {
        width: 15rem;
    }

    .xl\:w-tw-64 {
        width: 16rem;
    }

    .xl\:w-tw-72 {
        width: 18rem;
    }

    .xl\:w-tw-80 {
        width: 20rem;
    }

    .xl\:w-tw-96 {
        width: 24rem;
    }

    .xl\:w-tw-1\/2 {
        width: 50%;
    }

    .xl\:w-tw-1\/3 {
        width: 33.333333%;
    }

    .xl\:w-tw-2\/3 {
        width: 66.666667%;
    }

    .xl\:w-tw-1\/4 {
        width: 25%;
    }

    .xl\:w-tw-2\/4 {
        width: 50%;
    }

    .xl\:w-tw-3\/4 {
        width: 75%;
    }

    .xl\:w-tw-1\/5 {
        width: 20%;
    }

    .xl\:w-tw-2\/5 {
        width: 40%;
    }

    .xl\:w-tw-3\/5 {
        width: 60%;
    }

    .xl\:w-tw-4\/5 {
        width: 80%;
    }

    .xl\:w-tw-1\/6 {
        width: 16.666667%;
    }

    .xl\:w-tw-2\/6 {
        width: 33.333333%;
    }

    .xl\:w-tw-3\/6 {
        width: 50%;
    }

    .xl\:w-tw-4\/6 {
        width: 66.666667%;
    }

    .xl\:w-tw-5\/6 {
        width: 83.333333%;
    }

    .xl\:w-tw-1\/12 {
        width: 8.333333%;
    }

    .xl\:w-tw-2\/12 {
        width: 16.666667%;
    }

    .xl\:w-tw-3\/12 {
        width: 25%;
    }

    .xl\:w-tw-4\/12 {
        width: 33.333333%;
    }

    .xl\:w-tw-5\/12 {
        width: 41.666667%;
    }

    .xl\:w-tw-6\/12 {
        width: 50%;
    }

    .xl\:w-tw-7\/12 {
        width: 58.333333%;
    }

    .xl\:w-tw-8\/12 {
        width: 66.666667%;
    }

    .xl\:w-tw-9\/12 {
        width: 75%;
    }

    .xl\:w-tw-10\/12 {
        width: 83.333333%;
    }

    .xl\:w-tw-11\/12 {
        width: 91.666667%;
    }

    .xl\:w-tw-full {
        width: 100%;
    }

    .xl\:w-tw-screen {
        width: 100vw;
    }

    /* Heights */
    .xl\:h-tw-auto {
        height: auto;
    }

    .xl\:h-tw-px {
        height: 1px;
    }

    .xl\:h-tw-0 {
        height: 0px;
    }

    .xl\:h-tw-0_5 {
        height: 0.125rem;
    }

    .xl\:h-tw-1 {
        height: 0.25rem;
    }

    .xl\:h-tw-1_5 {
        height: 0.375rem;
    }

    .xl\:h-tw-2 {
        height: 0.5rem;
    }

    .xl\:h-tw-2_5 {
        height: 0.625rem;
    }

    .xl\:h-tw-3 {
        height: 0.75rem;
    }

    .xl\:h-tw-3_5 {
        height: 0.875rem;
    }

    .xl\:h-tw-4 {
        height: 1rem;
    }

    .xl\:h-tw-5 {
        height: 1.25rem;
    }

    .xl\:h-tw-6 {
        height: 1.5rem;
    }

    .xl\:h-tw-7 {
        height: 1.75rem;
    }

    .xl\:h-tw-8 {
        height: 2rem;
    }

    .xl\:h-tw-9 {
        height: 2.25rem;
    }

    .xl\:h-tw-10 {
        height: 2.5rem;
    }

    .xl\:h-tw-11 {
        height: 2.75rem;
    }

    .xl\:h-tw-12 {
        height: 3rem;
    }

    .xl\:h-tw-14 {
        height: 3.5rem;
    }

    .xl\:h-tw-16 {
        height: 4rem;
    }

    .xl\:h-tw-20 {
        height: 5rem;
    }

    .xl\:h-tw-24 {
        height: 6rem;
    }

    .xl\:h-tw-28 {
        height: 7rem;
    }

    .xl\:h-tw-32 {
        height: 8rem;
    }

    .xl\:h-tw-36 {
        height: 9rem;
    }

    .xl\:h-tw-40 {
        height: 10rem;
    }

    .xl\:h-tw-44 {
        height: 11rem;
    }

    .xl\:h-tw-48 {
        height: 12rem;
    }

    .xl\:h-tw-52 {
        height: 13rem;
    }

    .xl\:h-tw-56 {
        height: 14rem;
    }

    .xl\:h-tw-60 {
        height: 15rem;
    }

    .xl\:h-tw-64 {
        height: 16rem;
    }

    .xl\:h-tw-72 {
        height: 18rem;
    }

    .xl\:h-tw-80 {
        height: 20rem !important;
    }

    .xl\:h-tw-88 {
        height: 22rem !important;
    }

    .xl\:h-tw-92 {
        height: 23rem !important;
    }

    .xl\:h-tw-96 {
        height: 24rem !important;
    }

    .xl\:h-tw-100 {
        height: 25rem !important;
    }

    .xl\:h-tw-104 {
        height: 26rem !important;
    }

    .xl\:h-tw-108 {
        height: 27rem !important;
    }

    .xl\:h-tw-112 {
        height: 28rem !important;
    }

    .xl\:h-tw-1\/2 {
        height: 50%;
    }

    .xl\:h-tw-1\/3 {
        height: 33.333333%;
    }

    .xl\:h-tw-2\/3 {
        height: 66.666667%;
    }

    .xl\:h-tw-1\/4 {
        height: 25%;
    }

    .xl\:h-tw-2\/4 {
        height: 50%;
    }

    .xl\:h-tw-3\/4 {
        height: 75%;
    }

    .xl\:h-tw-1\/5 {
        height: 20%;
    }

    .xl\:h-tw-2\/5 {
        height: 40%;
    }

    .xl\:h-tw-3\/5 {
        height: 60%;
    }

    .xl\:h-tw-4\/5 {
        height: 80%;
    }

    .xl\:h-tw-1\/6 {
        height: 16.666667%;
    }

    .xl\:h-tw-2\/6 {
        height: 33.333333%;
    }

    .xl\:h-tw-3\/6 {
        height: 50%;
    }

    .xl\:h-tw-4\/6 {
        height: 66.666667%;
    }

    .xl\:h-tw-5\/6 {
        height: 83.333333%;
    }

    .xl\:h-tw-1\/12 {
        height: 8.333333%;
    }

    .xl\:h-tw-2\/12 {
        height: 16.666667%;
    }

    .xl\:h-tw-3\/12 {
        height: 25%;
    }

    .xl\:h-tw-4\/12 {
        height: 33.333333%;
    }

    .xl\:h-tw-5\/12 {
        height: 41.666667%;
    }

    .xl\:h-tw-6\/12 {
        height: 50%;
    }

    .xl\:h-tw-7\/12 {
        height: 58.333333%;
    }

    .xl\:h-tw-8\/12 {
        height: 66.666667%;
    }

    .xl\:h-tw-9\/12 {
        height: 75%;
    }

    .xl\:h-tw-10\/12 {
        height: 83.333333%;
    }

    .xl\:h-tw-11\/12 {
        height: 91.666667%;
    }

    .xl\:h-tw-full {
        height: 100%;
    }

    .xl\:h-tw-screen {
        height: 100vh;
    }
}

/* _2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {

    /* Widths */
    ._2xl\:w-tw-auto {
        width: auto;
    }

    ._2xl\:w-tw-px {
        width: 1px;
    }

    ._2xl\:w-tw-0 {
        width: 0px;
    }

    ._2xl\:w-tw-0_5 {
        width: 0.125rem;
    }

    ._2xl\:w-tw-1 {
        width: 0.25rem;
    }

    ._2xl\:w-tw-1_5 {
        width: 0.375rem;
    }

    ._2xl\:w-tw-2 {
        width: 0.5rem;
    }

    ._2xl\:w-tw-2_5 {
        width: 0.625rem;
    }

    ._2xl\:w-tw-3 {
        width: 0.75rem;
    }

    ._2xl\:w-tw-3_5 {
        width: 0.875rem;
    }

    ._2xl\:w-tw-4 {
        width: 1rem;
    }

    ._2xl\:w-tw-5 {
        width: 1.25rem;
    }

    ._2xl\:w-tw-6 {
        width: 1.5rem;
    }

    ._2xl\:w-tw-7 {
        width: 1.75rem;
    }

    ._2xl\:w-tw-8 {
        width: 2rem;
    }

    ._2xl\:w-tw-9 {
        width: 2.25rem;
    }

    ._2xl\:w-tw-10 {
        width: 2.5rem;
    }

    ._2xl\:w-tw-11 {
        width: 2.75rem;
    }

    ._2xl\:w-tw-12 {
        width: 3rem;
    }

    ._2xl\:w-tw-14 {
        width: 3.5rem;
    }

    ._2xl\:w-tw-16 {
        width: 4rem;
    }

    ._2xl\:w-tw-20 {
        width: 5rem;
    }

    ._2xl\:w-tw-24 {
        width: 6rem;
    }

    ._2xl\:w-tw-28 {
        width: 7rem;
    }

    ._2xl\:w-tw-32 {
        width: 8rem;
    }

    ._2xl\:w-tw-36 {
        width: 9rem;
    }

    ._2xl\:w-tw-40 {
        width: 10rem;
    }

    ._2xl\:w-tw-44 {
        width: 11rem;
    }

    ._2xl\:w-tw-48 {
        width: 12rem;
    }

    ._2xl\:w-tw-52 {
        width: 13rem;
    }

    ._2xl\:w-tw-56 {
        width: 14rem;
    }

    ._2xl\:w-tw-60 {
        width: 15rem;
    }

    ._2xl\:w-tw-64 {
        width: 16rem;
    }

    ._2xl\:w-tw-72 {
        width: 18rem;
    }

    ._2xl\:w-tw-80 {
        width: 20rem;
    }

    ._2xl\:w-tw-96 {
        width: 24rem;
    }

    ._2xl\:w-tw-1\/2 {
        width: 50%;
    }

    ._2xl\:w-tw-1\/3 {
        width: 33.333333%;
    }

    ._2xl\:w-tw-2\/3 {
        width: 66.666667%;
    }

    ._2xl\:w-tw-1\/4 {
        width: 25%;
    }

    ._2xl\:w-tw-2\/4 {
        width: 50%;
    }

    ._2xl\:w-tw-3\/4 {
        width: 75%;
    }

    ._2xl\:w-tw-1\/5 {
        width: 20%;
    }

    ._2xl\:w-tw-2\/5 {
        width: 40%;
    }

    ._2xl\:w-tw-3\/5 {
        width: 60%;
    }

    ._2xl\:w-tw-4\/5 {
        width: 80%;
    }

    ._2xl\:w-tw-1\/6 {
        width: 16.666667%;
    }

    ._2xl\:w-tw-2\/6 {
        width: 33.333333%;
    }

    ._2xl\:w-tw-3\/6 {
        width: 50%;
    }

    ._2xl\:w-tw-4\/6 {
        width: 66.666667%;
    }

    ._2xl\:w-tw-5\/6 {
        width: 83.333333%;
    }

    ._2xl\:w-tw-1\/12 {
        width: 8.333333%;
    }

    ._2xl\:w-tw-2\/12 {
        width: 16.666667%;
    }

    ._2xl\:w-tw-3\/12 {
        width: 25%;
    }

    ._2xl\:w-tw-4\/12 {
        width: 33.333333%;
    }

    ._2xl\:w-tw-5\/12 {
        width: 41.666667%;
    }

    ._2xl\:w-tw-6\/12 {
        width: 50%;
    }

    ._2xl\:w-tw-7\/12 {
        width: 58.333333%;
    }

    ._2xl\:w-tw-8\/12 {
        width: 66.666667%;
    }

    ._2xl\:w-tw-9\/12 {
        width: 75%;
    }

    ._2xl\:w-tw-10\/12 {
        width: 83.333333%;
    }

    ._2xl\:w-tw-11\/12 {
        width: 91.666667%;
    }

    ._2xl\:w-tw-full {
        width: 100%;
    }

    ._2xl\:w-tw-screen {
        width: 100vw;
    }

    /* Heights */
    ._2xl\:h-tw-auto {
        height: auto;
    }

    ._2xl\:h-tw-px {
        height: 1px;
    }

    ._2xl\:h-tw-0 {
        height: 0px;
    }

    ._2xl\:h-tw-0_5 {
        height: 0.125rem;
    }

    ._2xl\:h-tw-1 {
        height: 0.25rem;
    }

    ._2xl\:h-tw-1_5 {
        height: 0.375rem;
    }

    ._2xl\:h-tw-2 {
        height: 0.5rem;
    }

    ._2xl\:h-tw-2_5 {
        height: 0.625rem;
    }

    ._2xl\:h-tw-3 {
        height: 0.75rem;
    }

    ._2xl\:h-tw-3_5 {
        height: 0.875rem;
    }

    ._2xl\:h-tw-4 {
        height: 1rem;
    }

    ._2xl\:h-tw-5 {
        height: 1.25rem;
    }

    ._2xl\:h-tw-6 {
        height: 1.5rem;
    }

    ._2xl\:h-tw-7 {
        height: 1.75rem;
    }

    ._2xl\:h-tw-8 {
        height: 2rem;
    }

    ._2xl\:h-tw-9 {
        height: 2.25rem;
    }

    ._2xl\:h-tw-10 {
        height: 2.5rem;
    }

    ._2xl\:h-tw-11 {
        height: 2.75rem;
    }

    ._2xl\:h-tw-12 {
        height: 3rem;
    }

    ._2xl\:h-tw-14 {
        height: 3.5rem;
    }

    ._2xl\:h-tw-16 {
        height: 4rem;
    }

    ._2xl\:h-tw-20 {
        height: 5rem;
    }

    ._2xl\:h-tw-24 {
        height: 6rem;
    }

    ._2xl\:h-tw-28 {
        height: 7rem;
    }

    ._2xl\:h-tw-32 {
        height: 8rem;
    }

    ._2xl\:h-tw-36 {
        height: 9rem;
    }

    ._2xl\:h-tw-40 {
        height: 10rem;
    }

    ._2xl\:h-tw-44 {
        height: 11rem;
    }

    ._2xl\:h-tw-48 {
        height: 12rem;
    }

    ._2xl\:h-tw-52 {
        height: 13rem;
    }

    ._2xl\:h-tw-56 {
        height: 14rem;
    }

    ._2xl\:h-tw-60 {
        height: 15rem;
    }

    ._2xl\:h-tw-64 {
        height: 16rem;
    }

    ._2xl\:h-tw-72 {
        height: 18rem;
    }

    ._2xl\:h-tw-80 {
        height: 20rem !important;
    }

    ._2xl\:h-tw-88 {
        height: 22rem !important;
    }

    ._2xl\:h-tw-92 {
        height: 23rem !important;
    }

    ._2xl\:h-tw-96 {
        height: 24rem !important;
    }

    ._2xl\:h-tw-100 {
        height: 25rem !important;
    }

    ._2xl\:h-tw-104 {
        height: 26rem !important;
    }

    ._2xl\:h-tw-108 {
        height: 27rem !important;
    }

    ._2xl\:h-tw-112 {
        height: 28rem !important;
    }

    ._2xl\:h-tw-1\/2 {
        height: 50%;
    }

    ._2xl\:h-tw-1\/3 {
        height: 33.333333%;
    }

    ._2xl\:h-tw-2\/3 {
        height: 66.666667%;
    }

    ._2xl\:h-tw-1\/4 {
        height: 25%;
    }

    ._2xl\:h-tw-2\/4 {
        height: 50%;
    }

    ._2xl\:h-tw-3\/4 {
        height: 75%;
    }

    ._2xl\:h-tw-1\/5 {
        height: 20%;
    }

    ._2xl\:h-tw-2\/5 {
        height: 40%;
    }

    ._2xl\:h-tw-3\/5 {
        height: 60%;
    }

    ._2xl\:h-tw-4\/5 {
        height: 80%;
    }

    ._2xl\:h-tw-1\/6 {
        height: 16.666667%;
    }

    ._2xl\:h-tw-2\/6 {
        height: 33.333333%;
    }

    ._2xl\:h-tw-3\/6 {
        height: 50%;
    }

    ._2xl\:h-tw-4\/6 {
        height: 66.666667%;
    }

    ._2xl\:h-tw-5\/6 {
        height: 83.333333%;
    }

    ._2xl\:h-tw-1\/12 {
        height: 8.333333%;
    }

    ._2xl\:h-tw-2\/12 {
        height: 16.666667%;
    }

    ._2xl\:h-tw-3\/12 {
        height: 25%;
    }

    ._2xl\:h-tw-4\/12 {
        height: 33.333333%;
    }

    ._2xl\:h-tw-5\/12 {
        height: 41.666667%;
    }

    ._2xl\:h-tw-6\/12 {
        height: 50%;
    }

    ._2xl\:h-tw-7\/12 {
        height: 58.333333%;
    }

    ._2xl\:h-tw-8\/12 {
        height: 66.666667%;
    }

    ._2xl\:h-tw-9\/12 {
        height: 75%;
    }

    ._2xl\:h-tw-10\/12 {
        height: 83.333333%;
    }

    ._2xl\:h-tw-11\/12 {
        height: 91.666667%;
    }

    ._2xl\:h-tw-full {
        height: 100%;
    }

    ._2xl\:h-tw-screen {
        height: 100vh;
    }
}

/*
 * Custom CSS utility classes for Image Positioning (object-fit and object-position)
 * based on Tailwind's methodology.
 * Each class is prefixed with a breakpoint (or no prefix for default/mobile-first)
 * and includes a "-tw-" infix. These classes will apply at their specified
 * breakpoint and above.
 */

/* Default (Mobile First) - No media query needed for base classes */

/* Object Fit */
.object-tw-contain {
    object-fit: contain;
}

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

.object-tw-fill {
    object-fit: fill;
}

.object-tw-none {
    object-fit: none;
}

.object-tw-scale-down {
    object-fit: scale-down;
}

/* Object Position */
.object-tw-bottom {
    object-position: bottom;
}

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

.object-tw-left {
    object-position: left;
}

.object-tw-left-bottom {
    object-position: left bottom;
}

.object-tw-left-top {
    object-position: left top;
}

.object-tw-right {
    object-position: right;
}

.object-tw-right-bottom {
    object-position: right bottom;
}

.object-tw-right-top {
    object-position: right top;
}

.object-tw-top {
    object-position: top;
}

/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {

    /* Object Fit */
    .sm\:object-tw-contain {
        object-fit: contain;
    }

    .sm\:object-tw-cover {
        object-fit: cover;
    }

    .sm\:object-tw-fill {
        object-fit: fill;
    }

    .sm\:object-tw-none {
        object-fit: none;
    }

    .sm\:object-tw-scale-down {
        object-fit: scale-down;
    }

    /* Object Position */
    .sm\:object-tw-bottom {
        object-position: bottom;
    }

    .sm\:object-tw-center {
        object-position: center;
    }

    .sm\:object-tw-left {
        object-position: left;
    }

    .sm\:object-tw-left-bottom {
        object-position: left bottom;
    }

    .sm\:object-tw-left-top {
        object-position: left top;
    }

    .sm\:object-tw-right {
        object-position: right;
    }

    .sm\:object-tw-right-bottom {
        object-position: right bottom;
    }

    .sm\:object-tw-right-top {
        object-position: right top;
    }

    .sm\:object-tw-top {
        object-position: top;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {

    /* Object Fit */
    .md\:object-tw-contain {
        object-fit: contain;
    }

    .md\:object-tw-cover {
        object-fit: cover;
    }

    .md\:object-tw-fill {
        object-fit: fill;
    }

    .md\:object-tw-none {
        object-fit: none;
    }

    .md\:object-tw-scale-down {
        object-fit: scale-down;
    }

    /* Object Position */
    .md\:object-tw-bottom {
        object-position: bottom;
    }

    .md\:object-tw-center {
        object-position: center;
    }

    .md\:object-tw-left {
        object-position: left;
    }

    .md\:object-tw-left-bottom {
        object-position: left bottom;
    }

    .md\:object-tw-left-top {
        object-position: left top;
    }

    .md\:object-tw-right {
        object-position: right;
    }

    .md\:object-tw-right-bottom {
        object-position: right bottom;
    }

    .md\:object-tw-right-top {
        object-position: right top;
    }

    .md\:object-tw-top {
        object-position: top;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {

    /* Object Fit */
    .lg\:object-tw-contain {
        object-fit: contain;
    }

    .lg\:object-tw-cover {
        object-fit: cover;
    }

    .lg\:object-tw-fill {
        object-fit: fill;
    }

    .lg\:object-tw-none {
        object-fit: none;
    }

    .lg\:object-tw-scale-down {
        object-fit: scale-down;
    }

    /* Object Position */
    .lg\:object-tw-bottom {
        object-position: bottom;
    }

    .lg\:object-tw-center {
        object-position: center;
    }

    .lg\:object-tw-left {
        object-position: left;
    }

    .lg\:object-tw-left-bottom {
        object-position: left bottom;
    }

    .lg\:object-tw-left-top {
        object-position: left top;
    }

    .lg\:object-tw-right {
        object-position: right;
    }

    .lg\:object-tw-right-bottom {
        object-position: right bottom;
    }

    .lg\:object-tw-right-top {
        object-position: right top;
    }

    .lg\:object-tw-top {
        object-position: top;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {

    /* Object Fit */
    .xl\:object-tw-contain {
        object-fit: contain;
    }

    .xl\:object-tw-cover {
        object-fit: cover;
    }

    .xl\:object-tw-fill {
        object-fit: fill;
    }

    .xl\:object-tw-none {
        object-fit: none;
    }

    .xl\:object-tw-scale-down {
        object-fit: scale-down;
    }

    /* Object Position */
    .xl\:object-tw-bottom {
        object-position: bottom;
    }

    .xl\:object-tw-center {
        object-position: center;
    }

    .xl\:object-tw-left {
        object-position: left;
    }

    .xl\:object-tw-left-bottom {
        object-position: left bottom;
    }

    .xl\:object-tw-left-top {
        object-position: left top;
    }

    .xl\:object-tw-right {
        object-position: right;
    }

    .xl\:object-tw-right-bottom {
        object-position: right bottom;
    }

    .xl\:object-tw-right-top {
        object-position: right top;
    }

    .xl\:object-tw-top {
        object-position: top;
    }
}

/* _2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {

    /* Object Fit */
    ._2xl\:object-tw-contain {
        object-fit: contain;
    }

    ._2xl\:object-tw-cover {
        object-fit: cover;
    }

    ._2xl\:object-tw-fill {
        object-fit: fill;
    }

    ._2xl\:object-tw-none {
        object-fit: none;
    }

    ._2xl\:object-tw-scale-down {
        object-fit: scale-down;
    }

    /* Object Position */
    ._2xl\:object-tw-bottom {
        object-position: bottom;
    }

    ._2xl\:object-tw-center {
        object-position: center;
    }

    ._2xl\:object-tw-left {
        object-position: left;
    }

    ._2xl\:object-tw-left-bottom {
        object-position: left bottom;
    }

    ._2xl\:object-tw-left-top {
        object-position: left top;
    }

    ._2xl\:object-tw-right {
        object-position: right;
    }

    ._2xl\:object-tw-right-bottom {
        object-position: right bottom;
    }

    ._2xl\:object-tw-right-top {
        object-position: right top;
    }

    ._2xl\:object-tw-top {
        object-position: top;
    }
}

/*
 * Custom CSS utility classes for Positioning (top, left, bottom, right)
 * based on Tailwind's methodology.
 * Each class is prefixed with a breakpoint (or no prefix for default/mobile-first)
 * and includes a "-tw-" infix. These classes will apply at their specified
 * breakpoint and above.
 */

/* Default (Mobile First) - No media query needed for base classes */

/* Top */
.top-tw-auto {
    top: auto !important;
}

.top-tw-0 {
    top: 0px !important;
}

.top-tw-px {
    top: 1px !important;
}

.top-tw-0_5 {
    top: 0.125rem !important;
    /* 2px */
}

.top-tw-1 {
    top: 0.25rem !important;
    /* 4px */
}

.top-tw-1_5 {
    top: 0.375rem !important;
    /* 6px */
}

.top-tw-2 {
    top: 0.5rem !important;
    /* 8px */
}

.top-tw-2_5 {
    top: 0.625rem !important;
    /* 10px */
}

.top-tw-3 {
    top: 0.75rem !important;
    /* 12px */
}

.top-tw-3_5 {
    top: 0.875rem !important;
    /* 14px */
}

.top-tw-4 {
    top: 1rem !important;
    /* 16px */
}

.top-tw-5 {
    top: 1.25rem !important;
    /* 20px */
}

.top-tw-6 {
    top: 1.5rem !important;
    /* 24px */
}

.top-tw-7 {
    top: 1.75rem !important;
    /* 28px */
}

.top-tw-8 {
    top: 2rem !important;
    /* 32px */
}

.top-tw-9 {
    top: 2.25rem !important;
    /* 36px */
}

.top-tw-10 {
    top: 2.5rem !important;
    /* 40px */
}

.top-tw-11 {
    top: 2.75rem !important;
    /* 44px */
}

.top-tw-12 {
    top: 3rem !important;
    /* 48px */
}

.top-tw-14 {
    top: 3.5rem !important;
    /* 56px */
}

.top-tw-16 {
    top: 4rem !important;
    /* 64px */
}

.top-tw-20 {
    top: 5rem !important;
    /* 80px */
}

.top-tw-24 {
    top: 6rem !important;
    /* 96px */
}

.top-tw-28 {
    top: 7rem !important;
    /* 112px */
}

.top-tw-32 {
    top: 8rem !important;
    /* 128px */
}

.top-tw-36 {
    top: 9rem !important;
    /* 144px */
}

.top-tw-40 {
    top: 10rem !important;
    /* 160px */
}

.top-tw-44 {
    top: 11rem !important;
    /* 176px */
}

.top-tw-48 {
    top: 12rem !important;
    /* 192px */
}

.top-tw-52 {
    top: 13rem !important;
    /* 208px */
}

.top-tw-56 {
    top: 14rem !important;
    /* 224px */
}

.top-tw-60 {
    top: 15rem !important;
    /* 240px */
}

.top-tw-64 {
    top: 16rem !important;
    /* 256px */
}

.top-tw-72 {
    top: 18rem !important;
    /* 288px */
}

.top-tw-80 {
    top: 20rem !important;
    /* 320px */
}

.top-tw-96 {
    top: 24rem !important;
    /* 384px */
}

.top-tw-1\/2 {
    top: 50% !important;
}

.top-tw-1\/3 {
    top: 33.333333% !important;
}

.top-tw-2\/3 {
    top: 66.666667% !important;
}

.top-tw-1\/4 {
    top: 25% !important;
}

.top-tw-2\/4 {
    top: 50% !important;
}

.top-tw-3\/4 {
    top: 75% !important;
}

.top-tw-full {
    top: 100% !important;
}

/* Right */
.right-tw-auto {
    right: auto !important;
}

.right-tw-0 {
    right: 0px !important;
}

.right-tw-px {
    right: 1px !important;
}

.right-tw-0_5 {
    right: 0.125rem !important;
}

.right-tw-1 {
    right: 0.25rem !important;
}

.right-tw-1_5 {
    right: 0.375rem !important;
}

.right-tw-2 {
    right: 0.5rem !important;
}

.right-tw-2_5 {
    right: 0.625rem !important;
}

.right-tw-3 {
    right: 0.75rem !important;
}

.right-tw-3_5 {
    right: 0.875rem !important;
}

.right-tw-4 {
    right: 1rem !important;
}

.right-tw-5 {
    right: 1.25rem !important;
}

.right-tw-6 {
    right: 1.5rem !important;
}

.right-tw-7 {
    right: 1.75rem !important;
}

.right-tw-8 {
    right: 2rem !important;
}

.right-tw-9 {
    right: 2.25rem !important;
}

.right-tw-10 {
    right: 2.5rem !important;
}

.right-tw-11 {
    right: 2.75rem !important;
}

.right-tw-12 {
    right: 3rem !important;
}

.right-tw-14 {
    right: 3.5rem !important;
}

.right-tw-16 {
    right: 4rem !important;
}

.right-tw-20 {
    right: 5rem !important;
}

.right-tw-24 {
    right: 6rem !important;
}

.right-tw-28 {
    right: 7rem !important;
}

.right-tw-32 {
    right: 8rem !important;
}

.right-tw-36 {
    right: 9rem !important;
}

.right-tw-40 {
    right: 10rem !important;
}

.right-tw-44 {
    right: 11rem !important;
}

.right-tw-48 {
    right: 12rem !important;
}

.right-tw-52 {
    right: 13rem !important;
}

.right-tw-56 {
    right: 14rem !important;
}

.right-tw-60 {
    right: 15rem !important;
}

.right-tw-64 {
    right: 16rem !important;
}

.right-tw-72 {
    right: 18rem !important;
}

.right-tw-80 {
    right: 20rem !important;
}

.right-tw-96 {
    right: 24rem !important;
}

.right-tw-1\/2 {
    right: 50% !important;
}

.right-tw-1\/3 {
    right: 33.333333% !important;
}

.right-tw-2\/3 {
    right: 66.666667% !important;
}

.right-tw-1\/4 {
    right: 25% !important;
}

.right-tw-2\/4 {
    right: 50% !important;
}

.right-tw-3\/4 {
    right: 75% !important;
}

.right-tw-full {
    right: 100% !important;
}

/* Bottom */
.bottom-tw-auto {
    bottom: auto !important;
}

.bottom-tw-0 {
    bottom: 0px !important;
}

.bottom-tw-px {
    bottom: 1px !important;
}

.bottom-tw-0_5 {
    bottom: 0.125rem !important;
}

.bottom-tw-1 {
    bottom: 0.25rem !important;
}

.bottom-tw-1_5 {
    bottom: 0.375rem !important;
}

.bottom-tw-2 {
    bottom: 0.5rem !important;
}

.bottom-tw-2_5 {
    bottom: 0.625rem !important;
}

.bottom-tw-3 {
    bottom: 0.75rem !important;
}

.bottom-tw-3_5 {
    bottom: 0.875rem !important;
}

.bottom-tw-4 {
    bottom: 1rem !important;
}

.bottom-tw-5 {
    bottom: 1.25rem !important;
}

.bottom-tw-6 {
    bottom: 1.5rem !important;
}

.bottom-tw-7 {
    bottom: 1.75rem !important;
}

.bottom-tw-8 {
    bottom: 2rem !important;
}

.bottom-tw-9 {
    bottom: 2.25rem !important;
}

.bottom-tw-10 {
    bottom: 2.5rem !important;
}

.bottom-tw-11 {
    bottom: 2.75rem !important;
}

.bottom-tw-12 {
    bottom: 3rem !important;
}

.bottom-tw-14 {
    bottom: 3.5rem !important;
}

.bottom-tw-16 {
    bottom: 4rem !important;
}

.bottom-tw-20 {
    bottom: 5rem !important;
}

.bottom-tw-24 {
    bottom: 6rem !important;
}

.bottom-tw-28 {
    bottom: 7rem !important;
}

.bottom-tw-32 {
    bottom: 8rem !important;
}

.bottom-tw-36 {
    bottom: 9rem !important;
}

.bottom-tw-40 {
    bottom: 10rem !important;
}

.bottom-tw-44 {
    bottom: 11rem !important;
}

.bottom-tw-48 {
    bottom: 12rem !important;
}

.bottom-tw-52 {
    bottom: 13rem !important;
}

.bottom-tw-56 {
    bottom: 14rem !important;
}

.bottom-tw-60 {
    bottom: 15rem !important;
}

.bottom-tw-64 {
    bottom: 16rem !important;
}

.bottom-tw-72 {
    bottom: 18rem !important;
}

.bottom-tw-80 {
    bottom: 20rem !important;
}

.bottom-tw-96 {
    bottom: 24rem !important;
}

.bottom-tw-1\/2 {
    bottom: 50% !important;
}

.bottom-tw-1\/3 {
    bottom: 33.333333% !important;
}

.bottom-tw-2\/3 {
    bottom: 66.666667% !important;
}

.bottom-tw-1\/4 {
    bottom: 25% !important;
}

.bottom-tw-2\/4 {
    bottom: 50% !important;
}

.bottom-tw-3\/4 {
    bottom: 75% !important;
}

.bottom-tw-full {
    bottom: 100% !important;
}

/* Left */
.left-tw-auto {
    left: auto !important;
}

.left-tw-0 {
    left: 0px !important;
}

.left-tw-px {
    left: 1px !important;
}

.left-tw-0_5 {
    left: 0.125rem !important;
}

.left-tw-1 {
    left: 0.25rem !important;
}

.left-tw-1_5 {
    left: 0.375rem !important;
}

.left-tw-2 {
    left: 0.5rem !important;
}

.left-tw-2_5 {
    left: 0.625rem !important;
}

.left-tw-3 {
    left: 0.75rem !important;
}

.left-tw-3_5 {
    left: 0.875rem !important;
}

.left-tw-4 {
    left: 1rem !important;
}

.left-tw-5 {
    left: 1.25rem !important;
}

.left-tw-6 {
    left: 1.5rem !important;
}

.left-tw-7 {
    left: 1.75rem !important;
}

.left-tw-8 {
    left: 2rem !important;
}

.left-tw-9 {
    left: 2.25rem !important;
}

.left-tw-10 {
    left: 2.5rem !important;
}

.left-tw-11 {
    left: 2.75rem !important;
}

.left-tw-12 {
    left: 3rem !important;
}

.left-tw-14 {
    left: 3.5rem !important;
}

.left-tw-16 {
    left: 4rem !important;
}

.left-tw-20 {
    left: 5rem !important;
}

.left-tw-24 {
    left: 6rem !important;
}

.left-tw-28 {
    left: 7rem !important;
}

.left-tw-32 {
    left: 8rem !important;
}

.left-tw-36 {
    left: 9rem !important;
}

.left-tw-40 {
    left: 10rem !important;
}

.left-tw-44 {
    left: 11rem !important;
}

.left-tw-48 {
    left: 12rem !important;
}

.left-tw-52 {
    left: 13rem !important;
}

.left-tw-56 {
    left: 14rem !important;
}

.left-tw-60 {
    left: 15rem !important;
}

.left-tw-64 {
    left: 16rem !important;
}

.left-tw-72 {
    left: 18rem !important;
}

.left-tw-80 {
    left: 20rem !important;
}

.left-tw-96 {
    left: 24rem !important;
}

.left-tw-1\/2 {
    left: 50% !important;
}

.left-tw-1\/3 {
    left: 33.333333% !important;
}

.left-tw-2\/3 {
    left: 66.666667% !important;
}

.left-tw-1\/4 {
    left: 25% !important;
}

.left-tw-2\/4 {
    left: 50% !important;
}

.left-tw-3\/4 {
    left: 75% !important;
}

.left-tw-full {
    left: 100% !important;
}

/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {

    /* Top */
    .sm\:top-tw-auto {
        top: auto !important;
    }

    .sm\:top-tw-0 {
        top: 0px !important;
    }

    .sm\:top-tw-px {
        top: 1px !important;
    }

    .sm\:top-tw-0_5 {
        top: 0.125rem !important;
    }

    .sm\:top-tw-1 {
        top: 0.25rem !important;
    }

    .sm\:top-tw-1_5 {
        top: 0.375rem !important;
    }

    .sm\:top-tw-2 {
        top: 0.5rem !important;
    }

    .sm\:top-tw-2_5 {
        top: 0.625rem !important;
    }

    .sm\:top-tw-3 {
        top: 0.75rem !important;
    }

    .sm\:top-tw-3_5 {
        top: 0.875rem !important;
    }

    .sm\:top-tw-4 {
        top: 1rem !important;
    }

    .sm\:top-tw-5 {
        top: 1.25rem !important;
    }

    .sm\:top-tw-6 {
        top: 1.5rem !important;
    }

    .sm\:top-tw-7 {
        top: 1.75rem !important;
    }

    .sm\:top-tw-8 {
        top: 2rem !important;
    }

    .sm\:top-tw-9 {
        top: 2.25rem !important;
    }

    .sm\:top-tw-10 {
        top: 2.5rem !important;
    }

    .sm\:top-tw-11 {
        top: 2.75rem !important;
    }

    .sm\:top-tw-12 {
        top: 3rem !important;
    }

    .sm\:top-tw-14 {
        top: 3.5rem !important;
    }

    .sm\:top-tw-16 {
        top: 4rem !important;
    }

    .sm\:top-tw-20 {
        top: 5rem !important;
    }

    .sm\:top-tw-24 {
        top: 6rem !important;
    }

    .sm\:top-tw-28 {
        top: 7rem !important;
    }

    .sm\:top-tw-32 {
        top: 8rem !important;
    }

    .sm\:top-tw-36 {
        top: 9rem !important;
    }

    .sm\:top-tw-40 {
        top: 10rem !important;
    }

    .sm\:top-tw-44 {
        top: 11rem !important;
    }

    .sm\:top-tw-48 {
        top: 12rem !important;
    }

    .sm\:top-tw-52 {
        top: 13rem !important;
    }

    .sm\:top-tw-56 {
        top: 14rem !important;
    }

    .sm\:top-tw-60 {
        top: 15rem !important;
    }

    .sm\:top-tw-64 {
        top: 16rem !important;
    }

    .sm\:top-tw-72 {
        top: 18rem !important;
    }

    .sm\:top-tw-80 {
        top: 20rem !important;
    }

    .sm\:top-tw-96 {
        top: 24rem !important;
    }

    .sm\:top-tw-1\/2 {
        top: 50% !important;
    }

    .sm\:top-tw-1\/3 {
        top: 33.333333% !important;
    }

    .sm\:top-tw-2\/3 {
        top: 66.666667% !important;
    }

    .sm\:top-tw-1\/4 {
        top: 25% !important;
    }

    .sm\:top-tw-2\/4 {
        top: 50% !important;
    }

    .sm\:top-tw-3\/4 {
        top: 75% !important;
    }

    .sm\:top-tw-full {
        top: 100% !important;
    }

    /* Right */
    .sm\:right-tw-auto {
        right: auto !important;
    }

    .sm\:right-tw-0 {
        right: 0px !important;
    }

    .sm\:right-tw-px {
        right: 1px !important;
    }

    .sm\:right-tw-0_5 {
        right: 0.125rem !important;
    }

    .sm\:right-tw-1 {
        right: 0.25rem !important;
    }

    .sm\:right-tw-1_5 {
        right: 0.375rem !important;
    }

    .sm\:right-tw-2 {
        right: 0.5rem !important;
    }

    .sm\:right-tw-2_5 {
        right: 0.625rem !important;
    }

    .sm\:right-tw-3 {
        right: 0.75rem !important;
    }

    .sm\:right-tw-3_5 {
        right: 0.875rem !important;
    }

    .sm\:right-tw-4 {
        right: 1rem !important;
    }

    .sm\:right-tw-5 {
        right: 1.25rem !important;
    }

    .sm\:right-tw-6 {
        right: 1.5rem !important;
    }

    .sm\:right-tw-7 {
        right: 1.75rem !important;
    }

    .sm\:right-tw-8 {
        right: 2rem !important;
    }

    .sm\:right-tw-9 {
        right: 2.25rem !important;
    }

    .sm\:right-tw-10 {
        right: 2.5rem !important;
    }

    .sm\:right-tw-11 {
        right: 2.75rem !important;
    }

    .sm\:right-tw-12 {
        right: 3rem !important;
    }

    .sm\:right-tw-14 {
        right: 3.5rem !important;
    }

    .sm\:right-tw-16 {
        right: 4rem !important;
    }

    .sm\:right-tw-20 {
        right: 5rem !important;
    }

    .sm\:right-tw-24 {
        right: 6rem !important;
    }

    .sm\:right-tw-28 {
        right: 7rem !important;
    }

    .sm\:right-tw-32 {
        right: 8rem !important;
    }

    .sm\:right-tw-36 {
        right: 9rem !important;
    }

    .sm\:right-tw-40 {
        right: 10rem !important;
    }

    .sm\:right-tw-44 {
        right: 11rem !important;
    }

    .sm\:right-tw-48 {
        right: 12rem !important;
    }

    .sm\:right-tw-52 {
        right: 13rem !important;
    }

    .sm\:right-tw-56 {
        right: 14rem !important;
    }

    .sm\:right-tw-60 {
        right: 15rem !important;
    }

    .sm\:right-tw-64 {
        right: 16rem !important;
    }

    .sm\:right-tw-72 {
        right: 18rem !important;
    }

    .sm\:right-tw-80 {
        right: 20rem !important;
    }

    .sm\:right-tw-96 {
        right: 24rem !important;
    }

    .sm\:right-tw-1\/2 {
        right: 50% !important;
    }

    .sm\:right-tw-1\/3 {
        right: 33.333333% !important;
    }

    .sm\:right-tw-2\/3 {
        right: 66.666667% !important;
    }

    .sm\:right-tw-1\/4 {
        right: 25% !important;
    }

    .sm\:right-tw-2\/4 {
        right: 50% !important;
    }

    .sm\:right-tw-3\/4 {
        right: 75% !important;
    }

    .sm\:right-tw-full {
        right: 100% !important;
    }

    /* Bottom */
    .sm\:bottom-tw-auto {
        bottom: auto !important;
    }

    .sm\:bottom-tw-0 {
        bottom: 0px !important;
    }

    .sm\:bottom-tw-px {
        bottom: 1px !important;
    }

    .sm\:bottom-tw-0_5 {
        bottom: 0.125rem !important;
    }

    .sm\:bottom-tw-1 {
        bottom: 0.25rem !important;
    }

    .sm\:bottom-tw-1_5 {
        bottom: 0.375rem !important;
    }

    .sm\:bottom-tw-2 {
        bottom: 0.5rem !important;
    }

    .sm\:bottom-tw-2_5 {
        bottom: 0.625rem !important;
    }

    .sm\:bottom-tw-3 {
        bottom: 0.75rem !important;
    }

    .sm\:bottom-tw-3_5 {
        bottom: 0.875rem !important;
    }

    .sm\:bottom-tw-4 {
        bottom: 1rem !important;
    }

    .sm\:bottom-tw-5 {
        bottom: 1.25rem !important;
    }

    .sm\:bottom-tw-6 {
        bottom: 1.5rem !important;
    }

    .sm\:bottom-tw-7 {
        bottom: 1.75rem !important;
    }

    .sm\:bottom-tw-8 {
        bottom: 2rem !important;
    }

    .sm\:bottom-tw-9 {
        bottom: 2.25rem !important;
    }

    .sm\:bottom-tw-10 {
        bottom: 2.5rem !important;
    }

    .sm\:bottom-tw-11 {
        bottom: 2.75rem !important;
    }

    .sm\:bottom-tw-12 {
        bottom: 3rem !important;
    }

    .sm\:bottom-tw-14 {
        bottom: 3.5rem !important;
    }

    .sm\:bottom-tw-16 {
        bottom: 4rem !important;
    }

    .sm\:bottom-tw-20 {
        bottom: 5rem !important;
    }

    .sm\:bottom-tw-24 {
        bottom: 6rem !important;
    }

    .sm\:bottom-tw-28 {
        bottom: 7rem !important;
    }

    .sm\:bottom-tw-32 {
        bottom: 8rem !important;
    }

    .sm\:bottom-tw-36 {
        bottom: 9rem !important;
    }

    .sm\:bottom-tw-40 {
        bottom: 10rem !important;
    }

    .sm\:bottom-tw-44 {
        bottom: 11rem !important;
    }

    .sm\:bottom-tw-48 {
        bottom: 12rem !important;
    }

    .sm\:bottom-tw-52 {
        bottom: 13rem !important;
    }

    .sm\:bottom-tw-56 {
        bottom: 14rem !important;
    }

    .sm\:bottom-tw-60 {
        bottom: 15rem !important;
    }

    .sm\:bottom-tw-64 {
        bottom: 16rem !important;
    }

    .sm\:bottom-tw-72 {
        bottom: 18rem !important;
    }

    .sm\:bottom-tw-80 {
        bottom: 20rem !important;
    }

    .sm\:bottom-tw-96 {
        bottom: 24rem !important;
    }

    .sm\:bottom-tw-1\/2 {
        bottom: 50% !important;
    }

    .sm\:bottom-tw-1\/3 {
        bottom: 33.333333% !important;
    }

    .sm\:bottom-tw-2\/3 {
        bottom: 66.666667% !important;
    }

    .sm\:bottom-tw-1\/4 {
        bottom: 25% !important;
    }

    .sm\:bottom-tw-2\/4 {
        bottom: 50% !important;
    }

    .sm\:bottom-tw-3\/4 {
        bottom: 75% !important;
    }

    .sm\:bottom-tw-full {
        bottom: 100% !important;
    }

    /* Left */
    .sm\:left-tw-auto {
        left: auto !important;
    }

    .sm\:left-tw-0 {
        left: 0px !important;
    }

    .sm\:left-tw-px {
        left: 1px !important;
    }

    .sm\:left-tw-0_5 {
        left: 0.125rem !important;
    }

    .sm\:left-tw-1 {
        left: 0.25rem !important;
    }

    .sm\:left-tw-1_5 {
        left: 0.375rem !important;
    }

    .sm\:left-tw-2 {
        left: 0.5rem !important;
    }

    .sm\:left-tw-2_5 {
        left: 0.625rem !important;
    }

    .sm\:left-tw-3 {
        left: 0.75rem !important;
    }

    .sm\:left-tw-3_5 {
        left: 0.875rem !important;
    }

    .sm\:left-tw-4 {
        left: 1rem !important;
    }

    .sm\:left-tw-5 {
        left: 1.25rem !important;
    }

    .sm\:left-tw-6 {
        left: 1.5rem !important;
    }

    .sm\:left-tw-7 {
        left: 1.75rem !important;
    }

    .sm\:left-tw-8 {
        left: 2rem !important;
    }

    .sm\:left-tw-9 {
        left: 2.25rem !important;
    }

    .sm\:left-tw-10 {
        left: 2.5rem !important;
    }

    .sm\:left-tw-11 {
        left: 2.75rem !important;
    }

    .sm\:left-tw-12 {
        left: 3rem !important;
    }

    .sm\:left-tw-14 {
        left: 3.5rem !important;
    }

    .sm\:left-tw-16 {
        left: 4rem !important;
    }

    .sm\:left-tw-20 {
        left: 5rem !important;
    }

    .sm\:left-tw-24 {
        left: 6rem !important;
    }

    .sm\:left-tw-28 {
        left: 7rem !important;
    }

    .sm\:left-tw-32 {
        left: 8rem !important;
    }

    .sm\:left-tw-36 {
        left: 9rem !important;
    }

    .sm\:left-tw-40 {
        left: 10rem !important;
    }

    .sm\:left-tw-44 {
        left: 11rem !important;
    }

    .sm\:left-tw-48 {
        left: 12rem !important;
    }

    .sm\:left-tw-52 {
        left: 13rem !important;
    }

    .sm\:left-tw-56 {
        left: 14rem !important;
    }

    .sm\:left-tw-60 {
        left: 15rem !important;
    }

    .sm\:left-tw-64 {
        left: 16rem !important;
    }

    .sm\:left-tw-72 {
        left: 18rem !important;
    }

    .sm\:left-tw-80 {
        left: 20rem !important;
    }

    .sm\:left-tw-96 {
        left: 24rem !important;
    }

    .sm\:left-tw-1\/2 {
        left: 50% !important;
    }

    .sm\:left-tw-1\/3 {
        left: 33.333333% !important;
    }

    .sm\:left-tw-2\/3 {
        left: 66.666667% !important;
    }

    .sm\:left-tw-1\/4 {
        left: 25% !important;
    }

    .sm\:left-tw-2\/4 {
        left: 50% !important;
    }

    .sm\:left-tw-3\/4 {
        left: 75% !important;
    }

    .sm\:left-tw-full {
        left: 100% !important;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {

    /* Top */
    .md\:top-tw-auto {
        top: auto !important;
    }

    .md\:top-tw-0 {
        top: 0px !important;
    }

    .md\:top-tw-px {
        top: 1px !important;
    }

    .md\:top-tw-0_5 {
        top: 0.125rem !important;
    }

    .md\:top-tw-1 {
        top: 0.25rem !important;
    }

    .md\:top-tw-1_5 {
        top: 0.375rem !important;
    }

    .md\:top-tw-2 {
        top: 0.5rem !important;
    }

    .md\:top-tw-2_5 {
        top: 0.625rem !important;
    }

    .md\:top-tw-3 {
        top: 0.75rem !important;
    }

    .md\:top-tw-3_5 {
        top: 0.875rem !important;
    }

    .md\:top-tw-4 {
        top: 1rem !important;
    }

    .md\:top-tw-5 {
        top: 1.25rem !important;
    }

    .md\:top-tw-6 {
        top: 1.5rem !important;
    }

    .md\:top-tw-7 {
        top: 1.75rem !important;
    }

    .md\:top-tw-8 {
        top: 2rem !important;
    }

    .md\:top-tw-9 {
        top: 2.25rem !important;
    }

    .md\:top-tw-10 {
        top: 2.5rem !important;
    }

    .md\:top-tw-11 {
        top: 2.75rem !important;
    }

    .md\:top-tw-12 {
        top: 3rem !important;
    }

    .md\:top-tw-14 {
        top: 3.5rem !important;
    }

    .md\:top-tw-16 {
        top: 4rem !important;
    }

    .md\:top-tw-20 {
        top: 5rem !important;
    }

    .md\:top-tw-24 {
        top: 6rem !important;
    }

    .md\:top-tw-28 {
        top: 7rem !important;
    }

    .md\:top-tw-32 {
        top: 8rem !important;
    }

    .md\:top-tw-36 {
        top: 9rem !important;
    }

    .md\:top-tw-40 {
        top: 10rem !important;
    }

    .md\:top-tw-44 {
        top: 11rem !important;
    }

    .md\:top-tw-48 {
        top: 12rem !important;
    }

    .md\:top-tw-52 {
        top: 13rem !important;
    }

    .md\:top-tw-56 {
        top: 14rem !important;
    }

    .md\:top-tw-60 {
        top: 15rem !important;
    }

    .md\:top-tw-64 {
        top: 16rem !important;
    }

    .md\:top-tw-72 {
        top: 18rem !important;
    }

    .md\:top-tw-80 {
        top: 20rem !important;
    }

    .md\:top-tw-96 {
        top: 24rem !important;
    }

    .md\:top-tw-1\/2 {
        top: 50% !important;
    }

    .md\:top-tw-1\/3 {
        top: 33.333333% !important;
    }

    .md\:top-tw-2\/3 {
        top: 66.666667% !important;
    }

    .md\:top-tw-1\/4 {
        top: 25% !important;
    }

    .md\:top-tw-2\/4 {
        top: 50% !important;
    }

    .md\:top-tw-3\/4 {
        top: 75% !important;
    }

    .md\:top-tw-full {
        top: 100% !important;
    }

    /* Right */
    .md\:right-tw-auto {
        right: auto !important;
    }

    .md\:right-tw-0 {
        right: 0px !important;
    }

    .md\:right-tw-px {
        right: 1px !important;
    }

    .md\:right-tw-0_5 {
        right: 0.125rem !important;
    }

    .md\:right-tw-1 {
        right: 0.25rem !important;
    }

    .md\:right-tw-1_5 {
        right: 0.375rem !important;
    }

    .md\:right-tw-2 {
        right: 0.5rem !important;
    }

    .md\:right-tw-2_5 {
        right: 0.625rem !important;
    }

    .md\:right-tw-3 {
        right: 0.75rem !important;
    }

    .md\:right-tw-3_5 {
        right: 0.875rem !important;
    }

    .md\:right-tw-4 {
        right: 1rem !important;
    }

    .md\:right-tw-5 {
        right: 1.25rem !important;
    }

    .md\:right-tw-6 {
        right: 1.5rem !important;
    }

    .md\:right-tw-7 {
        right: 1.75rem !important;
    }

    .md\:right-tw-8 {
        right: 2rem !important;
    }

    .md\:right-tw-9 {
        right: 2.25rem !important;
    }

    .md\:right-tw-10 {
        right: 2.5rem !important;
    }

    .md\:right-tw-11 {
        right: 2.75rem !important;
    }

    .md\:right-tw-12 {
        right: 3rem !important;
    }

    .md\:right-tw-14 {
        right: 3.5rem !important;
    }

    .md\:right-tw-16 {
        right: 4rem !important;
    }

    .md\:right-tw-20 {
        right: 5rem !important;
    }

    .md\:right-tw-24 {
        right: 6rem !important;
    }

    .md\:right-tw-28 {
        right: 7rem !important;
    }

    .md\:right-tw-32 {
        right: 8rem !important;
    }

    .md\:right-tw-36 {
        right: 9rem !important;
    }

    .md\:right-tw-40 {
        right: 10rem !important;
    }

    .md\:right-tw-44 {
        right: 11rem !important;
    }

    .md\:right-tw-48 {
        right: 12rem !important;
    }

    .md\:right-tw-52 {
        right: 13rem !important;
    }

    .md\:right-tw-56 {
        right: 14rem !important;
    }

    .md\:right-tw-60 {
        right: 15rem !important;
    }

    .md\:right-tw-64 {
        right: 16rem !important;
    }

    .md\:right-tw-72 {
        right: 18rem !important;
    }

    .md\:right-tw-80 {
        right: 20rem !important;
    }

    .md\:right-tw-96 {
        right: 24rem !important;
    }

    .md\:right-tw-1\/2 {
        right: 50% !important;
    }

    .md\:right-tw-1\/3 {
        right: 33.333333% !important;
    }

    .md\:right-tw-2\/3 {
        right: 66.666667% !important;
    }

    .md\:right-tw-1\/4 {
        right: 25% !important;
    }

    .md\:right-tw-2\/4 {
        right: 50% !important;
    }

    .md\:right-tw-3\/4 {
        right: 75% !important;
    }

    .md\:right-tw-full {
        right: 100% !important;
    }

    /* Bottom */
    .md\:bottom-tw-auto {
        bottom: auto !important;
    }

    .md\:bottom-tw-0 {
        bottom: 0px !important;
    }

    .md\:bottom-tw-px {
        bottom: 1px !important;
    }

    .md\:bottom-tw-0_5 {
        bottom: 0.125rem !important;
    }

    .md\:bottom-tw-1 {
        bottom: 0.25rem !important;
    }

    .md\:bottom-tw-1_5 {
        bottom: 0.375rem !important;
    }

    .md\:bottom-tw-2 {
        bottom: 0.5rem !important;
    }

    .md\:bottom-tw-2_5 {
        bottom: 0.625rem !important;
    }

    .md\:bottom-tw-3 {
        bottom: 0.75rem !important;
    }

    .md\:bottom-tw-3_5 {
        bottom: 0.875rem !important;
    }

    .md\:bottom-tw-4 {
        bottom: 1rem !important;
    }

    .md\:bottom-tw-5 {
        bottom: 1.25rem !important;
    }

    .md\:bottom-tw-6 {
        bottom: 1.5rem !important;
    }

    .md\:bottom-tw-7 {
        bottom: 1.75rem !important;
    }

    .md\:bottom-tw-8 {
        bottom: 2rem !important;
    }

    .md\:bottom-tw-9 {
        bottom: 2.25rem !important;
    }

    .md\:bottom-tw-10 {
        bottom: 2.5rem !important;
    }

    .md\:bottom-tw-11 {
        bottom: 2.75rem !important;
    }

    .md\:bottom-tw-12 {
        bottom: 3rem !important;
    }

    .md\:bottom-tw-14 {
        bottom: 3.5rem !important;
    }

    .md\:bottom-tw-16 {
        bottom: 4rem !important;
    }

    .md\:bottom-tw-20 {
        bottom: 5rem !important;
    }

    .md\:bottom-tw-24 {
        bottom: 6rem !important;
    }

    .md\:bottom-tw-28 {
        bottom: 7rem !important;
    }

    .md\:bottom-tw-32 {
        bottom: 8rem !important;
    }

    .md\:bottom-tw-36 {
        bottom: 9rem !important;
    }

    .md\:bottom-tw-40 {
        bottom: 10rem !important;
    }

    .md\:bottom-tw-44 {
        bottom: 11rem !important;
    }

    .md\:bottom-tw-48 {
        bottom: 12rem !important;
    }

    .md\:bottom-tw-52 {
        bottom: 13rem !important;
    }

    .md\:bottom-tw-56 {
        bottom: 14rem !important;
    }

    .md\:bottom-tw-60 {
        bottom: 15rem !important;
    }

    .md\:bottom-tw-64 {
        bottom: 16rem !important;
    }

    .md\:bottom-tw-72 {
        bottom: 18rem !important;
    }

    .md\:bottom-tw-80 {
        bottom: 20rem !important;
    }

    .md\:bottom-tw-96 {
        bottom: 24rem !important;
    }

    .md\:bottom-tw-1\/2 {
        bottom: 50% !important;
    }

    .md\:bottom-tw-1\/3 {
        bottom: 33.333333% !important;
    }

    .md\:bottom-tw-2\/3 {
        bottom: 66.666667% !important;
    }

    .md\:bottom-tw-1\/4 {
        bottom: 25% !important;
    }

    .md\:bottom-tw-2\/4 {
        bottom: 50% !important;
    }

    .md\:bottom-tw-3\/4 {
        bottom: 75% !important;
    }

    .md\:bottom-tw-full {
        bottom: 100% !important;
    }

    /* Left */
    .md\:left-tw-auto {
        left: auto !important;
    }

    .md\:left-tw-0 {
        left: 0px !important;
    }

    .md\:left-tw-px {
        left: 1px !important;
    }

    .md\:left-tw-0_5 {
        left: 0.125rem !important;
    }

    .md\:left-tw-1 {
        left: 0.25rem !important;
    }

    .md\:left-tw-1_5 {
        left: 0.375rem !important;
    }

    .md\:left-tw-2 {
        left: 0.5rem !important;
    }

    .md\:left-tw-2_5 {
        left: 0.625rem !important;
    }

    .md\:left-tw-3 {
        left: 0.75rem !important;
    }

    .md\:left-tw-3_5 {
        left: 0.875rem !important;
    }

    .md\:left-tw-4 {
        left: 1rem !important;
    }

    .md\:left-tw-5 {
        left: 1.25rem !important;
    }

    .md\:left-tw-6 {
        left: 1.5rem !important;
    }

    .md\:left-tw-7 {
        left: 1.75rem !important;
    }

    .md\:left-tw-8 {
        left: 2rem !important;
    }

    .md\:left-tw-9 {
        left: 2.25rem !important;
    }

    .md\:left-tw-10 {
        left: 2.5rem !important;
    }

    .md\:left-tw-11 {
        left: 2.75rem !important;
    }

    .md\:left-tw-12 {
        left: 3rem !important;
    }

    .md\:left-tw-14 {
        left: 3.5rem !important;
    }

    .md\:left-tw-16 {
        left: 4rem !important;
    }

    .md\:left-tw-20 {
        left: 5rem !important;
    }

    .md\:left-tw-24 {
        left: 6rem !important;
    }

    .md\:left-tw-28 {
        left: 7rem !important;
    }

    .md\:left-tw-32 {
        left: 8rem !important;
    }

    .md\:left-tw-36 {
        left: 9rem !important;
    }

    .md\:left-tw-40 {
        left: 10rem !important;
    }

    .md\:left-tw-44 {
        left: 11rem !important;
    }

    .md\:left-tw-48 {
        left: 12rem !important;
    }

    .md\:left-tw-52 {
        left: 13rem !important;
    }

    .md\:left-tw-56 {
        left: 14rem !important;
    }

    .md\:left-tw-60 {
        left: 15rem !important;
    }

    .md\:left-tw-64 {
        left: 16rem !important;
    }

    .md\:left-tw-72 {
        left: 18rem !important;
    }

    .md\:left-tw-80 {
        left: 20rem !important;
    }

    .md\:left-tw-96 {
        left: 24rem !important;
    }

    .md\:left-tw-1\/2 {
        left: 50% !important;
    }

    .md\:left-tw-1\/3 {
        left: 33.333333% !important;
    }

    .md\:left-tw-2\/3 {
        left: 66.666667% !important;
    }

    .md\:left-tw-1\/4 {
        left: 25% !important;
    }

    .md\:left-tw-2\/4 {
        left: 50% !important;
    }

    .md\:left-tw-3\/4 {
        left: 75% !important;
    }

    .md\:left-tw-full {
        left: 100% !important;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {

    /* Top */
    .lg\:top-tw-auto {
        top: auto !important;
    }

    .lg\:top-tw-0 {
        top: 0px !important;
    }

    .lg\:top-tw-px {
        top: 1px !important;
    }

    .lg\:top-tw-0_5 {
        top: 0.125rem !important;
    }

    .lg\:top-tw-1 {
        top: 0.25rem !important;
    }

    .lg\:top-tw-1_5 {
        top: 0.375rem !important;
    }

    .lg\:top-tw-2 {
        top: 0.5rem !important;
    }

    .lg\:top-tw-2_5 {
        top: 0.625rem !important;
    }

    .lg\:top-tw-3 {
        top: 0.75rem !important;
    }

    .lg\:top-tw-3_5 {
        top: 0.875rem !important;
    }

    .lg\:top-tw-4 {
        top: 1rem !important;
    }

    .lg\:top-tw-5 {
        top: 1.25rem !important;
    }

    .lg\:top-tw-6 {
        top: 1.5rem !important;
    }

    .lg\:top-tw-7 {
        top: 1.75rem !important;
    }

    .lg\:top-tw-8 {
        top: 2rem !important;
    }

    .lg\:top-tw-9 {
        top: 2.25rem !important;
    }

    .lg\:top-tw-10 {
        top: 2.5rem !important;
    }

    .lg\:top-tw-11 {
        top: 2.75rem !important;
    }

    .lg\:top-tw-12 {
        top: 3rem !important;
    }

    .lg\:top-tw-14 {
        top: 3.5rem !important;
    }

    .lg\:top-tw-16 {
        top: 4rem !important;
    }

    .lg\:top-tw-20 {
        top: 5rem !important;
    }

    .lg\:top-tw-24 {
        top: 6rem !important;
    }

    .lg\:top-tw-28 {
        top: 7rem !important;
    }

    .lg\:top-tw-32 {
        top: 8rem !important;
    }

    .lg\:top-tw-36 {
        top: 9rem !important;
    }

    .lg\:top-tw-40 {
        top: 10rem !important;
    }

    .lg\:top-tw-44 {
        top: 11rem !important;
    }

    .lg\:top-tw-48 {
        top: 12rem !important;
    }

    .lg\:top-tw-52 {
        top: 13rem !important;
    }

    .lg\:top-tw-56 {
        top: 14rem !important;
    }

    .lg\:top-tw-60 {
        top: 15rem !important;
    }

    .lg\:top-tw-64 {
        top: 16rem !important;
    }

    .lg\:top-tw-72 {
        top: 18rem !important;
    }

    .lg\:top-tw-80 {
        top: 20rem !important;
    }

    .lg\:top-tw-96 {
        top: 24rem !important;
    }

    .lg\:top-tw-1\/2 {
        top: 50% !important;
    }

    .lg\:top-tw-1\/3 {
        top: 33.333333% !important;
    }

    .lg\:top-tw-2\/3 {
        top: 66.666667% !important;
    }

    .lg\:top-tw-1\/4 {
        top: 25% !important;
    }

    .lg\:top-tw-2\/4 {
        top: 50% !important;
    }

    .lg\:top-tw-3\/4 {
        top: 75% !important;
    }

    .lg\:top-tw-full {
        top: 100% !important;
    }

    /* Right */
    .lg\:right-tw-auto {
        right: auto !important;
    }

    .lg\:right-tw-0 {
        right: 0px !important;
    }

    .lg\:right-tw-px {
        right: 1px !important;
    }

    .lg\:right-tw-0_5 {
        right: 0.125rem !important;
    }

    .lg\:right-tw-1 {
        right: 0.25rem !important;
    }

    .lg\:right-tw-1_5 {
        right: 0.375rem !important;
    }

    .lg\:right-tw-2 {
        right: 0.5rem !important;
    }

    .lg\:right-tw-2_5 {
        right: 0.625rem !important;
    }

    .lg\:right-tw-3 {
        right: 0.75rem !important;
    }

    .lg\:right-tw-3_5 {
        right: 0.875rem !important;
    }

    .lg\:right-tw-4 {
        right: 1rem !important;
    }

    .lg\:right-tw-5 {
        right: 1.25rem !important;
    }

    .lg\:right-tw-6 {
        right: 1.5rem !important;
    }

    .lg\:right-tw-7 {
        right: 1.75rem !important;
    }

    .lg\:right-tw-8 {
        right: 2rem !important;
    }

    .lg\:right-tw-9 {
        right: 2.25rem !important;
    }

    .lg\:right-tw-10 {
        right: 2.5rem !important;
    }

    .lg\:right-tw-11 {
        right: 2.75rem !important;
    }

    .lg\:right-tw-12 {
        right: 3rem !important;
    }

    .lg\:right-tw-14 {
        right: 3.5rem !important;
    }

    .lg\:right-tw-16 {
        right: 4rem !important;
    }

    .lg\:right-tw-20 {
        right: 5rem !important;
    }

    .lg\:right-tw-24 {
        right: 6rem !important;
    }

    .lg\:right-tw-28 {
        right: 7rem !important;
    }

    .lg\:right-tw-32 {
        right: 8rem !important;
    }

    .lg\:right-tw-36 {
        right: 9rem !important;
    }

    .lg\:right-tw-40 {
        right: 10rem !important;
    }

    .lg\:right-tw-44 {
        right: 11rem !important;
    }

    .lg\:right-tw-48 {
        right: 12rem !important;
    }

    .lg\:right-tw-52 {
        right: 13rem !important;
    }

    .lg\:right-tw-56 {
        right: 14rem !important;
    }

    .lg\:right-tw-60 {
        right: 15rem !important;
    }

    .lg\:right-tw-64 {
        right: 16rem !important;
    }

    .lg\:right-tw-72 {
        right: 18rem !important;
    }

    .lg\:right-tw-80 {
        right: 20rem !important;
    }

    .lg\:right-tw-96 {
        right: 24rem !important;
    }

    .lg\:right-tw-1\/2 {
        right: 50% !important;
    }

    .lg\:right-tw-1\/3 {
        right: 33.333333% !important;
    }

    .lg\:right-tw-2\/3 {
        right: 66.666667% !important;
    }

    .lg\:right-tw-1\/4 {
        right: 25% !important;
    }

    .lg\:right-tw-2\/4 {
        right: 50% !important;
    }

    .lg\:right-tw-3\/4 {
        right: 75% !important;
    }

    .lg\:right-tw-full {
        right: 100% !important;
    }

    /* Bottom */
    .lg\:bottom-tw-auto {
        bottom: auto !important;
    }

    .lg\:bottom-tw-0 {
        bottom: 0px !important;
    }

    .lg\:bottom-tw-px {
        bottom: 1px !important;
    }

    .lg\:bottom-tw-0_5 {
        bottom: 0.125rem !important;
    }

    .lg\:bottom-tw-1 {
        bottom: 0.25rem !important;
    }

    .lg\:bottom-tw-1_5 {
        bottom: 0.375rem !important;
    }

    .lg\:bottom-tw-2 {
        bottom: 0.5rem !important;
    }

    .lg\:bottom-tw-2_5 {
        bottom: 0.625rem !important;
    }

    .lg\:bottom-tw-3 {
        bottom: 0.75rem !important;
    }

    .lg\:bottom-tw-3_5 {
        bottom: 0.875rem !important;
    }

    .lg\:bottom-tw-4 {
        bottom: 1rem !important;
    }

    .lg\:bottom-tw-5 {
        bottom: 1.25rem !important;
    }

    .lg\:bottom-tw-6 {
        bottom: 1.5rem !important;
    }

    .lg\:bottom-tw-7 {
        bottom: 1.75rem !important;
    }

    .lg\:bottom-tw-8 {
        bottom: 2rem !important;
    }

    .lg\:bottom-tw-9 {
        bottom: 2.25rem !important;
    }

    .lg\:bottom-tw-10 {
        bottom: 2.5rem !important;
    }

    .lg\:bottom-tw-11 {
        bottom: 2.75rem !important;
    }

    .lg\:bottom-tw-12 {
        bottom: 3rem !important;
    }

    .lg\:bottom-tw-14 {
        bottom: 3.5rem !important;
    }

    .lg\:bottom-tw-16 {
        bottom: 4rem !important;
    }

    .lg\:bottom-tw-20 {
        bottom: 5rem !important;
    }

    .lg\:bottom-tw-24 {
        bottom: 6rem !important;
    }

    .lg\:bottom-tw-28 {
        bottom: 7rem !important;
    }

    .lg\:bottom-tw-32 {
        bottom: 8rem !important;
    }

    .lg\:bottom-tw-36 {
        bottom: 9rem !important;
    }

    .lg\:bottom-tw-40 {
        bottom: 10rem !important;
    }

    .lg\:bottom-tw-44 {
        bottom: 11rem !important;
    }

    .lg\:bottom-tw-48 {
        bottom: 12rem !important;
    }

    .lg\:bottom-tw-52 {
        bottom: 13rem !important;
    }

    .lg\:bottom-tw-56 {
        bottom: 14rem !important;
    }

    .lg\:bottom-tw-60 {
        bottom: 15rem !important;
    }

    .lg\:bottom-tw-64 {
        bottom: 16rem !important;
    }

    .lg\:bottom-tw-72 {
        bottom: 18rem !important;
    }

    .lg\:bottom-tw-80 {
        bottom: 20rem !important;
    }

    .lg\:bottom-tw-96 {
        bottom: 24rem !important;
    }

    .lg\:bottom-tw-1\/2 {
        bottom: 50% !important;
    }

    .lg\:bottom-tw-1\/3 {
        bottom: 33.333333% !important;
    }

    .lg\:bottom-tw-2\/3 {
        bottom: 66.666667% !important;
    }

    .lg\:bottom-tw-1\/4 {
        bottom: 25% !important;
    }

    .lg\:bottom-tw-2\/4 {
        bottom: 50% !important;
    }

    .lg\:bottom-tw-3\/4 {
        bottom: 75% !important;
    }

    .lg\:bottom-tw-full {
        bottom: 100% !important;
    }

    /* Left */
    .lg\:left-tw-auto {
        left: auto !important;
    }

    .lg\:left-tw-0 {
        left: 0px !important;
    }

    .lg\:left-tw-px {
        left: 1px !important;
    }

    .lg\:left-tw-0_5 {
        left: 0.125rem !important;
    }

    .lg\:left-tw-1 {
        left: 0.25rem !important;
    }

    .lg\:left-tw-1_5 {
        left: 0.375rem !important;
    }

    .lg\:left-tw-2 {
        left: 0.5rem !important;
    }

    .lg\:left-tw-2_5 {
        left: 0.625rem !important;
    }

    .lg\:left-tw-3 {
        left: 0.75rem !important;
    }

    .lg\:left-tw-3_5 {
        left: 0.875rem !important;
    }

    .lg\:left-tw-4 {
        left: 1rem !important;
    }

    .lg\:left-tw-5 {
        left: 1.25rem !important;
    }

    .lg\:left-tw-6 {
        left: 1.5rem !important;
    }

    .lg\:left-tw-7 {
        left: 1.75rem !important;
    }

    .lg\:left-tw-8 {
        left: 2rem !important;
    }

    .lg\:left-tw-9 {
        left: 2.25rem !important;
    }

    .lg\:left-tw-10 {
        left: 2.5rem !important;
    }

    .lg\:left-tw-11 {
        left: 2.75rem !important;
    }

    .lg\:left-tw-12 {
        left: 3rem !important;
    }

    .lg\:left-tw-14 {
        left: 3.5rem !important;
    }

    .lg\:left-tw-16 {
        left: 4rem !important;
    }

    .lg\:left-tw-20 {
        left: 5rem !important;
    }

    .lg\:left-tw-24 {
        left: 6rem !important;
    }

    .lg\:left-tw-28 {
        left: 7rem !important;
    }

    .lg\:left-tw-32 {
        left: 8rem !important;
    }

    .lg\:left-tw-36 {
        left: 9rem !important;
    }

    .lg\:left-tw-40 {
        left: 10rem !important;
    }

    .lg\:left-tw-44 {
        left: 11rem !important;
    }

    .lg\:left-tw-48 {
        left: 12rem !important;
    }

    .lg\:left-tw-52 {
        left: 13rem !important;
    }

    .lg\:left-tw-56 {
        left: 14rem !important;
    }

    .lg\:left-tw-60 {
        left: 15rem !important;
    }

    .lg\:left-tw-64 {
        left: 16rem !important;
    }

    .lg\:left-tw-72 {
        left: 18rem !important;
    }

    .lg\:left-tw-80 {
        left: 20rem !important;
    }

    .lg\:left-tw-96 {
        left: 24rem !important;
    }

    .lg\:left-tw-1\/2 {
        left: 50% !important;
    }

    .lg\:left-tw-1\/3 {
        left: 33.333333% !important;
    }

    .lg\:left-tw-2\/3 {
        left: 66.666667% !important;
    }

    .lg\:left-tw-1\/4 {
        left: 25% !important;
    }

    .lg\:left-tw-2\/4 {
        left: 50% !important;
    }

    .lg\:left-tw-3\/4 {
        left: 75% !important;
    }

    .lg\:left-tw-full {
        left: 100% !important;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {

    /* Top */
    .xl\:top-tw-auto {
        top: auto !important;
    }

    .xl\:top-tw-0 {
        top: 0px !important;
    }

    .xl\:top-tw-px {
        top: 1px !important;
    }

    .xl\:top-tw-0_5 {
        top: 0.125rem !important;
    }

    .xl\:top-tw-1 {
        top: 0.25rem !important;
    }

    .xl\:top-tw-1_5 {
        top: 0.375rem !important;
    }

    .xl\:top-tw-2 {
        top: 0.5rem !important;
    }

    .xl\:top-tw-2_5 {
        top: 0.625rem !important;
    }

    .xl\:top-tw-3 {
        top: 0.75rem !important;
    }

    .xl\:top-tw-3_5 {
        top: 0.875rem !important;
    }

    .xl\:top-tw-4 {
        top: 1rem !important;
    }

    .xl\:top-tw-5 {
        top: 1.25rem !important;
    }

    .xl\:top-tw-6 {
        top: 1.5rem !important;
    }

    .xl\:top-tw-7 {
        top: 1.75rem !important;
    }

    .xl\:top-tw-8 {
        top: 2rem !important;
    }

    .xl\:top-tw-9 {
        top: 2.25rem !important;
    }

    .xl\:top-tw-10 {
        top: 2.5rem !important;
    }

    .xl\:top-tw-11 {
        top: 2.75rem !important;
    }

    .xl\:top-tw-12 {
        top: 3rem !important;
    }

    .xl\:top-tw-14 {
        top: 3.5rem !important;
    }

    .xl\:top-tw-16 {
        top: 4rem !important;
    }

    .xl\:top-tw-20 {
        top: 5rem !important;
    }

    .xl\:top-tw-24 {
        top: 6rem !important;
    }

    .xl\:top-tw-28 {
        top: 7rem !important;
    }

    .xl\:top-tw-32 {
        top: 8rem !important;
    }

    .xl\:top-tw-36 {
        top: 9rem !important;
    }

    .xl\:top-tw-40 {
        top: 10rem !important;
    }

    .xl\:top-tw-44 {
        top: 11rem !important;
    }

    .xl\:top-tw-48 {
        top: 12rem !important;
    }

    .xl\:top-tw-52 {
        top: 13rem !important;
    }

    .xl\:top-tw-56 {
        top: 14rem !important;
    }

    .xl\:top-tw-60 {
        top: 15rem !important;
    }

    .xl\:top-tw-64 {
        top: 16rem !important;
    }

    .xl\:top-tw-72 {
        top: 18rem !important;
    }

    .xl\:top-tw-80 {
        top: 20rem !important;
    }

    .xl\:top-tw-96 {
        top: 24rem !important;
    }

    .xl\:top-tw-1\/2 {
        top: 50% !important;
    }

    .xl\:top-tw-1\/3 {
        top: 33.333333% !important;
    }

    .xl\:top-tw-2\/3 {
        top: 66.666667% !important;
    }

    .xl\:top-tw-1\/4 {
        top: 25% !important;
    }

    .xl\:top-tw-2\/4 {
        top: 50% !important;
    }

    .xl\:top-tw-3\/4 {
        top: 75% !important;
    }

    .xl\:top-tw-full {
        top: 100% !important;
    }

    /* Right */
    .xl\:right-tw-auto {
        right: auto !important;
    }

    .xl\:right-tw-0 {
        right: 0px !important;
    }

    .xl\:right-tw-px {
        right: 1px !important;
    }

    .xl\:right-tw-0_5 {
        right: 0.125rem !important;
    }

    .xl\:right-tw-1 {
        right: 0.25rem !important;
    }

    .xl\:right-tw-1_5 {
        right: 0.375rem !important;
    }

    .xl\:right-tw-2 {
        right: 0.5rem !important;
    }

    .xl\:right-tw-2_5 {
        right: 0.625rem !important;
    }

    .xl\:right-tw-3 {
        right: 0.75rem !important;
    }

    .xl\:right-tw-3_5 {
        right: 0.875rem !important;
    }

    .xl\:right-tw-4 {
        right: 1rem !important;
    }

    .xl\:right-tw-5 {
        right: 1.25rem !important;
    }

    .xl\:right-tw-6 {
        right: 1.5rem !important;
    }

    .xl\:right-tw-7 {
        right: 1.75rem !important;
    }

    .xl\:right-tw-8 {
        right: 2rem !important;
    }

    .xl\:right-tw-9 {
        right: 2.25rem !important;
    }

    .xl\:right-tw-10 {
        right: 2.5rem !important;
    }

    .xl\:right-tw-11 {
        right: 2.75rem !important;
    }

    .xl\:right-tw-12 {
        right: 3rem !important;
    }

    .xl\:right-tw-14 {
        right: 3.5rem !important;
    }

    .xl\:right-tw-16 {
        right: 4rem !important;
    }

    .xl\:right-tw-20 {
        right: 5rem !important;
    }

    .xl\:right-tw-24 {
        right: 6rem !important;
    }

    .xl\:right-tw-28 {
        right: 7rem !important;
    }

    .xl\:right-tw-32 {
        right: 8rem !important;
    }

    .xl\:right-tw-36 {
        right: 9rem !important;
    }

    .xl\:right-tw-40 {
        right: 10rem !important;
    }

    .xl\:right-tw-44 {
        right: 11rem !important;
    }

    .xl\:right-tw-48 {
        right: 12rem !important;
    }

    .xl\:right-tw-52 {
        right: 13rem !important;
    }

    .xl\:right-tw-56 {
        right: 14rem !important;
    }

    .xl\:right-tw-60 {
        right: 15rem !important;
    }

    .xl\:right-tw-64 {
        right: 16rem !important;
    }

    .xl\:right-tw-72 {
        right: 18rem !important;
    }

    .xl\:right-tw-80 {
        right: 20rem !important;
    }

    .xl\:right-tw-96 {
        right: 24rem !important;
    }

    .xl\:right-tw-1\/2 {
        right: 50% !important;
    }

    .xl\:right-tw-1\/3 {
        right: 33.333333% !important;
    }

    .xl\:right-tw-2\/3 {
        right: 66.666667% !important;
    }

    .xl\:right-tw-1\/4 {
        right: 25% !important;
    }

    .xl\:right-tw-2\/4 {
        right: 50% !important;
    }

    .xl\:right-tw-3\/4 {
        right: 75% !important;
    }

    .xl\:right-tw-full {
        right: 100% !important;
    }

    /* Bottom */
    .xl\:bottom-tw-auto {
        bottom: auto !important;
    }

    .xl\:bottom-tw-0 {
        bottom: 0px !important;
    }

    .xl\:bottom-tw-px {
        bottom: 1px !important;
    }

    .xl\:bottom-tw-0_5 {
        bottom: 0.125rem !important;
    }

    .xl\:bottom-tw-1 {
        bottom: 0.25rem !important;
    }

    .xl\:bottom-tw-1_5 {
        bottom: 0.375rem !important;
    }

    .xl\:bottom-tw-2 {
        bottom: 0.5rem !important;
    }

    .xl\:bottom-tw-2_5 {
        bottom: 0.625rem !important;
    }

    .xl\:bottom-tw-3 {
        bottom: 0.75rem !important;
    }

    .xl\:bottom-tw-3_5 {
        bottom: 0.875rem !important;
    }

    .xl\:bottom-tw-4 {
        bottom: 1rem !important;
    }

    .xl\:bottom-tw-5 {
        bottom: 1.25rem !important;
    }

    .xl\:bottom-tw-6 {
        bottom: 1.5rem !important;
    }

    .xl\:bottom-tw-7 {
        bottom: 1.75rem !important;
    }

    .xl\:bottom-tw-8 {
        bottom: 2rem !important;
    }

    .xl\:bottom-tw-9 {
        bottom: 2.25rem !important;
    }

    .xl\:bottom-tw-10 {
        bottom: 2.5rem !important;
    }

    .xl\:bottom-tw-11 {
        bottom: 2.75rem !important;
    }

    .xl\:bottom-tw-12 {
        bottom: 3rem !important;
    }

    .xl\:bottom-tw-14 {
        bottom: 3.5rem !important;
    }

    .xl\:bottom-tw-16 {
        bottom: 4rem !important;
    }

    .xl\:bottom-tw-20 {
        bottom: 5rem !important;
    }

    .xl\:bottom-tw-24 {
        bottom: 6rem !important;
    }

    .xl\:bottom-tw-28 {
        bottom: 7rem !important;
    }

    .xl\:bottom-tw-32 {
        bottom: 8rem !important;
    }

    .xl\:bottom-tw-36 {
        bottom: 9rem !important;
    }

    .xl\:bottom-tw-40 {
        bottom: 10rem !important;
    }

    .xl\:bottom-tw-44 {
        bottom: 11rem !important;
    }

    .xl\:bottom-tw-48 {
        bottom: 12rem !important;
    }

    .xl\:bottom-tw-52 {
        bottom: 13rem !important;
    }

    .xl\:bottom-tw-56 {
        bottom: 14rem !important;
    }

    .xl\:bottom-tw-60 {
        bottom: 15rem !important;
    }

    .xl\:bottom-tw-64 {
        bottom: 16rem !important;
    }

    .xl\:bottom-tw-72 {
        bottom: 18rem !important;
    }

    .xl\:bottom-tw-80 {
        bottom: 20rem !important;
    }

    .xl\:bottom-tw-96 {
        bottom: 24rem !important;
    }

    .xl\:bottom-tw-1\/2 {
        bottom: 50% !important;
    }

    .xl\:bottom-tw-1\/3 {
        bottom: 33.333333% !important;
    }

    .xl\:bottom-tw-2\/3 {
        bottom: 66.666667% !important;
    }

    .xl\:bottom-tw-1\/4 {
        bottom: 25% !important;
    }

    .xl\:bottom-tw-2\/4 {
        bottom: 50% !important;
    }

    .xl\:bottom-tw-3\/4 {
        bottom: 75% !important;
    }

    .xl\:bottom-tw-full {
        bottom: 100% !important;
    }

    /* Left */
    .xl\:left-tw-auto {
        left: auto !important;
    }

    .xl\:left-tw-0 {
        left: 0px !important;
    }

    .xl\:left-tw-px {
        left: 1px !important;
    }

    .xl\:left-tw-0_5 {
        left: 0.125rem !important;
    }

    .xl\:left-tw-1 {
        left: 0.25rem !important;
    }

    .xl\:left-tw-1_5 {
        left: 0.375rem !important;
    }

    .xl\:left-tw-2 {
        left: 0.5rem !important;
    }

    .xl\:left-tw-2_5 {
        left: 0.625rem !important;
    }

    .xl\:left-tw-3 {
        left: 0.75rem !important;
    }

    .xl\:left-tw-3_5 {
        left: 0.875rem !important;
    }

    .xl\:left-tw-4 {
        left: 1rem !important;
    }

    .xl\:left-tw-5 {
        left: 1.25rem !important;
    }

    .xl\:left-tw-6 {
        left: 1.5rem !important;
    }

    .xl\:left-tw-7 {
        left: 1.75rem !important;
    }

    .xl\:left-tw-8 {
        left: 2rem !important;
    }

    .xl\:left-tw-9 {
        left: 2.25rem !important;
    }

    .xl\:left-tw-10 {
        left: 2.5rem !important;
    }

    .xl\:left-tw-11 {
        left: 2.75rem !important;
    }

    .xl\:left-tw-12 {
        left: 3rem !important;
    }

    .xl\:left-tw-14 {
        left: 3.5rem !important;
    }

    .xl\:left-tw-16 {
        left: 4rem !important;
    }

    .xl\:left-tw-20 {
        left: 5rem !important;
    }

    .xl\:left-tw-24 {
        left: 6rem !important;
    }

    .xl\:left-tw-28 {
        left: 7rem !important;
    }

    .xl\:left-tw-32 {
        left: 8rem !important;
    }

    .xl\:left-tw-36 {
        left: 9rem !important;
    }

    .xl\:left-tw-40 {
        left: 10rem !important;
    }

    .xl\:left-tw-44 {
        left: 11rem !important;
    }

    .xl\:left-tw-48 {
        left: 12rem !important;
    }

    .xl\:left-tw-52 {
        left: 13rem !important;
    }

    .xl\:left-tw-56 {
        left: 14rem !important;
    }

    .xl\:left-tw-60 {
        left: 15rem !important;
    }

    .xl\:left-tw-64 {
        left: 16rem !important;
    }

    .xl\:left-tw-72 {
        left: 18rem !important;
    }

    .xl\:left-tw-80 {
        left: 20rem !important;
    }

    .xl\:left-tw-96 {
        left: 24rem !important;
    }

    .xl\:left-tw-1\/2 {
        left: 50% !important;
    }

    .xl\:left-tw-1\/3 {
        left: 33.333333% !important;
    }

    .xl\:left-tw-2\/3 {
        left: 66.666667% !important;
    }

    .xl\:left-tw-1\/4 {
        left: 25% !important;
    }

    .xl\:left-tw-2\/4 {
        left: 50% !important;
    }

    .xl\:left-tw-3\/4 {
        left: 75% !important;
    }

    .xl\:left-tw-full {
        left: 100% !important;
    }
}

/* _2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {

    /* Top */
    ._2xl\:top-tw-auto {
        top: auto !important;
    }

    ._2xl\:top-tw-0 {
        top: 0px !important;
    }

    ._2xl\:top-tw-px {
        top: 1px !important;
    }

    ._2xl\:top-tw-0_5 {
        top: 0.125rem !important;
    }

    ._2xl\:top-tw-1 {
        top: 0.25rem !important;
    }

    ._2xl\:top-tw-1_5 {
        top: 0.375rem !important;
    }

    ._2xl\:top-tw-2 {
        top: 0.5rem !important;
    }

    ._2xl\:top-tw-2_5 {
        top: 0.625rem !important;
    }

    ._2xl\:top-tw-3 {
        top: 0.75rem !important;
    }

    ._2xl\:top-tw-3_5 {
        top: 0.875rem !important;
    }

    ._2xl\:top-tw-4 {
        top: 1rem !important;
    }

    ._2xl\:top-tw-5 {
        top: 1.25rem !important;
    }

    ._2xl\:top-tw-6 {
        top: 1.5rem !important;
    }

    ._2xl\:top-tw-7 {
        top: 1.75rem !important;
    }

    ._2xl\:top-tw-8 {
        top: 2rem !important;
    }

    ._2xl\:top-tw-9 {
        top: 2.25rem !important;
    }

    ._2xl\:top-tw-10 {
        top: 2.5rem !important;
    }

    ._2xl\:top-tw-11 {
        top: 2.75rem !important;
    }

    ._2xl\:top-tw-12 {
        top: 3rem !important;
    }

    ._2xl\:top-tw-14 {
        top: 3.5rem !important;
    }

    ._2xl\:top-tw-16 {
        top: 4rem !important;
    }

    ._2xl\:top-tw-20 {
        top: 5rem !important;
    }

    ._2xl\:top-tw-24 {
        top: 6rem !important;
    }

    ._2xl\:top-tw-28 {
        top: 7rem !important;
    }

    ._2xl\:top-tw-32 {
        top: 8rem !important;
    }

    ._2xl\:top-tw-36 {
        top: 9rem !important;
    }

    ._2xl\:top-tw-40 {
        top: 10rem !important;
    }

    ._2xl\:top-tw-44 {
        top: 11rem !important;
    }

    ._2xl\:top-tw-48 {
        top: 12rem !important;
    }

    ._2xl\:top-tw-52 {
        top: 13rem !important;
    }

    ._2xl\:top-tw-56 {
        top: 14rem !important;
    }

    ._2xl\:top-tw-60 {
        top: 15rem !important;
    }

    ._2xl\:top-tw-64 {
        top: 16rem !important;
    }

    ._2xl\:top-tw-72 {
        top: 18rem !important;
    }

    ._2xl\:top-tw-80 {
        top: 20rem !important;
    }

    ._2xl\:top-tw-96 {
        top: 24rem !important;
    }

    ._2xl\:top-tw-1\/2 {
        top: 50% !important;
    }

    ._2xl\:top-tw-1\/3 {
        top: 33.333333% !important;
    }

    ._2xl\:top-tw-2\/3 {
        top: 66.666667% !important;
    }

    ._2xl\:top-tw-1\/4 {
        top: 25% !important;
    }

    ._2xl\:top-tw-2\/4 {
        top: 50% !important;
    }

    ._2xl\:top-tw-3\/4 {
        top: 75% !important;
    }

    ._2xl\:top-tw-full {
        top: 100% !important;
    }

    /* Right */
    ._2xl\:right-tw-auto {
        right: auto !important;
    }

    ._2xl\:right-tw-0 {
        right: 0px !important;
    }

    ._2xl\:right-tw-px {
        right: 1px !important;
    }

    ._2xl\:right-tw-0_5 {
        right: 0.125rem !important;
    }

    ._2xl\:right-tw-1 {
        right: 0.25rem !important;
    }

    ._2xl\:right-tw-1_5 {
        right: 0.375rem !important;
    }

    ._2xl\:right-tw-2 {
        right: 0.5rem !important;
    }

    ._2xl\:right-tw-2_5 {
        right: 0.625rem !important;
    }

    ._2xl\:right-tw-3 {
        right: 0.75rem !important;
    }

    ._2xl\:right-tw-3_5 {
        right: 0.875rem !important;
    }

    ._2xl\:right-tw-4 {
        right: 1rem !important;
    }

    ._2xl\:right-tw-5 {
        right: 1.25rem !important;
    }

    ._2xl\:right-tw-6 {
        right: 1.5rem !important;
    }

    ._2xl\:right-tw-7 {
        right: 1.75rem !important;
    }

    ._2xl\:right-tw-8 {
        right: 2rem !important;
    }

    ._2xl\:right-tw-9 {
        right: 2.25rem !important;
    }

    ._2xl\:right-tw-10 {
        right: 2.5rem !important;
    }

    ._2xl\:right-tw-11 {
        right: 2.75rem !important;
    }

    ._2xl\:right-tw-12 {
        right: 3rem !important;
    }

    ._2xl\:right-tw-14 {
        right: 3.5rem !important;
    }

    ._2xl\:right-tw-16 {
        right: 4rem !important;
    }

    ._2xl\:right-tw-20 {
        right: 5rem !important;
    }

    ._2xl\:right-tw-24 {
        right: 6rem !important;
    }

    ._2xl\:right-tw-28 {
        right: 7rem !important;
    }

    ._2xl\:right-tw-32 {
        right: 8rem !important;
    }

    ._2xl\:right-tw-36 {
        right: 9rem !important;
    }

    ._2xl\:right-tw-40 {
        right: 10rem !important;
    }

    ._2xl\:right-tw-44 {
        right: 11rem !important;
    }

    ._2xl\:right-tw-48 {
        right: 12rem !important;
    }

    ._2xl\:right-tw-52 {
        right: 13rem !important;
    }

    ._2xl\:right-tw-56 {
        right: 14rem !important;
    }

    ._2xl\:right-tw-60 {
        right: 15rem !important;
    }

    ._2xl\:right-tw-64 {
        right: 16rem !important;
    }

    ._2xl\:right-tw-72 {
        right: 18rem !important;
    }

    ._2xl\:right-tw-80 {
        right: 20rem !important;
    }

    ._2xl\:right-tw-96 {
        right: 24rem !important;
    }

    ._2xl\:right-tw-1\/2 {
        right: 50% !important;
    }

    ._2xl\:right-tw-1\/3 {
        right: 33.333333% !important;
    }

    ._2xl\:right-tw-2\/3 {
        right: 66.666667% !important;
    }

    ._2xl\:right-tw-1\/4 {
        right: 25% !important;
    }

    ._2xl\:right-tw-2\/4 {
        right: 50% !important;
    }

    ._2xl\:right-tw-3\/4 {
        right: 75% !important;
    }

    ._2xl\:right-tw-full {
        right: 100% !important;
    }

    /* Bottom */
    ._2xl\:bottom-tw-auto {
        bottom: auto !important;
    }

    ._2xl\:bottom-tw-0 {
        bottom: 0px !important;
    }

    ._2xl\:bottom-tw-px {
        bottom: 1px !important;
    }

    ._2xl\:bottom-tw-0_5 {
        bottom: 0.125rem !important;
    }

    ._2xl\:bottom-tw-1 {
        bottom: 0.25rem !important;
    }

    ._2xl\:bottom-tw-1_5 {
        bottom: 0.375rem !important;
    }

    ._2xl\:bottom-tw-2 {
        bottom: 0.5rem !important;
    }

    ._2xl\:bottom-tw-2_5 {
        bottom: 0.625rem !important;
    }

    ._2xl\:bottom-tw-3 {
        bottom: 0.75rem !important;
    }

    ._2xl\:bottom-tw-3_5 {
        bottom: 0.875rem !important;
    }

    ._2xl\:bottom-tw-4 {
        bottom: 1rem !important;
    }

    ._2xl\:bottom-tw-5 {
        bottom: 1.25rem !important;
    }

    ._2xl\:bottom-tw-6 {
        bottom: 1.5rem !important;
    }

    ._2xl\:bottom-tw-7 {
        bottom: 1.75rem !important;
    }

    ._2xl\:bottom-tw-8 {
        bottom: 2rem !important;
    }

    ._2xl\:bottom-tw-9 {
        bottom: 2.25rem !important;
    }

    ._2xl\:bottom-tw-10 {
        bottom: 2.5rem !important;
    }

    ._2xl\:bottom-tw-11 {
        bottom: 2.75rem !important;
    }

    ._2xl\:bottom-tw-12 {
        bottom: 3rem !important;
    }

    ._2xl\:bottom-tw-14 {
        bottom: 3.5rem !important;
    }

    ._2xl\:bottom-tw-16 {
        bottom: 4rem !important;
    }

    ._2xl\:bottom-tw-20 {
        bottom: 5rem !important;
    }

    ._2xl\:bottom-tw-24 {
        bottom: 6rem !important;
    }

    ._2xl\:bottom-tw-28 {
        bottom: 7rem !important;
    }

    ._2xl\:bottom-tw-32 {
        bottom: 8rem !important;
    }

    ._2xl\:bottom-tw-36 {
        bottom: 9rem !important;
    }

    ._2xl\:bottom-tw-40 {
        bottom: 10rem !important;
    }

    ._2xl\:bottom-tw-44 {
        bottom: 11rem !important;
    }

    ._2xl\:bottom-tw-48 {
        bottom: 12rem !important;
    }

    ._2xl\:bottom-tw-52 {
        bottom: 13rem !important;
    }

    ._2xl\:bottom-tw-56 {
        bottom: 14rem !important;
    }

    ._2xl\:bottom-tw-60 {
        bottom: 15rem !important;
    }

    ._2xl\:bottom-tw-64 {
        bottom: 16rem !important;
    }

    ._2xl\:bottom-tw-72 {
        bottom: 18rem !important;
    }

    ._2xl\:bottom-tw-80 {
        bottom: 20rem !important;
    }

    ._2xl\:bottom-tw-96 {
        bottom: 24rem !important;
    }

    ._2xl\:bottom-tw-1\/2 {
        bottom: 50% !important;
    }

    ._2xl\:bottom-tw-1\/3 {
        bottom: 33.333333% !important;
    }

    ._2xl\:bottom-tw-2\/3 {
        bottom: 66.666667% !important;
    }

    ._2xl\:bottom-tw-1\/4 {
        bottom: 25% !important;
    }

    ._2xl\:bottom-tw-2\/4 {
        bottom: 50% !important;
    }

    ._2xl\:bottom-tw-3\/4 {
        bottom: 75% !important;
    }

    ._2xl\:bottom-tw-full {
        bottom: 100% !important;
    }

    /* Left */
    ._2xl\:left-tw-auto {
        left: auto !important;
    }

    ._2xl\:left-tw-0 {
        left: 0px !important;
    }

    ._2xl\:left-tw-px {
        left: 1px !important;
    }

    ._2xl\:left-tw-0_5 {
        left: 0.125rem !important;
    }

    ._2xl\:left-tw-1 {
        left: 0.25rem !important;
    }

    ._2xl\:left-tw-1_5 {
        left: 0.375rem !important;
    }

    ._2xl\:left-tw-2 {
        left: 0.5rem !important;
    }

    ._2xl\:left-tw-2_5 {
        left: 0.625rem !important;
    }

    ._2xl\:left-tw-3 {
        left: 0.75rem !important;
    }

    ._2xl\:left-tw-3_5 {
        left: 0.875rem !important;
    }

    ._2xl\:left-tw-4 {
        left: 1rem !important;
    }

    ._2xl\:left-tw-5 {
        left: 1.25rem !important;
    }

    ._2xl\:left-tw-6 {
        left: 1.5rem !important;
    }

    ._2xl\:left-tw-7 {
        left: 1.75rem !important;
    }

    ._2xl\:left-tw-8 {
        left: 2rem !important;
    }

    ._2xl\:left-tw-9 {
        left: 2.25rem !important;
    }

    ._2xl\:left-tw-10 {
        left: 2.5rem !important;
    }

    ._2xl\:left-tw-11 {
        left: 2.75rem !important;
    }

    ._2xl\:left-tw-12 {
        left: 3rem !important;
    }

    ._2xl\:left-tw-14 {
        left: 3.5rem !important;
    }

    ._2xl\:left-tw-16 {
        left: 4rem !important;
    }

    ._2xl\:left-tw-20 {
        left: 5rem !important;
    }

    ._2xl\:left-tw-24 {
        left: 6rem !important;
    }

    ._2xl\:left-tw-28 {
        left: 7rem !important;
    }

    ._2xl\:left-tw-32 {
        left: 8rem !important;
    }

    ._2xl\:left-tw-36 {
        left: 9rem !important;
    }

    ._2xl\:left-tw-40 {
        left: 10rem !important;
    }

    ._2xl\:left-tw-44 {
        left: 11rem !important;
    }

    ._2xl\:left-tw-48 {
        left: 12rem !important;
    }

    ._2xl\:left-tw-52 {
        left: 13rem !important;
    }

    ._2xl\:left-tw-56 {
        left: 14rem !important;
    }

    ._2xl\:left-tw-60 {
        left: 15rem !important;
    }

    ._2xl\:left-tw-64 {
        left: 16rem !important;
    }

    ._2xl\:left-tw-72 {
        left: 18rem !important;
    }

    ._2xl\:left-tw-80 {
        left: 20rem !important;
    }

    ._2xl\:left-tw-96 {
        left: 24rem !important;
    }

    ._2xl\:left-tw-1\/2 {
        left: 50% !important;
    }

    ._2xl\:left-tw-1\/3 {
        left: 33.333333% !important;
    }

    ._2xl\:left-tw-2\/3 {
        left: 66.666667% !important;
    }

    ._2xl\:left-tw-1\/4 {
        left: 25% !important;
    }

    ._2xl\:left-tw-2\/4 {
        left: 50% !important;
    }

    ._2xl\:left-tw-3\/4 {
        left: 75% !important;
    }

    ._2xl\:left-tw-full {
        left: 100% !important;
    }
}

/*
 * Custom CSS utility classes for Margin based on Tailwind's methodology.
 * Each class is prefixed with a breakpoint (or no prefix for default/mobile-first)
 * and includes a "-tw-" infix. These classes will apply at their specified
 * breakpoint and above.
 */

/* Default (Mobile First) - No media query needed for base classes */

/* All sides margin */
.m-tw-auto {
    margin: auto !important;
}

.m-tw-0 {
    margin: 0px !important;
}

.m-tw-px {
    margin: 1px !important;
}

.m-tw-0_5 {
    margin: 0.125rem !important;
    /* 2px */
}

.m-tw-1 {
    margin: 0.25rem !important;
    /* 4px */
}

.m-tw-1_5 {
    margin: 0.375rem !important;
    /* 6px */
}

.m-tw-2 {
    margin: 0.5rem !important;
    /* 8px */
}

.m-tw-2_5 {
    margin: 0.625rem !important;
    /* 10px */
}

.m-tw-3 {
    margin: 0.75rem !important;
    /* 12px */
}

.m-tw-3_5 {
    margin: 0.875rem !important;
    /* 14px */
}

.m-tw-4 {
    margin: 1rem !important;
    /* 16px */
}

.m-tw-5 {
    margin: 1.25rem !important;
    /* 20px */
}

.m-tw-6 {
    margin: 1.5rem !important;
    /* 24px */
}

.m-tw-7 {
    margin: 1.75rem !important;
    /* 28px */
}

.m-tw-8 {
    margin: 2rem !important;
    /* 32px */
}

.m-tw-9 {
    margin: 2.25rem !important;
    /* 36px */
}

.m-tw-10 {
    margin: 2.5rem !important;
    /* 40px */
}

.m-tw-11 {
    margin: 2.75rem !important;
    /* 44px */
}

.m-tw-12 {
    margin: 3rem !important;
    /* 48px */
}

.m-tw-14 {
    margin: 3.5rem !important;
    /* 56px */
}

.m-tw-16 {
    margin: 4rem !important;
    /* 64px */
}

.m-tw-20 {
    margin: 5rem !important;
    /* 80px */
}

.m-tw-24 {
    margin: 6rem !important;
    /* 96px */
}

.m-tw-28 {
    margin: 7rem !important;
    /* 112px */
}

.m-tw-32 {
    margin: 8rem !important;
    /* 128px */
}

.m-tw-36 {
    margin: 9rem !important;
    /* 144px */
}

.m-tw-40 {
    margin: 10rem !important;
    /* 160px */
}

.m-tw-44 {
    margin: 11rem !important;
    /* 176px */
}

.m-tw-48 {
    margin: 12rem !important;
    /* 192px */
}

.m-tw-52 {
    margin: 13rem !important;
    /* 208px */
}

.m-tw-56 {
    margin: 14rem !important;
    /* 224px */
}

.m-tw-60 {
    margin: 15rem !important;
    /* 240px */
}

.m-tw-64 {
    margin: 16rem !important;
    /* 256px */
}

.m-tw-72 {
    margin: 18rem !important;
    /* 288px */
}

.m-tw-80 {
    margin: 20rem !important;
    /* 320px */
}

.m-tw-96 {
    margin: 24rem !important;
    /* 384px */
}

/* Margin Top */
.mt-tw-auto {
    margin-top: auto !important;
}

.mt-tw-0 {
    margin-top: 0px !important;
}

.mt-tw-px {
    margin-top: 1px !important;
}

.mt-tw-0_5 {
    margin-top: 0.125rem !important;
}

.mt-tw-1 {
    margin-top: 0.25rem !important;
}

.mt-tw-1_5 {
    margin-top: 0.375rem !important;
}

.mt-tw-2 {
    margin-top: 0.5rem !important;
}

.mt-tw-2_5 {
    margin-top: 0.625rem !important;
}

.mt-tw-3 {
    margin-top: 0.75rem !important;
}

.mt-tw-3_5 {
    margin-top: 0.875rem !important;
}

.mt-tw-4 {
    margin-top: 1rem !important;
}

.mt-tw-5 {
    margin-top: 1.25rem !important;
}

.mt-tw-6 {
    margin-top: 1.5rem !important;
}

.mt-tw-7 {
    margin-top: 1.75rem !important;
}

.mt-tw-8 {
    margin-top: 2rem !important;
}

.mt-tw-9 {
    margin-top: 2.25rem !important;
}

.mt-tw-10 {
    margin-top: 2.5rem !important;
}

.mt-tw-11 {
    margin-top: 2.75rem !important;
}

.mt-tw-12 {
    margin-top: 3rem !important;
}

.mt-tw-14 {
    margin-top: 3.5rem !important;
}

.mt-tw-16 {
    margin-top: 4rem !important;
}

.mt-tw-20 {
    margin-top: 5rem !important;
}

.mt-tw-24 {
    margin-top: 6rem !important;
}

.mt-tw-28 {
    margin-top: 7rem !important;
}

.mt-tw-32 {
    margin-top: 8rem !important;
}

.mt-tw-36 {
    margin-top: 9rem !important;
}

.mt-tw-40 {
    margin-top: 10rem !important;
}

.mt-tw-44 {
    margin-top: 11rem !important;
}

.mt-tw-48 {
    margin-top: 12rem !important;
}

.mt-tw-52 {
    margin-top: 13rem !important;
}

.mt-tw-56 {
    margin-top: 14rem !important;
}

.mt-tw-60 {
    margin-top: 15rem !important;
}

.mt-tw-64 {
    margin-top: 16rem !important;
}

.mt-tw-72 {
    margin-top: 18rem !important;
}

.mt-tw-80 {
    margin-top: 20rem !important;
}

.mt-tw-96 {
    margin-top: 24rem !important;
}

/* Margin Right */
.mr-tw-auto {
    margin-right: auto !important;
}

.mr-tw-0 {
    margin-right: 0px !important;
}

.mr-tw-px {
    margin-right: 1px !important;
}

.mr-tw-0_5 {
    margin-right: 0.125rem !important;
}

.mr-tw-1 {
    margin-right: 0.25rem !important;
}

.mr-tw-1_5 {
    margin-right: 0.375rem !important;
}

.mr-tw-2 {
    margin-right: 0.5rem !important;
}

.mr-tw-2_5 {
    margin-right: 0.625rem !important;
}

.mr-tw-3 {
    margin-right: 0.75rem !important;
}

.mr-tw-3_5 {
    margin-right: 0.875rem !important;
}

.mr-tw-4 {
    margin-right: 1rem !important;
}

.mr-tw-5 {
    margin-right: 1.25rem !important;
}

.mr-tw-6 {
    margin-right: 1.5rem !important;
}

.mr-tw-7 {
    margin-right: 1.75rem !important;
}

.mr-tw-8 {
    margin-right: 2rem !important;
}

.mr-tw-9 {
    margin-right: 2.25rem !important;
}

.mr-tw-10 {
    margin-right: 2.5rem !important;
}

.mr-tw-11 {
    margin-right: 2.75rem !important;
}

.mr-tw-12 {
    margin-right: 3rem !important;
}

.mr-tw-14 {
    margin-right: 3.5rem !important;
}

.mr-tw-16 {
    margin-right: 4rem !important;
}

.mr-tw-20 {
    margin-right: 5rem !important;
}

.mr-tw-24 {
    margin-right: 6rem !important;
}

.mr-tw-28 {
    margin-right: 7rem !important;
}

.mr-tw-32 {
    margin-right: 8rem !important;
}

.mr-tw-36 {
    margin-right: 9rem !important;
}

.mr-tw-40 {
    margin-right: 10rem !important;
}

.mr-tw-44 {
    margin-right: 11rem !important;
}

.mr-tw-48 {
    margin-right: 12rem !important;
}

.mr-tw-52 {
    margin-right: 13rem !important;
}

.mr-tw-56 {
    margin-right: 14rem !important;
}

.mr-tw-60 {
    margin-right: 15rem !important;
}

.mr-tw-64 {
    margin-right: 16rem !important;
}

.mr-tw-72 {
    margin-right: 18rem !important;
}

.mr-tw-80 {
    margin-right: 20rem !important;
}

.mr-tw-96 {
    margin-right: 24rem !important;
}

/* Margin Bottom */
.mb-tw-auto {
    margin-bottom: auto !important;
}

.mb-tw-0 {
    margin-bottom: 0px !important;
}

.mb-tw-px {
    margin-bottom: 1px !important;
}

.mb-tw-0_5 {
    margin-bottom: 0.125rem !important;
}

.mb-tw-1 {
    margin-bottom: 0.25rem !important;
}

.mb-tw-1_5 {
    margin-bottom: 0.375rem !important;
}

.mb-tw-2 {
    margin-bottom: 0.5rem !important;
}

.mb-tw-2_5 {
    margin-bottom: 0.625rem !important;
}

.mb-tw-3 {
    margin-bottom: 0.75rem !important;
}

.mb-tw-3_5 {
    margin-bottom: 0.875rem !important;
}

.mb-tw-4 {
    margin-bottom: 1rem !important;
}

.mb-tw-5 {
    margin-bottom: 1.25rem !important;
}

.mb-tw-6 {
    margin-bottom: 1.5rem !important;
}

.mb-tw-7 {
    margin-bottom: 1.75rem !important;
}

.mb-tw-8 {
    margin-bottom: 2rem !important;
}

.mb-tw-9 {
    margin-bottom: 2.25rem !important;
}

.mb-tw-10 {
    margin-bottom: 2.5rem !important;
}

.mb-tw-11 {
    margin-bottom: 2.75rem !important;
}

.mb-tw-12 {
    margin-bottom: 3rem !important;
}

.mb-tw-14 {
    margin-bottom: 3.5rem !important;
}

.mb-tw-16 {
    margin-bottom: 4rem !important;
}

.mb-tw-20 {
    margin-bottom: 5rem !important;
}

.mb-tw-24 {
    margin-bottom: 6rem !important;
}

.mb-tw-28 {
    margin-bottom: 7rem !important;
}

.mb-tw-32 {
    margin-bottom: 8rem !important;
}

.mb-tw-36 {
    margin-bottom: 9rem !important;
}

.mb-tw-40 {
    margin-bottom: 10rem !important;
}

.mb-tw-44 {
    margin-bottom: 11rem !important;
}

.mb-tw-48 {
    margin-bottom: 12rem !important;
}

.mb-tw-52 {
    margin-bottom: 13rem !important;
}

.mb-tw-56 {
    margin-bottom: 14rem !important;
}

.mb-tw-60 {
    margin-bottom: 15rem !important;
}

.mb-tw-64 {
    margin-bottom: 16rem !important;
}

.mb-tw-72 {
    margin-bottom: 18rem !important;
}

.mb-tw-80 {
    margin-bottom: 20rem !important;
}

.mb-tw-96 {
    margin-bottom: 24rem !important;
}

/* Margin Left */
.ml-tw-auto {
    margin-left: auto !important;
}

.ml-tw-0 {
    margin-left: 0px !important;
}

.ml-tw-px {
    margin-left: 1px !important;
}

.ml-tw-0_5 {
    margin-left: 0.125rem !important;
}

.ml-tw-1 {
    margin-left: 0.25rem !important;
}

.ml-tw-1_5 {
    margin-left: 0.375rem !important;
}

.ml-tw-2 {
    margin-left: 0.5rem !important;
}

.ml-tw-2_5 {
    margin-left: 0.625rem !important;
}

.ml-tw-3 {
    margin-left: 0.75rem !important;
}

.ml-tw-3_5 {
    margin-left: 0.875rem !important;
}

.ml-tw-4 {
    margin-left: 1rem !important;
}

.ml-tw-5 {
    margin-left: 1.25rem !important;
}

.ml-tw-6 {
    margin-left: 1.5rem !important;
}

.ml-tw-7 {
    margin-left: 1.75rem !important;
}

.ml-tw-8 {
    margin-left: 2rem !important;
}

.ml-tw-9 {
    margin-left: 2.25rem !important;
}

.ml-tw-10 {
    margin-left: 2.5rem !important;
}

.ml-tw-11 {
    margin-left: 2.75rem !important;
}

.ml-tw-12 {
    margin-left: 3rem !important;
}

.ml-tw-14 {
    margin-left: 3.5rem !important;
}

.ml-tw-16 {
    margin-left: 4rem !important;
}

.ml-tw-20 {
    margin-left: 5rem !important;
}

.ml-tw-24 {
    margin-left: 6rem !important;
}

.ml-tw-28 {
    margin-left: 7rem !important;
}

.ml-tw-32 {
    margin-left: 8rem !important;
}

.ml-tw-36 {
    margin-left: 9rem !important;
}

.ml-tw-40 {
    margin-left: 10rem !important;
}

.ml-tw-44 {
    margin-left: 11rem !important;
}

.ml-tw-48 {
    margin-left: 12rem !important;
}

.ml-tw-52 {
    margin-left: 13rem !important;
}

.ml-tw-56 {
    margin-left: 14rem !important;
}

.ml-tw-60 {
    margin-left: 15rem !important;
}

.ml-tw-64 {
    margin-left: 16rem !important;
}

.ml-tw-72 {
    margin-left: 18rem !important;
}

.ml-tw-80 {
    margin-left: 20rem !important;
}

.ml-tw-96 {
    margin-left: 24rem !important;
}

/* Margin X-axis */
.mx-tw-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mx-tw-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mx-tw-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
}

.mx-tw-0_5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
}

.mx-tw-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-tw-1_5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
}

.mx-tw-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-tw-2_5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
}

.mx-tw-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}

.mx-tw-3_5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
}

.mx-tw-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-tw-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

.mx-tw-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-tw-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
}

.mx-tw-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.mx-tw-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
}

.mx-tw-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.mx-tw-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
}

.mx-tw-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mx-tw-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}

.mx-tw-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.mx-tw-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.mx-tw-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.mx-tw-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}

.mx-tw-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}

.mx-tw-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}

.mx-tw-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}

.mx-tw-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
}

.mx-tw-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
}

.mx-tw-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
}

.mx-tw-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
}

.mx-tw-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
}

.mx-tw-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
}

.mx-tw-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
}

.mx-tw-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
}

.mx-tw-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
}

/* Margin Y-axis */
.my-tw-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.my-tw-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.my-tw-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.my-tw-0_5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
}

.my-tw-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-tw-1_5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
}

.my-tw-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-tw-2_5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.my-tw-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.my-tw-3_5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
}

.my-tw-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-tw-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}

.my-tw-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-tw-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}

.my-tw-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-tw-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}

.my-tw-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-tw-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
}

.my-tw-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-tw-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.my-tw-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-tw-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.my-tw-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.my-tw-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.my-tw-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.my-tw-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.my-tw-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.my-tw-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
}

.my-tw-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}

.my-tw-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
}

.my-tw-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
}

.my-tw-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
}

.my-tw-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
}

.my-tw-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
}

.my-tw-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
}

.my-tw-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
}


/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {

    /* All sides margin */
    .sm\:m-tw-auto {
        margin: auto !important;
    }

    .sm\:m-tw-0 {
        margin: 0px !important;
    }

    .sm\:m-tw-px {
        margin: 1px !important;
    }

    .sm\:m-tw-0_5 {
        margin: 0.125rem !important;
    }

    .sm\:m-tw-1 {
        margin: 0.25rem !important;
    }

    .sm\:m-tw-1_5 {
        margin: 0.375rem !important;
    }

    .sm\:m-tw-2 {
        margin: 0.5rem !important;
    }

    .sm\:m-tw-2_5 {
        margin: 0.625rem !important;
    }

    .sm\:m-tw-3 {
        margin: 0.75rem !important;
    }

    .sm\:m-tw-3_5 {
        margin: 0.875rem !important;
    }

    .sm\:m-tw-4 {
        margin: 1rem !important;
    }

    .sm\:m-tw-5 {
        margin: 1.25rem !important;
    }

    .sm\:m-tw-6 {
        margin: 1.5rem !important;
    }

    .sm\:m-tw-7 {
        margin: 1.75rem !important;
    }

    .sm\:m-tw-8 {
        margin: 2rem !important;
    }

    .sm\:m-tw-9 {
        margin: 2.25rem !important;
    }

    .sm\:m-tw-10 {
        margin: 2.5rem !important;
    }

    .sm\:m-tw-11 {
        margin: 2.75rem !important;
    }

    .sm\:m-tw-12 {
        margin: 3rem !important;
    }

    .sm\:m-tw-14 {
        margin: 3.5rem !important;
    }

    .sm\:m-tw-16 {
        margin: 4rem !important;
    }

    .sm\:m-tw-20 {
        margin: 5rem !important;
    }

    .sm\:m-tw-24 {
        margin: 6rem !important;
    }

    .sm\:m-tw-28 {
        margin: 7rem !important;
    }

    .sm\:m-tw-32 {
        margin: 8rem !important;
    }

    .sm\:m-tw-36 {
        margin: 9rem !important;
    }

    .sm\:m-tw-40 {
        margin: 10rem !important;
    }

    .sm\:m-tw-44 {
        margin: 11rem !important;
    }

    .sm\:m-tw-48 {
        margin: 12rem !important;
    }

    .sm\:m-tw-52 {
        margin: 13rem !important;
    }

    .sm\:m-tw-56 {
        margin: 14rem !important;
    }

    .sm\:m-tw-60 {
        margin: 15rem !important;
    }

    .sm\:m-tw-64 {
        margin: 16rem !important;
    }

    .sm\:m-tw-72 {
        margin: 18rem !important;
    }

    .sm\:m-tw-80 {
        margin: 20rem !important;
    }

    .sm\:m-tw-96 {
        margin: 24rem !important;
    }

    /* Margin Top */
    .sm\:mt-tw-auto {
        margin-top: auto !important;
    }

    .sm\:mt-tw-0 {
        margin-top: 0px !important;
    }

    .sm\:mt-tw-px {
        margin-top: 1px !important;
    }

    .sm\:mt-tw-0_5 {
        margin-top: 0.125rem !important;
    }

    .sm\:mt-tw-1 {
        margin-top: 0.25rem !important;
    }

    .sm\:mt-tw-1_5 {
        margin-top: 0.375rem !important;
    }

    .sm\:mt-tw-2 {
        margin-top: 0.5rem !important;
    }

    .sm\:mt-tw-2_5 {
        margin-top: 0.625rem !important;
    }

    .sm\:mt-tw-3 {
        margin-top: 0.75rem !important;
    }

    .sm\:mt-tw-3_5 {
        margin-top: 0.875rem !important;
    }

    .sm\:mt-tw-4 {
        margin-top: 1rem !important;
    }

    .sm\:mt-tw-5 {
        margin-top: 1.25rem !important;
    }

    .sm\:mt-tw-6 {
        margin-top: 1.5rem !important;
    }

    .sm\:mt-tw-7 {
        margin-top: 1.75rem !important;
    }

    .sm\:mt-tw-8 {
        margin-top: 2rem !important;
    }

    .sm\:mt-tw-9 {
        margin-top: 2.25rem !important;
    }

    .sm\:mt-tw-10 {
        margin-top: 2.5rem !important;
    }

    .sm\:mt-tw-11 {
        margin-top: 2.75rem !important;
    }

    .sm\:mt-tw-12 {
        margin-top: 3rem !important;
    }

    .sm\:mt-tw-14 {
        margin-top: 3.5rem !important;
    }

    .sm\:mt-tw-16 {
        margin-top: 4rem !important;
    }

    .sm\:mt-tw-20 {
        margin-top: 5rem !important;
    }

    .sm\:mt-tw-24 {
        margin-top: 6rem !important;
    }

    .sm\:mt-tw-28 {
        margin-top: 7rem !important;
    }

    .sm\:mt-tw-32 {
        margin-top: 8rem !important;
    }

    .sm\:mt-tw-36 {
        margin-top: 9rem !important;
    }

    .sm\:mt-tw-40 {
        margin-top: 10rem !important;
    }

    .sm\:mt-tw-44 {
        margin-top: 11rem !important;
    }

    .sm\:mt-tw-48 {
        margin-top: 12rem !important;
    }

    .sm\:mt-tw-52 {
        margin-top: 13rem !important;
    }

    .sm\:mt-tw-56 {
        margin-top: 14rem !important;
    }

    .sm\:mt-tw-60 {
        margin-top: 15rem !important;
    }

    .sm\:mt-tw-64 {
        margin-top: 16rem !important;
    }

    .sm\:mt-tw-72 {
        margin-top: 18rem !important;
    }

    .sm\:mt-tw-80 {
        margin-top: 20rem !important;
    }

    .sm\:mt-tw-96 {
        margin-top: 24rem !important;
    }

    /* Margin Right */
    .sm\:mr-tw-auto {
        margin-right: auto !important;
    }

    .sm\:mr-tw-0 {
        margin-right: 0px !important;
    }

    .sm\:mr-tw-px {
        margin-right: 1px !important;
    }

    .sm\:mr-tw-0_5 {
        margin-right: 0.125rem !important;
    }

    .sm\:mr-tw-1 {
        margin-right: 0.25rem !important;
    }

    .sm\:mr-tw-1_5 {
        margin-right: 0.375rem !important;
    }

    .sm\:mr-tw-2 {
        margin-right: 0.5rem !important;
    }

    .sm\:mr-tw-2_5 {
        margin-right: 0.625rem !important;
    }

    .sm\:mr-tw-3 {
        margin-right: 0.75rem !important;
    }

    .sm\:mr-tw-3_5 {
        margin-right: 0.875rem !important;
    }

    .sm\:mr-tw-4 {
        margin-right: 1rem !important;
    }

    .sm\:mr-tw-5 {
        margin-right: 1.25rem !important;
    }

    .sm\:mr-tw-6 {
        margin-right: 1.5rem !important;
    }

    .sm\:mr-tw-7 {
        margin-right: 1.75rem !important;
    }

    .sm\:mr-tw-8 {
        margin-right: 2rem !important;
    }

    .sm\:mr-tw-9 {
        margin-right: 2.25rem !important;
    }

    .sm\:mr-tw-10 {
        margin-right: 2.5rem !important;
    }

    .sm\:mr-tw-11 {
        margin-right: 2.75rem !important;
    }

    .sm\:mr-tw-12 {
        margin-right: 3rem !important;
    }

    .sm\:mr-tw-14 {
        margin-right: 3.5rem !important;
    }

    .sm\:mr-tw-16 {
        margin-right: 4rem !important;
    }

    .sm\:mr-tw-20 {
        margin-right: 5rem !important;
    }

    .sm\:mr-tw-24 {
        margin-right: 6rem !important;
    }

    .sm\:mr-tw-28 {
        margin-right: 7rem !important;
    }

    .sm\:mr-tw-32 {
        margin-right: 8rem !important;
    }

    .sm\:mr-tw-36 {
        margin-right: 9rem !important;
    }

    .sm\:mr-tw-40 {
        margin-right: 10rem !important;
    }

    .sm\:mr-tw-44 {
        margin-right: 11rem !important;
    }

    .sm\:mr-tw-48 {
        margin-right: 12rem !important;
    }

    .sm\:mr-tw-52 {
        margin-right: 13rem !important;
    }

    .sm\:mr-tw-56 {
        margin-right: 14rem !important;
    }

    .sm\:mr-tw-60 {
        margin-right: 15rem !important;
    }

    .sm\:mr-tw-64 {
        margin-right: 16rem !important;
    }

    .sm\:mr-tw-72 {
        margin-right: 18rem !important;
    }

    .sm\:mr-tw-80 {
        margin-right: 20rem !important;
    }

    .sm\:mr-tw-96 {
        margin-right: 24rem !important;
    }

    /* Margin Bottom */
    .sm\:mb-tw-auto {
        margin-bottom: auto !important;
    }

    .sm\:mb-tw-0 {
        margin-bottom: 0px !important;
    }

    .sm\:mb-tw-px {
        margin-bottom: 1px !important;
    }

    .sm\:mb-tw-0_5 {
        margin-bottom: 0.125rem !important;
    }

    .sm\:mb-tw-1 {
        margin-bottom: 0.25rem !important;
    }

    .sm\:mb-tw-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .sm\:mb-tw-2 {
        margin-bottom: 0.5rem !important;
    }

    .sm\:mb-tw-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .sm\:mb-tw-3 {
        margin-bottom: 0.75rem !important;
    }

    .sm\:mb-tw-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .sm\:mb-tw-4 {
        margin-bottom: 1rem !important;
    }

    .sm\:mb-tw-5 {
        margin-bottom: 1.25rem !important;
    }

    .sm\:mb-tw-6 {
        margin-bottom: 1.5rem !important;
    }

    .sm\:mb-tw-7 {
        margin-bottom: 1.75rem !important;
    }

    .sm\:mb-tw-8 {
        margin-bottom: 2rem !important;
    }

    .sm\:mb-tw-9 {
        margin-bottom: 2.25rem !important;
    }

    .sm\:mb-tw-10 {
        margin-bottom: 2.5rem !important;
    }

    .sm\:mb-tw-11 {
        margin-bottom: 2.75rem !important;
    }

    .sm\:mb-tw-12 {
        margin-bottom: 3rem !important;
    }

    .sm\:mb-tw-14 {
        margin-bottom: 3.5rem !important;
    }

    .sm\:mb-tw-16 {
        margin-bottom: 4rem !important;
    }

    .sm\:mb-tw-20 {
        margin-bottom: 5rem !important;
    }

    .sm\:mb-tw-24 {
        margin-bottom: 6rem !important;
    }

    .sm\:mb-tw-28 {
        margin-bottom: 7rem !important;
    }

    .sm\:mb-tw-32 {
        margin-bottom: 8rem !important;
    }

    .sm\:mb-tw-36 {
        margin-bottom: 9rem !important;
    }

    .sm\:mb-tw-40 {
        margin-bottom: 10rem !important;
    }

    .sm\:mb-tw-44 {
        margin-bottom: 11rem !important;
    }

    .sm\:mb-tw-48 {
        margin-bottom: 12rem !important;
    }

    .sm\:mb-tw-52 {
        margin-bottom: 13rem !important;
    }

    .sm\:mb-tw-56 {
        margin-bottom: 14rem !important;
    }

    .sm\:mb-tw-60 {
        margin-bottom: 15rem !important;
    }

    .sm\:mb-tw-64 {
        margin-bottom: 16rem !important;
    }

    .sm\:mb-tw-72 {
        margin-bottom: 18rem !important;
    }

    .sm\:mb-tw-80 {
        margin-bottom: 20rem !important;
    }

    .sm\:mb-tw-96 {
        margin-bottom: 24rem !important;
    }

    /* Margin Left */
    .sm\:ml-tw-auto {
        margin-left: auto !important;
    }

    .sm\:ml-tw-0 {
        margin-left: 0px !important;
    }

    .sm\:ml-tw-px {
        margin-left: 1px !important;
    }

    .sm\:ml-tw-0_5 {
        margin-left: 0.125rem !important;
    }

    .sm\:ml-tw-1 {
        margin-left: 0.25rem !important;
    }

    .sm\:ml-tw-1_5 {
        margin-left: 0.375rem !important;
    }

    .sm\:ml-tw-2 {
        margin-left: 0.5rem !important;
    }

    .sm\:ml-tw-2_5 {
        margin-left: 0.625rem !important;
    }

    .sm\:ml-tw-3 {
        margin-left: 0.75rem !important;
    }

    .sm\:ml-tw-3_5 {
        margin-left: 0.875rem !important;
    }

    .sm\:ml-tw-4 {
        margin-left: 1rem !important;
    }

    .sm\:ml-tw-5 {
        margin-left: 1.25rem !important;
    }

    .sm\:ml-tw-6 {
        margin-left: 1.5rem !important;
    }

    .sm\:ml-tw-7 {
        margin-left: 1.75rem !important;
    }

    .sm\:ml-tw-8 {
        margin-left: 2rem !important;
    }

    .sm\:ml-tw-9 {
        margin-left: 2.25rem !important;
    }

    .sm\:ml-tw-10 {
        margin-left: 2.5rem !important;
    }

    .sm\:ml-tw-11 {
        margin-left: 2.75rem !important;
    }

    .sm\:ml-tw-12 {
        margin-left: 3rem !important;
    }

    .sm\:ml-tw-14 {
        margin-left: 3.5rem !important;
    }

    .sm\:ml-tw-16 {
        margin-left: 4rem !important;
    }

    .sm\:ml-tw-20 {
        margin-left: 5rem !important;
    }

    .sm\:ml-tw-24 {
        margin-left: 6rem !important;
    }

    .sm\:ml-tw-28 {
        margin-left: 7rem !important;
    }

    .sm\:ml-tw-32 {
        margin-left: 8rem !important;
    }

    .sm\:ml-tw-36 {
        margin-left: 9rem !important;
    }

    .sm\:ml-tw-40 {
        margin-left: 10rem !important;
    }

    .sm\:ml-tw-44 {
        margin-left: 11rem !important;
    }

    .sm\:ml-tw-48 {
        margin-left: 12rem !important;
    }

    .sm\:ml-tw-52 {
        margin-left: 13rem !important;
    }

    .sm\:ml-tw-56 {
        margin-left: 14rem !important;
    }

    .sm\:ml-tw-60 {
        margin-left: 15rem !important;
    }

    .sm\:ml-tw-64 {
        margin-left: 16rem !important;
    }

    .sm\:ml-tw-72 {
        margin-left: 18rem !important;
    }

    .sm\:ml-tw-80 {
        margin-left: 20rem !important;
    }

    .sm\:ml-tw-96 {
        margin-left: 24rem !important;
    }

    /* Margin X-axis */
    .sm\:mx-tw-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sm\:mx-tw-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .sm\:mx-tw-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .sm\:mx-tw-0_5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    .sm\:mx-tw-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .sm\:mx-tw-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .sm\:mx-tw-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .sm\:mx-tw-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .sm\:mx-tw-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .sm\:mx-tw-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .sm\:mx-tw-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .sm\:mx-tw-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .sm\:mx-tw-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .sm\:mx-tw-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .sm\:mx-tw-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .sm\:mx-tw-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .sm\:mx-tw-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .sm\:mx-tw-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .sm\:mx-tw-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .sm\:mx-tw-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .sm\:mx-tw-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .sm\:mx-tw-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .sm\:mx-tw-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .sm\:mx-tw-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .sm\:mx-tw-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .sm\:mx-tw-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .sm\:mx-tw-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .sm\:mx-tw-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .sm\:mx-tw-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .sm\:mx-tw-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .sm\:mx-tw-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .sm\:mx-tw-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .sm\:mx-tw-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .sm\:mx-tw-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .sm\:mx-tw-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .sm\:mx-tw-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    /* Margin Y-axis */
    .sm\:my-tw-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .sm\:my-tw-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .sm\:my-tw-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .sm\:my-tw-0_5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    .sm\:my-tw-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .sm\:my-tw-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .sm\:my-tw-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .sm\:my-tw-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .sm\:my-tw-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .sm\:my-tw-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .sm\:my-tw-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .sm\:my-tw-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .sm\:my-tw-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .sm\:my-tw-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .sm\:my-tw-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .sm\:my-tw-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .sm\:my-tw-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .sm\:my-tw-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .sm\:my-tw-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .sm\:my-tw-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .sm\:my-tw-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .sm\:my-tw-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .sm\:my-tw-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .sm\:my-tw-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .sm\:my-tw-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .sm\:my-tw-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .sm\:my-tw-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .sm\:my-tw-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .sm\:my-tw-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .sm\:my-tw-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .sm\:my-tw-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .sm\:my-tw-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .sm\:my-tw-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .sm\:my-tw-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .sm\:my-tw-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .sm\:my-tw-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {

    /* All sides margin */
    .md\:m-tw-auto {
        margin: auto !important;
    }

    .md\:m-tw-0 {
        margin: 0px !important;
    }

    .md\:m-tw-px {
        margin: 1px !important;
    }

    .md\:m-tw-0_5 {
        margin: 0.125rem !important;
    }

    .md\:m-tw-1 {
        margin: 0.25rem !important;
    }

    .md\:m-tw-1_5 {
        margin: 0.375rem !important;
    }

    .md\:m-tw-2 {
        margin: 0.5rem !important;
    }

    .md\:m-tw-2_5 {
        margin: 0.625rem !important;
    }

    .md\:m-tw-3 {
        margin: 0.75rem !important;
    }

    .md\:m-tw-3_5 {
        margin: 0.875rem !important;
    }

    .md\:m-tw-4 {
        margin: 1rem !important;
    }

    .md\:m-tw-5 {
        margin: 1.25rem !important;
    }

    .md\:m-tw-6 {
        margin: 1.5rem !important;
    }

    .md\:m-tw-7 {
        margin: 1.75rem !important;
    }

    .md\:m-tw-8 {
        margin: 2rem !important;
    }

    .md\:m-tw-9 {
        margin: 2.25rem !important;
    }

    .md\:m-tw-10 {
        margin: 2.5rem !important;
    }

    .md\:m-tw-11 {
        margin: 2.75rem !important;
    }

    .md\:m-tw-12 {
        margin: 3rem !important;
    }

    .md\:m-tw-14 {
        margin: 3.5rem !important;
    }

    .md\:m-tw-16 {
        margin: 4rem !important;
    }

    .md\:m-tw-20 {
        margin: 5rem !important;
    }

    .md\:m-tw-24 {
        margin: 6rem !important;
    }

    .md\:m-tw-28 {
        margin: 7rem !important;
    }

    .md\:m-tw-32 {
        margin: 8rem !important;
    }

    .md\:m-tw-36 {
        margin: 9rem !important;
    }

    .md\:m-tw-40 {
        margin: 10rem !important;
    }

    .md\:m-tw-44 {
        margin: 11rem !important;
    }

    .md\:m-tw-48 {
        margin: 12rem !important;
    }

    .md\:m-tw-52 {
        margin: 13rem !important;
    }

    .md\:m-tw-56 {
        margin: 14rem !important;
    }

    .md\:m-tw-60 {
        margin: 15rem !important;
    }

    .md\:m-tw-64 {
        margin: 16rem !important;
    }

    .md\:m-tw-72 {
        margin: 18rem !important;
    }

    .md\:m-tw-80 {
        margin: 20rem !important;
    }

    .md\:m-tw-96 {
        margin: 24rem !important;
    }

    /* Margin Top */
    .md\:mt-tw-auto {
        margin-top: auto !important;
    }

    .md\:mt-tw-0 {
        margin-top: 0px !important;
    }

    .md\:mt-tw-px {
        margin-top: 1px !important;
    }

    .md\:mt-tw-0_5 {
        margin-top: 0.125rem !important;
    }

    .md\:mt-tw-1 {
        margin-top: 0.25rem !important;
    }

    .md\:mt-tw-1_5 {
        margin-top: 0.375rem !important;
    }

    .md\:mt-tw-2 {
        margin-top: 0.5rem !important;
    }

    .md\:mt-tw-2_5 {
        margin-top: 0.625rem !important;
    }

    .md\:mt-tw-3 {
        margin-top: 0.75rem !important;
    }

    .md\:mt-tw-3_5 {
        margin-top: 0.875rem !important;
    }

    .md\:mt-tw-4 {
        margin-top: 1rem !important;
    }

    .md\:mt-tw-5 {
        margin-top: 1.25rem !important;
    }

    .md\:mt-tw-6 {
        margin-top: 1.5rem !important;
    }

    .md\:mt-tw-7 {
        margin-top: 1.75rem !important;
    }

    .md\:mt-tw-8 {
        margin-top: 2rem !important;
    }

    .md\:mt-tw-9 {
        margin-top: 2.25rem !important;
    }

    .md\:mt-tw-10 {
        margin-top: 2.5rem !important;
    }

    .md\:mt-tw-11 {
        margin-top: 2.75rem !important;
    }

    .md\:mt-tw-12 {
        margin-top: 3rem !important;
    }

    .md\:mt-tw-14 {
        margin-top: 3.5rem !important;
    }

    .md\:mt-tw-16 {
        margin-top: 4rem !important;
    }

    .md\:mt-tw-20 {
        margin-top: 5rem !important;
    }

    .md\:mt-tw-24 {
        margin-top: 6rem !important;
    }

    .md\:mt-tw-28 {
        margin-top: 7rem !important;
    }

    .md\:mt-tw-32 {
        margin-top: 8rem !important;
    }

    .md\:mt-tw-36 {
        margin-top: 9rem !important;
    }

    .md\:mt-tw-40 {
        margin-top: 10rem !important;
    }

    .md\:mt-tw-44 {
        margin-top: 11rem !important;
    }

    .md\:mt-tw-48 {
        margin-top: 12rem !important;
    }

    .md\:mt-tw-52 {
        margin-top: 13rem !important;
    }

    .md\:mt-tw-56 {
        margin-top: 14rem !important;
    }

    .md\:mt-tw-60 {
        margin-top: 15rem !important;
    }

    .md\:mt-tw-64 {
        margin-top: 16rem !important;
    }

    .md\:mt-tw-72 {
        margin-top: 18rem !important;
    }

    .md\:mt-tw-80 {
        margin-top: 20rem !important;
    }

    .md\:mt-tw-96 {
        margin-top: 24rem !important;
    }

    /* Margin Right */
    .md\:mr-tw-auto {
        margin-right: auto !important;
    }

    .md\:mr-tw-0 {
        margin-right: 0px !important;
    }

    .md\:mr-tw-px {
        margin-right: 1px !important;
    }

    .md\:mr-tw-0_5 {
        margin-right: 0.125rem !important;
    }

    .md\:mr-tw-1 {
        margin-right: 0.25rem !important;
    }

    .md\:mr-tw-1_5 {
        margin-right: 0.375rem !important;
    }

    .md\:mr-tw-2 {
        margin-right: 0.5rem !important;
    }

    .md\:mr-tw-2_5 {
        margin-right: 0.625rem !important;
    }

    .md\:mr-tw-3 {
        margin-right: 0.75rem !important;
    }

    .md\:mr-tw-3_5 {
        margin-right: 0.875rem !important;
    }

    .md\:mr-tw-4 {
        margin-right: 1rem !important;
    }

    .md\:mr-tw-5 {
        margin-right: 1.25rem !important;
    }

    .md\:mr-tw-6 {
        margin-right: 1.5rem !important;
    }

    .md\:mr-tw-7 {
        margin-right: 1.75rem !important;
    }

    .md\:mr-tw-8 {
        margin-right: 2rem !important;
    }

    .md\:mr-tw-9 {
        margin-right: 2.25rem !important;
    }

    .md\:mr-tw-10 {
        margin-right: 2.5rem !important;
    }

    .md\:mr-tw-11 {
        margin-right: 2.75rem !important;
    }

    .md\:mr-tw-12 {
        margin-right: 3rem !important;
    }

    .md\:mr-tw-14 {
        margin-right: 3.5rem !important;
    }

    .md\:mr-tw-16 {
        margin-right: 4rem !important;
    }

    .md\:mr-tw-20 {
        margin-right: 5rem !important;
    }

    .md\:mr-tw-24 {
        margin-right: 6rem !important;
    }

    .md\:mr-tw-28 {
        margin-right: 7rem !important;
    }

    .md\:mr-tw-32 {
        margin-right: 8rem !important;
    }

    .md\:mr-tw-36 {
        margin-right: 9rem !important;
    }

    .md\:mr-tw-40 {
        margin-right: 10rem !important;
    }

    .md\:mr-tw-44 {
        margin-right: 11rem !important;
    }

    .md\:mr-tw-48 {
        margin-right: 12rem !important;
    }

    .md\:mr-tw-52 {
        margin-right: 13rem !important;
    }

    .md\:mr-tw-56 {
        margin-right: 14rem !important;
    }

    .md\:mr-tw-60 {
        margin-right: 15rem !important;
    }

    .md\:mr-tw-64 {
        margin-right: 16rem !important;
    }

    .md\:mr-tw-72 {
        margin-right: 18rem !important;
    }

    .md\:mr-tw-80 {
        margin-right: 20rem !important;
    }

    .md\:mr-tw-96 {
        margin-right: 24rem !important;
    }

    /* Margin Bottom */
    .md\:mb-tw-auto {
        margin-bottom: auto !important;
    }

    .md\:mb-tw-0 {
        margin-bottom: 0px !important;
    }

    .md\:mb-tw-px {
        margin-bottom: 1px !important;
    }

    .md\:mb-tw-0_5 {
        margin-bottom: 0.125rem !important;
    }

    .md\:mb-tw-1 {
        margin-bottom: 0.25rem !important;
    }

    .md\:mb-tw-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .md\:mb-tw-2 {
        margin-bottom: 0.5rem !important;
    }

    .md\:mb-tw-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .md\:mb-tw-3 {
        margin-bottom: 0.75rem !important;
    }

    .md\:mb-tw-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .md\:mb-tw-4 {
        margin-bottom: 1rem !important;
    }

    .md\:mb-tw-5 {
        margin-bottom: 1.25rem !important;
    }

    .md\:mb-tw-6 {
        margin-bottom: 1.5rem !important;
    }

    .md\:mb-tw-7 {
        margin-bottom: 1.75rem !important;
    }

    .md\:mb-tw-8 {
        margin-bottom: 2rem !important;
    }

    .md\:mb-tw-9 {
        margin-bottom: 2.25rem !important;
    }

    .md\:mb-tw-10 {
        margin-bottom: 2.5rem !important;
    }

    .md\:mb-tw-11 {
        margin-bottom: 2.75rem !important;
    }

    .md\:mb-tw-12 {
        margin-bottom: 3rem !important;
    }

    .md\:mb-tw-14 {
        margin-bottom: 3.5rem !important;
    }

    .md\:mb-tw-16 {
        margin-bottom: 4rem !important;
    }

    .md\:mb-tw-20 {
        margin-bottom: 5rem !important;
    }

    .md\:mb-tw-24 {
        margin-bottom: 6rem !important;
    }

    .md\:mb-tw-28 {
        margin-bottom: 7rem !important;
    }

    .md\:mb-tw-32 {
        margin-bottom: 8rem !important;
    }

    .md\:mb-tw-36 {
        margin-bottom: 9rem !important;
    }

    .md\:mb-tw-40 {
        margin-bottom: 10rem !important;
    }

    .md\:mb-tw-44 {
        margin-bottom: 11rem !important;
    }

    .md\:mb-tw-48 {
        margin-bottom: 12rem !important;
    }

    .md\:mb-tw-52 {
        margin-bottom: 13rem !important;
    }

    .md\:mb-tw-56 {
        margin-bottom: 14rem !important;
    }

    .md\:mb-tw-60 {
        margin-bottom: 15rem !important;
    }

    .md\:mb-tw-64 {
        margin-bottom: 16rem !important;
    }

    .md\:mb-tw-72 {
        margin-bottom: 18rem !important;
    }

    .md\:mb-tw-80 {
        margin-bottom: 20rem !important;
    }

    .md\:mb-tw-96 {
        margin-bottom: 24rem !important;
    }

    /* Margin Left */
    .md\:ml-tw-auto {
        margin-left: auto !important;
    }

    .md\:ml-tw-0 {
        margin-left: 0px !important;
    }

    .md\:ml-tw-px {
        margin-left: 1px !important;
    }

    .md\:ml-tw-0_5 {
        margin-left: 0.125rem !important;
    }

    .md\:ml-tw-1 {
        margin-left: 0.25rem !important;
    }

    .md\:ml-tw-1_5 {
        margin-left: 0.375rem !important;
    }

    .md\:ml-tw-2 {
        margin-left: 0.5rem !important;
    }

    .md\:ml-tw-2_5 {
        margin-left: 0.625rem !important;
    }

    .md\:ml-tw-3 {
        margin-left: 0.75rem !important;
    }

    .md\:ml-tw-3_5 {
        margin-left: 0.875rem !important;
    }

    .md\:ml-tw-4 {
        margin-left: 1rem !important;
    }

    .md\:ml-tw-5 {
        margin-left: 1.25rem !important;
    }

    .md\:ml-tw-6 {
        margin-left: 1.5rem !important;
    }

    .md\:ml-tw-7 {
        margin-left: 1.75rem !important;
    }

    .md\:ml-tw-8 {
        margin-left: 2rem !important;
    }

    .md\:ml-tw-9 {
        margin-left: 2.25rem !important;
    }

    .md\:ml-tw-10 {
        margin-left: 2.5rem !important;
    }

    .md\:ml-tw-11 {
        margin-left: 2.75rem !important;
    }

    .md\:ml-tw-12 {
        margin-left: 3rem !important;
    }

    .md\:ml-tw-14 {
        margin-left: 3.5rem !important;
    }

    .md\:ml-tw-16 {
        margin-left: 4rem !important;
    }

    .md\:ml-tw-20 {
        margin-left: 5rem !important;
    }

    .md\:ml-tw-24 {
        margin-left: 6rem !important;
    }

    .md\:ml-tw-28 {
        margin-left: 7rem !important;
    }

    .md\:ml-tw-32 {
        margin-left: 8rem !important;
    }

    .md\:ml-tw-36 {
        margin-left: 9rem !important;
    }

    .md\:ml-tw-40 {
        margin-left: 10rem !important;
    }

    .md\:ml-tw-44 {
        margin-left: 11rem !important;
    }

    .md\:ml-tw-48 {
        margin-left: 12rem !important;
    }

    .md\:ml-tw-52 {
        margin-left: 13rem !important;
    }

    .md\:ml-tw-56 {
        margin-left: 14rem !important;
    }

    .md\:ml-tw-60 {
        margin-left: 15rem !important;
    }

    .md\:ml-tw-64 {
        margin-left: 16rem !important;
    }

    .md\:ml-tw-72 {
        margin-left: 18rem !important;
    }

    .md\:ml-tw-80 {
        margin-left: 20rem !important;
    }

    .md\:ml-tw-96 {
        margin-left: 24rem !important;
    }

    /* Margin X-axis */
    .md\:mx-tw-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .md\:mx-tw-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .md\:mx-tw-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .md\:mx-tw-0_5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    .md\:mx-tw-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .md\:mx-tw-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .md\:mx-tw-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .md\:mx-tw-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .md\:mx-tw-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .md\:mx-tw-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .md\:mx-tw-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .md\:mx-tw-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .md\:mx-tw-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .md\:mx-tw-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .md\:mx-tw-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .md\:mx-tw-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .md\:mx-tw-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .md\:mx-tw-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .md\:mx-tw-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .md\:mx-tw-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .md\:mx-tw-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .md\:mx-tw-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .md\:mx-tw-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .md\:mx-tw-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .md\:mx-tw-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .md\:mx-tw-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .md\:mx-tw-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .md\:mx-tw-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .md\:mx-tw-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .md\:mx-tw-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .md\:mx-tw-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .md\:mx-tw-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .md\:mx-tw-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .md\:mx-tw-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .md\:mx-tw-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .md\:mx-tw-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    /* Margin Y-axis */
    .md\:my-tw-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .md\:my-tw-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .md\:my-tw-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .md\:my-tw-0_5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    .md\:my-tw-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .md\:my-tw-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .md\:my-tw-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .md\:my-tw-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .md\:my-tw-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .md\:my-tw-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .md\:my-tw-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .md\:my-tw-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .md\:my-tw-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .md\:my-tw-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .md\:my-tw-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .md\:my-tw-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .md\:my-tw-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .md\:my-tw-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .md\:my-tw-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .md\:my-tw-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .md\:my-tw-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .md\:my-tw-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .md\:my-tw-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .md\:my-tw-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .md\:my-tw-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .md\:my-tw-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .md\:my-tw-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .md\:my-tw-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .md\:my-tw-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .md\:my-tw-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .md\:my-tw-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .md\:my-tw-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .md\:my-tw-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .md\:my-tw-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .md\:my-tw-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .md\:my-tw-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {

    /* All sides margin */
    .lg\:m-tw-auto {
        margin: auto !important;
    }

    .lg\:m-tw-0 {
        margin: 0px !important;
    }

    .lg\:m-tw-px {
        margin: 1px !important;
    }

    .lg\:m-tw-0_5 {
        margin: 0.125rem !important;
    }

    .lg\:m-tw-1 {
        margin: 0.25rem !important;
    }

    .lg\:m-tw-1_5 {
        margin: 0.375rem !important;
    }

    .lg\:m-tw-2 {
        margin: 0.5rem !important;
    }

    .lg\:m-tw-2_5 {
        margin: 0.625rem !important;
    }

    .lg\:m-tw-3 {
        margin: 0.75rem !important;
    }

    .lg\:m-tw-3_5 {
        margin: 0.875rem !important;
    }

    .lg\:m-tw-4 {
        margin: 1rem !important;
    }

    .lg\:m-tw-5 {
        margin: 1.25rem !important;
    }

    .lg\:m-tw-6 {
        margin: 1.5rem !important;
    }

    .lg\:m-tw-7 {
        margin: 1.75rem !important;
    }

    .lg\:m-tw-8 {
        margin: 2rem !important;
    }

    .lg\:m-tw-9 {
        margin: 2.25rem !important;
    }

    .lg\:m-tw-10 {
        margin: 2.5rem !important;
    }

    .lg\:m-tw-11 {
        margin: 2.75rem !important;
    }

    .lg\:m-tw-12 {
        margin: 3rem !important;
    }

    .lg\:m-tw-14 {
        margin: 3.5rem !important;
    }

    .lg\:m-tw-16 {
        margin: 4rem !important;
    }

    .lg\:m-tw-20 {
        margin: 5rem !important;
    }

    .lg\:m-tw-24 {
        margin: 6rem !important;
    }

    .lg\:m-tw-28 {
        margin: 7rem !important;
    }

    .lg\:m-tw-32 {
        margin: 8rem !important;
    }

    .lg\:m-tw-36 {
        margin: 9rem !important;
    }

    .lg\:m-tw-40 {
        margin: 10rem !important;
    }

    .lg\:m-tw-44 {
        margin: 11rem !important;
    }

    .lg\:m-tw-48 {
        margin: 12rem !important;
    }

    .lg\:m-tw-52 {
        margin: 13rem !important;
    }

    .lg\:m-tw-56 {
        margin: 14rem !important;
    }

    .lg\:m-tw-60 {
        margin: 15rem !important;
    }

    .lg\:m-tw-64 {
        margin: 16rem !important;
    }

    .lg\:m-tw-72 {
        margin: 18rem !important;
    }

    .lg\:m-tw-80 {
        margin: 20rem !important;
    }

    .lg\:m-tw-96 {
        margin: 24rem !important;
    }

    /* Margin Top */
    .lg\:mt-tw-auto {
        margin-top: auto !important;
    }

    .lg\:mt-tw-0 {
        margin-top: 0px !important;
    }

    .lg\:mt-tw-px {
        margin-top: 1px !important;
    }

    .lg\:mt-tw-0_5 {
        margin-top: 0.125rem !important;
    }

    .lg\:mt-tw-1 {
        margin-top: 0.25rem !important;
    }

    .lg\:mt-tw-1_5 {
        margin-top: 0.375rem !important;
    }

    .lg\:mt-tw-2 {
        margin-top: 0.5rem !important;
    }

    .lg\:mt-tw-2_5 {
        margin-top: 0.625rem !important;
    }

    .lg\:mt-tw-3 {
        margin-top: 0.75rem !important;
    }

    .lg\:mt-tw-3_5 {
        margin-top: 0.875rem !important;
    }

    .lg\:mt-tw-4 {
        margin-top: 1rem !important;
    }

    .lg\:mt-tw-5 {
        margin-top: 1.25rem !important;
    }

    .lg\:mt-tw-6 {
        margin-top: 1.5rem !important;
    }

    .lg\:mt-tw-7 {
        margin-top: 1.75rem !important;
    }

    .lg\:mt-tw-8 {
        margin-top: 2rem !important;
    }

    .lg\:mt-tw-9 {
        margin-top: 2.25rem !important;
    }

    .lg\:mt-tw-10 {
        margin-top: 2.5rem !important;
    }

    .lg\:mt-tw-11 {
        margin-top: 2.75rem !important;
    }

    .lg\:mt-tw-12 {
        margin-top: 3rem !important;
    }

    .lg\:mt-tw-14 {
        margin-top: 3.5rem !important;
    }

    .lg\:mt-tw-16 {
        margin-top: 4rem !important;
    }

    .lg\:mt-tw-20 {
        margin-top: 5rem !important;
    }

    .lg\:mt-tw-24 {
        margin-top: 6rem !important;
    }

    .lg\:mt-tw-28 {
        margin-top: 7rem !important;
    }

    .lg\:mt-tw-32 {
        margin-top: 8rem !important;
    }

    .lg\:mt-tw-36 {
        margin-top: 9rem !important;
    }

    .lg\:mt-tw-40 {
        margin-top: 10rem !important;
    }

    .lg\:mt-tw-44 {
        margin-top: 11rem !important;
    }

    .lg\:mt-tw-48 {
        margin-top: 12rem !important;
    }

    .lg\:mt-tw-52 {
        margin-top: 13rem !important;
    }

    .lg\:mt-tw-56 {
        margin-top: 14rem !important;
    }

    .lg\:mt-tw-60 {
        margin-top: 15rem !important;
    }

    .lg\:mt-tw-64 {
        margin-top: 16rem !important;
    }

    .lg\:mt-tw-72 {
        margin-top: 18rem !important;
    }

    .lg\:mt-tw-80 {
        margin-top: 20rem !important;
    }

    .lg\:mt-tw-96 {
        margin-top: 24rem !important;
    }

    /* Margin Right */
    .lg\:mr-tw-auto {
        margin-right: auto !important;
    }

    .lg\:mr-tw-0 {
        margin-right: 0px !important;
    }

    .lg\:mr-tw-px {
        margin-right: 1px !important;
    }

    .lg\:mr-tw-0_5 {
        margin-right: 0.125rem !important;
    }

    .lg\:mr-tw-1 {
        margin-right: 0.25rem !important;
    }

    .lg\:mr-tw-1_5 {
        margin-right: 0.375rem !important;
    }

    .lg\:mr-tw-2 {
        margin-right: 0.5rem !important;
    }

    .lg\:mr-tw-2_5 {
        margin-right: 0.625rem !important;
    }

    .lg\:mr-tw-3 {
        margin-right: 0.75rem !important;
    }

    .lg\:mr-tw-3_5 {
        margin-right: 0.875rem !important;
    }

    .lg\:mr-tw-4 {
        margin-right: 1rem !important;
    }

    .lg\:mr-tw-5 {
        margin-right: 1.25rem !important;
    }

    .lg\:mr-tw-6 {
        margin-right: 1.5rem !important;
    }

    .lg\:mr-tw-7 {
        margin-right: 1.75rem !important;
    }

    .lg\:mr-tw-8 {
        margin-right: 2rem !important;
    }

    .lg\:mr-tw-9 {
        margin-right: 2.25rem !important;
    }

    .lg\:mr-tw-10 {
        margin-right: 2.5rem !important;
    }

    .lg\:mr-tw-11 {
        margin-right: 2.75rem !important;
    }

    .lg\:mr-tw-12 {
        margin-right: 3rem !important;
    }

    .lg\:mr-tw-14 {
        margin-right: 3.5rem !important;
    }

    .lg\:mr-tw-16 {
        margin-right: 4rem !important;
    }

    .lg\:mr-tw-20 {
        margin-right: 5rem !important;
    }

    .lg\:mr-tw-24 {
        margin-right: 6rem !important;
    }

    .lg\:mr-tw-28 {
        margin-right: 7rem !important;
    }

    .lg\:mr-tw-32 {
        margin-right: 8rem !important;
    }

    .lg\:mr-tw-36 {
        margin-right: 9rem !important;
    }

    .lg\:mr-tw-40 {
        margin-right: 10rem !important;
    }

    .lg\:mr-tw-44 {
        margin-right: 11rem !important;
    }

    .lg\:mr-tw-48 {
        margin-right: 12rem !important;
    }

    .lg\:mr-tw-52 {
        margin-right: 13rem !important;
    }

    .lg\:mr-tw-56 {
        margin-right: 14rem !important;
    }

    .lg\:mr-tw-60 {
        margin-right: 15rem !important;
    }

    .lg\:mr-tw-64 {
        margin-right: 16rem !important;
    }

    .lg\:mr-tw-72 {
        margin-right: 18rem !important;
    }

    .lg\:mr-tw-80 {
        margin-right: 20rem !important;
    }

    .lg\:mr-tw-96 {
        margin-right: 24rem !important;
    }

    /* Margin Bottom */
    .lg\:mb-tw-auto {
        margin-bottom: auto !important;
    }

    .lg\:mb-tw-0 {
        margin-bottom: 0px !important;
    }

    .lg\:mb-tw-px {
        margin-bottom: 1px !important;
    }

    .lg\:mb-tw-0_5 {
        margin-bottom: 0.125rem !important;
    }

    .lg\:mb-tw-1 {
        margin-bottom: 0.25rem !important;
    }

    .lg\:mb-tw-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .lg\:mb-tw-2 {
        margin-bottom: 0.5rem !important;
    }

    .lg\:mb-tw-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .lg\:mb-tw-3 {
        margin-bottom: 0.75rem !important;
    }

    .lg\:mb-tw-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .lg\:mb-tw-4 {
        margin-bottom: 1rem !important;
    }

    .lg\:mb-tw-5 {
        margin-bottom: 1.25rem !important;
    }

    .lg\:mb-tw-6 {
        margin-bottom: 1.5rem !important;
    }

    .lg\:mb-tw-7 {
        margin-bottom: 1.75rem !important;
    }

    .lg\:mb-tw-8 {
        margin-bottom: 2rem !important;
    }

    .lg\:mb-tw-9 {
        margin-bottom: 2.25rem !important;
    }

    .lg\:mb-tw-10 {
        margin-bottom: 2.5rem !important;
    }

    .lg\:mb-tw-11 {
        margin-bottom: 2.75rem !important;
    }

    .lg\:mb-tw-12 {
        margin-bottom: 3rem !important;
    }

    .lg\:mb-tw-14 {
        margin-bottom: 3.5rem !important;
    }

    .lg\:mb-tw-16 {
        margin-bottom: 4rem !important;
    }

    .lg\:mb-tw-20 {
        margin-bottom: 5rem !important;
    }

    .lg\:mb-tw-24 {
        margin-bottom: 6rem !important;
    }

    .lg\:mb-tw-28 {
        margin-bottom: 7rem !important;
    }

    .lg\:mb-tw-32 {
        margin-bottom: 8rem !important;
    }

    .lg\:mb-tw-36 {
        margin-bottom: 9rem !important;
    }

    .lg\:mb-tw-40 {
        margin-bottom: 10rem !important;
    }

    .lg\:mb-tw-44 {
        margin-bottom: 11rem !important;
    }

    .lg\:mb-tw-48 {
        margin-bottom: 12rem !important;
    }

    .lg\:mb-tw-52 {
        margin-bottom: 13rem !important;
    }

    .lg\:mb-tw-56 {
        margin-bottom: 14rem !important;
    }

    .lg\:mb-tw-60 {
        margin-bottom: 15rem !important;
    }

    .lg\:mb-tw-64 {
        margin-bottom: 16rem !important;
    }

    .lg\:mb-tw-72 {
        margin-bottom: 18rem !important;
    }

    .lg\:mb-tw-80 {
        margin-bottom: 20rem !important;
    }

    .lg\:mb-tw-96 {
        margin-bottom: 24rem !important;
    }

    /* Margin Left */
    .lg\:ml-tw-auto {
        margin-left: auto !important;
    }

    .lg\:ml-tw-0 {
        margin-left: 0px !important;
    }

    .lg\:ml-tw-px {
        margin-left: 1px !important;
    }

    .lg\:ml-tw-0_5 {
        margin-left: 0.125rem !important;
    }

    .lg\:ml-tw-1 {
        margin-left: 0.25rem !important;
    }

    .lg\:ml-tw-1_5 {
        margin-left: 0.375rem !important;
    }

    .lg\:ml-tw-2 {
        margin-left: 0.5rem !important;
    }

    .lg\:ml-tw-2_5 {
        margin-left: 0.625rem !important;
    }

    .lg\:ml-tw-3 {
        margin-left: 0.75rem !important;
    }

    .lg\:ml-tw-3_5 {
        margin-left: 0.875rem !important;
    }

    .lg\:ml-tw-4 {
        margin-left: 1rem !important;
    }

    .lg\:ml-tw-5 {
        margin-left: 1.25rem !important;
    }

    .lg\:ml-tw-6 {
        margin-left: 1.5rem !important;
    }

    .lg\:ml-tw-7 {
        margin-left: 1.75rem !important;
    }

    .lg\:ml-tw-8 {
        margin-left: 2rem !important;
    }

    .lg\:ml-tw-9 {
        margin-left: 2.25rem !important;
    }

    .lg\:ml-tw-10 {
        margin-left: 2.5rem !important;
    }

    .lg\:ml-tw-11 {
        margin-left: 2.75rem !important;
    }

    .lg\:ml-tw-12 {
        margin-left: 3rem !important;
    }

    .lg\:ml-tw-14 {
        margin-left: 3.5rem !important;
    }

    .lg\:ml-tw-16 {
        margin-left: 4rem !important;
    }

    .lg\:ml-tw-20 {
        margin-left: 5rem !important;
    }

    .lg\:ml-tw-24 {
        margin-left: 6rem !important;
    }

    .lg\:ml-tw-28 {
        margin-left: 7rem !important;
    }

    .lg\:ml-tw-32 {
        margin-left: 8rem !important;
    }

    .lg\:ml-tw-36 {
        margin-left: 9rem !important;
    }

    .lg\:ml-tw-40 {
        margin-left: 10rem !important;
    }

    .lg\:ml-tw-44 {
        margin-left: 11rem !important;
    }

    .lg\:ml-tw-48 {
        margin-left: 12rem !important;
    }

    .lg\:ml-tw-52 {
        margin-left: 13rem !important;
    }

    .lg\:ml-tw-56 {
        margin-left: 14rem !important;
    }

    .lg\:ml-tw-60 {
        margin-left: 15rem !important;
    }

    .lg\:ml-tw-64 {
        margin-left: 16rem !important;
    }

    .lg\:ml-tw-72 {
        margin-left: 18rem !important;
    }

    .lg\:ml-tw-80 {
        margin-left: 20rem !important;
    }

    .lg\:ml-tw-96 {
        margin-left: 24rem !important;
    }

    /* Margin X-axis */
    .lg\:mx-tw-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .lg\:mx-tw-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .lg\:mx-tw-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .lg\:mx-tw-0_5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    .lg\:mx-tw-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .lg\:mx-tw-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .lg\:mx-tw-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .lg\:mx-tw-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .lg\:mx-tw-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .lg\:mx-tw-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .lg\:mx-tw-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .lg\:mx-tw-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .lg\:mx-tw-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .lg\:mx-tw-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .lg\:mx-tw-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .lg\:mx-tw-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .lg\:mx-tw-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .lg\:mx-tw-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .lg\:mx-tw-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .lg\:mx-tw-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .lg\:mx-tw-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .lg\:mx-tw-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .lg\:mx-tw-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .lg\:mx-tw-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .lg\:mx-tw-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .lg\:mx-tw-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .lg\:mx-tw-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .lg\:mx-tw-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .lg\:mx-tw-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .lg\:mx-tw-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .lg\:mx-tw-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .lg\:mx-tw-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .lg\:mx-tw-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .lg\:mx-tw-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .lg\:mx-tw-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .lg\:mx-tw-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    /* Margin Y-axis */
    .lg\:my-tw-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .lg\:my-tw-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .lg\:my-tw-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .lg\:my-tw-0_5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    .lg\:my-tw-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .lg\:my-tw-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .lg\:my-tw-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .lg\:my-tw-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .lg\:my-tw-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .lg\:my-tw-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .lg\:my-tw-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .lg\:my-tw-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .lg\:my-tw-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .lg\:my-tw-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .lg\:my-tw-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .lg\:my-tw-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .lg\:my-tw-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .lg\:my-tw-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .lg\:my-tw-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .lg\:my-tw-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .lg\:my-tw-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .lg\:my-tw-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .lg\:my-tw-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .lg\:my-tw-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .lg\:my-tw-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .lg\:my-tw-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .lg\:my-tw-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .lg\:my-tw-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .lg\:my-tw-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .lg\:my-tw-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .lg\:my-tw-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .lg\:my-tw-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .lg\:my-tw-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .lg\:my-tw-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .lg\:my-tw-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .lg\:my-tw-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {

    /* All sides margin */
    .xl\:m-tw-auto {
        margin: auto !important;
    }

    .xl\:m-tw-0 {
        margin: 0px !important;
    }

    .xl\:m-tw-px {
        margin: 1px !important;
    }

    .xl\:m-tw-0_5 {
        margin: 0.125rem !important;
    }

    .xl\:m-tw-1 {
        margin: 0.25rem !important;
    }

    .xl\:m-tw-1_5 {
        margin: 0.375rem !important;
    }

    .xl\:m-tw-2 {
        margin: 0.5rem !important;
    }

    .xl\:m-tw-2_5 {
        margin: 0.625rem !important;
    }

    .xl\:m-tw-3 {
        margin: 0.75rem !important;
    }

    .xl\:m-tw-3_5 {
        margin: 0.875rem !important;
    }

    .xl\:m-tw-4 {
        margin: 1rem !important;
    }

    .xl\:m-tw-5 {
        margin: 1.25rem !important;
    }

    .xl\:m-tw-6 {
        margin: 1.5rem !important;
    }

    .xl\:m-tw-7 {
        margin: 1.75rem !important;
    }

    .xl\:m-tw-8 {
        margin: 2rem !important;
    }

    .xl\:m-tw-9 {
        margin: 2.25rem !important;
    }

    .xl\:m-tw-10 {
        margin: 2.5rem !important;
    }

    .xl\:m-tw-11 {
        margin: 2.75rem !important;
    }

    .xl\:m-tw-12 {
        margin: 3rem !important;
    }

    .xl\:m-tw-14 {
        margin: 3.5rem !important;
    }

    .xl\:m-tw-16 {
        margin: 4rem !important;
    }

    .xl\:m-tw-20 {
        margin: 5rem !important;
    }

    .xl\:m-tw-24 {
        margin: 6rem !important;
    }

    .xl\:m-tw-28 {
        margin: 7rem !important;
    }

    .xl\:m-tw-32 {
        margin: 8rem !important;
    }

    .xl\:m-tw-36 {
        margin: 9rem !important;
    }

    .xl\:m-tw-40 {
        margin: 10rem !important;
    }

    .xl\:m-tw-44 {
        margin: 11rem !important;
    }

    .xl\:m-tw-48 {
        margin: 12rem !important;
    }

    .xl\:m-tw-52 {
        margin: 13rem !important;
    }

    .xl\:m-tw-56 {
        margin: 14rem !important;
    }

    .xl\:m-tw-60 {
        margin: 15rem !important;
    }

    .xl\:m-tw-64 {
        margin: 16rem !important;
    }

    .xl\:m-tw-72 {
        margin: 18rem !important;
    }

    .xl\:m-tw-80 {
        margin: 20rem !important;
    }

    .xl\:m-tw-96 {
        margin: 24rem !important;
    }

    /* Margin Top */
    .xl\:mt-tw-auto {
        margin-top: auto !important;
    }

    .xl\:mt-tw-0 {
        margin-top: 0px !important;
    }

    .xl\:mt-tw-px {
        margin-top: 1px !important;
    }

    .xl\:mt-tw-0_5 {
        margin-top: 0.125rem !important;
    }

    .xl\:mt-tw-1 {
        margin-top: 0.25rem !important;
    }

    .xl\:mt-tw-1_5 {
        margin-top: 0.375rem !important;
    }

    .xl\:mt-tw-2 {
        margin-top: 0.5rem !important;
    }

    .xl\:mt-tw-2_5 {
        margin-top: 0.625rem !important;
    }

    .xl\:mt-tw-3 {
        margin-top: 0.75rem !important;
    }

    .xl\:mt-tw-3_5 {
        margin-top: 0.875rem !important;
    }

    .xl\:mt-tw-4 {
        margin-top: 1rem !important;
    }

    .xl\:mt-tw-5 {
        margin-top: 1.25rem !important;
    }

    .xl\:mt-tw-6 {
        margin-top: 1.5rem !important;
    }

    .xl\:mt-tw-7 {
        margin-top: 1.75rem !important;
    }

    .xl\:mt-tw-8 {
        margin-top: 2rem !important;
    }

    .xl\:mt-tw-9 {
        margin-top: 2.25rem !important;
    }

    .xl\:mt-tw-10 {
        margin-top: 2.5rem !important;
    }

    .xl\:mt-tw-11 {
        margin-top: 2.75rem !important;
    }

    .xl\:mt-tw-12 {
        margin-top: 3rem !important;
    }

    .xl\:mt-tw-14 {
        margin-top: 3.5rem !important;
    }

    .xl\:mt-tw-16 {
        margin-top: 4rem !important;
    }

    .xl\:mt-tw-20 {
        margin-top: 5rem !important;
    }

    .xl\:mt-tw-24 {
        margin-top: 6rem !important;
    }

    .xl\:mt-tw-28 {
        margin-top: 7rem !important;
    }

    .xl\:mt-tw-32 {
        margin-top: 8rem !important;
    }

    .xl\:mt-tw-36 {
        margin-top: 9rem !important;
    }

    .xl\:mt-tw-40 {
        margin-top: 10rem !important;
    }

    .xl\:mt-tw-44 {
        margin-top: 11rem !important;
    }

    .xl\:mt-tw-48 {
        margin-top: 12rem !important;
    }

    .xl\:mt-tw-52 {
        margin-top: 13rem !important;
    }

    .xl\:mt-tw-56 {
        margin-top: 14rem !important;
    }

    .xl\:mt-tw-60 {
        margin-top: 15rem !important;
    }

    .xl\:mt-tw-64 {
        margin-top: 16rem !important;
    }

    .xl\:mt-tw-72 {
        margin-top: 18rem !important;
    }

    .xl\:mt-tw-80 {
        margin-top: 20rem !important;
    }

    .xl\:mt-tw-96 {
        margin-top: 24rem !important;
    }

    /* Margin Right */
    .xl\:mr-tw-auto {
        margin-right: auto !important;
    }

    .xl\:mr-tw-0 {
        margin-right: 0px !important;
    }

    .xl\:mr-tw-px {
        margin-right: 1px !important;
    }

    .xl\:mr-tw-0_5 {
        margin-right: 0.125rem !important;
    }

    .xl\:mr-tw-1 {
        margin-right: 0.25rem !important;
    }

    .xl\:mr-tw-1_5 {
        margin-right: 0.375rem !important;
    }

    .xl\:mr-tw-2 {
        margin-right: 0.5rem !important;
    }

    .xl\:mr-tw-2_5 {
        margin-right: 0.625rem !important;
    }

    .xl\:mr-tw-3 {
        margin-right: 0.75rem !important;
    }

    .xl\:mr-tw-3_5 {
        margin-right: 0.875rem !important;
    }

    .xl\:mr-tw-4 {
        margin-right: 1rem !important;
    }

    .xl\:mr-tw-5 {
        margin-right: 1.25rem !important;
    }

    .xl\:mr-tw-6 {
        margin-right: 1.5rem !important;
    }

    .xl\:mr-tw-7 {
        margin-right: 1.75rem !important;
    }

    .xl\:mr-tw-8 {
        margin-right: 2rem !important;
    }

    .xl\:mr-tw-9 {
        margin-right: 2.25rem !important;
    }

    .xl\:mr-tw-10 {
        margin-right: 2.5rem !important;
    }

    .xl\:mr-tw-11 {
        margin-right: 2.75rem !important;
    }

    .xl\:mr-tw-12 {
        margin-right: 3rem !important;
    }

    .xl\:mr-tw-14 {
        margin-right: 3.5rem !important;
    }

    .xl\:mr-tw-16 {
        margin-right: 4rem !important;
    }

    .xl\:mr-tw-20 {
        margin-right: 5rem !important;
    }

    .xl\:mr-tw-24 {
        margin-right: 6rem !important;
    }

    .xl\:mr-tw-28 {
        margin-right: 7rem !important;
    }

    .xl\:mr-tw-32 {
        margin-right: 8rem !important;
    }

    .xl\:mr-tw-36 {
        margin-right: 9rem !important;
    }

    .xl\:mr-tw-40 {
        margin-right: 10rem !important;
    }

    .xl\:mr-tw-44 {
        margin-right: 11rem !important;
    }

    .xl\:mr-tw-48 {
        margin-right: 12rem !important;
    }

    .xl\:mr-tw-52 {
        margin-right: 13rem !important;
    }

    .xl\:mr-tw-56 {
        margin-right: 14rem !important;
    }

    .xl\:mr-tw-60 {
        margin-right: 15rem !important;
    }

    .xl\:mr-tw-64 {
        margin-right: 16rem !important;
    }

    .xl\:mr-tw-72 {
        margin-right: 18rem !important;
    }

    .xl\:mr-tw-80 {
        margin-right: 20rem !important;
    }

    .xl\:mr-tw-96 {
        margin-right: 24rem !important;
    }

    /* Margin Bottom */
    .xl\:mb-tw-auto {
        margin-bottom: auto !important;
    }

    .xl\:mb-tw-0 {
        margin-bottom: 0px !important;
    }

    .xl\:mb-tw-px {
        margin-bottom: 1px !important;
    }

    .xl\:mb-tw-0_5 {
        margin-bottom: 0.125rem !important;
    }

    .xl\:mb-tw-1 {
        margin-bottom: 0.25rem !important;
    }

    .xl\:mb-tw-1_5 {
        margin-bottom: 0.375rem !important;
    }

    .xl\:mb-tw-2 {
        margin-bottom: 0.5rem !important;
    }

    .xl\:mb-tw-2_5 {
        margin-bottom: 0.625rem !important;
    }

    .xl\:mb-tw-3 {
        margin-bottom: 0.75rem !important;
    }

    .xl\:mb-tw-3_5 {
        margin-bottom: 0.875rem !important;
    }

    .xl\:mb-tw-4 {
        margin-bottom: 1rem !important;
    }

    .xl\:mb-tw-5 {
        margin-bottom: 1.25rem !important;
    }

    .xl\:mb-tw-6 {
        margin-bottom: 1.5rem !important;
    }

    .xl\:mb-tw-7 {
        margin-bottom: 1.75rem !important;
    }

    .xl\:mb-tw-8 {
        margin-bottom: 2rem !important;
    }

    .xl\:mb-tw-9 {
        margin-bottom: 2.25rem !important;
    }

    .xl\:mb-tw-10 {
        margin-bottom: 2.5rem !important;
    }

    .xl\:mb-tw-11 {
        margin-bottom: 2.75rem !important;
    }

    .xl\:mb-tw-12 {
        margin-bottom: 3rem !important;
    }

    .xl\:mb-tw-14 {
        margin-bottom: 3.5rem !important;
    }

    .xl\:mb-tw-16 {
        margin-bottom: 4rem !important;
    }

    .xl\:mb-tw-20 {
        margin-bottom: 5rem !important;
    }

    .xl\:mb-tw-24 {
        margin-bottom: 6rem !important;
    }

    .xl\:mb-tw-28 {
        margin-bottom: 7rem !important;
    }

    .xl\:mb-tw-32 {
        margin-bottom: 8rem !important;
    }

    .xl\:mb-tw-36 {
        margin-bottom: 9rem !important;
    }

    .xl\:mb-tw-40 {
        margin-bottom: 10rem !important;
    }

    .xl\:mb-tw-44 {
        margin-bottom: 11rem !important;
    }

    .xl\:mb-tw-48 {
        margin-bottom: 12rem !important;
    }

    .xl\:mb-tw-52 {
        margin-bottom: 13rem !important;
    }

    .xl\:mb-tw-56 {
        margin-bottom: 14rem !important;
    }

    .xl\:mb-tw-60 {
        margin-bottom: 15rem !important;
    }

    .xl\:mb-tw-64 {
        margin-bottom: 16rem !important;
    }

    .xl\:mb-tw-72 {
        margin-bottom: 18rem !important;
    }

    .xl\:mb-tw-80 {
        margin-bottom: 20rem !important;
    }

    .xl\:mb-tw-96 {
        margin-bottom: 24rem !important;
    }

    /* Margin Left */
    .xl\:ml-tw-auto {
        margin-left: auto !important;
    }

    .xl\:ml-tw-0 {
        margin-left: 0px !important;
    }

    .xl\:ml-tw-px {
        margin-left: 1px !important;
    }

    .xl\:ml-tw-0_5 {
        margin-left: 0.125rem !important;
    }

    .xl\:ml-tw-1 {
        margin-left: 0.25rem !important;
    }

    .xl\:ml-tw-1_5 {
        margin-left: 0.375rem !important;
    }

    .xl\:ml-tw-2 {
        margin-left: 0.5rem !important;
    }

    .xl\:ml-tw-2_5 {
        margin-left: 0.625rem !important;
    }

    .xl\:ml-tw-3 {
        margin-left: 0.75rem !important;
    }

    .xl\:ml-tw-3_5 {
        margin-left: 0.875rem !important;
    }

    .xl\:ml-tw-4 {
        margin-left: 1rem !important;
    }

    .xl\:ml-tw-5 {
        margin-left: 1.25rem !important;
    }

    .xl\:ml-tw-6 {
        margin-left: 1.5rem !important;
    }

    .xl\:ml-tw-7 {
        margin-left: 1.75rem !important;
    }

    .xl\:ml-tw-8 {
        margin-left: 2rem !important;
    }

    .xl\:ml-tw-9 {
        margin-left: 2.25rem !important;
    }

    .xl\:ml-tw-10 {
        margin-left: 2.5rem !important;
    }

    .xl\:ml-tw-11 {
        margin-left: 2.75rem !important;
    }

    .xl\:ml-tw-12 {
        margin-left: 3rem !important;
    }

    .xl\:ml-tw-14 {
        margin-left: 3.5rem !important;
    }

    .xl\:ml-tw-16 {
        margin-left: 4rem !important;
    }

    .xl\:ml-tw-20 {
        margin-left: 5rem !important;
    }

    .xl\:ml-tw-24 {
        margin-left: 6rem !important;
    }

    .xl\:ml-tw-28 {
        margin-left: 7rem !important;
    }

    .xl\:ml-tw-32 {
        margin-left: 8rem !important;
    }

    .xl\:ml-tw-36 {
        margin-left: 9rem !important;
    }

    .xl\:ml-tw-40 {
        margin-left: 10rem !important;
    }

    .xl\:ml-tw-44 {
        margin-left: 11rem !important;
    }

    .xl\:ml-tw-48 {
        margin-left: 12rem !important;
    }

    .xl\:ml-tw-52 {
        margin-left: 13rem !important;
    }

    .xl\:ml-tw-56 {
        margin-left: 14rem !important;
    }

    .xl\:ml-tw-60 {
        margin-left: 15rem !important;
    }

    .xl\:ml-tw-64 {
        margin-left: 16rem !important;
    }

    .xl\:ml-tw-72 {
        margin-left: 18rem !important;
    }

    .xl\:ml-tw-80 {
        margin-left: 20rem !important;
    }

    .xl\:ml-tw-96 {
        margin-left: 24rem !important;
    }

    /* Margin X-axis */
    .xl\:mx-tw-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .xl\:mx-tw-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .xl\:mx-tw-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    .xl\:mx-tw-0_5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    .xl\:mx-tw-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .xl\:mx-tw-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    .xl\:mx-tw-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .xl\:mx-tw-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    .xl\:mx-tw-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    .xl\:mx-tw-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    .xl\:mx-tw-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .xl\:mx-tw-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    .xl\:mx-tw-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .xl\:mx-tw-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    .xl\:mx-tw-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    .xl\:mx-tw-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    .xl\:mx-tw-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    .xl\:mx-tw-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    .xl\:mx-tw-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    .xl\:mx-tw-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    .xl\:mx-tw-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    .xl\:mx-tw-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    .xl\:mx-tw-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    .xl\:mx-tw-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    .xl\:mx-tw-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    .xl\:mx-tw-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    .xl\:mx-tw-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    .xl\:mx-tw-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    .xl\:mx-tw-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .xl\:mx-tw-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    .xl\:mx-tw-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    .xl\:mx-tw-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    .xl\:mx-tw-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    .xl\:mx-tw-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    .xl\:mx-tw-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    .xl\:mx-tw-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    /* Margin Y-axis */
    .xl\:my-tw-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .xl\:my-tw-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .xl\:my-tw-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    .xl\:my-tw-0_5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    .xl\:my-tw-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .xl\:my-tw-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    .xl\:my-tw-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .xl\:my-tw-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    .xl\:my-tw-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .xl\:my-tw-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .xl\:my-tw-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .xl\:my-tw-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    .xl\:my-tw-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .xl\:my-tw-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .xl\:my-tw-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .xl\:my-tw-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    .xl\:my-tw-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .xl\:my-tw-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    .xl\:my-tw-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .xl\:my-tw-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .xl\:my-tw-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .xl\:my-tw-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .xl\:my-tw-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    .xl\:my-tw-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    .xl\:my-tw-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .xl\:my-tw-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    .xl\:my-tw-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    .xl\:my-tw-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    .xl\:my-tw-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    .xl\:my-tw-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    .xl\:my-tw-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .xl\:my-tw-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    .xl\:my-tw-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    .xl\:my-tw-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    .xl\:my-tw-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    .xl\:my-tw-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
}

/* _2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {

    /* All sides margin */
    ._2xl\:m-tw-auto {
        margin: auto !important;
    }

    ._2xl\:m-tw-0 {
        margin: 0px !important;
    }

    ._2xl\:m-tw-px {
        margin: 1px !important;
    }

    ._2xl\:m-tw-0_5 {
        margin: 0.125rem !important;
    }

    ._2xl\:m-tw-1 {
        margin: 0.25rem !important;
    }

    ._2xl\:m-tw-1_5 {
        margin: 0.375rem !important;
    }

    ._2xl\:m-tw-2 {
        margin: 0.5rem !important;
    }

    ._2xl\:m-tw-2_5 {
        margin: 0.625rem !important;
    }

    ._2xl\:m-tw-3 {
        margin: 0.75rem !important;
    }

    ._2xl\:m-tw-3_5 {
        margin: 0.875rem !important;
    }

    ._2xl\:m-tw-4 {
        margin: 1rem !important;
    }

    ._2xl\:m-tw-5 {
        margin: 1.25rem !important;
    }

    ._2xl\:m-tw-6 {
        margin: 1.5rem !important;
    }

    ._2xl\:m-tw-7 {
        margin: 1.75rem !important;
    }

    ._2xl\:m-tw-8 {
        margin: 2rem !important;
    }

    ._2xl\:m-tw-9 {
        margin: 2.25rem !important;
    }

    ._2xl\:m-tw-10 {
        margin: 2.5rem !important;
    }

    ._2xl\:m-tw-11 {
        margin: 2.75rem !important;
    }

    ._2xl\:m-tw-12 {
        margin: 3rem !important;
    }

    ._2xl\:m-tw-14 {
        margin: 3.5rem !important;
    }

    ._2xl\:m-tw-16 {
        margin: 4rem !important;
    }

    ._2xl\:m-tw-20 {
        margin: 5rem !important;
    }

    ._2xl\:m-tw-24 {
        margin: 6rem !important;
    }

    ._2xl\:m-tw-28 {
        margin: 7rem !important;
    }

    ._2xl\:m-tw-32 {
        margin: 8rem !important;
    }

    ._2xl\:m-tw-36 {
        margin: 9rem !important;
    }

    ._2xl\:m-tw-40 {
        margin: 10rem !important;
    }

    ._2xl\:m-tw-44 {
        margin: 11rem !important;
    }

    ._2xl\:m-tw-48 {
        margin: 12rem !important;
    }

    ._2xl\:m-tw-52 {
        margin: 13rem !important;
    }

    ._2xl\:m-tw-56 {
        margin: 14rem !important;
    }

    ._2xl\:m-tw-60 {
        margin: 15rem !important;
    }

    ._2xl\:m-tw-64 {
        margin: 16rem !important;
    }

    ._2xl\:m-tw-72 {
        margin: 18rem !important;
    }

    ._2xl\:m-tw-80 {
        margin: 20rem !important;
    }

    ._2xl\:m-tw-96 {
        margin: 24rem !important;
    }

    /* Margin Top */
    ._2xl\:mt-tw-auto {
        margin-top: auto !important;
    }

    ._2xl\:mt-tw-0 {
        margin-top: 0px !important;
    }

    ._2xl\:mt-tw-px {
        margin-top: 1px !important;
    }

    ._2xl\:mt-tw-0_5 {
        margin-top: 0.125rem !important;
    }

    ._2xl\:mt-tw-1 {
        margin-top: 0.25rem !important;
    }

    ._2xl\:mt-tw-1_5 {
        margin-top: 0.375rem !important;
    }

    ._2xl\:mt-tw-2 {
        margin-top: 0.5rem !important;
    }

    ._2xl\:mt-tw-2_5 {
        margin-top: 0.625rem !important;
    }

    ._2xl\:mt-tw-3 {
        margin-top: 0.75rem !important;
    }

    ._2xl\:mt-tw-3_5 {
        margin-top: 0.875rem !important;
    }

    ._2xl\:mt-tw-4 {
        margin-top: 1rem !important;
    }

    ._2xl\:mt-tw-5 {
        margin-top: 1.25rem !important;
    }

    ._2xl\:mt-tw-6 {
        margin-top: 1.5rem !important;
    }

    ._2xl\:mt-tw-7 {
        margin-top: 1.75rem !important;
    }

    ._2xl\:mt-tw-8 {
        margin-top: 2rem !important;
    }

    ._2xl\:mt-tw-9 {
        margin-top: 2.25rem !important;
    }

    ._2xl\:mt-tw-10 {
        margin-top: 2.5rem !important;
    }

    ._2xl\:mt-tw-11 {
        margin-top: 2.75rem !important;
    }

    ._2xl\:mt-tw-12 {
        margin-top: 3rem !important;
    }

    ._2xl\:mt-tw-14 {
        margin-top: 3.5rem !important;
    }

    ._2xl\:mt-tw-16 {
        margin-top: 4rem !important;
    }

    ._2xl\:mt-tw-20 {
        margin-top: 5rem !important;
    }

    ._2xl\:mt-tw-24 {
        margin-top: 6rem !important;
    }

    ._2xl\:mt-tw-28 {
        margin-top: 7rem !important;
    }

    ._2xl\:mt-tw-32 {
        margin-top: 8rem !important;
    }

    ._2xl\:mt-tw-36 {
        margin-top: 9rem !important;
    }

    ._2xl\:mt-tw-40 {
        margin-top: 10rem !important;
    }

    ._2xl\:mt-tw-44 {
        margin-top: 11rem !important;
    }

    ._2xl\:mt-tw-48 {
        margin-top: 12rem !important;
    }

    ._2xl\:mt-tw-52 {
        margin-top: 13rem !important;
    }

    ._2xl\:mt-tw-56 {
        margin-top: 14rem !important;
    }

    ._2xl\:mt-tw-60 {
        margin-top: 15rem !important;
    }

    ._2xl\:mt-tw-64 {
        margin-top: 16rem !important;
    }

    ._2xl\:mt-tw-72 {
        margin-top: 18rem !important;
    }

    ._2xl\:mt-tw-80 {
        margin-top: 20rem !important;
    }

    ._2xl\:mt-tw-96 {
        margin-top: 24rem !important;
    }

    /* Margin Right */
    ._2xl\:mr-tw-auto {
        margin-right: auto !important;
    }

    ._2xl\:mr-tw-0 {
        margin-right: 0px !important;
    }

    ._2xl\:mr-tw-px {
        margin-right: 1px !important;
    }

    ._2xl\:mr-tw-0_5 {
        margin-right: 0.125rem !important;
    }

    ._2xl\:mr-tw-1 {
        margin-right: 0.25rem !important;
    }

    ._2xl\:mr-tw-1_5 {
        margin-right: 0.375rem !important;
    }

    ._2xl\:mr-tw-2 {
        margin-right: 0.5rem !important;
    }

    ._2xl\:mr-tw-2_5 {
        margin-right: 0.625rem !important;
    }

    ._2xl\:mr-tw-3 {
        margin-right: 0.75rem !important;
    }

    ._2xl\:mr-tw-3_5 {
        margin-right: 0.875rem !important;
    }

    ._2xl\:mr-tw-4 {
        margin-right: 1rem !important;
    }

    ._2xl\:mr-tw-5 {
        margin-right: 1.25rem !important;
    }

    ._2xl\:mr-tw-6 {
        margin-right: 1.5rem !important;
    }

    ._2xl\:mr-tw-7 {
        margin-right: 1.75rem !important;
    }

    ._2xl\:mr-tw-8 {
        margin-right: 2rem !important;
    }

    ._2xl\:mr-tw-9 {
        margin-right: 2.25rem !important;
    }

    ._2xl\:mr-tw-10 {
        margin-right: 2.5rem !important;
    }

    ._2xl\:mr-tw-11 {
        margin-right: 2.75rem !important;
    }

    ._2xl\:mr-tw-12 {
        margin-right: 3rem !important;
    }

    ._2xl\:mr-tw-14 {
        margin-right: 3.5rem !important;
    }

    ._2xl\:mr-tw-16 {
        margin-right: 4rem !important;
    }

    ._2xl\:mr-tw-20 {
        margin-right: 5rem !important;
    }

    ._2xl\:mr-tw-24 {
        margin-right: 6rem !important;
    }

    ._2xl\:mr-tw-28 {
        margin-right: 7rem !important;
    }

    ._2xl\:mr-tw-32 {
        margin-right: 8rem !important;
    }

    ._2xl\:mr-tw-36 {
        margin-right: 9rem !important;
    }

    ._2xl\:mr-tw-40 {
        margin-right: 10rem !important;
    }

    ._2xl\:mr-tw-44 {
        margin-right: 11rem !important;
    }

    ._2xl\:mr-tw-48 {
        margin-right: 12rem !important;
    }

    ._2xl\:mr-tw-52 {
        margin-right: 13rem !important;
    }

    ._2xl\:mr-tw-56 {
        margin-right: 14rem !important;
    }

    ._2xl\:mr-tw-60 {
        margin-right: 15rem !important;
    }

    ._2xl\:mr-tw-64 {
        margin-right: 16rem !important;
    }

    ._2xl\:mr-tw-72 {
        margin-right: 18rem !important;
    }

    ._2xl\:mr-tw-80 {
        margin-right: 20rem !important;
    }

    ._2xl\:mr-tw-96 {
        margin-right: 24rem !important;
    }

    /* Margin Bottom */
    ._2xl\:mb-tw-auto {
        margin-bottom: auto !important;
    }

    ._2xl\:mb-tw-0 {
        margin-bottom: 0px !important;
    }

    ._2xl\:mb-tw-px {
        margin-bottom: 1px !important;
    }

    ._2xl\:mb-tw-0_5 {
        margin-bottom: 0.125rem !important;
    }

    ._2xl\:mb-tw-1 {
        margin-bottom: 0.25rem !important;
    }

    ._2xl\:mb-tw-1_5 {
        margin-bottom: 0.375rem !important;
    }

    ._2xl\:mb-tw-2 {
        margin-bottom: 0.5rem !important;
    }

    ._2xl\:mb-tw-2_5 {
        margin-bottom: 0.625rem !important;
    }

    ._2xl\:mb-tw-3 {
        margin-bottom: 0.75rem !important;
    }

    ._2xl\:mb-tw-3_5 {
        margin-bottom: 0.875rem !important;
    }

    ._2xl\:mb-tw-4 {
        margin-bottom: 1rem !important;
    }

    ._2xl\:mb-tw-5 {
        margin-bottom: 1.25rem !important;
    }

    ._2xl\:mb-tw-6 {
        margin-bottom: 1.5rem !important;
    }

    ._2xl\:mb-tw-7 {
        margin-bottom: 1.75rem !important;
    }

    ._2xl\:mb-tw-8 {
        margin-bottom: 2rem !important;
    }

    ._2xl\:mb-tw-9 {
        margin-bottom: 2.25rem !important;
    }

    ._2xl\:mb-tw-10 {
        margin-bottom: 2.5rem !important;
    }

    ._2xl\:mb-tw-11 {
        margin-bottom: 2.75rem !important;
    }

    ._2xl\:mb-tw-12 {
        margin-bottom: 3rem !important;
    }

    ._2xl\:mb-tw-14 {
        margin-bottom: 3.5rem !important;
    }

    ._2xl\:mb-tw-16 {
        margin-bottom: 4rem !important;
    }

    ._2xl\:mb-tw-20 {
        margin-bottom: 5rem !important;
    }

    ._2xl\:mb-tw-24 {
        margin-bottom: 6rem !important;
    }

    ._2xl\:mb-tw-28 {
        margin-bottom: 7rem !important;
    }

    ._2xl\:mb-tw-32 {
        margin-bottom: 8rem !important;
    }

    ._2xl\:mb-tw-36 {
        margin-bottom: 9rem !important;
    }

    ._2xl\:mb-tw-40 {
        margin-bottom: 10rem !important;
    }

    ._2xl\:mb-tw-44 {
        margin-bottom: 11rem !important;
    }

    ._2xl\:mb-tw-48 {
        margin-bottom: 12rem !important;
    }

    ._2xl\:mb-tw-52 {
        margin-bottom: 13rem !important;
    }

    ._2xl\:mb-tw-56 {
        margin-bottom: 14rem !important;
    }

    ._2xl\:mb-tw-60 {
        margin-bottom: 15rem !important;
    }

    ._2xl\:mb-tw-64 {
        margin-bottom: 16rem !important;
    }

    ._2xl\:mb-tw-72 {
        margin-bottom: 18rem !important;
    }

    ._2xl\:mb-tw-80 {
        margin-bottom: 20rem !important;
    }

    ._2xl\:mb-tw-96 {
        margin-bottom: 24rem !important;
    }

    /* Margin Left */
    ._2xl\:ml-tw-auto {
        margin-left: auto !important;
    }

    ._2xl\:ml-tw-0 {
        margin-left: 0px !important;
    }

    ._2xl\:ml-tw-px {
        margin-left: 1px !important;
    }

    ._2xl\:ml-tw-0_5 {
        margin-left: 0.125rem !important;
    }

    ._2xl\:ml-tw-1 {
        margin-left: 0.25rem !important;
    }

    ._2xl\:ml-tw-1_5 {
        margin-left: 0.375rem !important;
    }

    ._2xl\:ml-tw-2 {
        margin-left: 0.5rem !important;
    }

    ._2xl\:ml-tw-2_5 {
        margin-left: 0.625rem !important;
    }

    ._2xl\:ml-tw-3 {
        margin-left: 0.75rem !important;
    }

    ._2xl\:ml-tw-3_5 {
        margin-left: 0.875rem !important;
    }

    ._2xl\:ml-tw-4 {
        margin-left: 1rem !important;
    }

    ._2xl\:ml-tw-5 {
        margin-left: 1.25rem !important;
    }

    ._2xl\:ml-tw-6 {
        margin-left: 1.5rem !important;
    }

    ._2xl\:ml-tw-7 {
        margin-left: 1.75rem !important;
    }

    ._2xl\:ml-tw-8 {
        margin-left: 2rem !important;
    }

    ._2xl\:ml-tw-9 {
        margin-left: 2.25rem !important;
    }

    ._2xl\:ml-tw-10 {
        margin-left: 2.5rem !important;
    }

    ._2xl\:ml-tw-11 {
        margin-left: 2.75rem !important;
    }

    ._2xl\:ml-tw-12 {
        margin-left: 3rem !important;
    }

    ._2xl\:ml-tw-14 {
        margin-left: 3.5rem !important;
    }

    ._2xl\:ml-tw-16 {
        margin-left: 4rem !important;
    }

    ._2xl\:ml-tw-20 {
        margin-left: 5rem !important;
    }

    ._2xl\:ml-tw-24 {
        margin-left: 6rem !important;
    }

    ._2xl\:ml-tw-28 {
        margin-left: 7rem !important;
    }

    ._2xl\:ml-tw-32 {
        margin-left: 8rem !important;
    }

    ._2xl\:ml-tw-36 {
        margin-left: 9rem !important;
    }

    ._2xl\:ml-tw-40 {
        margin-left: 10rem !important;
    }

    ._2xl\:ml-tw-44 {
        margin-left: 11rem !important;
    }

    ._2xl\:ml-tw-48 {
        margin-left: 12rem !important;
    }

    ._2xl\:ml-tw-52 {
        margin-left: 13rem !important;
    }

    ._2xl\:ml-tw-56 {
        margin-left: 14rem !important;
    }

    ._2xl\:ml-tw-60 {
        margin-left: 15rem !important;
    }

    ._2xl\:ml-tw-64 {
        margin-left: 16rem !important;
    }

    ._2xl\:ml-tw-72 {
        margin-left: 18rem !important;
    }

    ._2xl\:ml-tw-80 {
        margin-left: 20rem !important;
    }

    ._2xl\:ml-tw-96 {
        margin-left: 24rem !important;
    }

    /* Margin X-axis */
    ._2xl\:mx-tw-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    ._2xl\:mx-tw-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    ._2xl\:mx-tw-px {
        margin-left: 1px !important;
        margin-right: 1px !important;
    }

    ._2xl\:mx-tw-0_5 {
        margin-left: 0.125rem !important;
        margin-right: 0.125rem !important;
    }

    ._2xl\:mx-tw-1 {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    ._2xl\:mx-tw-1_5 {
        margin-left: 0.375rem !important;
        margin-right: 0.375rem !important;
    }

    ._2xl\:mx-tw-2 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    ._2xl\:mx-tw-2_5 {
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }

    ._2xl\:mx-tw-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }

    ._2xl\:mx-tw-3_5 {
        margin-left: 0.875rem !important;
        margin-right: 0.875rem !important;
    }

    ._2xl\:mx-tw-4 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    ._2xl\:mx-tw-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }

    ._2xl\:mx-tw-6 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    ._2xl\:mx-tw-7 {
        margin-left: 1.75rem !important;
        margin-right: 1.75rem !important;
    }

    ._2xl\:mx-tw-8 {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    ._2xl\:mx-tw-9 {
        margin-left: 2.25rem !important;
        margin-right: 2.25rem !important;
    }

    ._2xl\:mx-tw-10 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }

    ._2xl\:mx-tw-11 {
        margin-left: 2.75rem !important;
        margin-right: 2.75rem !important;
    }

    ._2xl\:mx-tw-12 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }

    ._2xl\:mx-tw-14 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
    }

    ._2xl\:mx-tw-16 {
        margin-left: 4rem !important;
        margin-right: 4rem !important;
    }

    ._2xl\:mx-tw-20 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }

    ._2xl\:mx-tw-24 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }

    ._2xl\:mx-tw-28 {
        margin-left: 7rem !important;
        margin-right: 7rem !important;
    }

    ._2xl\:mx-tw-32 {
        margin-left: 8rem !important;
        margin-right: 8rem !important;
    }

    ._2xl\:mx-tw-36 {
        margin-left: 9rem !important;
        margin-right: 9rem !important;
    }

    ._2xl\:mx-tw-40 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }

    ._2xl\:mx-tw-44 {
        margin-left: 11rem !important;
        margin-right: 11rem !important;
    }

    ._2xl\:mx-tw-48 {
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    ._2xl\:mx-tw-52 {
        margin-left: 13rem !important;
        margin-right: 13rem !important;
    }

    ._2xl\:mx-tw-56 {
        margin-left: 14rem !important;
        margin-right: 14rem !important;
    }

    ._2xl\:mx-tw-60 {
        margin-left: 15rem !important;
        margin-right: 15rem !important;
    }

    ._2xl\:mx-tw-64 {
        margin-left: 16rem !important;
        margin-right: 16rem !important;
    }

    ._2xl\:mx-tw-72 {
        margin-left: 18rem !important;
        margin-right: 18rem !important;
    }

    ._2xl\:mx-tw-80 {
        margin-left: 20rem !important;
        margin-right: 20rem !important;
    }

    ._2xl\:mx-tw-96 {
        margin-left: 24rem !important;
        margin-right: 24rem !important;
    }

    /* Margin Y-axis */
    ._2xl\:my-tw-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    ._2xl\:my-tw-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    ._2xl\:my-tw-px {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }

    ._2xl\:my-tw-0_5 {
        margin-top: 0.125rem !important;
        margin-bottom: 0.125rem !important;
    }

    ._2xl\:my-tw-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    ._2xl\:my-tw-1_5 {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem !important;
    }

    ._2xl\:my-tw-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    ._2xl\:my-tw-2_5 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important;
    }

    ._2xl\:my-tw-3 {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    ._2xl\:my-tw-3_5 {
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    ._2xl\:my-tw-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    ._2xl\:my-tw-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }

    ._2xl\:my-tw-6 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    ._2xl\:my-tw-7 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    ._2xl\:my-tw-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    ._2xl\:my-tw-9 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important;
    }

    ._2xl\:my-tw-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    ._2xl\:my-tw-11 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }

    ._2xl\:my-tw-12 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    ._2xl\:my-tw-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    ._2xl\:my-tw-16 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    ._2xl\:my-tw-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    ._2xl\:my-tw-24 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }

    ._2xl\:my-tw-28 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }

    ._2xl\:my-tw-32 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    ._2xl\:my-tw-36 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
    }

    ._2xl\:my-tw-40 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }

    ._2xl\:my-tw-44 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important;
    }

    ._2xl\:my-tw-48 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important;
    }

    ._2xl\:my-tw-52 {
        margin-top: 13rem !important;
        margin-bottom: 13rem !important;
    }

    ._2xl\:my-tw-56 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    ._2xl\:my-tw-60 {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }

    ._2xl\:my-tw-64 {
        margin-top: 16rem !important;
        margin-bottom: 16rem !important;
    }

    ._2xl\:my-tw-72 {
        margin-top: 18rem !important;
        margin-bottom: 18rem !important;
    }

    ._2xl\:my-tw-80 {
        margin-top: 20rem !important;
        margin-bottom: 20rem !important;
    }

    ._2xl\:my-tw-96 {
        margin-top: 24rem !important;
        margin-bottom: 24rem !important;
    }
}

/*
 * Custom CSS utility classes for Border Radius based on Tailwind's methodology.
 * Each class is prefixed with a breakpoint (or no prefix for default/mobile-first)
 * and includes a "-tw-" infix. These classes will apply at their specified
 * breakpoint and above.
 */

/* Default (Mobile First) - No media query needed for base classes */

/* Border Radius */
.rounded-tw-none {
    border-radius: 0px !important;
}

.rounded-tw-sm {
    border-radius: 0.125rem !important;
    /* 2px */
}

.rounded-tw {
    border-radius: 0.25rem !important;
    /* 4px */
}

.rounded-tw-md {
    border-radius: 0.375rem !important;
    /* 6px */
}

.rounded-tw-lg {
    border-radius: 0.5rem !important;
    /* 8px */
}

.rounded-tw-xl {
    border-radius: 0.75rem !important;
    /* 12px */
}

.rounded-tw-2xl {
    border-radius: 1rem !important;
    /* 16px */
}

.rounded-tw-3xl {
    border-radius: 1.5rem !important;
    /* 24px */
}

.rounded-tw-full {
    border-radius: 9999px !important;
}

/* Individual Corners */
.rounded-tw-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.rounded-tw-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
}

.rounded-tw-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-tw-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}

.rounded-tw-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.rounded-tw-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}

.rounded-tw-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.rounded-tw-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
}

.rounded-tw-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}

.rounded-tw-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-tw-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
}

.rounded-tw-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-tw-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.rounded-tw-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-tw-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.rounded-tw-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.rounded-tw-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
}

.rounded-tw-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}

.rounded-tw-b-none {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-tw-b-sm {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
}

.rounded-tw-b {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-tw-b-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.rounded-tw-b-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-tw-b-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.rounded-tw-b-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.rounded-tw-b-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
}

.rounded-tw-b-full {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}

.rounded-tw-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.rounded-tw-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
}

.rounded-tw-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-tw-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.rounded-tw-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-tw-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
}

.rounded-tw-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.rounded-tw-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
}

.rounded-tw-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
}


/* Specific Corner Radius */
.rounded-tw-tl-none {
    border-top-left-radius: 0px !important;
}

.rounded-tw-tl-sm {
    border-top-left-radius: 0.125rem !important;
}

.rounded-tw-tl {
    border-top-left-radius: 0.25rem !important;
}

.rounded-tw-tl-md {
    border-top-left-radius: 0.375rem !important;
}

.rounded-tw-tl-lg {
    border-top-left-radius: 0.5rem !important;
}

.rounded-tw-tl-xl {
    border-top-left-radius: 0.75rem !important;
}

.rounded-tw-tl-2xl {
    border-top-left-radius: 1rem !important;
}

.rounded-tw-tl-3xl {
    border-top-left-radius: 1.5rem !important;
}

.rounded-tw-tl-full {
    border-top-left-radius: 9999px !important;
}

.rounded-tw-tr-none {
    border-top-right-radius: 0px !important;
}

.rounded-tw-tr-sm {
    border-top-right-radius: 0.125rem !important;
}

.rounded-tw-tr {
    border-top-right-radius: 0.25rem !important;
}

.rounded-tw-tr-md {
    border-top-right-radius: 0.375rem !important;
}

.rounded-tw-tr-lg {
    border-top-right-radius: 0.5rem !important;
}

.rounded-tw-tr-xl {
    border-top-right-radius: 0.75rem !important;
}

.rounded-tw-tr-2xl {
    border-top-right-radius: 1rem !important;
}

.rounded-tw-tr-3xl {
    border-top-right-radius: 1.5rem !important;
}

.rounded-tw-tr-full {
    border-top-right-radius: 9999px !important;
}

.rounded-tw-br-none {
    border-bottom-right-radius: 0px !important;
}

.rounded-tw-br-sm {
    border-bottom-right-radius: 0.125rem !important;
}

.rounded-tw-br {
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-tw-br-md {
    border-bottom-right-radius: 0.375rem !important;
}

.rounded-tw-br-lg {
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-tw-br-xl {
    border-bottom-right-radius: 0.75rem !important;
}

.rounded-tw-br-2xl {
    border-bottom-right-radius: 1rem !important;
}

.rounded-tw-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
}

.rounded-tw-br-full {
    border-bottom-right-radius: 9999px !important;
}

.rounded-tw-bl-none {
    border-bottom-left-radius: 0px !important;
}

.rounded-tw-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
}

.rounded-tw-bl {
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-tw-bl-md {
    border-bottom-left-radius: 0.375rem !important;
}

.rounded-tw-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-tw-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
}

.rounded-tw-bl-2xl {
    border-bottom-left-radius: 1rem !important;
}

.rounded-tw-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
}

.rounded-tw-bl-full {
    border-bottom-left-radius: 9999px !important;
}


/* sm (Small screens, min-width: 640px) */
@media (min-width: 640px) {

    /* Border Radius */
    .sm\:rounded-tw-none {
        border-radius: 0px !important;
    }

    .sm\:rounded-tw-sm {
        border-radius: 0.125rem !important;
    }

    .sm\:rounded-tw {
        border-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-md {
        border-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-lg {
        border-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-xl {
        border-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-2xl {
        border-radius: 1rem !important;
    }

    .sm\:rounded-tw-3xl {
        border-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-full {
        border-radius: 9999px !important;
    }

    /* Individual Corners */
    .sm\:rounded-tw-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .sm\:rounded-tw-t-sm {
        border-top-left-radius: 0.125rem !important;
        border-top-right-radius: 0.125rem !important;
    }

    .sm\:rounded-tw-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-t-md {
        border-top-left-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-t-lg {
        border-top-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-t-xl {
        border-top-left-radius: 0.75rem !important;
        border-top-right-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-t-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }

    .sm\:rounded-tw-t-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    .sm\:rounded-tw-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .sm\:rounded-tw-r-sm {
        border-top-right-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    .sm\:rounded-tw-r {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-r-md {
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-r-lg {
        border-top-right-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-r-xl {
        border-top-right-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-r-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    .sm\:rounded-tw-r-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .sm\:rounded-tw-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .sm\:rounded-tw-b-sm {
        border-bottom-left-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    .sm\:rounded-tw-b {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-b-md {
        border-bottom-left-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-b-lg {
        border-bottom-left-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-b-xl {
        border-bottom-left-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-b-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    .sm\:rounded-tw-b-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-b-full {
        border-bottom-left-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .sm\:rounded-tw-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .sm\:rounded-tw-l-sm {
        border-top-left-radius: 0.125rem !important;
        border-bottom-left-radius: 0.125rem !important;
    }

    .sm\:rounded-tw-l {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-l-md {
        border-top-left-radius: 0.375rem !important;
        border-bottom-left-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-l-lg {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-l-xl {
        border-top-left-radius: 0.75rem !important;
        border-bottom-left-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-l-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important;
    }

    .sm\:rounded-tw-l-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    /* Specific Corner Radius */
    .sm\:rounded-tw-tl-none {
        border-top-left-radius: 0px !important;
    }

    .sm\:rounded-tw-tl-sm {
        border-top-left-radius: 0.125rem !important;
    }

    .sm\:rounded-tw-tl {
        border-top-left-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-tl-md {
        border-top-left-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-tl-lg {
        border-top-left-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-tl-xl {
        border-top-left-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-tl-2xl {
        border-top-left-radius: 1rem !important;
    }

    .sm\:rounded-tw-tl-3xl {
        border-top-left-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-tl-full {
        border-top-left-radius: 9999px !important;
    }

    .sm\:rounded-tw-tr-none {
        border-top-right-radius: 0px !important;
    }

    .sm\:rounded-tw-tr-sm {
        border-top-right-radius: 0.125rem !important;
    }

    .sm\:rounded-tw-tr {
        border-top-right-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-tr-md {
        border-top-right-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-tr-lg {
        border-top-right-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-tr-xl {
        border-top-right-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-tr-2xl {
        border-top-right-radius: 1rem !important;
    }

    .sm\:rounded-tw-tr-3xl {
        border-top-right-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-tr-full {
        border-top-right-radius: 9999px !important;
    }

    .sm\:rounded-tw-br-none {
        border-bottom-right-radius: 0px !important;
    }

    .sm\:rounded-tw-br-sm {
        border-bottom-right-radius: 0.125rem !important;
    }

    .sm\:rounded-tw-br {
        border-bottom-right-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-br-md {
        border-bottom-right-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-br-lg {
        border-bottom-right-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-br-xl {
        border-bottom-right-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-br-2xl {
        border-bottom-right-radius: 1rem !important;
    }

    .sm\:rounded-tw-br-3xl {
        border-bottom-right-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    .sm\:rounded-tw-bl-none {
        border-bottom-left-radius: 0px !important;
    }

    .sm\:rounded-tw-bl-sm {
        border-bottom-left-radius: 0.125rem !important;
    }

    .sm\:rounded-tw-bl {
        border-bottom-left-radius: 0.25rem !important;
    }

    .sm\:rounded-tw-bl-md {
        border-bottom-left-radius: 0.375rem !important;
    }

    .sm\:rounded-tw-bl-lg {
        border-bottom-left-radius: 0.5rem !important;
    }

    .sm\:rounded-tw-bl-xl {
        border-bottom-left-radius: 0.75rem !important;
    }

    .sm\:rounded-tw-bl-2xl {
        border-bottom-left-radius: 1rem !important;
    }

    .sm\:rounded-tw-bl-3xl {
        border-bottom-left-radius: 1.5rem !important;
    }

    .sm\:rounded-tw-bl-full {
        border-bottom-left-radius: 9999px !important;
    }
}

/* md (Medium screens, min-width: 768px) */
@media (min-width: 768px) {

    /* Border Radius */
    .md\:rounded-tw-none {
        border-radius: 0px !important;
    }

    .md\:rounded-tw-sm {
        border-radius: 0.125rem !important;
    }

    .md\:rounded-tw {
        border-radius: 0.25rem !important;
    }

    .md\:rounded-tw-md {
        border-radius: 0.375rem !important;
    }

    .md\:rounded-tw-lg {
        border-radius: 0.5rem !important;
    }

    .md\:rounded-tw-xl {
        border-radius: 0.75rem !important;
    }

    .md\:rounded-tw-2xl {
        border-radius: 1rem !important;
    }

    .md\:rounded-tw-3xl {
        border-radius: 1.5rem !important;
    }

    .md\:rounded-tw-full {
        border-radius: 9999px !important;
    }

    /* Individual Corners */
    .md\:rounded-tw-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .md\:rounded-tw-t-sm {
        border-top-left-radius: 0.125rem !important;
        border-top-right-radius: 0.125rem !important;
    }

    .md\:rounded-tw-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .md\:rounded-tw-t-md {
        border-top-left-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
    }

    .md\:rounded-tw-t-lg {
        border-top-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
    }

    .md\:rounded-tw-t-xl {
        border-top-left-radius: 0.75rem !important;
        border-top-right-radius: 0.75rem !important;
    }

    .md\:rounded-tw-t-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }

    .md\:rounded-tw-t-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important;
    }

    .md\:rounded-tw-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    .md\:rounded-tw-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .md\:rounded-tw-r-sm {
        border-top-right-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    .md\:rounded-tw-r {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    .md\:rounded-tw-r-md {
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    .md\:rounded-tw-r-lg {
        border-top-right-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .md\:rounded-tw-r-xl {
        border-top-right-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .md\:rounded-tw-r-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    .md\:rounded-tw-r-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .md\:rounded-tw-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .md\:rounded-tw-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .md\:rounded-tw-b-sm {
        border-bottom-left-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    .md\:rounded-tw-b {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    .md\:rounded-tw-b-md {
        border-bottom-left-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    .md\:rounded-tw-b-lg {
        border-bottom-left-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .md\:rounded-tw-b-xl {
        border-bottom-left-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .md\:rounded-tw-b-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    .md\:rounded-tw-b-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .md\:rounded-tw-b-full {
        border-bottom-left-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .md\:rounded-tw-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .md\:rounded-tw-l-sm {
        border-top-left-radius: 0.125rem !important;
        border-bottom-left-radius: 0.125rem !important;
    }

    .md\:rounded-tw-l {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .md\:rounded-tw-l-md {
        border-top-left-radius: 0.375rem !important;
        border-bottom-left-radius: 0.375rem !important;
    }

    .md\:rounded-tw-l-lg {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
    }

    .md\:rounded-tw-l-xl {
        border-top-left-radius: 0.75rem !important;
        border-bottom-left-radius: 0.75rem !important;
    }

    .md\:rounded-tw-l-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important;
    }

    .md\:rounded-tw-l-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important;
    }

    .md\:rounded-tw-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    /* Specific Corner Radius */
    .md\:rounded-tw-tl-none {
        border-top-left-radius: 0px !important;
    }

    .md\:rounded-tw-tl-sm {
        border-top-left-radius: 0.125rem !important;
    }

    .md\:rounded-tw-tl {
        border-top-left-radius: 0.25rem !important;
    }

    .md\:rounded-tw-tl-md {
        border-top-left-radius: 0.375rem !important;
    }

    .md\:rounded-tw-tl-lg {
        border-top-left-radius: 0.5rem !important;
    }

    .md\:rounded-tw-tl-xl {
        border-top-left-radius: 0.75rem !important;
    }

    .md\:rounded-tw-tl-2xl {
        border-top-left-radius: 1rem !important;
    }

    .md\:rounded-tw-tl-3xl {
        border-top-left-radius: 1.5rem !important;
    }

    .md\:rounded-tw-tl-full {
        border-top-left-radius: 9999px !important;
    }

    .md\:rounded-tw-tr-none {
        border-top-right-radius: 0px !important;
    }

    .md\:rounded-tw-tr-sm {
        border-top-right-radius: 0.125rem !important;
    }

    .md\:rounded-tw-tr {
        border-top-right-radius: 0.25rem !important;
    }

    .md\:rounded-tw-tr-md {
        border-top-right-radius: 0.375rem !important;
    }

    .md\:rounded-tw-tr-lg {
        border-top-right-radius: 0.5rem !important;
    }

    .md\:rounded-tw-tr-xl {
        border-top-right-radius: 0.75rem !important;
    }

    .md\:rounded-tw-tr-2xl {
        border-top-right-radius: 1rem !important;
    }

    .md\:rounded-tw-tr-3xl {
        border-top-right-radius: 1.5rem !important;
    }

    .md\:rounded-tw-tr-full {
        border-top-right-radius: 9999px !important;
    }

    .md\:rounded-tw-br-none {
        border-bottom-right-radius: 0px !important;
    }

    .md\:rounded-tw-br-sm {
        border-bottom-right-radius: 0.125rem !important;
    }

    .md\:rounded-tw-br {
        border-bottom-right-radius: 0.25rem !important;
    }

    .md\:rounded-tw-br-md {
        border-bottom-right-radius: 0.375rem !important;
    }

    .md\:rounded-tw-br-lg {
        border-bottom-right-radius: 0.5rem !important;
    }

    .md\:rounded-tw-br-xl {
        border-bottom-right-radius: 0.75rem !important;
    }

    .md\:rounded-tw-br-2xl {
        border-bottom-right-radius: 1rem !important;
    }

    .md\:rounded-tw-br-3xl {
        border-bottom-right-radius: 1.5rem !important;
    }

    .md\:rounded-tw-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    .md\:rounded-tw-bl-none {
        border-bottom-left-radius: 0px !important;
    }

    .md\:rounded-tw-bl-sm {
        border-bottom-left-radius: 0.125rem !important;
    }

    .md\:rounded-tw-bl {
        border-bottom-left-radius: 0.25rem !important;
    }

    .md\:rounded-tw-bl-md {
        border-bottom-left-radius: 0.375rem !important;
    }

    .md\:rounded-tw-bl-lg {
        border-bottom-left-radius: 0.5rem !important;
    }

    .md\:rounded-tw-bl-xl {
        border-bottom-left-radius: 0.75rem !important;
    }

    .md\:rounded-tw-bl-2xl {
        border-bottom-left-radius: 1rem !important;
    }

    .md\:rounded-tw-bl-3xl {
        border-bottom-left-radius: 1.5rem !important;
    }

    .md\:rounded-tw-bl-full {
        border-bottom-left-radius: 9999px !important;
    }
}

/* lg (Large screens, min-width: 1024px) */
@media (min-width: 1024px) {

    /* Border Radius */
    .lg\:rounded-tw-none {
        border-radius: 0px !important;
    }

    .lg\:rounded-tw-sm {
        border-radius: 0.125rem !important;
    }

    .lg\:rounded-tw {
        border-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-md {
        border-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-lg {
        border-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-xl {
        border-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-2xl {
        border-radius: 1rem !important;
    }

    .lg\:rounded-tw-3xl {
        border-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-full {
        border-radius: 9999px !important;
    }

    /* Individual Corners */
    .lg\:rounded-tw-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .lg\:rounded-tw-t-sm {
        border-top-left-radius: 0.125rem !important;
        border-top-right-radius: 0.125rem !important;
    }

    .lg\:rounded-tw-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-t-md {
        border-top-left-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-t-lg {
        border-top-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-t-xl {
        border-top-left-radius: 0.75rem !important;
        border-top-right-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-t-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }

    .lg\:rounded-tw-t-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    .lg\:rounded-tw-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .lg\:rounded-tw-r-sm {
        border-top-right-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    .lg\:rounded-tw-r {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-r-md {
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-r-lg {
        border-top-right-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-r-xl {
        border-top-right-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-r-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    .lg\:rounded-tw-r-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .lg\:rounded-tw-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .lg\:rounded-tw-b-sm {
        border-bottom-left-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    .lg\:rounded-tw-b {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-b-md {
        border-bottom-left-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-b-lg {
        border-bottom-left-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-b-xl {
        border-bottom-left-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-b-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    .lg\:rounded-tw-b-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-b-full {
        border-bottom-left-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .lg\:rounded-tw-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .lg\:rounded-tw-l-sm {
        border-top-left-radius: 0.125rem !important;
        border-bottom-left-radius: 0.125rem !important;
    }

    .lg\:rounded-tw-l {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-l-md {
        border-top-left-radius: 0.375rem !important;
        border-bottom-left-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-l-lg {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-l-xl {
        border-top-left-radius: 0.75rem !important;
        border-bottom-left-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-l-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important;
    }

    .lg\:rounded-tw-l-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    /* Specific Corner Radius */
    .lg\:rounded-tw-tl-none {
        border-top-left-radius: 0px !important;
    }

    .lg\:rounded-tw-tl-sm {
        border-top-left-radius: 0.125rem !important;
    }

    .lg\:rounded-tw-tl {
        border-top-left-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-tl-md {
        border-top-left-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-tl-lg {
        border-top-left-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-tl-xl {
        border-top-left-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-tl-2xl {
        border-top-left-radius: 1rem !important;
    }

    .lg\:rounded-tw-tl-3xl {
        border-top-left-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-tl-full {
        border-top-left-radius: 9999px !important;
    }

    .lg\:rounded-tw-tr-none {
        border-top-right-radius: 0px !important;
    }

    .lg\:rounded-tw-tr-sm {
        border-top-right-radius: 0.125rem !important;
    }

    .lg\:rounded-tw-tr {
        border-top-right-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-tr-md {
        border-top-right-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-tr-lg {
        border-top-right-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-tr-xl {
        border-top-right-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-tr-2xl {
        border-top-right-radius: 1rem !important;
    }

    .lg\:rounded-tw-tr-3xl {
        border-top-right-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-tr-full {
        border-top-right-radius: 9999px !important;
    }

    .lg\:rounded-tw-br-none {
        border-bottom-right-radius: 0px !important;
    }

    .lg\:rounded-tw-br-sm {
        border-bottom-right-radius: 0.125rem !important;
    }

    .lg\:rounded-tw-br {
        border-bottom-right-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-br-md {
        border-bottom-right-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-br-lg {
        border-bottom-right-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-br-xl {
        border-bottom-right-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-br-2xl {
        border-bottom-right-radius: 1rem !important;
    }

    .lg\:rounded-tw-br-3xl {
        border-bottom-right-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    .lg\:rounded-tw-bl-none {
        border-bottom-left-radius: 0px !important;
    }

    .lg\:rounded-tw-bl-sm {
        border-bottom-left-radius: 0.125rem !important;
    }

    .lg\:rounded-tw-bl {
        border-bottom-left-radius: 0.25rem !important;
    }

    .lg\:rounded-tw-bl-md {
        border-bottom-left-radius: 0.375rem !important;
    }

    .lg\:rounded-tw-bl-lg {
        border-bottom-left-radius: 0.5rem !important;
    }

    .lg\:rounded-tw-bl-xl {
        border-bottom-left-radius: 0.75rem !important;
    }

    .lg\:rounded-tw-bl-2xl {
        border-bottom-left-radius: 1rem !important;
    }

    .lg\:rounded-tw-bl-3xl {
        border-bottom-left-radius: 1.5rem !important;
    }

    .lg\:rounded-tw-bl-full {
        border-bottom-left-radius: 9999px !important;
    }
}

/* xl (Extra large screens, min-width: 1280px) */
@media (min-width: 1280px) {

    /* Border Radius */
    .xl\:rounded-tw-none {
        border-radius: 0px !important;
    }

    .xl\:rounded-tw-sm {
        border-radius: 0.125rem !important;
    }

    .xl\:rounded-tw {
        border-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-md {
        border-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-lg {
        border-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-xl {
        border-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-2xl {
        border-radius: 1rem !important;
    }

    .xl\:rounded-tw-3xl {
        border-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-full {
        border-radius: 9999px !important;
    }

    /* Individual Corners */
    .xl\:rounded-tw-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .xl\:rounded-tw-t-sm {
        border-top-left-radius: 0.125rem !important;
        border-top-right-radius: 0.125rem !important;
    }

    .xl\:rounded-tw-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-t-md {
        border-top-left-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-t-lg {
        border-top-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-t-xl {
        border-top-left-radius: 0.75rem !important;
        border-top-right-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-t-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }

    .xl\:rounded-tw-t-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    .xl\:rounded-tw-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .xl\:rounded-tw-r-sm {
        border-top-right-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    .xl\:rounded-tw-r {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-r-md {
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-r-lg {
        border-top-right-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-r-xl {
        border-top-right-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-r-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    .xl\:rounded-tw-r-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .xl\:rounded-tw-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .xl\:rounded-tw-b-sm {
        border-bottom-left-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    .xl\:rounded-tw-b {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-b-md {
        border-bottom-left-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-b-lg {
        border-bottom-left-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-b-xl {
        border-bottom-left-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-b-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    .xl\:rounded-tw-b-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-b-full {
        border-bottom-left-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    .xl\:rounded-tw-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .xl\:rounded-tw-l-sm {
        border-top-left-radius: 0.125rem !important;
        border-bottom-left-radius: 0.125rem !important;
    }

    .xl\:rounded-tw-l {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-l-md {
        border-top-left-radius: 0.375rem !important;
        border-bottom-left-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-l-lg {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-l-xl {
        border-top-left-radius: 0.75rem !important;
        border-bottom-left-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-l-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important;
    }

    .xl\:rounded-tw-l-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    /* Specific Corner Radius */
    .xl\:rounded-tw-tl-none {
        border-top-left-radius: 0px !important;
    }

    .xl\:rounded-tw-tl-sm {
        border-top-left-radius: 0.125rem !important;
    }

    .xl\:rounded-tw-tl {
        border-top-left-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-tl-md {
        border-top-left-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-tl-lg {
        border-top-left-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-tl-xl {
        border-top-left-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-tl-2xl {
        border-top-left-radius: 1rem !important;
    }

    .xl\:rounded-tw-tl-3xl {
        border-top-left-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-tl-full {
        border-top-left-radius: 9999px !important;
    }

    .xl\:rounded-tw-tr-none {
        border-top-right-radius: 0px !important;
    }

    .xl\:rounded-tw-tr-sm {
        border-top-right-radius: 0.125rem !important;
    }

    .xl\:rounded-tw-tr {
        border-top-right-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-tr-md {
        border-top-right-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-tr-lg {
        border-top-right-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-tr-xl {
        border-top-right-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-tr-2xl {
        border-top-right-radius: 1rem !important;
    }

    .xl\:rounded-tw-tr-3xl {
        border-top-right-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-tr-full {
        border-top-right-radius: 9999px !important;
    }

    .xl\:rounded-tw-br-none {
        border-bottom-right-radius: 0px !important;
    }

    .xl\:rounded-tw-br-sm {
        border-bottom-right-radius: 0.125rem !important;
    }

    .xl\:rounded-tw-br {
        border-bottom-right-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-br-md {
        border-bottom-right-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-br-lg {
        border-bottom-right-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-br-xl {
        border-bottom-right-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-br-2xl {
        border-bottom-right-radius: 1rem !important;
    }

    .xl\:rounded-tw-br-3xl {
        border-bottom-right-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    .xl\:rounded-tw-bl-none {
        border-bottom-left-radius: 0px !important;
    }

    .xl\:rounded-tw-bl-sm {
        border-bottom-left-radius: 0.125rem !important;
    }

    .xl\:rounded-tw-bl {
        border-bottom-left-radius: 0.25rem !important;
    }

    .xl\:rounded-tw-bl-md {
        border-bottom-left-radius: 0.375rem !important;
    }

    .xl\:rounded-tw-bl-lg {
        border-bottom-left-radius: 0.5rem !important;
    }

    .xl\:rounded-tw-bl-xl {
        border-bottom-left-radius: 0.75rem !important;
    }

    .xl\:rounded-tw-bl-2xl {
        border-bottom-left-radius: 1rem !important;
    }

    .xl\:rounded-tw-bl-3xl {
        border-bottom-left-radius: 1.5rem !important;
    }

    .xl\:rounded-tw-bl-full {
        border-bottom-left-radius: 9999px !important;
    }
}

/* _2xl (2x extra large screens, min-width: 1536px) */
@media (min-width: 1536px) {

    /* Border Radius */
    ._2xl\:rounded-tw-none {
        border-radius: 0px !important;
    }

    ._2xl\:rounded-tw-sm {
        border-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw {
        border-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-md {
        border-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-lg {
        border-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-xl {
        border-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-2xl {
        border-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-3xl {
        border-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-full {
        border-radius: 9999px !important;
    }

    /* Individual Corners */
    ._2xl\:rounded-tw-t-none {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    ._2xl\:rounded-tw-t-sm {
        border-top-left-radius: 0.125rem !important;
        border-top-right-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw-t {
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-t-md {
        border-top-left-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-t-lg {
        border-top-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-t-xl {
        border-top-left-radius: 0.75rem !important;
        border-top-right-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-t-2xl {
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-t-3xl {
        border-top-left-radius: 1.5rem !important;
        border-top-right-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-t-full {
        border-top-left-radius: 9999px !important;
        border-top-right-radius: 9999px !important;
    }

    ._2xl\:rounded-tw-r-none {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    ._2xl\:rounded-tw-r-sm {
        border-top-right-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw-r {
        border-top-right-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-r-md {
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-r-lg {
        border-top-right-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-r-xl {
        border-top-right-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-r-2xl {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-r-3xl {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-r-full {
        border-top-right-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    ._2xl\:rounded-tw-b-none {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    ._2xl\:rounded-tw-b-sm {
        border-bottom-left-radius: 0.125rem !important;
        border-bottom-right-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw-b {
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-b-md {
        border-bottom-left-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-b-lg {
        border-bottom-left-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-b-xl {
        border-bottom-left-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-b-2xl {
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-b-3xl {
        border-bottom-left-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-b-full {
        border-bottom-left-radius: 9999px !important;
        border-bottom-right-radius: 9999px !important;
    }

    ._2xl\:rounded-tw-l-none {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    ._2xl\:rounded-tw-l-sm {
        border-top-left-radius: 0.125rem !important;
        border-bottom-left-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw-l {
        border-top-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-l-md {
        border-top-left-radius: 0.375rem !important;
        border-bottom-left-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-l-lg {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-l-xl {
        border-top-left-radius: 0.75rem !important;
        border-bottom-left-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-l-2xl {
        border-top-left-radius: 1rem !important;
        border-bottom-left-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-l-3xl {
        border-top-left-radius: 1.5rem !important;
        border-bottom-left-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-l-full {
        border-top-left-radius: 9999px !important;
        border-bottom-left-radius: 9999px !important;
    }

    /* Specific Corner Radius */
    ._2xl\:rounded-tw-tl-none {
        border-top-left-radius: 0px !important;
    }

    ._2xl\:rounded-tw-tl-sm {
        border-top-left-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw-tl {
        border-top-left-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-tl-md {
        border-top-left-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-tl-lg {
        border-top-left-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-tl-xl {
        border-top-left-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-tl-2xl {
        border-top-left-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-tl-3xl {
        border-top-left-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-tl-full {
        border-top-left-radius: 9999px !important;
    }

    ._2xl\:rounded-tw-tr-none {
        border-top-right-radius: 0px !important;
    }

    ._2xl\:rounded-tw-tr-sm {
        border-top-right-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw-tr {
        border-top-right-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-tr-md {
        border-top-right-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-tr-lg {
        border-top-right-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-tr-xl {
        border-top-right-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-tr-2xl {
        border-top-right-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-tr-3xl {
        border-top-right-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-tr-full {
        border-top-right-radius: 9999px !important;
    }

    ._2xl\:rounded-tw-br-none {
        border-bottom-right-radius: 0px !important;
    }

    ._2xl\:rounded-tw-br-sm {
        border-bottom-right-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw-br {
        border-bottom-right-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-br-md {
        border-bottom-right-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-br-lg {
        border-bottom-right-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-br-xl {
        border-bottom-right-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-br-2xl {
        border-bottom-right-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-br-3xl {
        border-bottom-right-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-br-full {
        border-bottom-right-radius: 9999px !important;
    }

    ._2xl\:rounded-tw-bl-none {
        border-bottom-left-radius: 0px !important;
    }

    ._2xl\:rounded-tw-bl-sm {
        border-bottom-left-radius: 0.125rem !important;
    }

    ._2xl\:rounded-tw-bl {
        border-bottom-left-radius: 0.25rem !important;
    }

    ._2xl\:rounded-tw-bl-md {
        border-bottom-left-radius: 0.375rem !important;
    }

    ._2xl\:rounded-tw-bl-lg {
        border-bottom-left-radius: 0.5rem !important;
    }

    ._2xl\:rounded-tw-bl-xl {
        border-bottom-left-radius: 0.75rem !important;
    }

    ._2xl\:rounded-tw-bl-2xl {
        border-bottom-left-radius: 1rem !important;
    }

    ._2xl\:rounded-tw-bl-3xl {
        border-bottom-left-radius: 1.5rem !important;
    }

    ._2xl\:rounded-tw-bl-full {
        border-bottom-left-radius: 9999px !important;
    }
}