/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  border-color: currentColor;
}

.bag-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

@media (min-width: 640px) {
  .bag-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .bag-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .bag-container {
    max-width: 1024px;
  }
}

@media (min-width: 1270px) {
  .bag-container {
    max-width: 1270px;
  }
}

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list
{
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
  font-family: 'slick';

  font-weight: normal;

  font-style: normal;

  src: url('./fonts/slick.eot');

  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}

[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}

.slick-prev:before
{
  content: '\2190';
}

[dir='rtl'] .slick-prev:before
{
  content: '\2192';
}

.slick-next
{
  right: -25px;
}

[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}

.slick-next:before
{
  content: '\2192';
}

[dir='rtl'] .slick-next:before
{
  content: '\2190';
}

/* Dots */

.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

/*
 * import vendors and third party
 * scripts here.Magnific, slick ect
 */

/* import ll base styles */

/* ARCHIVE PAGE */

.bag-no-scroll {
  overflow: hidden;
}

.bag_landing-page-image {
  overflow: hidden
}

.bag_landing-page-image::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.bag_landing-page-image img {
  transform: scale(1);
  will-change: transform;
  transition: 0.25s ease;
}

.bag_landing-page-image:hover img {
  transform: scale(1.1);
}

.bar_archive-banner .bag_treatment-type-buttons label.is-checked, .bag_archive-banner .bag_treatment-type-buttons label.is-checked {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.bag_filter-form {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  height: 57px;
}

.bag_filter-form #ll_bag_category:not(.add-to-banner):not(.show-in-filter) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -60px;
}

.bag_filter-form #ll_bag_category:not(.add-to-banner):not(.show-in-filter) .bag_filter-button input {
  display: none
}

.bag_filter-form #ll_bag_category:not(.add-to-banner):not(.show-in-filter) .bag_filter-button input:checked ~ label {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.bag_filter-form #ll_bag_category.add-to-banner {
  display: none;
}

.bag_filter-form_mobile {
  padding: 2.5rem;
}

.bag_mobile-filter-toggle {
  display: none;
}

.bag_mobile-filter-toggle span {
  margin-left: 0.75rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_filter-results-icon.svg');
  display: inline-block;
  margin-top: 3px;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

@media (max-width: 1045px) {
  .bag_filter-form {
    /* display: none !important; */
  }

  .bag_mobile-filter-toggle {
    display: flex;
  }
}

button.bag_submit span {
  margin-left: 1.25rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_filter-results-icon.svg');
  display: inline-block;
  margin-bottom: -2px;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

button.bag_submit.bag_mobile {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.bag_clear-filters {
  margin-top: 5px;
}

.bag_selected-filters {
  overflow: hidden;
  transition-duration: 300ms;
  height: 0
}

.bag_selected-filters.active {
  min-height: 90px;
  height: auto;
}

.bag_filter-menu-wrapper {
  position: relative;
}

.bag_filter-menu-wrapper .bag_filter-category {
  position: relative;
  cursor: pointer
}

.bag_filter-menu-wrapper .bag_filter-category span {
  margin-left: 1.25rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_carrot-down.svg');
  display: inline-block;
  margin-bottom: -2px;
  height: 14px;
  width: 14px;
}

.bag_filter-menu-wrapper .bag_filter-dropdown {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  opacity: 0;
  transition: all .5s;
  display: none;
  @media (min-width: 1024px) {
    top: calc(100% + 1px);

    width: calc(100% + 1px);

    left: -1px;

    border-width: 1px;

    border-top-width: 0px;

    --tw-border-opacity: 1;

    border-color: rgba(209, 209, 209, var(--tw-border-opacity));

    padding: 1.25rem;
  }
}

.bag_filter-menu-wrapper.bag_active .bag_filter-dropdown {
  z-index: 99;
  display: block;
  opacity: 1;
}

.bag_filter-menu-wrapper.bag_active .bag_filter-category span {
  transform: rotate(180deg);
}

.bag_filter-tag {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding: 6px 12px;
  margin-right: 13px;
  border-radius: 5px;
  margin-bottom: 41px
}

.bag_filter-tag span {
  margin-left: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_white-x.svg');
  display: inline-block;
  margin-bottom: 1px;
  height: 8px;
  width: 8px;
}

.bag_mobile-filter {
  position: absolute;
  top: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  left: -100%;
  transition: all 0.6s;
}

.bag_mobile-filter-exit {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_gray-x.svg');
  display: inline-block;
  height: 15px;
  width: 15px;
  top: 10px;
  right: 10px;
}

.bag_mobile-filter.bag_active {
  left: 0;
}

.bag_additional-image {
  opacity: 0.5;
}

.bag_additional-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bag_archive-card_additional-images-wrapper {
  height: 60px;
}

.height-1\/2 {
  height: 50%;
}

.bag_archive-card_all-images {
  position: relative;
  --hover-overlay-color: rgba(0, 0, 0, .65);
}

.bag_all-images-hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all .5s;
  background-color: rgba(0, 0, 0, .65);
  background-color: rgba(0, 0, 0, .65);
  opacity: 0;
  color: white;
}

.bag_archive-card a:hover .bag_all-images-hover-overlay,
.bag_archive-card a:focus .bag_all-images-hover-overlay {
  opacity: 1;
}

.bag_pagination-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 0;
}

.bag_pill-btn {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 200ms;
  background-color: #717171;
  border: 1px solid #717171
}

.bag_pill-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.bag_pill-btn:hover::after {
  color: #717171;
}

.bag_pill-btn::after {
  position: absolute;
  top: 10px;
  right: 8px;
  content: "\D7";
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  line-height: 10px;
  text-align: center;
}

#bag_results-container {
  visibility: hidden
}

#bag_results-container.is-loaded {
  visibility: visible;
}

/* SINGLE POST SIDEBAR */

.bag_sidebar-back-btn .bag_arrow-icon {
  margin-right: 1rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  background-image: url('../../assets/img/bag_arrow-left-light.svg');
  background-color: black;
}

.bag_sidebar-heading {
  font-weight: 700;
}

/* SINGLE POST GALLERY */

.bag_gallery-image {
  width: 75px !important;
}

.bag_gallery-image img {
  height: 75px;
  width: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bag_slider-tags.bag_tags-active .foreground::after {
  position: absolute;
  top: 1rem;
  left: 0;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: "Before";
  color: #333333;
  background-color: rgba(255, 255, 255, .75);
}

.bag_slider-tags.bag_tags-active .background::after {
  position: absolute;
  top: 1rem;
  right: 0;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: "After";
  color: #333333;
  background-color: rgba(255, 255, 255, .75);
}

.bag_vertical-tags.bag_tags-active {
  position: relative
}

.bag_vertical-tags.bag_tags-active::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: "Before";
  color: #333333;
  background-color: rgba(255, 255, 255, .75);
}

.bag_vertical-tags.bag_tags-active::after {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: "After";
  color: #333333;
  background-color: rgba(255, 255, 255, .75);
}

.bag_horizontal-tags.bag_tags-active {
  position: relative
}

.bag_horizontal-tags.bag_tags-active::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: "Before";
  color: #333333;
  background-color: rgba(255, 255, 255, .75);
}

.bag_horizontal-tags.bag_tags-active::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  content: "After";
  color: #333333;
  background-color: rgba(255, 255, 255, .37);
}

.slick-current .bag_active-overlay {
  position: relative;
  height: 75px;
  width: 75px
}

.slick-current .bag_active-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(242, 243, 247, .8);
}

.video-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.video-overlay::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_play-button-white.svg');
}

.bag_single-image-slide img {
  height: 100%;
  width: 100%;
}

.bag_video-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.bag_video-overlay::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_play-button-white.svg');
}

.slick-arrow.next {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_carrot-down.svg')
}

@media (min-width: 768px) {
  .slick-arrow.next {
    margin-left: 26px
  }
}

@media (min-width: 1270px) {
  .slick-arrow.next {
    margin-left: 31px
  }
}

.slick-arrow.prev {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/bag_carrot-down.svg');
  transform: rotate(180deg)
}

@media (min-width: 768px) {
  .slick-arrow.prev {
    margin-left: 26px
  }
}

@media (min-width: 1270px) {
  .slick-arrow.prev {
    margin-left: 31px
  }
}

.bag_slide-details {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

/* SINGLE POST GALLERY -- REVEAL SLIDER */

.bag_reveal-slider_wrapper {
  position: relative;
  width: 660px;
  height: 490px;
  margin: 0 auto;
}

.bag_reveal-slider_wrapper .reveal-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-position: left;
  background-size: 660px auto;
  background-repeat: no-repeat;
}

.bag_reveal-slider_wrapper .foreground.reveal-slider-img {
  width: calc(50% - 4px);
  overflow: hidden;
}

.bag_reveal-slider_wrapper .slider {
  position: absolute;
  z-index: 99;
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  width: 660px;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  transition: all .2s
}

.bag_reveal-slider_wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2px;
  height: 490px;
  cursor: pointer;
}

.bag_reveal-slider_wrapper .slider::-moz-range-thumb {
  width: 2px;
  height: 490px;
  cursor: pointer;
}

.bag_reveal-slider_wrapper .slider-button {
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  pointer-events: none;
  width: 65px;
  height: 65px;
  background-color: white;
  left: calc(50% - 36px);
  top: calc(50% - 18px)
}

.bag_reveal-slider_wrapper .slider-button::after {
  content: '';
  box-sizing: inherit;
  padding: 5px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
}

.bag_reveal-slider_wrapper .slider-button::before {
  content: '';
  box-sizing: inherit;
  padding: 5px;
  display: inline-block;
  border: solid #5D5D5D;
  border-width: 0 1px 1px 0;
  transform: rotate(135deg);
  margin-right: 10px;
}

@media (max-width: 1270px) {
  .bag_reveal-slider_wrapper {
    width: 570px !important;
  }

  .bag_reveal-slider_wrapper .reveal-slider-img {
    background-size: 570px auto !important;
  }

  .bag_reveal-slider_wrapper .slider {
    width: 570px !important;
  }
}

@media (max-width: 1024px) {
  .bag_reveal-slider_wrapper {
    width: 400px !important;
  }

  .bag_reveal-slider_wrapper .reveal-slider-img {
    background-size: 400px auto !important;
  }

  .bag_reveal-slider_wrapper .slider {
    width: 400px !important;
  }
}

@media (max-width: 500px) {
  .bag_reveal-slider_wrapper {
    width: 100% !important;
  }

  .bag_reveal-slider_wrapper .reveal-slider-img {
    background-size: 300px auto !important;
  }

  .bag_reveal-slider_wrapper .slider {
    width: 100% !important;
  }
}

/* SINGLE POST POST NAVIGATION */

.bag_navigation-wrapper a {
  display: flex;
  align-items: center
}

.bag_navigation-wrapper a:hover {
  text-decoration: underline;
}

.bag_navigation-wrapper .bag_arrow-left-dark {
  height: 1rem;
  width: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  background-image: url('../../assets/img/bag_arrow-left-dark.svg');
}

.bag_navigation-wrapper .bag_arrow-right-dark {
  height: 1rem;
  width: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
  background-image: url('../../assets/img/bag_arrow-right-dark.svg');
}

/* GLOBAL STYLES */

.bag-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

@media (min-width: 640px){
  .bag-container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .bag-container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .bag-container{
    max-width: 1024px;
  }
}

@media (min-width: 1270px){
  .bag-container{
    max-width: 1270px;
  }
}

@media (min-width: 1500px){
  .bag-container{
    max-width: 1500px;
  }
}

.bag-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-left: -1.5625rem;
  margin-right: -25px;
  margin-right: -1.5625rem;
}

.bag-col {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  flex: 0 1 auto;
}

.bag_filter-form.desktop {
  display: flex;
}

.bag_filter-form.mobile {
  display: none;
}

.bag_mobile-filter-toggle {
  display: none;
}

@media(max-width: 1024px) {
  .bag_mobile-filter-toggle {
    display: block;
  }

  /*      &.desktop {
        @apply bag-hidden;
      }
      &.mobile {
        @apply bag-block;
      }*/

  .bag_archive-section .bag_filter-form #ll_bag_category {
    top: -22px;
  }

  .bag_archive-section .bag_filter-menu-wrapper .bag_filter-dropdown {
    position: relative;
  }

  .bag_archive-section #bag_filter-form {
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    height: 0;
    opacity: 0;
    pointer-events: none
  }

  .bag_archive-section #bag_filter-form.is-open {
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
  .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
  .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
  .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.ll-bag-modal {
  max-width: 800px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 5rem;
  text-align: center;
}

.ll-bag-modal .mfp-close {
  display: none;
}

.mfp-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

/* import pages */

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

.bag-not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.focus-within\:bag-not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.focus\:bag-not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

.bag-pointer-events-auto {
  pointer-events: auto;
}

.bag-visible {
  visibility: visible;
}

.bag-invisible {
  visibility: hidden;
}

.bag-static {
  position: static;
}

.bag-fixed {
  position: fixed;
}

.bag-absolute {
  position: absolute;
}

.bag-relative {
  position: relative;
}

.bag-sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

.bag-inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.bag-inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.bag-inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.bag-inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.bag-inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.bag-inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.bag-inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.bag-inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.bag-inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.bag-inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.bag-inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.bag-inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.bag-inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.bag-inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.bag-inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.bag-inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.bag-inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.bag-inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.bag-inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.bag-inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.bag-inset-gutter {
  top: 1.5625rem;
  right: 1.5625rem;
  bottom: 1.5625rem;
  left: 1.5625rem;
}

.bag-inset-gutter-full {
  top: 3.125rem;
  right: 3.125rem;
  bottom: 3.125rem;
  left: 3.125rem;
}

.bag--inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.bag--inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.bag--inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.bag--inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.bag--inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.bag--inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.bag--inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.bag--inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.bag--inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.bag--inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.bag--inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.bag--inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.bag--inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.bag--inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.bag--inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.bag--inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.bag--inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.bag--inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.bag--inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.bag--inset-gutter {
  top: -1.5625rem;
  right: -1.5625rem;
  bottom: -1.5625rem;
  left: -1.5625rem;
}

.bag--inset-gutter-full {
  top: -3.125rem;
  right: -3.125rem;
  bottom: -3.125rem;
  left: -3.125rem;
}

.bag-inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.bag-inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.bag-inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.bag-inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.bag-inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.bag-inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.bag-inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.bag--inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.bag--inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.bag--inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.bag--inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.bag--inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.bag--inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.bag--inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.bag-inset-x-0 {
  left: 0;
  right: 0;
}

.bag-inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

.bag-inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.bag-inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.bag-inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.bag-inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}

.bag-inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.bag-inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.bag-inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.bag-inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.bag-inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.bag-inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.bag-inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.bag-inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.bag-inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.bag-inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.bag-inset-x-48 {
  left: 12rem;
  right: 12rem;
}

.bag-inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.bag-inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.bag-inset-x-auto {
  left: auto;
  right: auto;
}

.bag-inset-x-px {
  left: 1px;
  right: 1px;
}

.bag-inset-x-gutter {
  left: 1.5625rem;
  right: 1.5625rem;
}

.bag-inset-x-gutter-full {
  left: 3.125rem;
  right: 3.125rem;
}

.bag--inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.bag--inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

.bag--inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.bag--inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.bag--inset-x-5 {
  left: -1.25rem;
  right: -1.25rem;
}

.bag--inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.bag--inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.bag--inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.bag--inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.bag--inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.bag--inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.bag--inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.bag--inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.bag--inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.bag--inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.bag--inset-x-48 {
  left: -12rem;
  right: -12rem;
}

.bag--inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.bag--inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.bag--inset-x-px {
  left: -1px;
  right: -1px;
}

.bag--inset-x-gutter {
  left: -1.5625rem;
  right: -1.5625rem;
}

.bag--inset-x-gutter-full {
  left: -3.125rem;
  right: -3.125rem;
}

.bag-inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.bag-inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.bag-inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.bag-inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.bag-inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

.bag-inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.bag-inset-x-full {
  left: 100%;
  right: 100%;
}

.bag--inset-x-1\/2 {
  left: -50%;
  right: -50%;
}

.bag--inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.bag--inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.bag--inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

.bag--inset-x-2\/4 {
  left: -50%;
  right: -50%;
}

.bag--inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.bag--inset-x-full {
  left: -100%;
  right: -100%;
}

.bag-inset-y-0 {
  top: 0;
  bottom: 0;
}

.bag-inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.bag-inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.bag-inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.bag-inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.bag-inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.bag-inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.bag-inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.bag-inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.bag-inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

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

.bag-inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.bag-inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.bag-inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.bag-inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.bag-inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

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

.bag-inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.bag-inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.bag-inset-y-auto {
  top: auto;
  bottom: auto;
}

.bag-inset-y-px {
  top: 1px;
  bottom: 1px;
}

.bag-inset-y-gutter {
  top: 1.5625rem;
  bottom: 1.5625rem;
}

.bag-inset-y-gutter-full {
  top: 3.125rem;
  bottom: 3.125rem;
}

.bag--inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.bag--inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.bag--inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.bag--inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.bag--inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.bag--inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.bag--inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.bag--inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.bag--inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

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

.bag--inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.bag--inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.bag--inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.bag--inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.bag--inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

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

.bag--inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.bag--inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.bag--inset-y-px {
  top: -1px;
  bottom: -1px;
}

.bag--inset-y-gutter {
  top: -1.5625rem;
  bottom: -1.5625rem;
}

.bag--inset-y-gutter-full {
  top: -3.125rem;
  bottom: -3.125rem;
}

.bag-inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.bag-inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.bag-inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.bag-inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.bag-inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.bag-inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.bag-inset-y-full {
  top: 100%;
  bottom: 100%;
}

.bag--inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.bag--inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.bag--inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.bag--inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.bag--inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.bag--inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.bag--inset-y-full {
  top: -100%;
  bottom: -100%;
}

.bag-top-0 {
  top: 0;
}

.bag-top-1 {
  top: 0.25rem;
}

.bag-top-2 {
  top: 0.5rem;
}

.bag-top-3 {
  top: 0.75rem;
}

.bag-top-4 {
  top: 1rem;
}

.bag-top-5 {
  top: 1.25rem;
}

.bag-top-6 {
  top: 1.5rem;
}

.bag-top-8 {
  top: 2rem;
}

.bag-top-9 {
  top: 2.25rem;
}

.bag-top-10 {
  top: 2.5rem;
}

.bag-top-12 {
  top: 3rem;
}

.bag-top-16 {
  top: 4rem;
}

.bag-top-20 {
  top: 5rem;
}

.bag-top-24 {
  top: 6rem;
}

.bag-top-32 {
  top: 8rem;
}

.bag-top-40 {
  top: 10rem;
}

.bag-top-48 {
  top: 12rem;
}

.bag-top-56 {
  top: 14rem;
}

.bag-top-64 {
  top: 16rem;
}

.bag-top-auto {
  top: auto;
}

.bag-top-px {
  top: 1px;
}

.bag-top-gutter {
  top: 1.5625rem;
}

.bag-top-gutter-full {
  top: 3.125rem;
}

.bag--top-1 {
  top: -0.25rem;
}

.bag--top-2 {
  top: -0.5rem;
}

.bag--top-3 {
  top: -0.75rem;
}

.bag--top-4 {
  top: -1rem;
}

.bag--top-5 {
  top: -1.25rem;
}

.bag--top-6 {
  top: -1.5rem;
}

.bag--top-8 {
  top: -2rem;
}

.bag--top-9 {
  top: -2.25rem;
}

.bag--top-10 {
  top: -2.5rem;
}

.bag--top-12 {
  top: -3rem;
}

.bag--top-16 {
  top: -4rem;
}

.bag--top-20 {
  top: -5rem;
}

.bag--top-24 {
  top: -6rem;
}

.bag--top-32 {
  top: -8rem;
}

.bag--top-40 {
  top: -10rem;
}

.bag--top-48 {
  top: -12rem;
}

.bag--top-56 {
  top: -14rem;
}

.bag--top-64 {
  top: -16rem;
}

.bag--top-px {
  top: -1px;
}

.bag--top-gutter {
  top: -1.5625rem;
}

.bag--top-gutter-full {
  top: -3.125rem;
}

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

.bag-top-1\/3 {
  top: 33.333333%;
}

.bag-top-2\/3 {
  top: 66.666667%;
}

.bag-top-1\/4 {
  top: 25%;
}

.bag-top-2\/4 {
  top: 50%;
}

.bag-top-3\/4 {
  top: 75%;
}

.bag-top-full {
  top: 100%;
}

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

.bag--top-1\/3 {
  top: -33.333333%;
}

.bag--top-2\/3 {
  top: -66.666667%;
}

.bag--top-1\/4 {
  top: -25%;
}

.bag--top-2\/4 {
  top: -50%;
}

.bag--top-3\/4 {
  top: -75%;
}

.bag--top-full {
  top: -100%;
}

.bag-right-0 {
  right: 0;
}

.bag-right-1 {
  right: 0.25rem;
}

.bag-right-2 {
  right: 0.5rem;
}

.bag-right-3 {
  right: 0.75rem;
}

.bag-right-4 {
  right: 1rem;
}

.bag-right-5 {
  right: 1.25rem;
}

.bag-right-6 {
  right: 1.5rem;
}

.bag-right-8 {
  right: 2rem;
}

.bag-right-9 {
  right: 2.25rem;
}

.bag-right-10 {
  right: 2.5rem;
}

.bag-right-12 {
  right: 3rem;
}

.bag-right-16 {
  right: 4rem;
}

.bag-right-20 {
  right: 5rem;
}

.bag-right-24 {
  right: 6rem;
}

.bag-right-32 {
  right: 8rem;
}

.bag-right-40 {
  right: 10rem;
}

.bag-right-48 {
  right: 12rem;
}

.bag-right-56 {
  right: 14rem;
}

.bag-right-64 {
  right: 16rem;
}

.bag-right-auto {
  right: auto;
}

.bag-right-px {
  right: 1px;
}

.bag-right-gutter {
  right: 1.5625rem;
}

.bag-right-gutter-full {
  right: 3.125rem;
}

.bag--right-1 {
  right: -0.25rem;
}

.bag--right-2 {
  right: -0.5rem;
}

.bag--right-3 {
  right: -0.75rem;
}

.bag--right-4 {
  right: -1rem;
}

.bag--right-5 {
  right: -1.25rem;
}

.bag--right-6 {
  right: -1.5rem;
}

.bag--right-8 {
  right: -2rem;
}

.bag--right-9 {
  right: -2.25rem;
}

.bag--right-10 {
  right: -2.5rem;
}

.bag--right-12 {
  right: -3rem;
}

.bag--right-16 {
  right: -4rem;
}

.bag--right-20 {
  right: -5rem;
}

.bag--right-24 {
  right: -6rem;
}

.bag--right-32 {
  right: -8rem;
}

.bag--right-40 {
  right: -10rem;
}

.bag--right-48 {
  right: -12rem;
}

.bag--right-56 {
  right: -14rem;
}

.bag--right-64 {
  right: -16rem;
}

.bag--right-px {
  right: -1px;
}

.bag--right-gutter {
  right: -1.5625rem;
}

.bag--right-gutter-full {
  right: -3.125rem;
}

.bag-right-1\/2 {
  right: 50%;
}

.bag-right-1\/3 {
  right: 33.333333%;
}

.bag-right-2\/3 {
  right: 66.666667%;
}

.bag-right-1\/4 {
  right: 25%;
}

.bag-right-2\/4 {
  right: 50%;
}

.bag-right-3\/4 {
  right: 75%;
}

.bag-right-full {
  right: 100%;
}

.bag--right-1\/2 {
  right: -50%;
}

.bag--right-1\/3 {
  right: -33.333333%;
}

.bag--right-2\/3 {
  right: -66.666667%;
}

.bag--right-1\/4 {
  right: -25%;
}

.bag--right-2\/4 {
  right: -50%;
}

.bag--right-3\/4 {
  right: -75%;
}

.bag--right-full {
  right: -100%;
}

.bag-bottom-0 {
  bottom: 0;
}

.bag-bottom-1 {
  bottom: 0.25rem;
}

.bag-bottom-2 {
  bottom: 0.5rem;
}

.bag-bottom-3 {
  bottom: 0.75rem;
}

.bag-bottom-4 {
  bottom: 1rem;
}

.bag-bottom-5 {
  bottom: 1.25rem;
}

.bag-bottom-6 {
  bottom: 1.5rem;
}

.bag-bottom-8 {
  bottom: 2rem;
}

.bag-bottom-9 {
  bottom: 2.25rem;
}

.bag-bottom-10 {
  bottom: 2.5rem;
}

.bag-bottom-12 {
  bottom: 3rem;
}

.bag-bottom-16 {
  bottom: 4rem;
}

.bag-bottom-20 {
  bottom: 5rem;
}

.bag-bottom-24 {
  bottom: 6rem;
}

.bag-bottom-32 {
  bottom: 8rem;
}

.bag-bottom-40 {
  bottom: 10rem;
}

.bag-bottom-48 {
  bottom: 12rem;
}

.bag-bottom-56 {
  bottom: 14rem;
}

.bag-bottom-64 {
  bottom: 16rem;
}

.bag-bottom-auto {
  bottom: auto;
}

.bag-bottom-px {
  bottom: 1px;
}

.bag-bottom-gutter {
  bottom: 1.5625rem;
}

.bag-bottom-gutter-full {
  bottom: 3.125rem;
}

.bag--bottom-1 {
  bottom: -0.25rem;
}

.bag--bottom-2 {
  bottom: -0.5rem;
}

.bag--bottom-3 {
  bottom: -0.75rem;
}

.bag--bottom-4 {
  bottom: -1rem;
}

.bag--bottom-5 {
  bottom: -1.25rem;
}

.bag--bottom-6 {
  bottom: -1.5rem;
}

.bag--bottom-8 {
  bottom: -2rem;
}

.bag--bottom-9 {
  bottom: -2.25rem;
}

.bag--bottom-10 {
  bottom: -2.5rem;
}

.bag--bottom-12 {
  bottom: -3rem;
}

.bag--bottom-16 {
  bottom: -4rem;
}

.bag--bottom-20 {
  bottom: -5rem;
}

.bag--bottom-24 {
  bottom: -6rem;
}

.bag--bottom-32 {
  bottom: -8rem;
}

.bag--bottom-40 {
  bottom: -10rem;
}

.bag--bottom-48 {
  bottom: -12rem;
}

.bag--bottom-56 {
  bottom: -14rem;
}

.bag--bottom-64 {
  bottom: -16rem;
}

.bag--bottom-px {
  bottom: -1px;
}

.bag--bottom-gutter {
  bottom: -1.5625rem;
}

.bag--bottom-gutter-full {
  bottom: -3.125rem;
}

.bag-bottom-1\/2 {
  bottom: 50%;
}

.bag-bottom-1\/3 {
  bottom: 33.333333%;
}

.bag-bottom-2\/3 {
  bottom: 66.666667%;
}

.bag-bottom-1\/4 {
  bottom: 25%;
}

.bag-bottom-2\/4 {
  bottom: 50%;
}

.bag-bottom-3\/4 {
  bottom: 75%;
}

.bag-bottom-full {
  bottom: 100%;
}

.bag--bottom-1\/2 {
  bottom: -50%;
}

.bag--bottom-1\/3 {
  bottom: -33.333333%;
}

.bag--bottom-2\/3 {
  bottom: -66.666667%;
}

.bag--bottom-1\/4 {
  bottom: -25%;
}

.bag--bottom-2\/4 {
  bottom: -50%;
}

.bag--bottom-3\/4 {
  bottom: -75%;
}

.bag--bottom-full {
  bottom: -100%;
}

.bag-left-0 {
  left: 0;
}

.bag-left-1 {
  left: 0.25rem;
}

.bag-left-2 {
  left: 0.5rem;
}

.bag-left-3 {
  left: 0.75rem;
}

.bag-left-4 {
  left: 1rem;
}

.bag-left-5 {
  left: 1.25rem;
}

.bag-left-6 {
  left: 1.5rem;
}

.bag-left-8 {
  left: 2rem;
}

.bag-left-9 {
  left: 2.25rem;
}

.bag-left-10 {
  left: 2.5rem;
}

.bag-left-12 {
  left: 3rem;
}

.bag-left-16 {
  left: 4rem;
}

.bag-left-20 {
  left: 5rem;
}

.bag-left-24 {
  left: 6rem;
}

.bag-left-32 {
  left: 8rem;
}

.bag-left-40 {
  left: 10rem;
}

.bag-left-48 {
  left: 12rem;
}

.bag-left-56 {
  left: 14rem;
}

.bag-left-64 {
  left: 16rem;
}

.bag-left-auto {
  left: auto;
}

.bag-left-px {
  left: 1px;
}

.bag-left-gutter {
  left: 1.5625rem;
}

.bag-left-gutter-full {
  left: 3.125rem;
}

.bag--left-1 {
  left: -0.25rem;
}

.bag--left-2 {
  left: -0.5rem;
}

.bag--left-3 {
  left: -0.75rem;
}

.bag--left-4 {
  left: -1rem;
}

.bag--left-5 {
  left: -1.25rem;
}

.bag--left-6 {
  left: -1.5rem;
}

.bag--left-8 {
  left: -2rem;
}

.bag--left-9 {
  left: -2.25rem;
}

.bag--left-10 {
  left: -2.5rem;
}

.bag--left-12 {
  left: -3rem;
}

.bag--left-16 {
  left: -4rem;
}

.bag--left-20 {
  left: -5rem;
}

.bag--left-24 {
  left: -6rem;
}

.bag--left-32 {
  left: -8rem;
}

.bag--left-40 {
  left: -10rem;
}

.bag--left-48 {
  left: -12rem;
}

.bag--left-56 {
  left: -14rem;
}

.bag--left-64 {
  left: -16rem;
}

.bag--left-px {
  left: -1px;
}

.bag--left-gutter {
  left: -1.5625rem;
}

.bag--left-gutter-full {
  left: -3.125rem;
}

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

.bag-left-1\/3 {
  left: 33.333333%;
}

.bag-left-2\/3 {
  left: 66.666667%;
}

.bag-left-1\/4 {
  left: 25%;
}

.bag-left-2\/4 {
  left: 50%;
}

.bag-left-3\/4 {
  left: 75%;
}

.bag-left-full {
  left: 100%;
}

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

.bag--left-1\/3 {
  left: -33.333333%;
}

.bag--left-2\/3 {
  left: -66.666667%;
}

.bag--left-1\/4 {
  left: -25%;
}

.bag--left-2\/4 {
  left: -50%;
}

.bag--left-3\/4 {
  left: -75%;
}

.bag--left-full {
  left: -100%;
}

.bag-isolate {
  isolation: isolate;
}

.bag-isolation-auto {
  isolation: auto;
}

.bag-z-0 {
  z-index: 0;
}

.bag-z-10 {
  z-index: 10;
}

.bag-z-20 {
  z-index: 20;
}

.bag-z-30 {
  z-index: 30;
}

.bag-z-40 {
  z-index: 40;
}

.bag-z-50 {
  z-index: 50;
}

.bag-z-99 {
  z-index: 99;
}

.bag--z-1 {
  z-index: -1;
}

.bag-z-auto {
  z-index: auto;
}

.focus-within\:bag-z-0:focus-within {
  z-index: 0;
}

.focus-within\:bag-z-10:focus-within {
  z-index: 10;
}

.focus-within\:bag-z-20:focus-within {
  z-index: 20;
}

.focus-within\:bag-z-30:focus-within {
  z-index: 30;
}

.focus-within\:bag-z-40:focus-within {
  z-index: 40;
}

.focus-within\:bag-z-50:focus-within {
  z-index: 50;
}

.focus-within\:bag-z-99:focus-within {
  z-index: 99;
}

.focus-within\:bag--z-1:focus-within {
  z-index: -1;
}

.focus-within\:bag-z-auto:focus-within {
  z-index: auto;
}

.focus\:bag-z-0:focus {
  z-index: 0;
}

.focus\:bag-z-10:focus {
  z-index: 10;
}

.focus\:bag-z-20:focus {
  z-index: 20;
}

.focus\:bag-z-30:focus {
  z-index: 30;
}

.focus\:bag-z-40:focus {
  z-index: 40;
}

.focus\:bag-z-50:focus {
  z-index: 50;
}

.focus\:bag-z-99:focus {
  z-index: 99;
}

.focus\:bag--z-1:focus {
  z-index: -1;
}

.focus\:bag-z-auto:focus {
  z-index: auto;
}

.bag-order-1 {
  order: 1;
}

.bag-order-2 {
  order: 2;
}

.bag-order-3 {
  order: 3;
}

.bag-order-4 {
  order: 4;
}

.bag-order-5 {
  order: 5;
}

.bag-order-6 {
  order: 6;
}

.bag-order-7 {
  order: 7;
}

.bag-order-8 {
  order: 8;
}

.bag-order-9 {
  order: 9;
}

.bag-order-10 {
  order: 10;
}

.bag-order-11 {
  order: 11;
}

.bag-order-12 {
  order: 12;
}

.bag-order-first {
  order: -9999;
}

.bag-order-last {
  order: 9999;
}

.bag-order-none {
  order: 0;
}

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

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

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

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

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

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

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

.bag-col-span-7 {
  grid-column: span 7 / span 7;
}

.bag-col-span-8 {
  grid-column: span 8 / span 8;
}

.bag-col-span-9 {
  grid-column: span 9 / span 9;
}

.bag-col-span-10 {
  grid-column: span 10 / span 10;
}

.bag-col-span-11 {
  grid-column: span 11 / span 11;
}

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

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

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

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

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

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

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

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

.bag-col-start-7 {
  grid-column-start: 7;
}

.bag-col-start-8 {
  grid-column-start: 8;
}

.bag-col-start-9 {
  grid-column-start: 9;
}

.bag-col-start-10 {
  grid-column-start: 10;
}

.bag-col-start-11 {
  grid-column-start: 11;
}

.bag-col-start-12 {
  grid-column-start: 12;
}

.bag-col-start-13 {
  grid-column-start: 13;
}

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

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

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

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

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

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

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

.bag-col-end-7 {
  grid-column-end: 7;
}

.bag-col-end-8 {
  grid-column-end: 8;
}

.bag-col-end-9 {
  grid-column-end: 9;
}

.bag-col-end-10 {
  grid-column-end: 10;
}

.bag-col-end-11 {
  grid-column-end: 11;
}

.bag-col-end-12 {
  grid-column-end: 12;
}

.bag-col-end-13 {
  grid-column-end: 13;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bag-row-start-7 {
  grid-row-start: 7;
}

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

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

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

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

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

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

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

.bag-row-end-7 {
  grid-row-end: 7;
}

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

.bag-float-right {
  float: right;
}

.bag-float-left {
  float: left;
}

.bag-float-none {
  float: none;
}

.bag-clear-left {
  clear: left;
}

.bag-clear-right {
  clear: right;
}

.bag-clear-both {
  clear: both;
}

.bag-clear-none {
  clear: none;
}

.bag-m-0 {
  margin: 0;
}

.bag-m-1 {
  margin: 0.25rem;
}

.bag-m-2 {
  margin: 0.5rem;
}

.bag-m-3 {
  margin: 0.75rem;
}

.bag-m-4 {
  margin: 1rem;
}

.bag-m-5 {
  margin: 1.25rem;
}

.bag-m-6 {
  margin: 1.5rem;
}

.bag-m-8 {
  margin: 2rem;
}

.bag-m-9 {
  margin: 2.25rem;
}

.bag-m-10 {
  margin: 2.5rem;
}

.bag-m-12 {
  margin: 3rem;
}

.bag-m-16 {
  margin: 4rem;
}

.bag-m-20 {
  margin: 5rem;
}

.bag-m-24 {
  margin: 6rem;
}

.bag-m-32 {
  margin: 8rem;
}

.bag-m-40 {
  margin: 10rem;
}

.bag-m-48 {
  margin: 12rem;
}

.bag-m-56 {
  margin: 14rem;
}

.bag-m-64 {
  margin: 16rem;
}

.bag-m-auto {
  margin: auto;
}

.bag-m-px {
  margin: 1px;
}

.bag-m-gutter {
  margin: 1.5625rem;
}

.bag-m-gutter-full {
  margin: 3.125rem;
}

.bag--m-1 {
  margin: -0.25rem;
}

.bag--m-2 {
  margin: -0.5rem;
}

.bag--m-3 {
  margin: -0.75rem;
}

.bag--m-4 {
  margin: -1rem;
}

.bag--m-5 {
  margin: -1.25rem;
}

.bag--m-6 {
  margin: -1.5rem;
}

.bag--m-8 {
  margin: -2rem;
}

.bag--m-9 {
  margin: -2.25rem;
}

.bag--m-10 {
  margin: -2.5rem;
}

.bag--m-12 {
  margin: -3rem;
}

.bag--m-16 {
  margin: -4rem;
}

.bag--m-20 {
  margin: -5rem;
}

.bag--m-24 {
  margin: -6rem;
}

.bag--m-32 {
  margin: -8rem;
}

.bag--m-40 {
  margin: -10rem;
}

.bag--m-48 {
  margin: -12rem;
}

.bag--m-56 {
  margin: -14rem;
}

.bag--m-64 {
  margin: -16rem;
}

.bag--m-px {
  margin: -1px;
}

.bag--m-gutter {
  margin: -1.5625rem;
}

.bag--m-gutter-full {
  margin: -3.125rem;
}

.first\:bag-m-0:first-child {
  margin: 0;
}

.first\:bag-m-1:first-child {
  margin: 0.25rem;
}

.first\:bag-m-2:first-child {
  margin: 0.5rem;
}

.first\:bag-m-3:first-child {
  margin: 0.75rem;
}

.first\:bag-m-4:first-child {
  margin: 1rem;
}

.first\:bag-m-5:first-child {
  margin: 1.25rem;
}

.first\:bag-m-6:first-child {
  margin: 1.5rem;
}

.first\:bag-m-8:first-child {
  margin: 2rem;
}

.first\:bag-m-9:first-child {
  margin: 2.25rem;
}

.first\:bag-m-10:first-child {
  margin: 2.5rem;
}

.first\:bag-m-12:first-child {
  margin: 3rem;
}

.first\:bag-m-16:first-child {
  margin: 4rem;
}

.first\:bag-m-20:first-child {
  margin: 5rem;
}

.first\:bag-m-24:first-child {
  margin: 6rem;
}

.first\:bag-m-32:first-child {
  margin: 8rem;
}

.first\:bag-m-40:first-child {
  margin: 10rem;
}

.first\:bag-m-48:first-child {
  margin: 12rem;
}

.first\:bag-m-56:first-child {
  margin: 14rem;
}

.first\:bag-m-64:first-child {
  margin: 16rem;
}

.first\:bag-m-auto:first-child {
  margin: auto;
}

.first\:bag-m-px:first-child {
  margin: 1px;
}

.first\:bag-m-gutter:first-child {
  margin: 1.5625rem;
}

.first\:bag-m-gutter-full:first-child {
  margin: 3.125rem;
}

.first\:bag--m-1:first-child {
  margin: -0.25rem;
}

.first\:bag--m-2:first-child {
  margin: -0.5rem;
}

.first\:bag--m-3:first-child {
  margin: -0.75rem;
}

.first\:bag--m-4:first-child {
  margin: -1rem;
}

.first\:bag--m-5:first-child {
  margin: -1.25rem;
}

.first\:bag--m-6:first-child {
  margin: -1.5rem;
}

.first\:bag--m-8:first-child {
  margin: -2rem;
}

.first\:bag--m-9:first-child {
  margin: -2.25rem;
}

.first\:bag--m-10:first-child {
  margin: -2.5rem;
}

.first\:bag--m-12:first-child {
  margin: -3rem;
}

.first\:bag--m-16:first-child {
  margin: -4rem;
}

.first\:bag--m-20:first-child {
  margin: -5rem;
}

.first\:bag--m-24:first-child {
  margin: -6rem;
}

.first\:bag--m-32:first-child {
  margin: -8rem;
}

.first\:bag--m-40:first-child {
  margin: -10rem;
}

.first\:bag--m-48:first-child {
  margin: -12rem;
}

.first\:bag--m-56:first-child {
  margin: -14rem;
}

.first\:bag--m-64:first-child {
  margin: -16rem;
}

.first\:bag--m-px:first-child {
  margin: -1px;
}

.first\:bag--m-gutter:first-child {
  margin: -1.5625rem;
}

.first\:bag--m-gutter-full:first-child {
  margin: -3.125rem;
}

.last\:bag-m-0:last-child {
  margin: 0;
}

.last\:bag-m-1:last-child {
  margin: 0.25rem;
}

.last\:bag-m-2:last-child {
  margin: 0.5rem;
}

.last\:bag-m-3:last-child {
  margin: 0.75rem;
}

.last\:bag-m-4:last-child {
  margin: 1rem;
}

.last\:bag-m-5:last-child {
  margin: 1.25rem;
}

.last\:bag-m-6:last-child {
  margin: 1.5rem;
}

.last\:bag-m-8:last-child {
  margin: 2rem;
}

.last\:bag-m-9:last-child {
  margin: 2.25rem;
}

.last\:bag-m-10:last-child {
  margin: 2.5rem;
}

.last\:bag-m-12:last-child {
  margin: 3rem;
}

.last\:bag-m-16:last-child {
  margin: 4rem;
}

.last\:bag-m-20:last-child {
  margin: 5rem;
}

.last\:bag-m-24:last-child {
  margin: 6rem;
}

.last\:bag-m-32:last-child {
  margin: 8rem;
}

.last\:bag-m-40:last-child {
  margin: 10rem;
}

.last\:bag-m-48:last-child {
  margin: 12rem;
}

.last\:bag-m-56:last-child {
  margin: 14rem;
}

.last\:bag-m-64:last-child {
  margin: 16rem;
}

.last\:bag-m-auto:last-child {
  margin: auto;
}

.last\:bag-m-px:last-child {
  margin: 1px;
}

.last\:bag-m-gutter:last-child {
  margin: 1.5625rem;
}

.last\:bag-m-gutter-full:last-child {
  margin: 3.125rem;
}

.last\:bag--m-1:last-child {
  margin: -0.25rem;
}

.last\:bag--m-2:last-child {
  margin: -0.5rem;
}

.last\:bag--m-3:last-child {
  margin: -0.75rem;
}

.last\:bag--m-4:last-child {
  margin: -1rem;
}

.last\:bag--m-5:last-child {
  margin: -1.25rem;
}

.last\:bag--m-6:last-child {
  margin: -1.5rem;
}

.last\:bag--m-8:last-child {
  margin: -2rem;
}

.last\:bag--m-9:last-child {
  margin: -2.25rem;
}

.last\:bag--m-10:last-child {
  margin: -2.5rem;
}

.last\:bag--m-12:last-child {
  margin: -3rem;
}

.last\:bag--m-16:last-child {
  margin: -4rem;
}

.last\:bag--m-20:last-child {
  margin: -5rem;
}

.last\:bag--m-24:last-child {
  margin: -6rem;
}

.last\:bag--m-32:last-child {
  margin: -8rem;
}

.last\:bag--m-40:last-child {
  margin: -10rem;
}

.last\:bag--m-48:last-child {
  margin: -12rem;
}

.last\:bag--m-56:last-child {
  margin: -14rem;
}

.last\:bag--m-64:last-child {
  margin: -16rem;
}

.last\:bag--m-px:last-child {
  margin: -1px;
}

.last\:bag--m-gutter:last-child {
  margin: -1.5625rem;
}

.last\:bag--m-gutter-full:last-child {
  margin: -3.125rem;
}

.bag-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

.bag-mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

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

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

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

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

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

.bag-mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

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

.bag-mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.bag-mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

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

.bag-mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.bag-mx-gutter {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.bag-mx-gutter-full {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

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

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

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

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

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

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

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

.bag--mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

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

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

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

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

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

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

.bag--mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

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

.bag--mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.bag--mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.bag--mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.bag--mx-gutter {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.bag--mx-gutter-full {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.bag-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.bag-my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

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

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

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

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

.bag-my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.bag-my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.bag-my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.bag-my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.bag-my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.bag-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.bag-my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.bag-my-gutter {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.bag-my-gutter-full {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

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

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

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

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

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

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

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

.bag--my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

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

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

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

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

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

.bag--my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.bag--my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.bag--my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.bag--my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.bag--my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.bag--my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.bag--my-gutter {
  margin-top: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.bag--my-gutter-full {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.first\:bag-mx-0:first-child {
  margin-left: 0;
  margin-right: 0;
}

.first\:bag-mx-1:first-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.first\:bag-mx-2:first-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.first\:bag-mx-3:first-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.first\:bag-mx-4:first-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.first\:bag-mx-5:first-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.first\:bag-mx-6:first-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.first\:bag-mx-8:first-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.first\:bag-mx-9:first-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.first\:bag-mx-10:first-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.first\:bag-mx-12:first-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.first\:bag-mx-16:first-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.first\:bag-mx-20:first-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.first\:bag-mx-24:first-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.first\:bag-mx-32:first-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.first\:bag-mx-40:first-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.first\:bag-mx-48:first-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.first\:bag-mx-56:first-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.first\:bag-mx-64:first-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.first\:bag-mx-auto:first-child {
  margin-left: auto;
  margin-right: auto;
}

.first\:bag-mx-px:first-child {
  margin-left: 1px;
  margin-right: 1px;
}

.first\:bag-mx-gutter:first-child {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.first\:bag-mx-gutter-full:first-child {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.first\:bag--mx-1:first-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.first\:bag--mx-2:first-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.first\:bag--mx-3:first-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.first\:bag--mx-4:first-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.first\:bag--mx-5:first-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.first\:bag--mx-6:first-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.first\:bag--mx-8:first-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.first\:bag--mx-9:first-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.first\:bag--mx-10:first-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.first\:bag--mx-12:first-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.first\:bag--mx-16:first-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.first\:bag--mx-20:first-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.first\:bag--mx-24:first-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.first\:bag--mx-32:first-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.first\:bag--mx-40:first-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.first\:bag--mx-48:first-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.first\:bag--mx-56:first-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.first\:bag--mx-64:first-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.first\:bag--mx-px:first-child {
  margin-left: -1px;
  margin-right: -1px;
}

.first\:bag--mx-gutter:first-child {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.first\:bag--mx-gutter-full:first-child {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.first\:bag-my-0:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.first\:bag-my-1:first-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.first\:bag-my-2:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.first\:bag-my-3:first-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.first\:bag-my-4:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.first\:bag-my-5:first-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.first\:bag-my-6:first-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.first\:bag-my-8:first-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first\:bag-my-9:first-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.first\:bag-my-10:first-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first\:bag-my-12:first-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.first\:bag-my-16:first-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.first\:bag-my-20:first-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.first\:bag-my-24:first-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.first\:bag-my-32:first-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.first\:bag-my-40:first-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.first\:bag-my-48:first-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.first\:bag-my-56:first-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.first\:bag-my-64:first-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.first\:bag-my-auto:first-child {
  margin-top: auto;
  margin-bottom: auto;
}

.first\:bag-my-px:first-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.first\:bag-my-gutter:first-child {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.first\:bag-my-gutter-full:first-child {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.first\:bag--my-1:first-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.first\:bag--my-2:first-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.first\:bag--my-3:first-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.first\:bag--my-4:first-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.first\:bag--my-5:first-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.first\:bag--my-6:first-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.first\:bag--my-8:first-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.first\:bag--my-9:first-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.first\:bag--my-10:first-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.first\:bag--my-12:first-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.first\:bag--my-16:first-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.first\:bag--my-20:first-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.first\:bag--my-24:first-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.first\:bag--my-32:first-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.first\:bag--my-40:first-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.first\:bag--my-48:first-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.first\:bag--my-56:first-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.first\:bag--my-64:first-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.first\:bag--my-px:first-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.first\:bag--my-gutter:first-child {
  margin-top: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.first\:bag--my-gutter-full:first-child {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.last\:bag-mx-0:last-child {
  margin-left: 0;
  margin-right: 0;
}

.last\:bag-mx-1:last-child {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.last\:bag-mx-2:last-child {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.last\:bag-mx-3:last-child {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.last\:bag-mx-4:last-child {
  margin-left: 1rem;
  margin-right: 1rem;
}

.last\:bag-mx-5:last-child {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.last\:bag-mx-6:last-child {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.last\:bag-mx-8:last-child {
  margin-left: 2rem;
  margin-right: 2rem;
}

.last\:bag-mx-9:last-child {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.last\:bag-mx-10:last-child {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.last\:bag-mx-12:last-child {
  margin-left: 3rem;
  margin-right: 3rem;
}

.last\:bag-mx-16:last-child {
  margin-left: 4rem;
  margin-right: 4rem;
}

.last\:bag-mx-20:last-child {
  margin-left: 5rem;
  margin-right: 5rem;
}

.last\:bag-mx-24:last-child {
  margin-left: 6rem;
  margin-right: 6rem;
}

.last\:bag-mx-32:last-child {
  margin-left: 8rem;
  margin-right: 8rem;
}

.last\:bag-mx-40:last-child {
  margin-left: 10rem;
  margin-right: 10rem;
}

.last\:bag-mx-48:last-child {
  margin-left: 12rem;
  margin-right: 12rem;
}

.last\:bag-mx-56:last-child {
  margin-left: 14rem;
  margin-right: 14rem;
}

.last\:bag-mx-64:last-child {
  margin-left: 16rem;
  margin-right: 16rem;
}

.last\:bag-mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

.last\:bag-mx-px:last-child {
  margin-left: 1px;
  margin-right: 1px;
}

.last\:bag-mx-gutter:last-child {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.last\:bag-mx-gutter-full:last-child {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.last\:bag--mx-1:last-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.last\:bag--mx-2:last-child {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.last\:bag--mx-3:last-child {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.last\:bag--mx-4:last-child {
  margin-left: -1rem;
  margin-right: -1rem;
}

.last\:bag--mx-5:last-child {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.last\:bag--mx-6:last-child {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.last\:bag--mx-8:last-child {
  margin-left: -2rem;
  margin-right: -2rem;
}

.last\:bag--mx-9:last-child {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.last\:bag--mx-10:last-child {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.last\:bag--mx-12:last-child {
  margin-left: -3rem;
  margin-right: -3rem;
}

.last\:bag--mx-16:last-child {
  margin-left: -4rem;
  margin-right: -4rem;
}

.last\:bag--mx-20:last-child {
  margin-left: -5rem;
  margin-right: -5rem;
}

.last\:bag--mx-24:last-child {
  margin-left: -6rem;
  margin-right: -6rem;
}

.last\:bag--mx-32:last-child {
  margin-left: -8rem;
  margin-right: -8rem;
}

.last\:bag--mx-40:last-child {
  margin-left: -10rem;
  margin-right: -10rem;
}

.last\:bag--mx-48:last-child {
  margin-left: -12rem;
  margin-right: -12rem;
}

.last\:bag--mx-56:last-child {
  margin-left: -14rem;
  margin-right: -14rem;
}

.last\:bag--mx-64:last-child {
  margin-left: -16rem;
  margin-right: -16rem;
}

.last\:bag--mx-px:last-child {
  margin-left: -1px;
  margin-right: -1px;
}

.last\:bag--mx-gutter:last-child {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.last\:bag--mx-gutter-full:last-child {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.last\:bag-my-0:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.last\:bag-my-1:last-child {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.last\:bag-my-2:last-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.last\:bag-my-3:last-child {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.last\:bag-my-4:last-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.last\:bag-my-5:last-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.last\:bag-my-6:last-child {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.last\:bag-my-8:last-child {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.last\:bag-my-9:last-child {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.last\:bag-my-10:last-child {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.last\:bag-my-12:last-child {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.last\:bag-my-16:last-child {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.last\:bag-my-20:last-child {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.last\:bag-my-24:last-child {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.last\:bag-my-32:last-child {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.last\:bag-my-40:last-child {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.last\:bag-my-48:last-child {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.last\:bag-my-56:last-child {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.last\:bag-my-64:last-child {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.last\:bag-my-auto:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.last\:bag-my-px:last-child {
  margin-top: 1px;
  margin-bottom: 1px;
}

.last\:bag-my-gutter:last-child {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.last\:bag-my-gutter-full:last-child {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.last\:bag--my-1:last-child {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.last\:bag--my-2:last-child {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.last\:bag--my-3:last-child {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.last\:bag--my-4:last-child {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.last\:bag--my-5:last-child {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.last\:bag--my-6:last-child {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.last\:bag--my-8:last-child {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.last\:bag--my-9:last-child {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.last\:bag--my-10:last-child {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.last\:bag--my-12:last-child {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.last\:bag--my-16:last-child {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.last\:bag--my-20:last-child {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.last\:bag--my-24:last-child {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.last\:bag--my-32:last-child {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.last\:bag--my-40:last-child {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.last\:bag--my-48:last-child {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.last\:bag--my-56:last-child {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.last\:bag--my-64:last-child {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.last\:bag--my-px:last-child {
  margin-top: -1px;
  margin-bottom: -1px;
}

.last\:bag--my-gutter:last-child {
  margin-top: -1.5625rem;
  margin-bottom: -1.5625rem;
}

.last\:bag--my-gutter-full:last-child {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.bag-mt-0 {
  margin-top: 0;
}

.bag-mt-1 {
  margin-top: 0.25rem;
}

.bag-mt-2 {
  margin-top: 0.5rem;
}

.bag-mt-3 {
  margin-top: 0.75rem;
}

.bag-mt-4 {
  margin-top: 1rem;
}

.bag-mt-5 {
  margin-top: 1.25rem;
}

.bag-mt-6 {
  margin-top: 1.5rem;
}

.bag-mt-8 {
  margin-top: 2rem;
}

.bag-mt-9 {
  margin-top: 2.25rem;
}

.bag-mt-10 {
  margin-top: 2.5rem;
}

.bag-mt-12 {
  margin-top: 3rem;
}

.bag-mt-16 {
  margin-top: 4rem;
}

.bag-mt-20 {
  margin-top: 5rem;
}

.bag-mt-24 {
  margin-top: 6rem;
}

.bag-mt-32 {
  margin-top: 8rem;
}

.bag-mt-40 {
  margin-top: 10rem;
}

.bag-mt-48 {
  margin-top: 12rem;
}

.bag-mt-56 {
  margin-top: 14rem;
}

.bag-mt-64 {
  margin-top: 16rem;
}

.bag-mt-auto {
  margin-top: auto;
}

.bag-mt-px {
  margin-top: 1px;
}

.bag-mt-gutter {
  margin-top: 1.5625rem;
}

.bag-mt-gutter-full {
  margin-top: 3.125rem;
}

.bag--mt-1 {
  margin-top: -0.25rem;
}

.bag--mt-2 {
  margin-top: -0.5rem;
}

.bag--mt-3 {
  margin-top: -0.75rem;
}

.bag--mt-4 {
  margin-top: -1rem;
}

.bag--mt-5 {
  margin-top: -1.25rem;
}

.bag--mt-6 {
  margin-top: -1.5rem;
}

.bag--mt-8 {
  margin-top: -2rem;
}

.bag--mt-9 {
  margin-top: -2.25rem;
}

.bag--mt-10 {
  margin-top: -2.5rem;
}

.bag--mt-12 {
  margin-top: -3rem;
}

.bag--mt-16 {
  margin-top: -4rem;
}

.bag--mt-20 {
  margin-top: -5rem;
}

.bag--mt-24 {
  margin-top: -6rem;
}

.bag--mt-32 {
  margin-top: -8rem;
}

.bag--mt-40 {
  margin-top: -10rem;
}

.bag--mt-48 {
  margin-top: -12rem;
}

.bag--mt-56 {
  margin-top: -14rem;
}

.bag--mt-64 {
  margin-top: -16rem;
}

.bag--mt-px {
  margin-top: -1px;
}

.bag--mt-gutter {
  margin-top: -1.5625rem;
}

.bag--mt-gutter-full {
  margin-top: -3.125rem;
}

.bag-mr-0 {
  margin-right: 0;
}

.bag-mr-1 {
  margin-right: 0.25rem;
}

.bag-mr-2 {
  margin-right: 0.5rem;
}

.bag-mr-3 {
  margin-right: 0.75rem;
}

.bag-mr-4 {
  margin-right: 1rem;
}

.bag-mr-5 {
  margin-right: 1.25rem;
}

.bag-mr-6 {
  margin-right: 1.5rem;
}

.bag-mr-8 {
  margin-right: 2rem;
}

.bag-mr-9 {
  margin-right: 2.25rem;
}

.bag-mr-10 {
  margin-right: 2.5rem;
}

.bag-mr-12 {
  margin-right: 3rem;
}

.bag-mr-16 {
  margin-right: 4rem;
}

.bag-mr-20 {
  margin-right: 5rem;
}

.bag-mr-24 {
  margin-right: 6rem;
}

.bag-mr-32 {
  margin-right: 8rem;
}

.bag-mr-40 {
  margin-right: 10rem;
}

.bag-mr-48 {
  margin-right: 12rem;
}

.bag-mr-56 {
  margin-right: 14rem;
}

.bag-mr-64 {
  margin-right: 16rem;
}

.bag-mr-auto {
  margin-right: auto;
}

.bag-mr-px {
  margin-right: 1px;
}

.bag-mr-gutter {
  margin-right: 1.5625rem;
}

.bag-mr-gutter-full {
  margin-right: 3.125rem;
}

.bag--mr-1 {
  margin-right: -0.25rem;
}

.bag--mr-2 {
  margin-right: -0.5rem;
}

.bag--mr-3 {
  margin-right: -0.75rem;
}

.bag--mr-4 {
  margin-right: -1rem;
}

.bag--mr-5 {
  margin-right: -1.25rem;
}

.bag--mr-6 {
  margin-right: -1.5rem;
}

.bag--mr-8 {
  margin-right: -2rem;
}

.bag--mr-9 {
  margin-right: -2.25rem;
}

.bag--mr-10 {
  margin-right: -2.5rem;
}

.bag--mr-12 {
  margin-right: -3rem;
}

.bag--mr-16 {
  margin-right: -4rem;
}

.bag--mr-20 {
  margin-right: -5rem;
}

.bag--mr-24 {
  margin-right: -6rem;
}

.bag--mr-32 {
  margin-right: -8rem;
}

.bag--mr-40 {
  margin-right: -10rem;
}

.bag--mr-48 {
  margin-right: -12rem;
}

.bag--mr-56 {
  margin-right: -14rem;
}

.bag--mr-64 {
  margin-right: -16rem;
}

.bag--mr-px {
  margin-right: -1px;
}

.bag--mr-gutter {
  margin-right: -1.5625rem;
}

.bag--mr-gutter-full {
  margin-right: -3.125rem;
}

.bag-mb-0 {
  margin-bottom: 0;
}

.bag-mb-1 {
  margin-bottom: 0.25rem;
}

.bag-mb-2 {
  margin-bottom: 0.5rem;
}

.bag-mb-3 {
  margin-bottom: 0.75rem;
}

.bag-mb-4 {
  margin-bottom: 1rem;
}

.bag-mb-5 {
  margin-bottom: 1.25rem;
}

.bag-mb-6 {
  margin-bottom: 1.5rem;
}

.bag-mb-8 {
  margin-bottom: 2rem;
}

.bag-mb-9 {
  margin-bottom: 2.25rem;
}

.bag-mb-10 {
  margin-bottom: 2.5rem;
}

.bag-mb-12 {
  margin-bottom: 3rem;
}

.bag-mb-16 {
  margin-bottom: 4rem;
}

.bag-mb-20 {
  margin-bottom: 5rem;
}

.bag-mb-24 {
  margin-bottom: 6rem;
}

.bag-mb-32 {
  margin-bottom: 8rem;
}

.bag-mb-40 {
  margin-bottom: 10rem;
}

.bag-mb-48 {
  margin-bottom: 12rem;
}

.bag-mb-56 {
  margin-bottom: 14rem;
}

.bag-mb-64 {
  margin-bottom: 16rem;
}

.bag-mb-auto {
  margin-bottom: auto;
}

.bag-mb-px {
  margin-bottom: 1px;
}

.bag-mb-gutter {
  margin-bottom: 1.5625rem;
}

.bag-mb-gutter-full {
  margin-bottom: 3.125rem;
}

.bag--mb-1 {
  margin-bottom: -0.25rem;
}

.bag--mb-2 {
  margin-bottom: -0.5rem;
}

.bag--mb-3 {
  margin-bottom: -0.75rem;
}

.bag--mb-4 {
  margin-bottom: -1rem;
}

.bag--mb-5 {
  margin-bottom: -1.25rem;
}

.bag--mb-6 {
  margin-bottom: -1.5rem;
}

.bag--mb-8 {
  margin-bottom: -2rem;
}

.bag--mb-9 {
  margin-bottom: -2.25rem;
}

.bag--mb-10 {
  margin-bottom: -2.5rem;
}

.bag--mb-12 {
  margin-bottom: -3rem;
}

.bag--mb-16 {
  margin-bottom: -4rem;
}

.bag--mb-20 {
  margin-bottom: -5rem;
}

.bag--mb-24 {
  margin-bottom: -6rem;
}

.bag--mb-32 {
  margin-bottom: -8rem;
}

.bag--mb-40 {
  margin-bottom: -10rem;
}

.bag--mb-48 {
  margin-bottom: -12rem;
}

.bag--mb-56 {
  margin-bottom: -14rem;
}

.bag--mb-64 {
  margin-bottom: -16rem;
}

.bag--mb-px {
  margin-bottom: -1px;
}

.bag--mb-gutter {
  margin-bottom: -1.5625rem;
}

.bag--mb-gutter-full {
  margin-bottom: -3.125rem;
}

.bag-ml-0 {
  margin-left: 0;
}

.bag-ml-1 {
  margin-left: 0.25rem;
}

.bag-ml-2 {
  margin-left: 0.5rem;
}

.bag-ml-3 {
  margin-left: 0.75rem;
}

.bag-ml-4 {
  margin-left: 1rem;
}

.bag-ml-5 {
  margin-left: 1.25rem;
}

.bag-ml-6 {
  margin-left: 1.5rem;
}

.bag-ml-8 {
  margin-left: 2rem;
}

.bag-ml-9 {
  margin-left: 2.25rem;
}

.bag-ml-10 {
  margin-left: 2.5rem;
}

.bag-ml-12 {
  margin-left: 3rem;
}

.bag-ml-16 {
  margin-left: 4rem;
}

.bag-ml-20 {
  margin-left: 5rem;
}

.bag-ml-24 {
  margin-left: 6rem;
}

.bag-ml-32 {
  margin-left: 8rem;
}

.bag-ml-40 {
  margin-left: 10rem;
}

.bag-ml-48 {
  margin-left: 12rem;
}

.bag-ml-56 {
  margin-left: 14rem;
}

.bag-ml-64 {
  margin-left: 16rem;
}

.bag-ml-auto {
  margin-left: auto;
}

.bag-ml-px {
  margin-left: 1px;
}

.bag-ml-gutter {
  margin-left: 1.5625rem;
}

.bag-ml-gutter-full {
  margin-left: 3.125rem;
}

.bag--ml-1 {
  margin-left: -0.25rem;
}

.bag--ml-2 {
  margin-left: -0.5rem;
}

.bag--ml-3 {
  margin-left: -0.75rem;
}

.bag--ml-4 {
  margin-left: -1rem;
}

.bag--ml-5 {
  margin-left: -1.25rem;
}

.bag--ml-6 {
  margin-left: -1.5rem;
}

.bag--ml-8 {
  margin-left: -2rem;
}

.bag--ml-9 {
  margin-left: -2.25rem;
}

.bag--ml-10 {
  margin-left: -2.5rem;
}

.bag--ml-12 {
  margin-left: -3rem;
}

.bag--ml-16 {
  margin-left: -4rem;
}

.bag--ml-20 {
  margin-left: -5rem;
}

.bag--ml-24 {
  margin-left: -6rem;
}

.bag--ml-32 {
  margin-left: -8rem;
}

.bag--ml-40 {
  margin-left: -10rem;
}

.bag--ml-48 {
  margin-left: -12rem;
}

.bag--ml-56 {
  margin-left: -14rem;
}

.bag--ml-64 {
  margin-left: -16rem;
}

.bag--ml-px {
  margin-left: -1px;
}

.bag--ml-gutter {
  margin-left: -1.5625rem;
}

.bag--ml-gutter-full {
  margin-left: -3.125rem;
}

.first\:bag-mt-0:first-child {
  margin-top: 0;
}

.first\:bag-mt-1:first-child {
  margin-top: 0.25rem;
}

.first\:bag-mt-2:first-child {
  margin-top: 0.5rem;
}

.first\:bag-mt-3:first-child {
  margin-top: 0.75rem;
}

.first\:bag-mt-4:first-child {
  margin-top: 1rem;
}

.first\:bag-mt-5:first-child {
  margin-top: 1.25rem;
}

.first\:bag-mt-6:first-child {
  margin-top: 1.5rem;
}

.first\:bag-mt-8:first-child {
  margin-top: 2rem;
}

.first\:bag-mt-9:first-child {
  margin-top: 2.25rem;
}

.first\:bag-mt-10:first-child {
  margin-top: 2.5rem;
}

.first\:bag-mt-12:first-child {
  margin-top: 3rem;
}

.first\:bag-mt-16:first-child {
  margin-top: 4rem;
}

.first\:bag-mt-20:first-child {
  margin-top: 5rem;
}

.first\:bag-mt-24:first-child {
  margin-top: 6rem;
}

.first\:bag-mt-32:first-child {
  margin-top: 8rem;
}

.first\:bag-mt-40:first-child {
  margin-top: 10rem;
}

.first\:bag-mt-48:first-child {
  margin-top: 12rem;
}

.first\:bag-mt-56:first-child {
  margin-top: 14rem;
}

.first\:bag-mt-64:first-child {
  margin-top: 16rem;
}

.first\:bag-mt-auto:first-child {
  margin-top: auto;
}

.first\:bag-mt-px:first-child {
  margin-top: 1px;
}

.first\:bag-mt-gutter:first-child {
  margin-top: 1.5625rem;
}

.first\:bag-mt-gutter-full:first-child {
  margin-top: 3.125rem;
}

.first\:bag--mt-1:first-child {
  margin-top: -0.25rem;
}

.first\:bag--mt-2:first-child {
  margin-top: -0.5rem;
}

.first\:bag--mt-3:first-child {
  margin-top: -0.75rem;
}

.first\:bag--mt-4:first-child {
  margin-top: -1rem;
}

.first\:bag--mt-5:first-child {
  margin-top: -1.25rem;
}

.first\:bag--mt-6:first-child {
  margin-top: -1.5rem;
}

.first\:bag--mt-8:first-child {
  margin-top: -2rem;
}

.first\:bag--mt-9:first-child {
  margin-top: -2.25rem;
}

.first\:bag--mt-10:first-child {
  margin-top: -2.5rem;
}

.first\:bag--mt-12:first-child {
  margin-top: -3rem;
}

.first\:bag--mt-16:first-child {
  margin-top: -4rem;
}

.first\:bag--mt-20:first-child {
  margin-top: -5rem;
}

.first\:bag--mt-24:first-child {
  margin-top: -6rem;
}

.first\:bag--mt-32:first-child {
  margin-top: -8rem;
}

.first\:bag--mt-40:first-child {
  margin-top: -10rem;
}

.first\:bag--mt-48:first-child {
  margin-top: -12rem;
}

.first\:bag--mt-56:first-child {
  margin-top: -14rem;
}

.first\:bag--mt-64:first-child {
  margin-top: -16rem;
}

.first\:bag--mt-px:first-child {
  margin-top: -1px;
}

.first\:bag--mt-gutter:first-child {
  margin-top: -1.5625rem;
}

.first\:bag--mt-gutter-full:first-child {
  margin-top: -3.125rem;
}

.first\:bag-mr-0:first-child {
  margin-right: 0;
}

.first\:bag-mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:bag-mr-2:first-child {
  margin-right: 0.5rem;
}

.first\:bag-mr-3:first-child {
  margin-right: 0.75rem;
}

.first\:bag-mr-4:first-child {
  margin-right: 1rem;
}

.first\:bag-mr-5:first-child {
  margin-right: 1.25rem;
}

.first\:bag-mr-6:first-child {
  margin-right: 1.5rem;
}

.first\:bag-mr-8:first-child {
  margin-right: 2rem;
}

.first\:bag-mr-9:first-child {
  margin-right: 2.25rem;
}

.first\:bag-mr-10:first-child {
  margin-right: 2.5rem;
}

.first\:bag-mr-12:first-child {
  margin-right: 3rem;
}

.first\:bag-mr-16:first-child {
  margin-right: 4rem;
}

.first\:bag-mr-20:first-child {
  margin-right: 5rem;
}

.first\:bag-mr-24:first-child {
  margin-right: 6rem;
}

.first\:bag-mr-32:first-child {
  margin-right: 8rem;
}

.first\:bag-mr-40:first-child {
  margin-right: 10rem;
}

.first\:bag-mr-48:first-child {
  margin-right: 12rem;
}

.first\:bag-mr-56:first-child {
  margin-right: 14rem;
}

.first\:bag-mr-64:first-child {
  margin-right: 16rem;
}

.first\:bag-mr-auto:first-child {
  margin-right: auto;
}

.first\:bag-mr-px:first-child {
  margin-right: 1px;
}

.first\:bag-mr-gutter:first-child {
  margin-right: 1.5625rem;
}

.first\:bag-mr-gutter-full:first-child {
  margin-right: 3.125rem;
}

.first\:bag--mr-1:first-child {
  margin-right: -0.25rem;
}

.first\:bag--mr-2:first-child {
  margin-right: -0.5rem;
}

.first\:bag--mr-3:first-child {
  margin-right: -0.75rem;
}

.first\:bag--mr-4:first-child {
  margin-right: -1rem;
}

.first\:bag--mr-5:first-child {
  margin-right: -1.25rem;
}

.first\:bag--mr-6:first-child {
  margin-right: -1.5rem;
}

.first\:bag--mr-8:first-child {
  margin-right: -2rem;
}

.first\:bag--mr-9:first-child {
  margin-right: -2.25rem;
}

.first\:bag--mr-10:first-child {
  margin-right: -2.5rem;
}

.first\:bag--mr-12:first-child {
  margin-right: -3rem;
}

.first\:bag--mr-16:first-child {
  margin-right: -4rem;
}

.first\:bag--mr-20:first-child {
  margin-right: -5rem;
}

.first\:bag--mr-24:first-child {
  margin-right: -6rem;
}

.first\:bag--mr-32:first-child {
  margin-right: -8rem;
}

.first\:bag--mr-40:first-child {
  margin-right: -10rem;
}

.first\:bag--mr-48:first-child {
  margin-right: -12rem;
}

.first\:bag--mr-56:first-child {
  margin-right: -14rem;
}

.first\:bag--mr-64:first-child {
  margin-right: -16rem;
}

.first\:bag--mr-px:first-child {
  margin-right: -1px;
}

.first\:bag--mr-gutter:first-child {
  margin-right: -1.5625rem;
}

.first\:bag--mr-gutter-full:first-child {
  margin-right: -3.125rem;
}

.first\:bag-mb-0:first-child {
  margin-bottom: 0;
}

.first\:bag-mb-1:first-child {
  margin-bottom: 0.25rem;
}

.first\:bag-mb-2:first-child {
  margin-bottom: 0.5rem;
}

.first\:bag-mb-3:first-child {
  margin-bottom: 0.75rem;
}

.first\:bag-mb-4:first-child {
  margin-bottom: 1rem;
}

.first\:bag-mb-5:first-child {
  margin-bottom: 1.25rem;
}

.first\:bag-mb-6:first-child {
  margin-bottom: 1.5rem;
}

.first\:bag-mb-8:first-child {
  margin-bottom: 2rem;
}

.first\:bag-mb-9:first-child {
  margin-bottom: 2.25rem;
}

.first\:bag-mb-10:first-child {
  margin-bottom: 2.5rem;
}

.first\:bag-mb-12:first-child {
  margin-bottom: 3rem;
}

.first\:bag-mb-16:first-child {
  margin-bottom: 4rem;
}

.first\:bag-mb-20:first-child {
  margin-bottom: 5rem;
}

.first\:bag-mb-24:first-child {
  margin-bottom: 6rem;
}

.first\:bag-mb-32:first-child {
  margin-bottom: 8rem;
}

.first\:bag-mb-40:first-child {
  margin-bottom: 10rem;
}

.first\:bag-mb-48:first-child {
  margin-bottom: 12rem;
}

.first\:bag-mb-56:first-child {
  margin-bottom: 14rem;
}

.first\:bag-mb-64:first-child {
  margin-bottom: 16rem;
}

.first\:bag-mb-auto:first-child {
  margin-bottom: auto;
}

.first\:bag-mb-px:first-child {
  margin-bottom: 1px;
}

.first\:bag-mb-gutter:first-child {
  margin-bottom: 1.5625rem;
}

.first\:bag-mb-gutter-full:first-child {
  margin-bottom: 3.125rem;
}

.first\:bag--mb-1:first-child {
  margin-bottom: -0.25rem;
}

.first\:bag--mb-2:first-child {
  margin-bottom: -0.5rem;
}

.first\:bag--mb-3:first-child {
  margin-bottom: -0.75rem;
}

.first\:bag--mb-4:first-child {
  margin-bottom: -1rem;
}

.first\:bag--mb-5:first-child {
  margin-bottom: -1.25rem;
}

.first\:bag--mb-6:first-child {
  margin-bottom: -1.5rem;
}

.first\:bag--mb-8:first-child {
  margin-bottom: -2rem;
}

.first\:bag--mb-9:first-child {
  margin-bottom: -2.25rem;
}

.first\:bag--mb-10:first-child {
  margin-bottom: -2.5rem;
}

.first\:bag--mb-12:first-child {
  margin-bottom: -3rem;
}

.first\:bag--mb-16:first-child {
  margin-bottom: -4rem;
}

.first\:bag--mb-20:first-child {
  margin-bottom: -5rem;
}

.first\:bag--mb-24:first-child {
  margin-bottom: -6rem;
}

.first\:bag--mb-32:first-child {
  margin-bottom: -8rem;
}

.first\:bag--mb-40:first-child {
  margin-bottom: -10rem;
}

.first\:bag--mb-48:first-child {
  margin-bottom: -12rem;
}

.first\:bag--mb-56:first-child {
  margin-bottom: -14rem;
}

.first\:bag--mb-64:first-child {
  margin-bottom: -16rem;
}

.first\:bag--mb-px:first-child {
  margin-bottom: -1px;
}

.first\:bag--mb-gutter:first-child {
  margin-bottom: -1.5625rem;
}

.first\:bag--mb-gutter-full:first-child {
  margin-bottom: -3.125rem;
}

.first\:bag-ml-0:first-child {
  margin-left: 0;
}

.first\:bag-ml-1:first-child {
  margin-left: 0.25rem;
}

.first\:bag-ml-2:first-child {
  margin-left: 0.5rem;
}

.first\:bag-ml-3:first-child {
  margin-left: 0.75rem;
}

.first\:bag-ml-4:first-child {
  margin-left: 1rem;
}

.first\:bag-ml-5:first-child {
  margin-left: 1.25rem;
}

.first\:bag-ml-6:first-child {
  margin-left: 1.5rem;
}

.first\:bag-ml-8:first-child {
  margin-left: 2rem;
}

.first\:bag-ml-9:first-child {
  margin-left: 2.25rem;
}

.first\:bag-ml-10:first-child {
  margin-left: 2.5rem;
}

.first\:bag-ml-12:first-child {
  margin-left: 3rem;
}

.first\:bag-ml-16:first-child {
  margin-left: 4rem;
}

.first\:bag-ml-20:first-child {
  margin-left: 5rem;
}

.first\:bag-ml-24:first-child {
  margin-left: 6rem;
}

.first\:bag-ml-32:first-child {
  margin-left: 8rem;
}

.first\:bag-ml-40:first-child {
  margin-left: 10rem;
}

.first\:bag-ml-48:first-child {
  margin-left: 12rem;
}

.first\:bag-ml-56:first-child {
  margin-left: 14rem;
}

.first\:bag-ml-64:first-child {
  margin-left: 16rem;
}

.first\:bag-ml-auto:first-child {
  margin-left: auto;
}

.first\:bag-ml-px:first-child {
  margin-left: 1px;
}

.first\:bag-ml-gutter:first-child {
  margin-left: 1.5625rem;
}

.first\:bag-ml-gutter-full:first-child {
  margin-left: 3.125rem;
}

.first\:bag--ml-1:first-child {
  margin-left: -0.25rem;
}

.first\:bag--ml-2:first-child {
  margin-left: -0.5rem;
}

.first\:bag--ml-3:first-child {
  margin-left: -0.75rem;
}

.first\:bag--ml-4:first-child {
  margin-left: -1rem;
}

.first\:bag--ml-5:first-child {
  margin-left: -1.25rem;
}

.first\:bag--ml-6:first-child {
  margin-left: -1.5rem;
}

.first\:bag--ml-8:first-child {
  margin-left: -2rem;
}

.first\:bag--ml-9:first-child {
  margin-left: -2.25rem;
}

.first\:bag--ml-10:first-child {
  margin-left: -2.5rem;
}

.first\:bag--ml-12:first-child {
  margin-left: -3rem;
}

.first\:bag--ml-16:first-child {
  margin-left: -4rem;
}

.first\:bag--ml-20:first-child {
  margin-left: -5rem;
}

.first\:bag--ml-24:first-child {
  margin-left: -6rem;
}

.first\:bag--ml-32:first-child {
  margin-left: -8rem;
}

.first\:bag--ml-40:first-child {
  margin-left: -10rem;
}

.first\:bag--ml-48:first-child {
  margin-left: -12rem;
}

.first\:bag--ml-56:first-child {
  margin-left: -14rem;
}

.first\:bag--ml-64:first-child {
  margin-left: -16rem;
}

.first\:bag--ml-px:first-child {
  margin-left: -1px;
}

.first\:bag--ml-gutter:first-child {
  margin-left: -1.5625rem;
}

.first\:bag--ml-gutter-full:first-child {
  margin-left: -3.125rem;
}

.last\:bag-mt-0:last-child {
  margin-top: 0;
}

.last\:bag-mt-1:last-child {
  margin-top: 0.25rem;
}

.last\:bag-mt-2:last-child {
  margin-top: 0.5rem;
}

.last\:bag-mt-3:last-child {
  margin-top: 0.75rem;
}

.last\:bag-mt-4:last-child {
  margin-top: 1rem;
}

.last\:bag-mt-5:last-child {
  margin-top: 1.25rem;
}

.last\:bag-mt-6:last-child {
  margin-top: 1.5rem;
}

.last\:bag-mt-8:last-child {
  margin-top: 2rem;
}

.last\:bag-mt-9:last-child {
  margin-top: 2.25rem;
}

.last\:bag-mt-10:last-child {
  margin-top: 2.5rem;
}

.last\:bag-mt-12:last-child {
  margin-top: 3rem;
}

.last\:bag-mt-16:last-child {
  margin-top: 4rem;
}

.last\:bag-mt-20:last-child {
  margin-top: 5rem;
}

.last\:bag-mt-24:last-child {
  margin-top: 6rem;
}

.last\:bag-mt-32:last-child {
  margin-top: 8rem;
}

.last\:bag-mt-40:last-child {
  margin-top: 10rem;
}

.last\:bag-mt-48:last-child {
  margin-top: 12rem;
}

.last\:bag-mt-56:last-child {
  margin-top: 14rem;
}

.last\:bag-mt-64:last-child {
  margin-top: 16rem;
}

.last\:bag-mt-auto:last-child {
  margin-top: auto;
}

.last\:bag-mt-px:last-child {
  margin-top: 1px;
}

.last\:bag-mt-gutter:last-child {
  margin-top: 1.5625rem;
}

.last\:bag-mt-gutter-full:last-child {
  margin-top: 3.125rem;
}

.last\:bag--mt-1:last-child {
  margin-top: -0.25rem;
}

.last\:bag--mt-2:last-child {
  margin-top: -0.5rem;
}

.last\:bag--mt-3:last-child {
  margin-top: -0.75rem;
}

.last\:bag--mt-4:last-child {
  margin-top: -1rem;
}

.last\:bag--mt-5:last-child {
  margin-top: -1.25rem;
}

.last\:bag--mt-6:last-child {
  margin-top: -1.5rem;
}

.last\:bag--mt-8:last-child {
  margin-top: -2rem;
}

.last\:bag--mt-9:last-child {
  margin-top: -2.25rem;
}

.last\:bag--mt-10:last-child {
  margin-top: -2.5rem;
}

.last\:bag--mt-12:last-child {
  margin-top: -3rem;
}

.last\:bag--mt-16:last-child {
  margin-top: -4rem;
}

.last\:bag--mt-20:last-child {
  margin-top: -5rem;
}

.last\:bag--mt-24:last-child {
  margin-top: -6rem;
}

.last\:bag--mt-32:last-child {
  margin-top: -8rem;
}

.last\:bag--mt-40:last-child {
  margin-top: -10rem;
}

.last\:bag--mt-48:last-child {
  margin-top: -12rem;
}

.last\:bag--mt-56:last-child {
  margin-top: -14rem;
}

.last\:bag--mt-64:last-child {
  margin-top: -16rem;
}

.last\:bag--mt-px:last-child {
  margin-top: -1px;
}

.last\:bag--mt-gutter:last-child {
  margin-top: -1.5625rem;
}

.last\:bag--mt-gutter-full:last-child {
  margin-top: -3.125rem;
}

.last\:bag-mr-0:last-child {
  margin-right: 0;
}

.last\:bag-mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:bag-mr-2:last-child {
  margin-right: 0.5rem;
}

.last\:bag-mr-3:last-child {
  margin-right: 0.75rem;
}

.last\:bag-mr-4:last-child {
  margin-right: 1rem;
}

.last\:bag-mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:bag-mr-6:last-child {
  margin-right: 1.5rem;
}

.last\:bag-mr-8:last-child {
  margin-right: 2rem;
}

.last\:bag-mr-9:last-child {
  margin-right: 2.25rem;
}

.last\:bag-mr-10:last-child {
  margin-right: 2.5rem;
}

.last\:bag-mr-12:last-child {
  margin-right: 3rem;
}

.last\:bag-mr-16:last-child {
  margin-right: 4rem;
}

.last\:bag-mr-20:last-child {
  margin-right: 5rem;
}

.last\:bag-mr-24:last-child {
  margin-right: 6rem;
}

.last\:bag-mr-32:last-child {
  margin-right: 8rem;
}

.last\:bag-mr-40:last-child {
  margin-right: 10rem;
}

.last\:bag-mr-48:last-child {
  margin-right: 12rem;
}

.last\:bag-mr-56:last-child {
  margin-right: 14rem;
}

.last\:bag-mr-64:last-child {
  margin-right: 16rem;
}

.last\:bag-mr-auto:last-child {
  margin-right: auto;
}

.last\:bag-mr-px:last-child {
  margin-right: 1px;
}

.last\:bag-mr-gutter:last-child {
  margin-right: 1.5625rem;
}

.last\:bag-mr-gutter-full:last-child {
  margin-right: 3.125rem;
}

.last\:bag--mr-1:last-child {
  margin-right: -0.25rem;
}

.last\:bag--mr-2:last-child {
  margin-right: -0.5rem;
}

.last\:bag--mr-3:last-child {
  margin-right: -0.75rem;
}

.last\:bag--mr-4:last-child {
  margin-right: -1rem;
}

.last\:bag--mr-5:last-child {
  margin-right: -1.25rem;
}

.last\:bag--mr-6:last-child {
  margin-right: -1.5rem;
}

.last\:bag--mr-8:last-child {
  margin-right: -2rem;
}

.last\:bag--mr-9:last-child {
  margin-right: -2.25rem;
}

.last\:bag--mr-10:last-child {
  margin-right: -2.5rem;
}

.last\:bag--mr-12:last-child {
  margin-right: -3rem;
}

.last\:bag--mr-16:last-child {
  margin-right: -4rem;
}

.last\:bag--mr-20:last-child {
  margin-right: -5rem;
}

.last\:bag--mr-24:last-child {
  margin-right: -6rem;
}

.last\:bag--mr-32:last-child {
  margin-right: -8rem;
}

.last\:bag--mr-40:last-child {
  margin-right: -10rem;
}

.last\:bag--mr-48:last-child {
  margin-right: -12rem;
}

.last\:bag--mr-56:last-child {
  margin-right: -14rem;
}

.last\:bag--mr-64:last-child {
  margin-right: -16rem;
}

.last\:bag--mr-px:last-child {
  margin-right: -1px;
}

.last\:bag--mr-gutter:last-child {
  margin-right: -1.5625rem;
}

.last\:bag--mr-gutter-full:last-child {
  margin-right: -3.125rem;
}

.last\:bag-mb-0:last-child {
  margin-bottom: 0;
}

.last\:bag-mb-1:last-child {
  margin-bottom: 0.25rem;
}

.last\:bag-mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:bag-mb-3:last-child {
  margin-bottom: 0.75rem;
}

.last\:bag-mb-4:last-child {
  margin-bottom: 1rem;
}

.last\:bag-mb-5:last-child {
  margin-bottom: 1.25rem;
}

.last\:bag-mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:bag-mb-8:last-child {
  margin-bottom: 2rem;
}

.last\:bag-mb-9:last-child {
  margin-bottom: 2.25rem;
}

.last\:bag-mb-10:last-child {
  margin-bottom: 2.5rem;
}

.last\:bag-mb-12:last-child {
  margin-bottom: 3rem;
}

.last\:bag-mb-16:last-child {
  margin-bottom: 4rem;
}

.last\:bag-mb-20:last-child {
  margin-bottom: 5rem;
}

.last\:bag-mb-24:last-child {
  margin-bottom: 6rem;
}

.last\:bag-mb-32:last-child {
  margin-bottom: 8rem;
}

.last\:bag-mb-40:last-child {
  margin-bottom: 10rem;
}

.last\:bag-mb-48:last-child {
  margin-bottom: 12rem;
}

.last\:bag-mb-56:last-child {
  margin-bottom: 14rem;
}

.last\:bag-mb-64:last-child {
  margin-bottom: 16rem;
}

.last\:bag-mb-auto:last-child {
  margin-bottom: auto;
}

.last\:bag-mb-px:last-child {
  margin-bottom: 1px;
}

.last\:bag-mb-gutter:last-child {
  margin-bottom: 1.5625rem;
}

.last\:bag-mb-gutter-full:last-child {
  margin-bottom: 3.125rem;
}

.last\:bag--mb-1:last-child {
  margin-bottom: -0.25rem;
}

.last\:bag--mb-2:last-child {
  margin-bottom: -0.5rem;
}

.last\:bag--mb-3:last-child {
  margin-bottom: -0.75rem;
}

.last\:bag--mb-4:last-child {
  margin-bottom: -1rem;
}

.last\:bag--mb-5:last-child {
  margin-bottom: -1.25rem;
}

.last\:bag--mb-6:last-child {
  margin-bottom: -1.5rem;
}

.last\:bag--mb-8:last-child {
  margin-bottom: -2rem;
}

.last\:bag--mb-9:last-child {
  margin-bottom: -2.25rem;
}

.last\:bag--mb-10:last-child {
  margin-bottom: -2.5rem;
}

.last\:bag--mb-12:last-child {
  margin-bottom: -3rem;
}

.last\:bag--mb-16:last-child {
  margin-bottom: -4rem;
}

.last\:bag--mb-20:last-child {
  margin-bottom: -5rem;
}

.last\:bag--mb-24:last-child {
  margin-bottom: -6rem;
}

.last\:bag--mb-32:last-child {
  margin-bottom: -8rem;
}

.last\:bag--mb-40:last-child {
  margin-bottom: -10rem;
}

.last\:bag--mb-48:last-child {
  margin-bottom: -12rem;
}

.last\:bag--mb-56:last-child {
  margin-bottom: -14rem;
}

.last\:bag--mb-64:last-child {
  margin-bottom: -16rem;
}

.last\:bag--mb-px:last-child {
  margin-bottom: -1px;
}

.last\:bag--mb-gutter:last-child {
  margin-bottom: -1.5625rem;
}

.last\:bag--mb-gutter-full:last-child {
  margin-bottom: -3.125rem;
}

.last\:bag-ml-0:last-child {
  margin-left: 0;
}

.last\:bag-ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:bag-ml-2:last-child {
  margin-left: 0.5rem;
}

.last\:bag-ml-3:last-child {
  margin-left: 0.75rem;
}

.last\:bag-ml-4:last-child {
  margin-left: 1rem;
}

.last\:bag-ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:bag-ml-6:last-child {
  margin-left: 1.5rem;
}

.last\:bag-ml-8:last-child {
  margin-left: 2rem;
}

.last\:bag-ml-9:last-child {
  margin-left: 2.25rem;
}

.last\:bag-ml-10:last-child {
  margin-left: 2.5rem;
}

.last\:bag-ml-12:last-child {
  margin-left: 3rem;
}

.last\:bag-ml-16:last-child {
  margin-left: 4rem;
}

.last\:bag-ml-20:last-child {
  margin-left: 5rem;
}

.last\:bag-ml-24:last-child {
  margin-left: 6rem;
}

.last\:bag-ml-32:last-child {
  margin-left: 8rem;
}

.last\:bag-ml-40:last-child {
  margin-left: 10rem;
}

.last\:bag-ml-48:last-child {
  margin-left: 12rem;
}

.last\:bag-ml-56:last-child {
  margin-left: 14rem;
}

.last\:bag-ml-64:last-child {
  margin-left: 16rem;
}

.last\:bag-ml-auto:last-child {
  margin-left: auto;
}

.last\:bag-ml-px:last-child {
  margin-left: 1px;
}

.last\:bag-ml-gutter:last-child {
  margin-left: 1.5625rem;
}

.last\:bag-ml-gutter-full:last-child {
  margin-left: 3.125rem;
}

.last\:bag--ml-1:last-child {
  margin-left: -0.25rem;
}

.last\:bag--ml-2:last-child {
  margin-left: -0.5rem;
}

.last\:bag--ml-3:last-child {
  margin-left: -0.75rem;
}

.last\:bag--ml-4:last-child {
  margin-left: -1rem;
}

.last\:bag--ml-5:last-child {
  margin-left: -1.25rem;
}

.last\:bag--ml-6:last-child {
  margin-left: -1.5rem;
}

.last\:bag--ml-8:last-child {
  margin-left: -2rem;
}

.last\:bag--ml-9:last-child {
  margin-left: -2.25rem;
}

.last\:bag--ml-10:last-child {
  margin-left: -2.5rem;
}

.last\:bag--ml-12:last-child {
  margin-left: -3rem;
}

.last\:bag--ml-16:last-child {
  margin-left: -4rem;
}

.last\:bag--ml-20:last-child {
  margin-left: -5rem;
}

.last\:bag--ml-24:last-child {
  margin-left: -6rem;
}

.last\:bag--ml-32:last-child {
  margin-left: -8rem;
}

.last\:bag--ml-40:last-child {
  margin-left: -10rem;
}

.last\:bag--ml-48:last-child {
  margin-left: -12rem;
}

.last\:bag--ml-56:last-child {
  margin-left: -14rem;
}

.last\:bag--ml-64:last-child {
  margin-left: -16rem;
}

.last\:bag--ml-px:last-child {
  margin-left: -1px;
}

.last\:bag--ml-gutter:last-child {
  margin-left: -1.5625rem;
}

.last\:bag--ml-gutter-full:last-child {
  margin-left: -3.125rem;
}

.bag-box-border {
  box-sizing: border-box;
}

.bag-box-content {
  box-sizing: content-box;
}

.bag-block {
  display: block;
}

.bag-inline-block {
  display: inline-block;
}

.bag-inline {
  display: inline;
}

.bag-flex {
  display: flex;
}

.bag-inline-flex {
  display: inline-flex;
}

.bag-table {
  display: table;
}

.bag-inline-table {
  display: inline-table;
}

.bag-table-caption {
  display: table-caption;
}

.bag-table-cell {
  display: table-cell;
}

.bag-table-column {
  display: table-column;
}

.bag-table-column-group {
  display: table-column-group;
}

.bag-table-footer-group {
  display: table-footer-group;
}

.bag-table-header-group {
  display: table-header-group;
}

.bag-table-row-group {
  display: table-row-group;
}

.bag-table-row {
  display: table-row;
}

.bag-flow-root {
  display: flow-root;
}

.bag-grid {
  display: grid;
}

.bag-inline-grid {
  display: inline-grid;
}

.bag-contents {
  display: contents;
}

.bag-list-item {
  display: list-item;
}

.bag-hidden {
  display: none;
}

.bag-h-0 {
  height: 0;
}

.bag-h-1 {
  height: 0.25rem;
}

.bag-h-2 {
  height: 0.5rem;
}

.bag-h-3 {
  height: 0.75rem;
}

.bag-h-4 {
  height: 1rem;
}

.bag-h-5 {
  height: 1.25rem;
}

.bag-h-6 {
  height: 1.5rem;
}

.bag-h-8 {
  height: 2rem;
}

.bag-h-9 {
  height: 2.25rem;
}

.bag-h-10 {
  height: 2.5rem;
}

.bag-h-12 {
  height: 3rem;
}

.bag-h-16 {
  height: 4rem;
}

.bag-h-20 {
  height: 5rem;
}

.bag-h-24 {
  height: 6rem;
}

.bag-h-32 {
  height: 8rem;
}

.bag-h-40 {
  height: 10rem;
}

.bag-h-48 {
  height: 12rem;
}

.bag-h-56 {
  height: 14rem;
}

.bag-h-64 {
  height: 16rem;
}

.bag-h-auto {
  height: auto;
}

.bag-h-px {
  height: 1px;
}

.bag-h-gutter {
  height: 1.5625rem;
}

.bag-h-gutter-full {
  height: 3.125rem;
}

.bag-h-1\/2 {
  height: 50%;
}

.bag-h-full {
  height: 100%;
}

.bag-h-screen {
  height: 100vh;
}

.bag-max-h-0 {
  max-height: 0;
}

.bag-max-h-1 {
  max-height: 0.25rem;
}

.bag-max-h-2 {
  max-height: 0.5rem;
}

.bag-max-h-3 {
  max-height: 0.75rem;
}

.bag-max-h-4 {
  max-height: 1rem;
}

.bag-max-h-5 {
  max-height: 1.25rem;
}

.bag-max-h-6 {
  max-height: 1.5rem;
}

.bag-max-h-8 {
  max-height: 2rem;
}

.bag-max-h-9 {
  max-height: 2.25rem;
}

.bag-max-h-10 {
  max-height: 2.5rem;
}

.bag-max-h-12 {
  max-height: 3rem;
}

.bag-max-h-16 {
  max-height: 4rem;
}

.bag-max-h-20 {
  max-height: 5rem;
}

.bag-max-h-24 {
  max-height: 6rem;
}

.bag-max-h-32 {
  max-height: 8rem;
}

.bag-max-h-40 {
  max-height: 10rem;
}

.bag-max-h-48 {
  max-height: 12rem;
}

.bag-max-h-56 {
  max-height: 14rem;
}

.bag-max-h-64 {
  max-height: 16rem;
}

.bag-max-h-px {
  max-height: 1px;
}

.bag-max-h-gutter {
  max-height: 1.5625rem;
}

.bag-max-h-gutter-full {
  max-height: 3.125rem;
}

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

.bag-max-h-screen {
  max-height: 100vh;
}

.bag-min-h-0 {
  min-height: 0;
}

.bag-min-h-full {
  min-height: 100%;
}

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

.bag-w-0 {
  width: 0;
}

.bag-w-1 {
  width: 0.25rem;
}

.bag-w-2 {
  width: 0.5rem;
}

.bag-w-3 {
  width: 0.75rem;
}

.bag-w-4 {
  width: 1rem;
}

.bag-w-5 {
  width: 1.25rem;
}

.bag-w-6 {
  width: 1.5rem;
}

.bag-w-8 {
  width: 2rem;
}

.bag-w-9 {
  width: 2.25rem;
}

.bag-w-10 {
  width: 2.5rem;
}

.bag-w-12 {
  width: 3rem;
}

.bag-w-16 {
  width: 4rem;
}

.bag-w-20 {
  width: 5rem;
}

.bag-w-24 {
  width: 6rem;
}

.bag-w-32 {
  width: 8rem;
}

.bag-w-40 {
  width: 10rem;
}

.bag-w-48 {
  width: 12rem;
}

.bag-w-56 {
  width: 14rem;
}

.bag-w-64 {
  width: 16rem;
}

.bag-w-auto {
  width: auto;
}

.bag-w-px {
  width: 1px;
}

.bag-w-gutter {
  width: 1.5625rem;
}

.bag-w-gutter-full {
  width: 3.125rem;
}

.bag-w-1\/2 {
  width: 50%;
}

.bag-w-1\/3 {
  width: 33.333333%;
}

.bag-w-2\/3 {
  width: 66.666667%;
}

.bag-w-1\/4 {
  width: 25%;
}

.bag-w-2\/4 {
  width: 50%;
}

.bag-w-3\/4 {
  width: 75%;
}

.bag-w-1\/5 {
  width: 20%;
}

.bag-w-2\/5 {
  width: 40%;
}

.bag-w-3\/5 {
  width: 60%;
}

.bag-w-4\/5 {
  width: 80%;
}

.bag-w-1\/6 {
  width: 16.666667%;
}

.bag-w-2\/6 {
  width: 33.333333%;
}

.bag-w-3\/6 {
  width: 50%;
}

.bag-w-4\/6 {
  width: 66.666667%;
}

.bag-w-5\/6 {
  width: 83.333333%;
}

.bag-w-1\/12 {
  width: 8.333333%;
}

.bag-w-2\/12 {
  width: 16.666667%;
}

.bag-w-3\/12 {
  width: 25%;
}

.bag-w-4\/12 {
  width: 33.333333%;
}

.bag-w-5\/12 {
  width: 41.666667%;
}

.bag-w-6\/12 {
  width: 50%;
}

.bag-w-7\/12 {
  width: 58.333333%;
}

.bag-w-8\/12 {
  width: 66.666667%;
}

.bag-w-9\/12 {
  width: 75%;
}

.bag-w-10\/12 {
  width: 83.333333%;
}

.bag-w-11\/12 {
  width: 91.666667%;
}

.bag-w-full {
  width: 100%;
}

.bag-w-screen {
  width: 100vw;
}

.bag-min-w-0 {
  min-width: 0;
}

.bag-min-w-full {
  min-width: 100%;
}

.bag-max-w-0 {
  max-width: 0rem;
}

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

.bag-max-w-xs {
  max-width: 20rem;
}

.bag-max-w-sm {
  max-width: 24rem;
}

.bag-max-w-md {
  max-width: 28rem;
}

.bag-max-w-lg {
  max-width: 32rem;
}

.bag-max-w-xl {
  max-width: 36rem;
}

.bag-max-w-2xl {
  max-width: 42rem;
}

.bag-max-w-3xl {
  max-width: 48rem;
}

.bag-max-w-4xl {
  max-width: 56rem;
}

.bag-max-w-5xl {
  max-width: 64rem;
}

.bag-max-w-6xl {
  max-width: 72rem;
}

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

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

.bag-max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.bag-max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.bag-max-w-prose {
  max-width: 65ch;
}

.bag-max-w-screen-sm {
  max-width: 640px;
}

.bag-max-w-screen-md {
  max-width: 768px;
}

.bag-max-w-screen-lg {
  max-width: 1024px;
}

.bag-max-w-screen-xl {
  max-width: 1270px;
}

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

.bag-flex-auto {
  flex: 1 1 auto;
}

.bag-flex-initial {
  flex: 0 1 auto;
}

.bag-flex-none {
  flex: none;
}

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

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

.bag-flex-grow-0 {
  flex-grow: 0;
}

.bag-flex-grow {
  flex-grow: 1;
}

.bag-table-auto {
  table-layout: auto;
}

.bag-table-fixed {
  table-layout: fixed;
}

.bag-border-collapse {
  border-collapse: collapse;
}

.bag-border-separate {
  border-collapse: separate;
}

.bag-origin-center {
  transform-origin: center;
}

.bag-origin-top {
  transform-origin: top;
}

.bag-origin-top-right {
  transform-origin: top right;
}

.bag-origin-right {
  transform-origin: right;
}

.bag-origin-bottom-right {
  transform-origin: bottom right;
}

.bag-origin-bottom {
  transform-origin: bottom;
}

.bag-origin-bottom-left {
  transform-origin: bottom left;
}

.bag-origin-left {
  transform-origin: left;
}

.bag-origin-top-left {
  transform-origin: top left;
}

.bag-transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bag-transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bag-transform-none {
  transform: none;
}

.bag-translate-x-0 {
  --tw-translate-x: 0;
}

.bag-translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.bag-translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.bag-translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.bag-translate-x-4 {
  --tw-translate-x: 1rem;
}

.bag-translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.bag-translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.bag-translate-x-8 {
  --tw-translate-x: 2rem;
}

.bag-translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.bag-translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.bag-translate-x-12 {
  --tw-translate-x: 3rem;
}

.bag-translate-x-16 {
  --tw-translate-x: 4rem;
}

.bag-translate-x-20 {
  --tw-translate-x: 5rem;
}

.bag-translate-x-24 {
  --tw-translate-x: 6rem;
}

.bag-translate-x-32 {
  --tw-translate-x: 8rem;
}

.bag-translate-x-40 {
  --tw-translate-x: 10rem;
}

.bag-translate-x-48 {
  --tw-translate-x: 12rem;
}

.bag-translate-x-56 {
  --tw-translate-x: 14rem;
}

.bag-translate-x-64 {
  --tw-translate-x: 16rem;
}

.bag-translate-x-px {
  --tw-translate-x: 1px;
}

.bag-translate-x-gutter {
  --tw-translate-x: 1.5625rem;
}

.bag-translate-x-gutter-full {
  --tw-translate-x: 3.125rem;
}

.bag--translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.bag--translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.bag--translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.bag--translate-x-4 {
  --tw-translate-x: -1rem;
}

.bag--translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.bag--translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.bag--translate-x-8 {
  --tw-translate-x: -2rem;
}

.bag--translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.bag--translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.bag--translate-x-12 {
  --tw-translate-x: -3rem;
}

.bag--translate-x-16 {
  --tw-translate-x: -4rem;
}

.bag--translate-x-20 {
  --tw-translate-x: -5rem;
}

.bag--translate-x-24 {
  --tw-translate-x: -6rem;
}

.bag--translate-x-32 {
  --tw-translate-x: -8rem;
}

.bag--translate-x-40 {
  --tw-translate-x: -10rem;
}

.bag--translate-x-48 {
  --tw-translate-x: -12rem;
}

.bag--translate-x-56 {
  --tw-translate-x: -14rem;
}

.bag--translate-x-64 {
  --tw-translate-x: -16rem;
}

.bag--translate-x-px {
  --tw-translate-x: -1px;
}

.bag--translate-x-gutter {
  --tw-translate-x: -1.5625rem;
}

.bag--translate-x-gutter-full {
  --tw-translate-x: -3.125rem;
}

.bag-translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.bag-translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.bag-translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.bag-translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.bag-translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.bag-translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.bag-translate-x-full {
  --tw-translate-x: 100%;
}

.bag--translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.bag--translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.bag--translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.bag--translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.bag--translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.bag--translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.bag--translate-x-full {
  --tw-translate-x: -100%;
}

.bag-translate-y-0 {
  --tw-translate-y: 0;
}

.bag-translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.bag-translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.bag-translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.bag-translate-y-4 {
  --tw-translate-y: 1rem;
}

.bag-translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.bag-translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.bag-translate-y-8 {
  --tw-translate-y: 2rem;
}

.bag-translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.bag-translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.bag-translate-y-12 {
  --tw-translate-y: 3rem;
}

.bag-translate-y-16 {
  --tw-translate-y: 4rem;
}

.bag-translate-y-20 {
  --tw-translate-y: 5rem;
}

.bag-translate-y-24 {
  --tw-translate-y: 6rem;
}

.bag-translate-y-32 {
  --tw-translate-y: 8rem;
}

.bag-translate-y-40 {
  --tw-translate-y: 10rem;
}

.bag-translate-y-48 {
  --tw-translate-y: 12rem;
}

.bag-translate-y-56 {
  --tw-translate-y: 14rem;
}

.bag-translate-y-64 {
  --tw-translate-y: 16rem;
}

.bag-translate-y-px {
  --tw-translate-y: 1px;
}

.bag-translate-y-gutter {
  --tw-translate-y: 1.5625rem;
}

.bag-translate-y-gutter-full {
  --tw-translate-y: 3.125rem;
}

.bag--translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.bag--translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.bag--translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.bag--translate-y-4 {
  --tw-translate-y: -1rem;
}

.bag--translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.bag--translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.bag--translate-y-8 {
  --tw-translate-y: -2rem;
}

.bag--translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.bag--translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.bag--translate-y-12 {
  --tw-translate-y: -3rem;
}

.bag--translate-y-16 {
  --tw-translate-y: -4rem;
}

.bag--translate-y-20 {
  --tw-translate-y: -5rem;
}

.bag--translate-y-24 {
  --tw-translate-y: -6rem;
}

.bag--translate-y-32 {
  --tw-translate-y: -8rem;
}

.bag--translate-y-40 {
  --tw-translate-y: -10rem;
}

.bag--translate-y-48 {
  --tw-translate-y: -12rem;
}

.bag--translate-y-56 {
  --tw-translate-y: -14rem;
}

.bag--translate-y-64 {
  --tw-translate-y: -16rem;
}

.bag--translate-y-px {
  --tw-translate-y: -1px;
}

.bag--translate-y-gutter {
  --tw-translate-y: -1.5625rem;
}

.bag--translate-y-gutter-full {
  --tw-translate-y: -3.125rem;
}

.bag-translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.bag-translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.bag-translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.bag-translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.bag-translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.bag-translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.bag-translate-y-full {
  --tw-translate-y: 100%;
}

.bag--translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.bag--translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.bag--translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.bag--translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.bag--translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.bag--translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.bag--translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:bag-translate-x-0:hover {
  --tw-translate-x: 0;
}

.hover\:bag-translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:bag-translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:bag-translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:bag-translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:bag-translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:bag-translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:bag-translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:bag-translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:bag-translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:bag-translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:bag-translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:bag-translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:bag-translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:bag-translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:bag-translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:bag-translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:bag-translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:bag-translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:bag-translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:bag-translate-x-gutter:hover {
  --tw-translate-x: 1.5625rem;
}

.hover\:bag-translate-x-gutter-full:hover {
  --tw-translate-x: 3.125rem;
}

.hover\:bag--translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:bag--translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:bag--translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:bag--translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:bag--translate-x-5:hover {
  --tw-translate-x: -1.25rem;
}

.hover\:bag--translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:bag--translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:bag--translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:bag--translate-x-10:hover {
  --tw-translate-x: -2.5rem;
}

.hover\:bag--translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:bag--translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:bag--translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:bag--translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:bag--translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:bag--translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:bag--translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:bag--translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:bag--translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:bag--translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:bag--translate-x-gutter:hover {
  --tw-translate-x: -1.5625rem;
}

.hover\:bag--translate-x-gutter-full:hover {
  --tw-translate-x: -3.125rem;
}

.hover\:bag-translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:bag-translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:bag-translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:bag-translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:bag-translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:bag-translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:bag-translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:bag--translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:bag--translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:bag--translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:bag--translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:bag--translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:bag--translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:bag--translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:bag-translate-y-0:hover {
  --tw-translate-y: 0;
}

.hover\:bag-translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:bag-translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:bag-translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:bag-translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:bag-translate-y-5:hover {
  --tw-translate-y: 1.25rem;
}

.hover\:bag-translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:bag-translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:bag-translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:bag-translate-y-10:hover {
  --tw-translate-y: 2.5rem;
}

.hover\:bag-translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:bag-translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:bag-translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:bag-translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:bag-translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:bag-translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:bag-translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:bag-translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:bag-translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:bag-translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:bag-translate-y-gutter:hover {
  --tw-translate-y: 1.5625rem;
}

.hover\:bag-translate-y-gutter-full:hover {
  --tw-translate-y: 3.125rem;
}

.hover\:bag--translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:bag--translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:bag--translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:bag--translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:bag--translate-y-5:hover {
  --tw-translate-y: -1.25rem;
}

.hover\:bag--translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:bag--translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:bag--translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:bag--translate-y-10:hover {
  --tw-translate-y: -2.5rem;
}

.hover\:bag--translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:bag--translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:bag--translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:bag--translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:bag--translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:bag--translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:bag--translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:bag--translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:bag--translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:bag--translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:bag--translate-y-gutter:hover {
  --tw-translate-y: -1.5625rem;
}

.hover\:bag--translate-y-gutter-full:hover {
  --tw-translate-y: -3.125rem;
}

.hover\:bag-translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:bag-translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:bag-translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:bag-translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:bag-translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:bag-translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:bag-translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:bag--translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:bag--translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:bag--translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:bag--translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:bag--translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:bag--translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:bag--translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:bag-translate-x-0:focus {
  --tw-translate-x: 0;
}

.focus\:bag-translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:bag-translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:bag-translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:bag-translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:bag-translate-x-5:focus {
  --tw-translate-x: 1.25rem;
}

.focus\:bag-translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:bag-translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:bag-translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:bag-translate-x-10:focus {
  --tw-translate-x: 2.5rem;
}

.focus\:bag-translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:bag-translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:bag-translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:bag-translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:bag-translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:bag-translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:bag-translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:bag-translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:bag-translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:bag-translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:bag-translate-x-gutter:focus {
  --tw-translate-x: 1.5625rem;
}

.focus\:bag-translate-x-gutter-full:focus {
  --tw-translate-x: 3.125rem;
}

.focus\:bag--translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:bag--translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:bag--translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:bag--translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:bag--translate-x-5:focus {
  --tw-translate-x: -1.25rem;
}

.focus\:bag--translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:bag--translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:bag--translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:bag--translate-x-10:focus {
  --tw-translate-x: -2.5rem;
}

.focus\:bag--translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:bag--translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:bag--translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:bag--translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:bag--translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:bag--translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:bag--translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:bag--translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:bag--translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:bag--translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:bag--translate-x-gutter:focus {
  --tw-translate-x: -1.5625rem;
}

.focus\:bag--translate-x-gutter-full:focus {
  --tw-translate-x: -3.125rem;
}

.focus\:bag-translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:bag-translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:bag-translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:bag-translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:bag-translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:bag-translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:bag-translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:bag--translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:bag--translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:bag--translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:bag--translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:bag--translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:bag--translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:bag--translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:bag-translate-y-0:focus {
  --tw-translate-y: 0;
}

.focus\:bag-translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:bag-translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:bag-translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:bag-translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:bag-translate-y-5:focus {
  --tw-translate-y: 1.25rem;
}

.focus\:bag-translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:bag-translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:bag-translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:bag-translate-y-10:focus {
  --tw-translate-y: 2.5rem;
}

.focus\:bag-translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:bag-translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:bag-translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:bag-translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:bag-translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:bag-translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:bag-translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:bag-translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:bag-translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:bag-translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:bag-translate-y-gutter:focus {
  --tw-translate-y: 1.5625rem;
}

.focus\:bag-translate-y-gutter-full:focus {
  --tw-translate-y: 3.125rem;
}

.focus\:bag--translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:bag--translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:bag--translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:bag--translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:bag--translate-y-5:focus {
  --tw-translate-y: -1.25rem;
}

.focus\:bag--translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:bag--translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:bag--translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:bag--translate-y-10:focus {
  --tw-translate-y: -2.5rem;
}

.focus\:bag--translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:bag--translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:bag--translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:bag--translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:bag--translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:bag--translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:bag--translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:bag--translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:bag--translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:bag--translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:bag--translate-y-gutter:focus {
  --tw-translate-y: -1.5625rem;
}

.focus\:bag--translate-y-gutter-full:focus {
  --tw-translate-y: -3.125rem;
}

.focus\:bag-translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.focus\:bag-translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:bag-translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:bag-translate-y-1\/4:focus {
  --tw-translate-y: 25%;
}

.focus\:bag-translate-y-2\/4:focus {
  --tw-translate-y: 50%;
}

.focus\:bag-translate-y-3\/4:focus {
  --tw-translate-y: 75%;
}

.focus\:bag-translate-y-full:focus {
  --tw-translate-y: 100%;
}

.focus\:bag--translate-y-1\/2:focus {
  --tw-translate-y: -50%;
}

.focus\:bag--translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:bag--translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:bag--translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:bag--translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:bag--translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:bag--translate-y-full:focus {
  --tw-translate-y: -100%;
}

.bag-rotate-0 {
  --tw-rotate: 0deg;
}

.bag-rotate-1 {
  --tw-rotate: 1deg;
}

.bag-rotate-2 {
  --tw-rotate: 2deg;
}

.bag-rotate-3 {
  --tw-rotate: 3deg;
}

.bag-rotate-6 {
  --tw-rotate: 6deg;
}

.bag-rotate-12 {
  --tw-rotate: 12deg;
}

.bag-rotate-45 {
  --tw-rotate: 45deg;
}

.bag-rotate-90 {
  --tw-rotate: 90deg;
}

.bag-rotate-180 {
  --tw-rotate: 180deg;
}

.bag--rotate-180 {
  --tw-rotate: -180deg;
}

.bag--rotate-90 {
  --tw-rotate: -90deg;
}

.bag--rotate-45 {
  --tw-rotate: -45deg;
}

.bag--rotate-12 {
  --tw-rotate: -12deg;
}

.bag--rotate-6 {
  --tw-rotate: -6deg;
}

.bag--rotate-3 {
  --tw-rotate: -3deg;
}

.bag--rotate-2 {
  --tw-rotate: -2deg;
}

.bag--rotate-1 {
  --tw-rotate: -1deg;
}

.hover\:bag-rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:bag-rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:bag-rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:bag-rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:bag-rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:bag-rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:bag-rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:bag-rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:bag-rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:bag--rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:bag--rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:bag--rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:bag--rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:bag--rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:bag--rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:bag--rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:bag--rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:bag-rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:bag-rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:bag-rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:bag-rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:bag-rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:bag-rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:bag-rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:bag-rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:bag-rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:bag--rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:bag--rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:bag--rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:bag--rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:bag--rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:bag--rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:bag--rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:bag--rotate-1:focus {
  --tw-rotate: -1deg;
}

.bag-skew-x-0 {
  --tw-skew-x: 0deg;
}

.bag-skew-x-1 {
  --tw-skew-x: 1deg;
}

.bag-skew-x-2 {
  --tw-skew-x: 2deg;
}

.bag-skew-x-3 {
  --tw-skew-x: 3deg;
}

.bag-skew-x-6 {
  --tw-skew-x: 6deg;
}

.bag-skew-x-12 {
  --tw-skew-x: 12deg;
}

.bag--skew-x-12 {
  --tw-skew-x: -12deg;
}

.bag--skew-x-6 {
  --tw-skew-x: -6deg;
}

.bag--skew-x-3 {
  --tw-skew-x: -3deg;
}

.bag--skew-x-2 {
  --tw-skew-x: -2deg;
}

.bag--skew-x-1 {
  --tw-skew-x: -1deg;
}

.bag-skew-y-0 {
  --tw-skew-y: 0deg;
}

.bag-skew-y-1 {
  --tw-skew-y: 1deg;
}

.bag-skew-y-2 {
  --tw-skew-y: 2deg;
}

.bag-skew-y-3 {
  --tw-skew-y: 3deg;
}

.bag-skew-y-6 {
  --tw-skew-y: 6deg;
}

.bag-skew-y-12 {
  --tw-skew-y: 12deg;
}

.bag--skew-y-12 {
  --tw-skew-y: -12deg;
}

.bag--skew-y-6 {
  --tw-skew-y: -6deg;
}

.bag--skew-y-3 {
  --tw-skew-y: -3deg;
}

.bag--skew-y-2 {
  --tw-skew-y: -2deg;
}

.bag--skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:bag-skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:bag-skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:bag-skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:bag-skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:bag-skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:bag-skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:bag--skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:bag--skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:bag--skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:bag--skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:bag--skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:bag-skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:bag-skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:bag-skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:bag-skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:bag-skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:bag-skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:bag--skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:bag--skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:bag--skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:bag--skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:bag--skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:bag-skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:bag-skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:bag-skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:bag-skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:bag-skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:bag-skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:bag--skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:bag--skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:bag--skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:bag--skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:bag--skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:bag-skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:bag-skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:bag-skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:bag-skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:bag-skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:bag-skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:bag--skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:bag--skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:bag--skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:bag--skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:bag--skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.bag-scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.bag-scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.bag-scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.bag-scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.bag-scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.bag-scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.bag-scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.bag-scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.bag-scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.bag-scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:bag-scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:bag-scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:bag-scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:bag-scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:bag-scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:bag-scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:bag-scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:bag-scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:bag-scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:bag-scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:bag-scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:bag-scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:bag-scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:bag-scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:bag-scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:bag-scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:bag-scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:bag-scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:bag-scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:bag-scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.bag-scale-x-0 {
  --tw-scale-x: 0;
}

.bag-scale-x-50 {
  --tw-scale-x: .5;
}

.bag-scale-x-75 {
  --tw-scale-x: .75;
}

.bag-scale-x-90 {
  --tw-scale-x: .9;
}

.bag-scale-x-95 {
  --tw-scale-x: .95;
}

.bag-scale-x-100 {
  --tw-scale-x: 1;
}

.bag-scale-x-105 {
  --tw-scale-x: 1.05;
}

.bag-scale-x-110 {
  --tw-scale-x: 1.1;
}

.bag-scale-x-125 {
  --tw-scale-x: 1.25;
}

.bag-scale-x-150 {
  --tw-scale-x: 1.5;
}

.bag-scale-y-0 {
  --tw-scale-y: 0;
}

.bag-scale-y-50 {
  --tw-scale-y: .5;
}

.bag-scale-y-75 {
  --tw-scale-y: .75;
}

.bag-scale-y-90 {
  --tw-scale-y: .9;
}

.bag-scale-y-95 {
  --tw-scale-y: .95;
}

.bag-scale-y-100 {
  --tw-scale-y: 1;
}

.bag-scale-y-105 {
  --tw-scale-y: 1.05;
}

.bag-scale-y-110 {
  --tw-scale-y: 1.1;
}

.bag-scale-y-125 {
  --tw-scale-y: 1.25;
}

.bag-scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:bag-scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:bag-scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:bag-scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:bag-scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:bag-scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:bag-scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:bag-scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:bag-scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:bag-scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:bag-scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:bag-scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:bag-scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:bag-scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:bag-scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:bag-scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:bag-scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:bag-scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:bag-scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:bag-scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:bag-scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:bag-scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:bag-scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:bag-scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:bag-scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:bag-scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:bag-scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:bag-scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:bag-scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:bag-scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:bag-scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:bag-scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:bag-scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:bag-scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:bag-scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:bag-scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:bag-scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:bag-scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:bag-scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:bag-scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:bag-scale-y-150:focus {
  --tw-scale-y: 1.5;
}

@-webkit-keyframes bag-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes bag-spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bag-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes bag-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes bag-pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bag-pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bag-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bag-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.bag-animate-none {
  -webkit-animation: none;
          animation: none;
}

.bag-animate-spin {
  -webkit-animation: bag-spin 1s linear infinite;
          animation: bag-spin 1s linear infinite;
}

.bag-animate-ping {
  -webkit-animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.bag-animate-pulse {
  -webkit-animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.bag-animate-bounce {
  -webkit-animation: bag-bounce 1s infinite;
          animation: bag-bounce 1s infinite;
}

.bag-cursor-auto {
  cursor: auto;
}

.bag-cursor-default {
  cursor: default;
}

.bag-cursor-pointer {
  cursor: pointer;
}

.bag-cursor-wait {
  cursor: wait;
}

.bag-cursor-text {
  cursor: text;
}

.bag-cursor-move {
  cursor: move;
}

.bag-cursor-help {
  cursor: help;
}

.bag-cursor-not-allowed {
  cursor: not-allowed;
}

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

.bag-select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.bag-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.bag-select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.bag-resize-none {
  resize: none;
}

.bag-resize-y {
  resize: vertical;
}

.bag-resize-x {
  resize: horizontal;
}

.bag-resize {
  resize: both;
}

.bag-list-inside {
  list-style-position: inside;
}

.bag-list-outside {
  list-style-position: outside;
}

.bag-list-none {
  list-style-type: none;
}

.bag-list-disc {
  list-style-type: disc;
}

.bag-list-decimal {
  list-style-type: decimal;
}

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

.bag-auto-cols-auto {
  grid-auto-columns: auto;
}

.bag-auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.bag-auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

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

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

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

.bag-grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.bag-grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.bag-auto-rows-auto {
  grid-auto-rows: auto;
}

.bag-auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.bag-auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.bag-auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bag-grid-rows-none {
  grid-template-rows: none;
}

.bag-flex-row {
  flex-direction: row;
}

.bag-flex-row-reverse {
  flex-direction: row-reverse;
}

.bag-flex-col {
  flex-direction: column;
}

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

.bag-flex-wrap {
  flex-wrap: wrap;
}

.bag-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.bag-flex-nowrap {
  flex-wrap: nowrap;
}

.bag-place-content-center {
  place-content: center;
}

.bag-place-content-start {
  place-content: start;
}

.bag-place-content-end {
  place-content: end;
}

.bag-place-content-between {
  place-content: space-between;
}

.bag-place-content-around {
  place-content: space-around;
}

.bag-place-content-evenly {
  place-content: space-evenly;
}

.bag-place-content-stretch {
  place-content: stretch;
}

.bag-place-items-start {
  place-items: start;
}

.bag-place-items-end {
  place-items: end;
}

.bag-place-items-center {
  place-items: center;
}

.bag-place-items-stretch {
  place-items: stretch;
}

.bag-content-center {
  align-content: center;
}

.bag-content-start {
  align-content: flex-start;
}

.bag-content-end {
  align-content: flex-end;
}

.bag-content-between {
  align-content: space-between;
}

.bag-content-around {
  align-content: space-around;
}

.bag-content-evenly {
  align-content: space-evenly;
}

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

.bag-items-end {
  align-items: flex-end;
}

.bag-items-center {
  align-items: center;
}

.bag-items-baseline {
  align-items: baseline;
}

.bag-items-stretch {
  align-items: stretch;
}

.bag-justify-start {
  justify-content: flex-start;
}

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

.bag-justify-center {
  justify-content: center;
}

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

.bag-justify-around {
  justify-content: space-around;
}

.bag-justify-evenly {
  justify-content: space-evenly;
}

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

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

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

.bag-justify-items-stretch {
  justify-items: stretch;
}

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

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

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

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

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

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

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

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

.bag-gap-9 {
  gap: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.bag-gap-px {
  gap: 1px;
}

.bag-gap-gutter {
  gap: 1.5625rem;
}

.bag-gap-gutter-full {
  gap: 3.125rem;
}

.bag-gap-x-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}

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

.bag-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.bag-gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.bag-gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.bag-gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.bag-gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.bag-gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.bag-gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

.bag-gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

.bag-gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.bag-gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.bag-gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.bag-gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

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

.bag-gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.bag-gap-x-gutter {
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}

.bag-gap-x-gutter-full {
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}

.bag-gap-y-0 {
  row-gap: 0;
}

.bag-gap-y-1 {
  row-gap: 0.25rem;
}

.bag-gap-y-2 {
  row-gap: 0.5rem;
}

.bag-gap-y-3 {
  row-gap: 0.75rem;
}

.bag-gap-y-4 {
  row-gap: 1rem;
}

.bag-gap-y-5 {
  row-gap: 1.25rem;
}

.bag-gap-y-6 {
  row-gap: 1.5rem;
}

.bag-gap-y-8 {
  row-gap: 2rem;
}

.bag-gap-y-9 {
  row-gap: 2.25rem;
}

.bag-gap-y-10 {
  row-gap: 2.5rem;
}

.bag-gap-y-12 {
  row-gap: 3rem;
}

.bag-gap-y-16 {
  row-gap: 4rem;
}

.bag-gap-y-20 {
  row-gap: 5rem;
}

.bag-gap-y-24 {
  row-gap: 6rem;
}

.bag-gap-y-32 {
  row-gap: 8rem;
}

.bag-gap-y-40 {
  row-gap: 10rem;
}

.bag-gap-y-48 {
  row-gap: 12rem;
}

.bag-gap-y-56 {
  row-gap: 14rem;
}

.bag-gap-y-64 {
  row-gap: 16rem;
}

.bag-gap-y-px {
  row-gap: 1px;
}

.bag-gap-y-gutter {
  row-gap: 1.5625rem;
}

.bag-gap-y-gutter-full {
  row-gap: 3.125rem;
}

.bag-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-gutter > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.125rem * var(--tw-space-x-reverse));
  margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-gutter > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag--space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.bag-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.bag-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.bag-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.bag-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.bag-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.bag-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.bag-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.bag-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.bag-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.bag-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.bag-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.bag-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.bag-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.bag-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.bag-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.bag-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.bag-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.bag-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.bag-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.bag-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.bag-space-y-gutter > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5625rem * var(--tw-space-y-reverse));
}

.bag-space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
}

.bag--space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.bag--space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.bag--space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.bag--space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.bag--space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.bag--space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.bag--space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.bag--space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.bag--space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.bag--space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.bag--space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.bag--space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.bag--space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.bag--space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.bag--space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.bag--space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.bag--space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.bag--space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.bag--space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.bag--space-y-gutter > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5625rem * var(--tw-space-y-reverse));
}

.bag--space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
}

.bag-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.bag-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.bag-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.bag-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.bag-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.bag-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.bag-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.bag-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.bag-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.bag-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.bag-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.bag-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.bag-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.bag-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.bag-divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.bag-divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.bag-divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.bag-divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.bag-divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.bag-divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.bag-divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.bag-divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.bag-divide-gray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 209, 209, var(--tw-divide-opacity));
}

.bag-divide-darkGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
}

.bag-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.bag-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.bag-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.bag-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.bag-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.bag-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.bag-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.bag-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.bag-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.bag-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.bag-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.bag-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.bag-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.bag-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.bag-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.bag-place-self-auto {
  place-self: auto;
}

.bag-place-self-start {
  place-self: start;
}

.bag-place-self-end {
  place-self: end;
}

.bag-place-self-center {
  place-self: center;
}

.bag-place-self-stretch {
  place-self: stretch;
}

.bag-self-auto {
  align-self: auto;
}

.bag-self-start {
  align-self: flex-start;
}

.bag-self-end {
  align-self: flex-end;
}

.bag-self-center {
  align-self: center;
}

.bag-self-stretch {
  align-self: stretch;
}

.bag-self-baseline {
  align-self: baseline;
}

.bag-justify-self-auto {
  justify-self: auto;
}

.bag-justify-self-start {
  justify-self: start;
}

.bag-justify-self-end {
  justify-self: end;
}

.bag-justify-self-center {
  justify-self: center;
}

.bag-justify-self-stretch {
  justify-self: stretch;
}

.bag-overflow-auto {
  overflow: auto;
}

.bag-overflow-hidden {
  overflow: hidden;
}

.bag-overflow-visible {
  overflow: visible;
}

.bag-overflow-scroll {
  overflow: scroll;
}

.bag-overflow-x-auto {
  overflow-x: auto;
}

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

.bag-overflow-x-hidden {
  overflow-x: hidden;
}

.bag-overflow-y-hidden {
  overflow-y: hidden;
}

.bag-overflow-x-visible {
  overflow-x: visible;
}

.bag-overflow-y-visible {
  overflow-y: visible;
}

.bag-overflow-x-scroll {
  overflow-x: scroll;
}

.bag-overflow-y-scroll {
  overflow-y: scroll;
}

.bag-overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.bag-overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.bag-overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.bag-overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.bag-overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.bag-overscroll-y-none {
  overscroll-behavior-y: none;
}

.bag-overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.bag-overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.bag-overscroll-x-none {
  overscroll-behavior-x: none;
}

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

.bag-overflow-ellipsis {
  text-overflow: ellipsis;
}

.bag-overflow-clip {
  text-overflow: clip;
}

.bag-whitespace-normal {
  white-space: normal;
}

.bag-whitespace-nowrap {
  white-space: nowrap;
}

.bag-whitespace-pre {
  white-space: pre;
}

.bag-whitespace-pre-line {
  white-space: pre-line;
}

.bag-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.bag-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.bag-break-words {
  overflow-wrap: break-word;
}

.bag-break-all {
  word-break: break-all;
}

.bag-rounded-none {
  border-radius: 0px;
}

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

.bag-rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.bag-rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.bag-rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.bag-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bag-rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.bag-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.bag-rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.bag-rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.bag-rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.bag-rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.bag-rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.bag-rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.bag-rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bag-rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.bag-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.bag-rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.bag-rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.bag-rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.bag-rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.bag-rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.bag-rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.bag-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bag-rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.bag-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.bag-rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.bag-rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.bag-rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.bag-rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.bag-rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.bag-rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.bag-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bag-rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.bag-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.bag-rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.bag-rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.bag-rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.bag-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.bag-rounded-tl-none {
  border-top-left-radius: 0px;
}

.bag-rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.bag-rounded-tl {
  border-top-left-radius: 0.25rem;
}

.bag-rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.bag-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.bag-rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.bag-rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.bag-rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.bag-rounded-tl-full {
  border-top-left-radius: 9999px;
}

.bag-rounded-tr-none {
  border-top-right-radius: 0px;
}

.bag-rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.bag-rounded-tr {
  border-top-right-radius: 0.25rem;
}

.bag-rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.bag-rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.bag-rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.bag-rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.bag-rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.bag-rounded-tr-full {
  border-top-right-radius: 9999px;
}

.bag-rounded-br-none {
  border-bottom-right-radius: 0px;
}

.bag-rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.bag-rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.bag-rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.bag-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.bag-rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.bag-rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.bag-rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.bag-rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.bag-rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.bag-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.bag-rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.bag-rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.bag-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.bag-rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.bag-rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.bag-rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.bag-rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.bag-border-0 {
  border-width: 0px;
}

.bag-border-2 {
  border-width: 2px;
}

.bag-border-4 {
  border-width: 4px;
}

.bag-border-8 {
  border-width: 8px;
}

.bag-border {
  border-width: 1px;
}

.bag-border-t-0 {
  border-top-width: 0px;
}

.bag-border-t-2 {
  border-top-width: 2px;
}

.bag-border-t-4 {
  border-top-width: 4px;
}

.bag-border-t-8 {
  border-top-width: 8px;
}

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

.bag-border-r-0 {
  border-right-width: 0px;
}

.bag-border-r-2 {
  border-right-width: 2px;
}

.bag-border-r-4 {
  border-right-width: 4px;
}

.bag-border-r-8 {
  border-right-width: 8px;
}

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

.bag-border-b-0 {
  border-bottom-width: 0px;
}

.bag-border-b-2 {
  border-bottom-width: 2px;
}

.bag-border-b-4 {
  border-bottom-width: 4px;
}

.bag-border-b-8 {
  border-bottom-width: 8px;
}

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

.bag-border-l-0 {
  border-left-width: 0px;
}

.bag-border-l-2 {
  border-left-width: 2px;
}

.bag-border-l-4 {
  border-left-width: 4px;
}

.bag-border-l-8 {
  border-left-width: 8px;
}

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

.bag-border-solid {
  border-style: solid;
}

.bag-border-dashed {
  border-style: dashed;
}

.bag-border-dotted {
  border-style: dotted;
}

.bag-border-double {
  border-style: double;
}

.bag-border-none {
  border-style: none;
}

.bag-border-transparent {
  border-color: transparent;
}

.bag-border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.bag-border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.bag-border-gray {
  --tw-border-opacity: 1;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity));
}

.bag-border-darkGray {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.bag-group:hover .group-hover\:bag-border-transparent {
  border-color: transparent;
}

.bag-group:hover .group-hover\:bag-border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.bag-group:hover .group-hover\:bag-border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.bag-group:hover .group-hover\:bag-border-gray {
  --tw-border-opacity: 1;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity));
}

.bag-group:hover .group-hover\:bag-border-darkGray {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.focus-within\:bag-border-transparent:focus-within {
  border-color: transparent;
}

.focus-within\:bag-border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:bag-border-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:bag-border-gray:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity));
}

.focus-within\:bag-border-darkGray:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.hover\:bag-border-transparent:hover {
  border-color: transparent;
}

.hover\:bag-border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:bag-border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:bag-border-gray:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity));
}

.hover\:bag-border-darkGray:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.focus\:bag-border-transparent:focus {
  border-color: transparent;
}

.focus\:bag-border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:bag-border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:bag-border-gray:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 209, 209, var(--tw-border-opacity));
}

.focus\:bag-border-darkGray:focus {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 113, var(--tw-border-opacity));
}

.bag-border-opacity-0 {
  --tw-border-opacity: 0;
}

.bag-border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.bag-border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.bag-border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.bag-border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.bag-border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.bag-border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.bag-border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bag-border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.bag-border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.bag-border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.bag-border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.bag-border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.bag-border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.bag-border-opacity-100 {
  --tw-border-opacity: 1;
}

.bag-group:hover .group-hover\:bag-border-opacity-0 {
  --tw-border-opacity: 0;
}

.bag-group:hover .group-hover\:bag-border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.bag-group:hover .group-hover\:bag-border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.bag-group:hover .group-hover\:bag-border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.bag-group:hover .group-hover\:bag-border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.bag-group:hover .group-hover\:bag-border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.bag-group:hover .group-hover\:bag-border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.bag-group:hover .group-hover\:bag-border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bag-group:hover .group-hover\:bag-border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.bag-group:hover .group-hover\:bag-border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.bag-group:hover .group-hover\:bag-border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.bag-group:hover .group-hover\:bag-border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.bag-group:hover .group-hover\:bag-border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.bag-group:hover .group-hover\:bag-border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.bag-group:hover .group-hover\:bag-border-opacity-100 {
  --tw-border-opacity: 1;
}

.focus-within\:bag-border-opacity-0:focus-within {
  --tw-border-opacity: 0;
}

.focus-within\:bag-border-opacity-5:focus-within {
  --tw-border-opacity: 0.05;
}

.focus-within\:bag-border-opacity-10:focus-within {
  --tw-border-opacity: 0.1;
}

.focus-within\:bag-border-opacity-20:focus-within {
  --tw-border-opacity: 0.2;
}

.focus-within\:bag-border-opacity-25:focus-within {
  --tw-border-opacity: 0.25;
}

.focus-within\:bag-border-opacity-30:focus-within {
  --tw-border-opacity: 0.3;
}

.focus-within\:bag-border-opacity-40:focus-within {
  --tw-border-opacity: 0.4;
}

.focus-within\:bag-border-opacity-50:focus-within {
  --tw-border-opacity: 0.5;
}

.focus-within\:bag-border-opacity-60:focus-within {
  --tw-border-opacity: 0.6;
}

.focus-within\:bag-border-opacity-70:focus-within {
  --tw-border-opacity: 0.7;
}

.focus-within\:bag-border-opacity-75:focus-within {
  --tw-border-opacity: 0.75;
}

.focus-within\:bag-border-opacity-80:focus-within {
  --tw-border-opacity: 0.8;
}

.focus-within\:bag-border-opacity-90:focus-within {
  --tw-border-opacity: 0.9;
}

.focus-within\:bag-border-opacity-95:focus-within {
  --tw-border-opacity: 0.95;
}

.focus-within\:bag-border-opacity-100:focus-within {
  --tw-border-opacity: 1;
}

.hover\:bag-border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:bag-border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:bag-border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:bag-border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:bag-border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:bag-border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:bag-border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:bag-border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:bag-border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:bag-border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:bag-border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:bag-border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:bag-border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:bag-border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:bag-border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:bag-border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:bag-border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:bag-border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:bag-border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:bag-border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:bag-border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:bag-border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:bag-border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:bag-border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:bag-border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:bag-border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:bag-border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:bag-border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:bag-border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:bag-border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.bag-bg-transparent {
  background-color: transparent;
}

.bag-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bag-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bag-bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
}

.bag-bg-darkGray {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.bag-group:hover .group-hover\:bag-bg-transparent {
  background-color: transparent;
}

.bag-group:hover .group-hover\:bag-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bag-group:hover .group-hover\:bag-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bag-group:hover .group-hover\:bag-bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
}

.bag-group:hover .group-hover\:bag-bg-darkGray {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bag-bg-transparent:focus-within {
  background-color: transparent;
}

.focus-within\:bag-bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bag-bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bag-bg-gray:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
}

.focus-within\:bag-bg-darkGray:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.hover\:bag-bg-transparent:hover {
  background-color: transparent;
}

.hover\:bag-bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bag-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bag-bg-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
}

.hover\:bag-bg-darkGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.focus\:bag-bg-transparent:focus {
  background-color: transparent;
}

.focus\:bag-bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bag-bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bag-bg-gray:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
}

.focus\:bag-bg-darkGray:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
}

.bag-bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bag-bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bag-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bag-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bag-bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bag-bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bag-bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bag-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bag-bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bag-bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bag-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bag-bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bag-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bag-bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bag-bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bag-group:hover .group-hover\:bag-bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bag-group:hover .group-hover\:bag-bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bag-group:hover .group-hover\:bag-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bag-group:hover .group-hover\:bag-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bag-group:hover .group-hover\:bag-bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bag-group:hover .group-hover\:bag-bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bag-group:hover .group-hover\:bag-bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bag-group:hover .group-hover\:bag-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bag-group:hover .group-hover\:bag-bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bag-group:hover .group-hover\:bag-bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bag-group:hover .group-hover\:bag-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bag-group:hover .group-hover\:bag-bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bag-group:hover .group-hover\:bag-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bag-group:hover .group-hover\:bag-bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bag-group:hover .group-hover\:bag-bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.focus-within\:bag-bg-opacity-0:focus-within {
  --tw-bg-opacity: 0;
}

.focus-within\:bag-bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05;
}

.focus-within\:bag-bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1;
}

.focus-within\:bag-bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2;
}

.focus-within\:bag-bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25;
}

.focus-within\:bag-bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3;
}

.focus-within\:bag-bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4;
}

.focus-within\:bag-bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5;
}

.focus-within\:bag-bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6;
}

.focus-within\:bag-bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7;
}

.focus-within\:bag-bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75;
}

.focus-within\:bag-bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8;
}

.focus-within\:bag-bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9;
}

.focus-within\:bag-bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95;
}

.focus-within\:bag-bg-opacity-100:focus-within {
  --tw-bg-opacity: 1;
}

.hover\:bag-bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bag-bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bag-bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bag-bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bag-bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bag-bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bag-bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bag-bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bag-bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bag-bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bag-bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bag-bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bag-bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bag-bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bag-bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:bag-bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bag-bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bag-bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bag-bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bag-bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bag-bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bag-bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bag-bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bag-bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bag-bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bag-bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bag-bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bag-bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bag-bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bag-bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.bag-bg-none {
  background-image: none;
}

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

.bag-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bag-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bag-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bag-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bag-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bag-bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bag-bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bag-from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.bag-from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.bag-from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.bag-from-gray {
  --tw-gradient-from: #d1d1d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
}

.bag-from-darkGray {
  --tw-gradient-from: #717171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.hover\:bag-from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:bag-from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:bag-from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:bag-from-gray:hover {
  --tw-gradient-from: #d1d1d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
}

.hover\:bag-from-darkGray:hover {
  --tw-gradient-from: #717171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.focus\:bag-from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:bag-from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:bag-from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:bag-from-gray:focus {
  --tw-gradient-from: #d1d1d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
}

.focus\:bag-from-darkGray:focus {
  --tw-gradient-from: #717171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.bag-via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.bag-via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.bag-via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.bag-via-gray {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
}

.bag-via-darkGray {
  --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.hover\:bag-via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:bag-via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:bag-via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:bag-via-gray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
}

.hover\:bag-via-darkGray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.focus\:bag-via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:bag-via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:bag-via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:bag-via-gray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
}

.focus\:bag-via-darkGray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
}

.bag-to-transparent {
  --tw-gradient-to: transparent;
}

.bag-to-black {
  --tw-gradient-to: #000;
}

.bag-to-white {
  --tw-gradient-to: #fff;
}

.bag-to-gray {
  --tw-gradient-to: #d1d1d1;
}

.bag-to-darkGray {
  --tw-gradient-to: #717171;
}

.hover\:bag-to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:bag-to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:bag-to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:bag-to-gray:hover {
  --tw-gradient-to: #d1d1d1;
}

.hover\:bag-to-darkGray:hover {
  --tw-gradient-to: #717171;
}

.focus\:bag-to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:bag-to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:bag-to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:bag-to-gray:focus {
  --tw-gradient-to: #d1d1d1;
}

.focus\:bag-to-darkGray:focus {
  --tw-gradient-to: #717171;
}

.bag-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.bag-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bag-bg-auto {
  background-size: auto;
}

.bag-bg-cover {
  background-size: cover;
}

.bag-bg-contain {
  background-size: contain;
}

.bag-bg-fixed {
  background-attachment: fixed;
}

.bag-bg-local {
  background-attachment: local;
}

.bag-bg-scroll {
  background-attachment: scroll;
}

.bag-bg-clip-border {
  background-clip: border-box;
}

.bag-bg-clip-padding {
  background-clip: padding-box;
}

.bag-bg-clip-content {
  background-clip: content-box;
}

.bag-bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bag-bg-bottom {
  background-position: bottom;
}

.bag-bg-center {
  background-position: center;
}

.bag-bg-left {
  background-position: left;
}

.bag-bg-left-bottom {
  background-position: left bottom;
}

.bag-bg-left-top {
  background-position: left top;
}

.bag-bg-right {
  background-position: right;
}

.bag-bg-right-bottom {
  background-position: right bottom;
}

.bag-bg-right-top {
  background-position: right top;
}

.bag-bg-top {
  background-position: top;
}

.bag-bg-repeat {
  background-repeat: repeat;
}

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

.bag-bg-repeat-x {
  background-repeat: repeat-x;
}

.bag-bg-repeat-y {
  background-repeat: repeat-y;
}

.bag-bg-repeat-round {
  background-repeat: round;
}

.bag-bg-repeat-space {
  background-repeat: space;
}

.bag-bg-origin-border {
  background-origin: border-box;
}

.bag-bg-origin-padding {
  background-origin: padding-box;
}

.bag-bg-origin-content {
  background-origin: content-box;
}

.bag-fill-current {
  fill: currentColor;
}

.bag-stroke-current {
  stroke: currentColor;
}

.bag-stroke-0 {
  stroke-width: 0;
}

.bag-stroke-1 {
  stroke-width: 1;
}

.bag-stroke-2 {
  stroke-width: 2;
}

.bag-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.bag-object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.bag-object-none {
  -o-object-fit: none;
     object-fit: none;
}

.bag-object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.bag-object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

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

.bag-object-left {
  -o-object-position: left;
     object-position: left;
}

.bag-object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.bag-object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.bag-object-right {
  -o-object-position: right;
     object-position: right;
}

.bag-object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.bag-object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.bag-object-top {
  -o-object-position: top;
     object-position: top;
}

.bag-p-0 {
  padding: 0;
}

.bag-p-1 {
  padding: 0.25rem;
}

.bag-p-2 {
  padding: 0.5rem;
}

.bag-p-3 {
  padding: 0.75rem;
}

.bag-p-4 {
  padding: 1rem;
}

.bag-p-5 {
  padding: 1.25rem;
}

.bag-p-6 {
  padding: 1.5rem;
}

.bag-p-8 {
  padding: 2rem;
}

.bag-p-9 {
  padding: 2.25rem;
}

.bag-p-10 {
  padding: 2.5rem;
}

.bag-p-12 {
  padding: 3rem;
}

.bag-p-16 {
  padding: 4rem;
}

.bag-p-20 {
  padding: 5rem;
}

.bag-p-24 {
  padding: 6rem;
}

.bag-p-32 {
  padding: 8rem;
}

.bag-p-40 {
  padding: 10rem;
}

.bag-p-48 {
  padding: 12rem;
}

.bag-p-56 {
  padding: 14rem;
}

.bag-p-64 {
  padding: 16rem;
}

.bag-p-px {
  padding: 1px;
}

.bag-p-gutter {
  padding: 1.5625rem;
}

.bag-p-gutter-full {
  padding: 3.125rem;
}

.first\:bag-p-0:first-child {
  padding: 0;
}

.first\:bag-p-1:first-child {
  padding: 0.25rem;
}

.first\:bag-p-2:first-child {
  padding: 0.5rem;
}

.first\:bag-p-3:first-child {
  padding: 0.75rem;
}

.first\:bag-p-4:first-child {
  padding: 1rem;
}

.first\:bag-p-5:first-child {
  padding: 1.25rem;
}

.first\:bag-p-6:first-child {
  padding: 1.5rem;
}

.first\:bag-p-8:first-child {
  padding: 2rem;
}

.first\:bag-p-9:first-child {
  padding: 2.25rem;
}

.first\:bag-p-10:first-child {
  padding: 2.5rem;
}

.first\:bag-p-12:first-child {
  padding: 3rem;
}

.first\:bag-p-16:first-child {
  padding: 4rem;
}

.first\:bag-p-20:first-child {
  padding: 5rem;
}

.first\:bag-p-24:first-child {
  padding: 6rem;
}

.first\:bag-p-32:first-child {
  padding: 8rem;
}

.first\:bag-p-40:first-child {
  padding: 10rem;
}

.first\:bag-p-48:first-child {
  padding: 12rem;
}

.first\:bag-p-56:first-child {
  padding: 14rem;
}

.first\:bag-p-64:first-child {
  padding: 16rem;
}

.first\:bag-p-px:first-child {
  padding: 1px;
}

.first\:bag-p-gutter:first-child {
  padding: 1.5625rem;
}

.first\:bag-p-gutter-full:first-child {
  padding: 3.125rem;
}

.last\:bag-p-0:last-child {
  padding: 0;
}

.last\:bag-p-1:last-child {
  padding: 0.25rem;
}

.last\:bag-p-2:last-child {
  padding: 0.5rem;
}

.last\:bag-p-3:last-child {
  padding: 0.75rem;
}

.last\:bag-p-4:last-child {
  padding: 1rem;
}

.last\:bag-p-5:last-child {
  padding: 1.25rem;
}

.last\:bag-p-6:last-child {
  padding: 1.5rem;
}

.last\:bag-p-8:last-child {
  padding: 2rem;
}

.last\:bag-p-9:last-child {
  padding: 2.25rem;
}

.last\:bag-p-10:last-child {
  padding: 2.5rem;
}

.last\:bag-p-12:last-child {
  padding: 3rem;
}

.last\:bag-p-16:last-child {
  padding: 4rem;
}

.last\:bag-p-20:last-child {
  padding: 5rem;
}

.last\:bag-p-24:last-child {
  padding: 6rem;
}

.last\:bag-p-32:last-child {
  padding: 8rem;
}

.last\:bag-p-40:last-child {
  padding: 10rem;
}

.last\:bag-p-48:last-child {
  padding: 12rem;
}

.last\:bag-p-56:last-child {
  padding: 14rem;
}

.last\:bag-p-64:last-child {
  padding: 16rem;
}

.last\:bag-p-px:last-child {
  padding: 1px;
}

.last\:bag-p-gutter:last-child {
  padding: 1.5625rem;
}

.last\:bag-p-gutter-full:last-child {
  padding: 3.125rem;
}

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

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

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

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

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

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

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

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

.bag-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

.bag-px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

.bag-px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

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

.bag-px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.bag-px-gutter {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.bag-px-gutter-full {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.bag-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bag-py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

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

.bag-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.bag-py-gutter {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.bag-py-gutter-full {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.first\:bag-px-0:first-child {
  padding-left: 0;
  padding-right: 0;
}

.first\:bag-px-1:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.first\:bag-px-2:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.first\:bag-px-3:first-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.first\:bag-px-4:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.first\:bag-px-5:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.first\:bag-px-6:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.first\:bag-px-8:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.first\:bag-px-9:first-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.first\:bag-px-10:first-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.first\:bag-px-12:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.first\:bag-px-16:first-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.first\:bag-px-20:first-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.first\:bag-px-24:first-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.first\:bag-px-32:first-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.first\:bag-px-40:first-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.first\:bag-px-48:first-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.first\:bag-px-56:first-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.first\:bag-px-64:first-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.first\:bag-px-px:first-child {
  padding-left: 1px;
  padding-right: 1px;
}

.first\:bag-px-gutter:first-child {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.first\:bag-px-gutter-full:first-child {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.first\:bag-py-0:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.first\:bag-py-1:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.first\:bag-py-2:first-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first\:bag-py-3:first-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.first\:bag-py-4:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.first\:bag-py-5:first-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.first\:bag-py-6:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.first\:bag-py-8:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.first\:bag-py-9:first-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.first\:bag-py-10:first-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.first\:bag-py-12:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.first\:bag-py-16:first-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.first\:bag-py-20:first-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.first\:bag-py-24:first-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.first\:bag-py-32:first-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.first\:bag-py-40:first-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.first\:bag-py-48:first-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.first\:bag-py-56:first-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.first\:bag-py-64:first-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.first\:bag-py-px:first-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.first\:bag-py-gutter:first-child {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.first\:bag-py-gutter-full:first-child {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.last\:bag-px-0:last-child {
  padding-left: 0;
  padding-right: 0;
}

.last\:bag-px-1:last-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.last\:bag-px-2:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.last\:bag-px-3:last-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.last\:bag-px-4:last-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.last\:bag-px-5:last-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.last\:bag-px-6:last-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.last\:bag-px-8:last-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.last\:bag-px-9:last-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.last\:bag-px-10:last-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.last\:bag-px-12:last-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.last\:bag-px-16:last-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.last\:bag-px-20:last-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.last\:bag-px-24:last-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.last\:bag-px-32:last-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:bag-px-40:last-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.last\:bag-px-48:last-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.last\:bag-px-56:last-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.last\:bag-px-64:last-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.last\:bag-px-px:last-child {
  padding-left: 1px;
  padding-right: 1px;
}

.last\:bag-px-gutter:last-child {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.last\:bag-px-gutter-full:last-child {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.last\:bag-py-0:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.last\:bag-py-1:last-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.last\:bag-py-2:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.last\:bag-py-3:last-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.last\:bag-py-4:last-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.last\:bag-py-5:last-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.last\:bag-py-6:last-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.last\:bag-py-8:last-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.last\:bag-py-9:last-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.last\:bag-py-10:last-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.last\:bag-py-12:last-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.last\:bag-py-16:last-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.last\:bag-py-20:last-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.last\:bag-py-24:last-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.last\:bag-py-32:last-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:bag-py-40:last-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.last\:bag-py-48:last-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.last\:bag-py-56:last-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.last\:bag-py-64:last-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.last\:bag-py-px:last-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:bag-py-gutter:last-child {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.last\:bag-py-gutter-full:last-child {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.bag-pt-0 {
  padding-top: 0;
}

.bag-pt-1 {
  padding-top: 0.25rem;
}

.bag-pt-2 {
  padding-top: 0.5rem;
}

.bag-pt-3 {
  padding-top: 0.75rem;
}

.bag-pt-4 {
  padding-top: 1rem;
}

.bag-pt-5 {
  padding-top: 1.25rem;
}

.bag-pt-6 {
  padding-top: 1.5rem;
}

.bag-pt-8 {
  padding-top: 2rem;
}

.bag-pt-9 {
  padding-top: 2.25rem;
}

.bag-pt-10 {
  padding-top: 2.5rem;
}

.bag-pt-12 {
  padding-top: 3rem;
}

.bag-pt-16 {
  padding-top: 4rem;
}

.bag-pt-20 {
  padding-top: 5rem;
}

.bag-pt-24 {
  padding-top: 6rem;
}

.bag-pt-32 {
  padding-top: 8rem;
}

.bag-pt-40 {
  padding-top: 10rem;
}

.bag-pt-48 {
  padding-top: 12rem;
}

.bag-pt-56 {
  padding-top: 14rem;
}

.bag-pt-64 {
  padding-top: 16rem;
}

.bag-pt-px {
  padding-top: 1px;
}

.bag-pt-gutter {
  padding-top: 1.5625rem;
}

.bag-pt-gutter-full {
  padding-top: 3.125rem;
}

.bag-pr-0 {
  padding-right: 0;
}

.bag-pr-1 {
  padding-right: 0.25rem;
}

.bag-pr-2 {
  padding-right: 0.5rem;
}

.bag-pr-3 {
  padding-right: 0.75rem;
}

.bag-pr-4 {
  padding-right: 1rem;
}

.bag-pr-5 {
  padding-right: 1.25rem;
}

.bag-pr-6 {
  padding-right: 1.5rem;
}

.bag-pr-8 {
  padding-right: 2rem;
}

.bag-pr-9 {
  padding-right: 2.25rem;
}

.bag-pr-10 {
  padding-right: 2.5rem;
}

.bag-pr-12 {
  padding-right: 3rem;
}

.bag-pr-16 {
  padding-right: 4rem;
}

.bag-pr-20 {
  padding-right: 5rem;
}

.bag-pr-24 {
  padding-right: 6rem;
}

.bag-pr-32 {
  padding-right: 8rem;
}

.bag-pr-40 {
  padding-right: 10rem;
}

.bag-pr-48 {
  padding-right: 12rem;
}

.bag-pr-56 {
  padding-right: 14rem;
}

.bag-pr-64 {
  padding-right: 16rem;
}

.bag-pr-px {
  padding-right: 1px;
}

.bag-pr-gutter {
  padding-right: 1.5625rem;
}

.bag-pr-gutter-full {
  padding-right: 3.125rem;
}

.bag-pb-0 {
  padding-bottom: 0;
}

.bag-pb-1 {
  padding-bottom: 0.25rem;
}

.bag-pb-2 {
  padding-bottom: 0.5rem;
}

.bag-pb-3 {
  padding-bottom: 0.75rem;
}

.bag-pb-4 {
  padding-bottom: 1rem;
}

.bag-pb-5 {
  padding-bottom: 1.25rem;
}

.bag-pb-6 {
  padding-bottom: 1.5rem;
}

.bag-pb-8 {
  padding-bottom: 2rem;
}

.bag-pb-9 {
  padding-bottom: 2.25rem;
}

.bag-pb-10 {
  padding-bottom: 2.5rem;
}

.bag-pb-12 {
  padding-bottom: 3rem;
}

.bag-pb-16 {
  padding-bottom: 4rem;
}

.bag-pb-20 {
  padding-bottom: 5rem;
}

.bag-pb-24 {
  padding-bottom: 6rem;
}

.bag-pb-32 {
  padding-bottom: 8rem;
}

.bag-pb-40 {
  padding-bottom: 10rem;
}

.bag-pb-48 {
  padding-bottom: 12rem;
}

.bag-pb-56 {
  padding-bottom: 14rem;
}

.bag-pb-64 {
  padding-bottom: 16rem;
}

.bag-pb-px {
  padding-bottom: 1px;
}

.bag-pb-gutter {
  padding-bottom: 1.5625rem;
}

.bag-pb-gutter-full {
  padding-bottom: 3.125rem;
}

.bag-pl-0 {
  padding-left: 0;
}

.bag-pl-1 {
  padding-left: 0.25rem;
}

.bag-pl-2 {
  padding-left: 0.5rem;
}

.bag-pl-3 {
  padding-left: 0.75rem;
}

.bag-pl-4 {
  padding-left: 1rem;
}

.bag-pl-5 {
  padding-left: 1.25rem;
}

.bag-pl-6 {
  padding-left: 1.5rem;
}

.bag-pl-8 {
  padding-left: 2rem;
}

.bag-pl-9 {
  padding-left: 2.25rem;
}

.bag-pl-10 {
  padding-left: 2.5rem;
}

.bag-pl-12 {
  padding-left: 3rem;
}

.bag-pl-16 {
  padding-left: 4rem;
}

.bag-pl-20 {
  padding-left: 5rem;
}

.bag-pl-24 {
  padding-left: 6rem;
}

.bag-pl-32 {
  padding-left: 8rem;
}

.bag-pl-40 {
  padding-left: 10rem;
}

.bag-pl-48 {
  padding-left: 12rem;
}

.bag-pl-56 {
  padding-left: 14rem;
}

.bag-pl-64 {
  padding-left: 16rem;
}

.bag-pl-px {
  padding-left: 1px;
}

.bag-pl-gutter {
  padding-left: 1.5625rem;
}

.bag-pl-gutter-full {
  padding-left: 3.125rem;
}

.first\:bag-pt-0:first-child {
  padding-top: 0;
}

.first\:bag-pt-1:first-child {
  padding-top: 0.25rem;
}

.first\:bag-pt-2:first-child {
  padding-top: 0.5rem;
}

.first\:bag-pt-3:first-child {
  padding-top: 0.75rem;
}

.first\:bag-pt-4:first-child {
  padding-top: 1rem;
}

.first\:bag-pt-5:first-child {
  padding-top: 1.25rem;
}

.first\:bag-pt-6:first-child {
  padding-top: 1.5rem;
}

.first\:bag-pt-8:first-child {
  padding-top: 2rem;
}

.first\:bag-pt-9:first-child {
  padding-top: 2.25rem;
}

.first\:bag-pt-10:first-child {
  padding-top: 2.5rem;
}

.first\:bag-pt-12:first-child {
  padding-top: 3rem;
}

.first\:bag-pt-16:first-child {
  padding-top: 4rem;
}

.first\:bag-pt-20:first-child {
  padding-top: 5rem;
}

.first\:bag-pt-24:first-child {
  padding-top: 6rem;
}

.first\:bag-pt-32:first-child {
  padding-top: 8rem;
}

.first\:bag-pt-40:first-child {
  padding-top: 10rem;
}

.first\:bag-pt-48:first-child {
  padding-top: 12rem;
}

.first\:bag-pt-56:first-child {
  padding-top: 14rem;
}

.first\:bag-pt-64:first-child {
  padding-top: 16rem;
}

.first\:bag-pt-px:first-child {
  padding-top: 1px;
}

.first\:bag-pt-gutter:first-child {
  padding-top: 1.5625rem;
}

.first\:bag-pt-gutter-full:first-child {
  padding-top: 3.125rem;
}

.first\:bag-pr-0:first-child {
  padding-right: 0;
}

.first\:bag-pr-1:first-child {
  padding-right: 0.25rem;
}

.first\:bag-pr-2:first-child {
  padding-right: 0.5rem;
}

.first\:bag-pr-3:first-child {
  padding-right: 0.75rem;
}

.first\:bag-pr-4:first-child {
  padding-right: 1rem;
}

.first\:bag-pr-5:first-child {
  padding-right: 1.25rem;
}

.first\:bag-pr-6:first-child {
  padding-right: 1.5rem;
}

.first\:bag-pr-8:first-child {
  padding-right: 2rem;
}

.first\:bag-pr-9:first-child {
  padding-right: 2.25rem;
}

.first\:bag-pr-10:first-child {
  padding-right: 2.5rem;
}

.first\:bag-pr-12:first-child {
  padding-right: 3rem;
}

.first\:bag-pr-16:first-child {
  padding-right: 4rem;
}

.first\:bag-pr-20:first-child {
  padding-right: 5rem;
}

.first\:bag-pr-24:first-child {
  padding-right: 6rem;
}

.first\:bag-pr-32:first-child {
  padding-right: 8rem;
}

.first\:bag-pr-40:first-child {
  padding-right: 10rem;
}

.first\:bag-pr-48:first-child {
  padding-right: 12rem;
}

.first\:bag-pr-56:first-child {
  padding-right: 14rem;
}

.first\:bag-pr-64:first-child {
  padding-right: 16rem;
}

.first\:bag-pr-px:first-child {
  padding-right: 1px;
}

.first\:bag-pr-gutter:first-child {
  padding-right: 1.5625rem;
}

.first\:bag-pr-gutter-full:first-child {
  padding-right: 3.125rem;
}

.first\:bag-pb-0:first-child {
  padding-bottom: 0;
}

.first\:bag-pb-1:first-child {
  padding-bottom: 0.25rem;
}

.first\:bag-pb-2:first-child {
  padding-bottom: 0.5rem;
}

.first\:bag-pb-3:first-child {
  padding-bottom: 0.75rem;
}

.first\:bag-pb-4:first-child {
  padding-bottom: 1rem;
}

.first\:bag-pb-5:first-child {
  padding-bottom: 1.25rem;
}

.first\:bag-pb-6:first-child {
  padding-bottom: 1.5rem;
}

.first\:bag-pb-8:first-child {
  padding-bottom: 2rem;
}

.first\:bag-pb-9:first-child {
  padding-bottom: 2.25rem;
}

.first\:bag-pb-10:first-child {
  padding-bottom: 2.5rem;
}

.first\:bag-pb-12:first-child {
  padding-bottom: 3rem;
}

.first\:bag-pb-16:first-child {
  padding-bottom: 4rem;
}

.first\:bag-pb-20:first-child {
  padding-bottom: 5rem;
}

.first\:bag-pb-24:first-child {
  padding-bottom: 6rem;
}

.first\:bag-pb-32:first-child {
  padding-bottom: 8rem;
}

.first\:bag-pb-40:first-child {
  padding-bottom: 10rem;
}

.first\:bag-pb-48:first-child {
  padding-bottom: 12rem;
}

.first\:bag-pb-56:first-child {
  padding-bottom: 14rem;
}

.first\:bag-pb-64:first-child {
  padding-bottom: 16rem;
}

.first\:bag-pb-px:first-child {
  padding-bottom: 1px;
}

.first\:bag-pb-gutter:first-child {
  padding-bottom: 1.5625rem;
}

.first\:bag-pb-gutter-full:first-child {
  padding-bottom: 3.125rem;
}

.first\:bag-pl-0:first-child {
  padding-left: 0;
}

.first\:bag-pl-1:first-child {
  padding-left: 0.25rem;
}

.first\:bag-pl-2:first-child {
  padding-left: 0.5rem;
}

.first\:bag-pl-3:first-child {
  padding-left: 0.75rem;
}

.first\:bag-pl-4:first-child {
  padding-left: 1rem;
}

.first\:bag-pl-5:first-child {
  padding-left: 1.25rem;
}

.first\:bag-pl-6:first-child {
  padding-left: 1.5rem;
}

.first\:bag-pl-8:first-child {
  padding-left: 2rem;
}

.first\:bag-pl-9:first-child {
  padding-left: 2.25rem;
}

.first\:bag-pl-10:first-child {
  padding-left: 2.5rem;
}

.first\:bag-pl-12:first-child {
  padding-left: 3rem;
}

.first\:bag-pl-16:first-child {
  padding-left: 4rem;
}

.first\:bag-pl-20:first-child {
  padding-left: 5rem;
}

.first\:bag-pl-24:first-child {
  padding-left: 6rem;
}

.first\:bag-pl-32:first-child {
  padding-left: 8rem;
}

.first\:bag-pl-40:first-child {
  padding-left: 10rem;
}

.first\:bag-pl-48:first-child {
  padding-left: 12rem;
}

.first\:bag-pl-56:first-child {
  padding-left: 14rem;
}

.first\:bag-pl-64:first-child {
  padding-left: 16rem;
}

.first\:bag-pl-px:first-child {
  padding-left: 1px;
}

.first\:bag-pl-gutter:first-child {
  padding-left: 1.5625rem;
}

.first\:bag-pl-gutter-full:first-child {
  padding-left: 3.125rem;
}

.last\:bag-pt-0:last-child {
  padding-top: 0;
}

.last\:bag-pt-1:last-child {
  padding-top: 0.25rem;
}

.last\:bag-pt-2:last-child {
  padding-top: 0.5rem;
}

.last\:bag-pt-3:last-child {
  padding-top: 0.75rem;
}

.last\:bag-pt-4:last-child {
  padding-top: 1rem;
}

.last\:bag-pt-5:last-child {
  padding-top: 1.25rem;
}

.last\:bag-pt-6:last-child {
  padding-top: 1.5rem;
}

.last\:bag-pt-8:last-child {
  padding-top: 2rem;
}

.last\:bag-pt-9:last-child {
  padding-top: 2.25rem;
}

.last\:bag-pt-10:last-child {
  padding-top: 2.5rem;
}

.last\:bag-pt-12:last-child {
  padding-top: 3rem;
}

.last\:bag-pt-16:last-child {
  padding-top: 4rem;
}

.last\:bag-pt-20:last-child {
  padding-top: 5rem;
}

.last\:bag-pt-24:last-child {
  padding-top: 6rem;
}

.last\:bag-pt-32:last-child {
  padding-top: 8rem;
}

.last\:bag-pt-40:last-child {
  padding-top: 10rem;
}

.last\:bag-pt-48:last-child {
  padding-top: 12rem;
}

.last\:bag-pt-56:last-child {
  padding-top: 14rem;
}

.last\:bag-pt-64:last-child {
  padding-top: 16rem;
}

.last\:bag-pt-px:last-child {
  padding-top: 1px;
}

.last\:bag-pt-gutter:last-child {
  padding-top: 1.5625rem;
}

.last\:bag-pt-gutter-full:last-child {
  padding-top: 3.125rem;
}

.last\:bag-pr-0:last-child {
  padding-right: 0;
}

.last\:bag-pr-1:last-child {
  padding-right: 0.25rem;
}

.last\:bag-pr-2:last-child {
  padding-right: 0.5rem;
}

.last\:bag-pr-3:last-child {
  padding-right: 0.75rem;
}

.last\:bag-pr-4:last-child {
  padding-right: 1rem;
}

.last\:bag-pr-5:last-child {
  padding-right: 1.25rem;
}

.last\:bag-pr-6:last-child {
  padding-right: 1.5rem;
}

.last\:bag-pr-8:last-child {
  padding-right: 2rem;
}

.last\:bag-pr-9:last-child {
  padding-right: 2.25rem;
}

.last\:bag-pr-10:last-child {
  padding-right: 2.5rem;
}

.last\:bag-pr-12:last-child {
  padding-right: 3rem;
}

.last\:bag-pr-16:last-child {
  padding-right: 4rem;
}

.last\:bag-pr-20:last-child {
  padding-right: 5rem;
}

.last\:bag-pr-24:last-child {
  padding-right: 6rem;
}

.last\:bag-pr-32:last-child {
  padding-right: 8rem;
}

.last\:bag-pr-40:last-child {
  padding-right: 10rem;
}

.last\:bag-pr-48:last-child {
  padding-right: 12rem;
}

.last\:bag-pr-56:last-child {
  padding-right: 14rem;
}

.last\:bag-pr-64:last-child {
  padding-right: 16rem;
}

.last\:bag-pr-px:last-child {
  padding-right: 1px;
}

.last\:bag-pr-gutter:last-child {
  padding-right: 1.5625rem;
}

.last\:bag-pr-gutter-full:last-child {
  padding-right: 3.125rem;
}

.last\:bag-pb-0:last-child {
  padding-bottom: 0;
}

.last\:bag-pb-1:last-child {
  padding-bottom: 0.25rem;
}

.last\:bag-pb-2:last-child {
  padding-bottom: 0.5rem;
}

.last\:bag-pb-3:last-child {
  padding-bottom: 0.75rem;
}

.last\:bag-pb-4:last-child {
  padding-bottom: 1rem;
}

.last\:bag-pb-5:last-child {
  padding-bottom: 1.25rem;
}

.last\:bag-pb-6:last-child {
  padding-bottom: 1.5rem;
}

.last\:bag-pb-8:last-child {
  padding-bottom: 2rem;
}

.last\:bag-pb-9:last-child {
  padding-bottom: 2.25rem;
}

.last\:bag-pb-10:last-child {
  padding-bottom: 2.5rem;
}

.last\:bag-pb-12:last-child {
  padding-bottom: 3rem;
}

.last\:bag-pb-16:last-child {
  padding-bottom: 4rem;
}

.last\:bag-pb-20:last-child {
  padding-bottom: 5rem;
}

.last\:bag-pb-24:last-child {
  padding-bottom: 6rem;
}

.last\:bag-pb-32:last-child {
  padding-bottom: 8rem;
}

.last\:bag-pb-40:last-child {
  padding-bottom: 10rem;
}

.last\:bag-pb-48:last-child {
  padding-bottom: 12rem;
}

.last\:bag-pb-56:last-child {
  padding-bottom: 14rem;
}

.last\:bag-pb-64:last-child {
  padding-bottom: 16rem;
}

.last\:bag-pb-px:last-child {
  padding-bottom: 1px;
}

.last\:bag-pb-gutter:last-child {
  padding-bottom: 1.5625rem;
}

.last\:bag-pb-gutter-full:last-child {
  padding-bottom: 3.125rem;
}

.last\:bag-pl-0:last-child {
  padding-left: 0;
}

.last\:bag-pl-1:last-child {
  padding-left: 0.25rem;
}

.last\:bag-pl-2:last-child {
  padding-left: 0.5rem;
}

.last\:bag-pl-3:last-child {
  padding-left: 0.75rem;
}

.last\:bag-pl-4:last-child {
  padding-left: 1rem;
}

.last\:bag-pl-5:last-child {
  padding-left: 1.25rem;
}

.last\:bag-pl-6:last-child {
  padding-left: 1.5rem;
}

.last\:bag-pl-8:last-child {
  padding-left: 2rem;
}

.last\:bag-pl-9:last-child {
  padding-left: 2.25rem;
}

.last\:bag-pl-10:last-child {
  padding-left: 2.5rem;
}

.last\:bag-pl-12:last-child {
  padding-left: 3rem;
}

.last\:bag-pl-16:last-child {
  padding-left: 4rem;
}

.last\:bag-pl-20:last-child {
  padding-left: 5rem;
}

.last\:bag-pl-24:last-child {
  padding-left: 6rem;
}

.last\:bag-pl-32:last-child {
  padding-left: 8rem;
}

.last\:bag-pl-40:last-child {
  padding-left: 10rem;
}

.last\:bag-pl-48:last-child {
  padding-left: 12rem;
}

.last\:bag-pl-56:last-child {
  padding-left: 14rem;
}

.last\:bag-pl-64:last-child {
  padding-left: 16rem;
}

.last\:bag-pl-px:last-child {
  padding-left: 1px;
}

.last\:bag-pl-gutter:last-child {
  padding-left: 1.5625rem;
}

.last\:bag-pl-gutter-full:last-child {
  padding-left: 3.125rem;
}

.bag-text-left {
  text-align: left;
}

.bag-text-center {
  text-align: center;
}

.bag-text-right {
  text-align: right;
}

.bag-text-justify {
  text-align: justify;
}

.bag-align-baseline {
  vertical-align: baseline;
}

.bag-align-top {
  vertical-align: top;
}

.bag-align-middle {
  vertical-align: middle;
}

.bag-align-bottom {
  vertical-align: bottom;
}

.bag-align-text-top {
  vertical-align: text-top;
}

.bag-align-text-bottom {
  vertical-align: text-bottom;
}

.bag-font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bag-text-xs {
  font-size: 0.75rem;
}

.bag-text-sm {
  font-size: 0.875rem;
}

.bag-text-base {
  font-size: 1rem;
}

.bag-text-lg {
  font-size: 1.125rem;
}

.bag-text-xl {
  font-size: 1.5rem;
}

.bag-text-2xl {
  font-size: 2rem;
}

.bag-text-3xl {
  font-size: 2.25rem;
}

.bag-text-4xl {
  font-size: 3rem;
}

.bag-text-5xl {
  font-size: 4rem;
}

.bag-font-light {
  font-weight: 300;
}

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

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

.bag-uppercase {
  text-transform: uppercase;
}

.bag-lowercase {
  text-transform: lowercase;
}

.bag-capitalize {
  text-transform: capitalize;
}

.bag-normal-case {
  text-transform: none;
}

.bag-italic {
  font-style: italic;
}

.bag-not-italic {
  font-style: normal;
}

.bag-ordinal, .bag-slashed-zero, .bag-lining-nums, .bag-oldstyle-nums, .bag-proportional-nums, .bag-tabular-nums, .bag-diagonal-fractions, .bag-stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.bag-normal-nums {
  font-variant-numeric: normal;
}

.bag-ordinal {
  --tw-ordinal: ordinal;
}

.bag-slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.bag-lining-nums {
  --tw-numeric-figure: lining-nums;
}

.bag-oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.bag-proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.bag-tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.bag-diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.bag-stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.bag-leading-none {
  line-height: 1;
}

.bag-leading-tight {
  line-height: 1.25;
}

.bag-leading-snug {
  line-height: 1.375;
}

.bag-leading-normal {
  line-height: 1.5;
}

.bag-leading-relaxed {
  line-height: 1.625;
}

.bag-leading-loose {
  line-height: 2;
}

.bag-tracking-wide {
  letter-spacing: 0.025em;
}

.bag-tracking-wider {
  letter-spacing: 0.05em;
}

.bag-tracking-widest {
  letter-spacing: 0.1em;
}

.bag-text-transparent {
  color: transparent;
}

.bag-text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.bag-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.bag-text-gray {
  --tw-text-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-text-opacity));
}

.bag-text-darkGray {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.bag-group:hover .group-hover\:bag-text-transparent {
  color: transparent;
}

.bag-group:hover .group-hover\:bag-text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.bag-group:hover .group-hover\:bag-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.bag-group:hover .group-hover\:bag-text-gray {
  --tw-text-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-text-opacity));
}

.bag-group:hover .group-hover\:bag-text-darkGray {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.focus-within\:bag-text-transparent:focus-within {
  color: transparent;
}

.focus-within\:bag-text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:bag-text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:bag-text-gray:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-text-opacity));
}

.focus-within\:bag-text-darkGray:focus-within {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.hover\:bag-text-transparent:hover {
  color: transparent;
}

.hover\:bag-text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:bag-text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:bag-text-gray:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-text-opacity));
}

.hover\:bag-text-darkGray:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.focus\:bag-text-transparent:focus {
  color: transparent;
}

.focus\:bag-text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:bag-text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:bag-text-gray:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-text-opacity));
}

.focus\:bag-text-darkGray:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-text-opacity));
}

.bag-text-opacity-0 {
  --tw-text-opacity: 0;
}

.bag-text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.bag-text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.bag-text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.bag-text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.bag-text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.bag-text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.bag-text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.bag-text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.bag-text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.bag-text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.bag-text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.bag-text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.bag-text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.bag-text-opacity-100 {
  --tw-text-opacity: 1;
}

.bag-group:hover .group-hover\:bag-text-opacity-0 {
  --tw-text-opacity: 0;
}

.bag-group:hover .group-hover\:bag-text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.bag-group:hover .group-hover\:bag-text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.bag-group:hover .group-hover\:bag-text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.bag-group:hover .group-hover\:bag-text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.bag-group:hover .group-hover\:bag-text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.bag-group:hover .group-hover\:bag-text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.bag-group:hover .group-hover\:bag-text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.bag-group:hover .group-hover\:bag-text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.bag-group:hover .group-hover\:bag-text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.bag-group:hover .group-hover\:bag-text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.bag-group:hover .group-hover\:bag-text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.bag-group:hover .group-hover\:bag-text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.bag-group:hover .group-hover\:bag-text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.bag-group:hover .group-hover\:bag-text-opacity-100 {
  --tw-text-opacity: 1;
}

.focus-within\:bag-text-opacity-0:focus-within {
  --tw-text-opacity: 0;
}

.focus-within\:bag-text-opacity-5:focus-within {
  --tw-text-opacity: 0.05;
}

.focus-within\:bag-text-opacity-10:focus-within {
  --tw-text-opacity: 0.1;
}

.focus-within\:bag-text-opacity-20:focus-within {
  --tw-text-opacity: 0.2;
}

.focus-within\:bag-text-opacity-25:focus-within {
  --tw-text-opacity: 0.25;
}

.focus-within\:bag-text-opacity-30:focus-within {
  --tw-text-opacity: 0.3;
}

.focus-within\:bag-text-opacity-40:focus-within {
  --tw-text-opacity: 0.4;
}

.focus-within\:bag-text-opacity-50:focus-within {
  --tw-text-opacity: 0.5;
}

.focus-within\:bag-text-opacity-60:focus-within {
  --tw-text-opacity: 0.6;
}

.focus-within\:bag-text-opacity-70:focus-within {
  --tw-text-opacity: 0.7;
}

.focus-within\:bag-text-opacity-75:focus-within {
  --tw-text-opacity: 0.75;
}

.focus-within\:bag-text-opacity-80:focus-within {
  --tw-text-opacity: 0.8;
}

.focus-within\:bag-text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}

.focus-within\:bag-text-opacity-95:focus-within {
  --tw-text-opacity: 0.95;
}

.focus-within\:bag-text-opacity-100:focus-within {
  --tw-text-opacity: 1;
}

.hover\:bag-text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:bag-text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:bag-text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:bag-text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:bag-text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:bag-text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:bag-text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:bag-text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:bag-text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:bag-text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:bag-text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:bag-text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:bag-text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:bag-text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:bag-text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:bag-text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:bag-text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:bag-text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:bag-text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:bag-text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:bag-text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:bag-text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:bag-text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:bag-text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:bag-text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:bag-text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:bag-text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:bag-text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:bag-text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:bag-text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.bag-underline {
  text-decoration: underline;
}

.bag-line-through {
  text-decoration: line-through;
}

.bag-no-underline {
  text-decoration: none;
}

.bag-group:hover .group-hover\:bag-underline {
  text-decoration: underline;
}

.bag-group:hover .group-hover\:bag-line-through {
  text-decoration: line-through;
}

.bag-group:hover .group-hover\:bag-no-underline {
  text-decoration: none;
}

.focus-within\:bag-underline:focus-within {
  text-decoration: underline;
}

.focus-within\:bag-line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:bag-no-underline:focus-within {
  text-decoration: none;
}

.hover\:bag-underline:hover {
  text-decoration: underline;
}

.hover\:bag-line-through:hover {
  text-decoration: line-through;
}

.hover\:bag-no-underline:hover {
  text-decoration: none;
}

.focus\:bag-underline:focus {
  text-decoration: underline;
}

.focus\:bag-line-through:focus {
  text-decoration: line-through;
}

.focus\:bag-no-underline:focus {
  text-decoration: none;
}

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

.bag-subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.bag-placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.bag-placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.bag-placeholder-transparent::placeholder {
  color: transparent;
}

.bag-placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.bag-placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.bag-placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.bag-placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.bag-placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.bag-placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.bag-placeholder-gray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
}

.bag-placeholder-gray:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
}

.bag-placeholder-gray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
}

.bag-placeholder-darkGray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.bag-placeholder-darkGray:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.bag-placeholder-darkGray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:bag-placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:bag-placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:bag-placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-gray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-gray:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-gray:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-darkGray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-darkGray:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:bag-placeholder-darkGray:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
}

.bag-placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.bag-placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.bag-placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.bag-placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.bag-placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.bag-placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.bag-placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.bag-placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.bag-placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.bag-placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.bag-placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.bag-placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.bag-placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.bag-placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.bag-placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.bag-placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.bag-placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.bag-placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.bag-placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.bag-placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.bag-placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.bag-placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.bag-placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.bag-placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.bag-placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.bag-placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.bag-placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.bag-placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.bag-placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.bag-placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.bag-placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.bag-placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.bag-placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.bag-placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.bag-placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.bag-placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.bag-placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.bag-placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.bag-placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.bag-placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.bag-placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.bag-placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.bag-placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.bag-placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.bag-placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:bag-placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:bag-placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:bag-placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:bag-placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:bag-placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:bag-placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:bag-placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:bag-placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:bag-placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:bag-placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:bag-placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:bag-placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:bag-placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:bag-placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:bag-placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:bag-placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:bag-placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:bag-placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:bag-placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:bag-placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:bag-placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:bag-placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:bag-placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:bag-placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:bag-placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:bag-placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:bag-placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:bag-placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:bag-placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:bag-placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:bag-placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:bag-placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:bag-placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:bag-placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:bag-placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:bag-placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:bag-placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:bag-placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:bag-placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:bag-placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:bag-placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:bag-placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:bag-placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:bag-placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:bag-placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.bag-opacity-0 {
  opacity: 0;
}

.bag-opacity-5 {
  opacity: 0.05;
}

.bag-opacity-10 {
  opacity: 0.1;
}

.bag-opacity-20 {
  opacity: 0.2;
}

.bag-opacity-25 {
  opacity: 0.25;
}

.bag-opacity-30 {
  opacity: 0.3;
}

.bag-opacity-40 {
  opacity: 0.4;
}

.bag-opacity-50 {
  opacity: 0.5;
}

.bag-opacity-60 {
  opacity: 0.6;
}

.bag-opacity-70 {
  opacity: 0.7;
}

.bag-opacity-75 {
  opacity: 0.75;
}

.bag-opacity-80 {
  opacity: 0.8;
}

.bag-opacity-90 {
  opacity: 0.9;
}

.bag-opacity-95 {
  opacity: 0.95;
}

.bag-opacity-100 {
  opacity: 1;
}

.bag-group:hover .group-hover\:bag-opacity-0 {
  opacity: 0;
}

.bag-group:hover .group-hover\:bag-opacity-5 {
  opacity: 0.05;
}

.bag-group:hover .group-hover\:bag-opacity-10 {
  opacity: 0.1;
}

.bag-group:hover .group-hover\:bag-opacity-20 {
  opacity: 0.2;
}

.bag-group:hover .group-hover\:bag-opacity-25 {
  opacity: 0.25;
}

.bag-group:hover .group-hover\:bag-opacity-30 {
  opacity: 0.3;
}

.bag-group:hover .group-hover\:bag-opacity-40 {
  opacity: 0.4;
}

.bag-group:hover .group-hover\:bag-opacity-50 {
  opacity: 0.5;
}

.bag-group:hover .group-hover\:bag-opacity-60 {
  opacity: 0.6;
}

.bag-group:hover .group-hover\:bag-opacity-70 {
  opacity: 0.7;
}

.bag-group:hover .group-hover\:bag-opacity-75 {
  opacity: 0.75;
}

.bag-group:hover .group-hover\:bag-opacity-80 {
  opacity: 0.8;
}

.bag-group:hover .group-hover\:bag-opacity-90 {
  opacity: 0.9;
}

.bag-group:hover .group-hover\:bag-opacity-95 {
  opacity: 0.95;
}

.bag-group:hover .group-hover\:bag-opacity-100 {
  opacity: 1;
}

.focus-within\:bag-opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:bag-opacity-5:focus-within {
  opacity: 0.05;
}

.focus-within\:bag-opacity-10:focus-within {
  opacity: 0.1;
}

.focus-within\:bag-opacity-20:focus-within {
  opacity: 0.2;
}

.focus-within\:bag-opacity-25:focus-within {
  opacity: 0.25;
}

.focus-within\:bag-opacity-30:focus-within {
  opacity: 0.3;
}

.focus-within\:bag-opacity-40:focus-within {
  opacity: 0.4;
}

.focus-within\:bag-opacity-50:focus-within {
  opacity: 0.5;
}

.focus-within\:bag-opacity-60:focus-within {
  opacity: 0.6;
}

.focus-within\:bag-opacity-70:focus-within {
  opacity: 0.7;
}

.focus-within\:bag-opacity-75:focus-within {
  opacity: 0.75;
}

.focus-within\:bag-opacity-80:focus-within {
  opacity: 0.8;
}

.focus-within\:bag-opacity-90:focus-within {
  opacity: 0.9;
}

.focus-within\:bag-opacity-95:focus-within {
  opacity: 0.95;
}

.focus-within\:bag-opacity-100:focus-within {
  opacity: 1;
}

.hover\:bag-opacity-0:hover {
  opacity: 0;
}

.hover\:bag-opacity-5:hover {
  opacity: 0.05;
}

.hover\:bag-opacity-10:hover {
  opacity: 0.1;
}

.hover\:bag-opacity-20:hover {
  opacity: 0.2;
}

.hover\:bag-opacity-25:hover {
  opacity: 0.25;
}

.hover\:bag-opacity-30:hover {
  opacity: 0.3;
}

.hover\:bag-opacity-40:hover {
  opacity: 0.4;
}

.hover\:bag-opacity-50:hover {
  opacity: 0.5;
}

.hover\:bag-opacity-60:hover {
  opacity: 0.6;
}

.hover\:bag-opacity-70:hover {
  opacity: 0.7;
}

.hover\:bag-opacity-75:hover {
  opacity: 0.75;
}

.hover\:bag-opacity-80:hover {
  opacity: 0.8;
}

.hover\:bag-opacity-90:hover {
  opacity: 0.9;
}

.hover\:bag-opacity-95:hover {
  opacity: 0.95;
}

.hover\:bag-opacity-100:hover {
  opacity: 1;
}

.focus\:bag-opacity-0:focus {
  opacity: 0;
}

.focus\:bag-opacity-5:focus {
  opacity: 0.05;
}

.focus\:bag-opacity-10:focus {
  opacity: 0.1;
}

.focus\:bag-opacity-20:focus {
  opacity: 0.2;
}

.focus\:bag-opacity-25:focus {
  opacity: 0.25;
}

.focus\:bag-opacity-30:focus {
  opacity: 0.3;
}

.focus\:bag-opacity-40:focus {
  opacity: 0.4;
}

.focus\:bag-opacity-50:focus {
  opacity: 0.5;
}

.focus\:bag-opacity-60:focus {
  opacity: 0.6;
}

.focus\:bag-opacity-70:focus {
  opacity: 0.7;
}

.focus\:bag-opacity-75:focus {
  opacity: 0.75;
}

.focus\:bag-opacity-80:focus {
  opacity: 0.8;
}

.focus\:bag-opacity-90:focus {
  opacity: 0.9;
}

.focus\:bag-opacity-95:focus {
  opacity: 0.95;
}

.focus\:bag-opacity-100:focus {
  opacity: 1;
}

.bag-bg-blend-normal {
  background-blend-mode: normal;
}

.bag-bg-blend-multiply {
  background-blend-mode: multiply;
}

.bag-bg-blend-screen {
  background-blend-mode: screen;
}

.bag-bg-blend-overlay {
  background-blend-mode: overlay;
}

.bag-bg-blend-darken {
  background-blend-mode: darken;
}

.bag-bg-blend-lighten {
  background-blend-mode: lighten;
}

.bag-bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bag-bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bag-bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bag-bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bag-bg-blend-difference {
  background-blend-mode: difference;
}

.bag-bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bag-bg-blend-hue {
  background-blend-mode: hue;
}

.bag-bg-blend-saturation {
  background-blend-mode: saturation;
}

.bag-bg-blend-color {
  background-blend-mode: color;
}

.bag-bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.bag-mix-blend-normal {
  mix-blend-mode: normal;
}

.bag-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.bag-mix-blend-screen {
  mix-blend-mode: screen;
}

.bag-mix-blend-overlay {
  mix-blend-mode: overlay;
}

.bag-mix-blend-darken {
  mix-blend-mode: darken;
}

.bag-mix-blend-lighten {
  mix-blend-mode: lighten;
}

.bag-mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.bag-mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.bag-mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.bag-mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.bag-mix-blend-difference {
  mix-blend-mode: difference;
}

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

.bag-mix-blend-hue {
  mix-blend-mode: hue;
}

.bag-mix-blend-saturation {
  mix-blend-mode: saturation;
}

.bag-mix-blend-color {
  mix-blend-mode: color;
}

.bag-mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.bag-shadow-default {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-shadow-outline {
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-group:hover .group-hover\:bag-shadow-default {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-group:hover .group-hover\:bag-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-group:hover .group-hover\:bag-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-group:hover .group-hover\:bag-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-group:hover .group-hover\:bag-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-group:hover .group-hover\:bag-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-group:hover .group-hover\:bag-shadow-outline {
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-group:hover .group-hover\:bag-shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:bag-shadow-default:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:bag-shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:bag-shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:bag-shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:bag-shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:bag-shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:bag-shadow-outline:focus-within {
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:bag-shadow-none:focus-within {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bag-shadow-default:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bag-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bag-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bag-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bag-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bag-shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bag-shadow-outline:hover {
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bag-shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bag-shadow-default:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bag-shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bag-shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bag-shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bag-shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bag-shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bag-shadow-outline:focus {
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bag-shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bag-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.bag-outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.bag-outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:bag-outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:bag-outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:bag-outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:bag-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:bag-outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:bag-outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.bag-ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bag-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bag-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bag-ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bag-ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bag-ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:bag-ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:bag-ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:bag-ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:bag-ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:bag-ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:bag-ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:bag-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:bag-ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:bag-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:bag-ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:bag-ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:bag-ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.bag-ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:bag-ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus\:bag-ring-inset:focus {
  --tw-ring-inset: inset;
}

.bag-ring-transparent {
  --tw-ring-color: transparent;
}

.bag-ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.bag-ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.bag-ring-gray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
}

.bag-ring-darkGray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:bag-ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.focus-within\:bag-ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:bag-ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:bag-ring-gray:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
}

.focus-within\:bag-ring-darkGray:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
}

.focus\:bag-ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:bag-ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:bag-ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:bag-ring-gray:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
}

.focus\:bag-ring-darkGray:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
}

.bag-ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.bag-ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.bag-ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.bag-ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.bag-ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.bag-ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.bag-ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.bag-ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.bag-ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.bag-ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.bag-ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.bag-ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.bag-ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.bag-ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.bag-ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:bag-ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:bag-ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:bag-ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:bag-ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:bag-ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:bag-ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:bag-ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:bag-ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:bag-ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:bag-ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:bag-ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:bag-ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:bag-ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:bag-ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:bag-ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:bag-ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:bag-ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:bag-ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:bag-ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:bag-ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:bag-ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:bag-ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:bag-ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:bag-ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:bag-ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:bag-ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:bag-ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:bag-ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:bag-ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:bag-ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.bag-ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.bag-ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.bag-ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.bag-ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.bag-ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:bag-ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:bag-ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:bag-ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:bag-ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:bag-ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:bag-ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:bag-ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:bag-ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:bag-ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:bag-ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.bag-ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.bag-ring-offset-black {
  --tw-ring-offset-color: #000;
}

.bag-ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.bag-ring-offset-gray {
  --tw-ring-offset-color: #d1d1d1;
}

.bag-ring-offset-darkGray {
  --tw-ring-offset-color: #717171;
}

.focus-within\:bag-ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.focus-within\:bag-ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:bag-ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:bag-ring-offset-gray:focus-within {
  --tw-ring-offset-color: #d1d1d1;
}

.focus-within\:bag-ring-offset-darkGray:focus-within {
  --tw-ring-offset-color: #717171;
}

.focus\:bag-ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:bag-ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:bag-ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:bag-ring-offset-gray:focus {
  --tw-ring-offset-color: #d1d1d1;
}

.focus\:bag-ring-offset-darkGray:focus {
  --tw-ring-offset-color: #717171;
}

.bag-filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.bag-filter-none {
  filter: none;
}

.bag-blur-0 {
  --tw-blur: blur(0);
}

.bag-blur-none {
  --tw-blur: blur(0);
}

.bag-blur-sm {
  --tw-blur: blur(4px);
}

.bag-blur {
  --tw-blur: blur(8px);
}

.bag-blur-md {
  --tw-blur: blur(12px);
}

.bag-blur-lg {
  --tw-blur: blur(16px);
}

.bag-blur-xl {
  --tw-blur: blur(24px);
}

.bag-blur-2xl {
  --tw-blur: blur(40px);
}

.bag-blur-3xl {
  --tw-blur: blur(64px);
}

.bag-brightness-0 {
  --tw-brightness: brightness(0);
}

.bag-brightness-50 {
  --tw-brightness: brightness(.5);
}

.bag-brightness-75 {
  --tw-brightness: brightness(.75);
}

.bag-brightness-90 {
  --tw-brightness: brightness(.9);
}

.bag-brightness-95 {
  --tw-brightness: brightness(.95);
}

.bag-brightness-100 {
  --tw-brightness: brightness(1);
}

.bag-brightness-105 {
  --tw-brightness: brightness(1.05);
}

.bag-brightness-110 {
  --tw-brightness: brightness(1.1);
}

.bag-brightness-125 {
  --tw-brightness: brightness(1.25);
}

.bag-brightness-150 {
  --tw-brightness: brightness(1.5);
}

.bag-brightness-200 {
  --tw-brightness: brightness(2);
}

.bag-contrast-0 {
  --tw-contrast: contrast(0);
}

.bag-contrast-50 {
  --tw-contrast: contrast(.5);
}

.bag-contrast-75 {
  --tw-contrast: contrast(.75);
}

.bag-contrast-100 {
  --tw-contrast: contrast(1);
}

.bag-contrast-125 {
  --tw-contrast: contrast(1.25);
}

.bag-contrast-150 {
  --tw-contrast: contrast(1.5);
}

.bag-contrast-200 {
  --tw-contrast: contrast(2);
}

.bag-drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.bag-drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.bag-drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.bag-drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.bag-drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.bag-drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.bag-drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.bag-grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.bag-grayscale {
  --tw-grayscale: grayscale(100%);
}

.bag-hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.bag-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.bag-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.bag-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.bag-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.bag-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.bag--hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.bag--hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.bag--hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.bag--hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.bag--hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.bag-invert-0 {
  --tw-invert: invert(0);
}

.bag-invert {
  --tw-invert: invert(100%);
}

.bag-saturate-0 {
  --tw-saturate: saturate(0);
}

.bag-saturate-50 {
  --tw-saturate: saturate(.5);
}

.bag-saturate-100 {
  --tw-saturate: saturate(1);
}

.bag-saturate-150 {
  --tw-saturate: saturate(1.5);
}

.bag-saturate-200 {
  --tw-saturate: saturate(2);
}

.bag-sepia-0 {
  --tw-sepia: sepia(0);
}

.bag-sepia {
  --tw-sepia: sepia(100%);
}

.bag-backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.bag-backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.bag-backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.bag-backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.bag-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.bag-backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.bag-backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.bag-backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.bag-backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.bag-backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.bag-backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.bag-backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.bag-backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.bag-backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.bag-backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.bag-backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.bag-backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.bag-backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.bag-backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.bag-backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.bag-backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.bag-backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.bag-backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.bag-backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.bag-backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.bag-backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.bag-backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.bag-backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.bag-backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.bag-backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.bag-backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.bag-backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.bag-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.bag-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.bag-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.bag-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.bag-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.bag--backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.bag--backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.bag--backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.bag--backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.bag--backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.bag-backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.bag-backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.bag-backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.bag-backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.bag-backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.bag-backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.bag-backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.bag-backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.bag-backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.bag-backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.bag-backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.bag-backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.bag-backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.bag-backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.bag-backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.bag-backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.bag-backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.bag-backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.bag-backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.bag-backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.bag-backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.bag-backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.bag-backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.bag-backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.bag-transition-none {
  transition-property: none;
}

.bag-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bag-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bag-transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bag-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bag-transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bag-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bag-delay-75 {
  transition-delay: 75ms;
}

.bag-delay-100 {
  transition-delay: 100ms;
}

.bag-delay-150 {
  transition-delay: 150ms;
}

.bag-delay-200 {
  transition-delay: 200ms;
}

.bag-delay-300 {
  transition-delay: 300ms;
}

.bag-delay-500 {
  transition-delay: 500ms;
}

.bag-delay-700 {
  transition-delay: 700ms;
}

.bag-delay-1000 {
  transition-delay: 1000ms;
}

.bag-duration-75 {
  transition-duration: 75ms;
}

.bag-duration-100 {
  transition-duration: 100ms;
}

.bag-duration-150 {
  transition-duration: 150ms;
}

.bag-duration-200 {
  transition-duration: 200ms;
}

.bag-duration-300 {
  transition-duration: 300ms;
}

.bag-duration-500 {
  transition-duration: 500ms;
}

.bag-duration-700 {
  transition-duration: 700ms;
}

.bag-duration-1000 {
  transition-duration: 1000ms;
}

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

.bag-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.bag-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.bag-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .sm\:bag-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

  @media (min-width: 640px) {
    .sm\:bag-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:bag-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:bag-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1270px) {
    .sm\:bag-container {
      max-width: 1270px;
    }
  }

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

  .sm\:bag-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .sm\:focus-within\:bag-not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .sm\:focus\:bag-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:bag-pointer-events-none {
    pointer-events: none;
  }

  .sm\:bag-pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:bag-visible {
    visibility: visible;
  }

  .sm\:bag-invisible {
    visibility: hidden;
  }

  .sm\:bag-static {
    position: static;
  }

  .sm\:bag-fixed {
    position: fixed;
  }

  .sm\:bag-absolute {
    position: absolute;
  }

  .sm\:bag-relative {
    position: relative;
  }

  .sm\:bag-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:bag-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:bag-inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:bag-inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:bag-inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:bag-inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:bag-inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:bag-inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:bag-inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:bag-inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:bag-inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:bag-inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:bag-inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:bag-inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:bag-inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:bag-inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:bag-inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:bag-inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:bag-inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:bag-inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:bag-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:bag-inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:bag-inset-gutter {
    top: 1.5625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: 1.5625rem;
  }

  .sm\:bag-inset-gutter-full {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .sm\:bag--inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:bag--inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:bag--inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:bag--inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:bag--inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:bag--inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:bag--inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:bag--inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:bag--inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:bag--inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:bag--inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:bag--inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:bag--inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:bag--inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:bag--inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:bag--inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:bag--inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:bag--inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:bag--inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:bag--inset-gutter {
    top: -1.5625rem;
    right: -1.5625rem;
    bottom: -1.5625rem;
    left: -1.5625rem;
  }

  .sm\:bag--inset-gutter-full {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .sm\:bag-inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:bag-inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:bag-inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:bag-inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:bag-inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:bag-inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:bag-inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:bag--inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:bag--inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:bag--inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:bag--inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:bag--inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:bag--inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:bag--inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:bag-inset-x-0 {
    left: 0;
    right: 0;
  }

  .sm\:bag-inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:bag-inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:bag-inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:bag-inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .sm\:bag-inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:bag-inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:bag-inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .sm\:bag-inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm\:bag-inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm\:bag-inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .sm\:bag-inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .sm\:bag-inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .sm\:bag-inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .sm\:bag-inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .sm\:bag-inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .sm\:bag-inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .sm\:bag-inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .sm\:bag-inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .sm\:bag-inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:bag-inset-x-px {
    left: 1px;
    right: 1px;
  }

  .sm\:bag-inset-x-gutter {
    left: 1.5625rem;
    right: 1.5625rem;
  }

  .sm\:bag-inset-x-gutter-full {
    left: 3.125rem;
    right: 3.125rem;
  }

  .sm\:bag--inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:bag--inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:bag--inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:bag--inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .sm\:bag--inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm\:bag--inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:bag--inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .sm\:bag--inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm\:bag--inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm\:bag--inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .sm\:bag--inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .sm\:bag--inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .sm\:bag--inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .sm\:bag--inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .sm\:bag--inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .sm\:bag--inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .sm\:bag--inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .sm\:bag--inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .sm\:bag--inset-x-px {
    left: -1px;
    right: -1px;
  }

  .sm\:bag--inset-x-gutter {
    left: -1.5625rem;
    right: -1.5625rem;
  }

  .sm\:bag--inset-x-gutter-full {
    left: -3.125rem;
    right: -3.125rem;
  }

  .sm\:bag-inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm\:bag-inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:bag-inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:bag-inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm\:bag-inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:bag-inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm\:bag-inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm\:bag--inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm\:bag--inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:bag--inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:bag--inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm\:bag--inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm\:bag--inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm\:bag--inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm\:bag-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:bag-inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:bag-inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:bag-inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:bag-inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:bag-inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:bag-inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:bag-inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:bag-inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:bag-inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:bag-inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:bag-inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:bag-inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:bag-inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:bag-inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:bag-inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:bag-inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:bag-inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:bag-inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:bag-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:bag-inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:bag-inset-y-gutter {
    top: 1.5625rem;
    bottom: 1.5625rem;
  }

  .sm\:bag-inset-y-gutter-full {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .sm\:bag--inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:bag--inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:bag--inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:bag--inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:bag--inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:bag--inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:bag--inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:bag--inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:bag--inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:bag--inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:bag--inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:bag--inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:bag--inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:bag--inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:bag--inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:bag--inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:bag--inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:bag--inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:bag--inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:bag--inset-y-gutter {
    top: -1.5625rem;
    bottom: -1.5625rem;
  }

  .sm\:bag--inset-y-gutter-full {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .sm\:bag-inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:bag-inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:bag-inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:bag-inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:bag-inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:bag-inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:bag-inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:bag--inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:bag--inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:bag--inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:bag--inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:bag--inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:bag--inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:bag--inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:bag-top-0 {
    top: 0;
  }

  .sm\:bag-top-1 {
    top: 0.25rem;
  }

  .sm\:bag-top-2 {
    top: 0.5rem;
  }

  .sm\:bag-top-3 {
    top: 0.75rem;
  }

  .sm\:bag-top-4 {
    top: 1rem;
  }

  .sm\:bag-top-5 {
    top: 1.25rem;
  }

  .sm\:bag-top-6 {
    top: 1.5rem;
  }

  .sm\:bag-top-8 {
    top: 2rem;
  }

  .sm\:bag-top-9 {
    top: 2.25rem;
  }

  .sm\:bag-top-10 {
    top: 2.5rem;
  }

  .sm\:bag-top-12 {
    top: 3rem;
  }

  .sm\:bag-top-16 {
    top: 4rem;
  }

  .sm\:bag-top-20 {
    top: 5rem;
  }

  .sm\:bag-top-24 {
    top: 6rem;
  }

  .sm\:bag-top-32 {
    top: 8rem;
  }

  .sm\:bag-top-40 {
    top: 10rem;
  }

  .sm\:bag-top-48 {
    top: 12rem;
  }

  .sm\:bag-top-56 {
    top: 14rem;
  }

  .sm\:bag-top-64 {
    top: 16rem;
  }

  .sm\:bag-top-auto {
    top: auto;
  }

  .sm\:bag-top-px {
    top: 1px;
  }

  .sm\:bag-top-gutter {
    top: 1.5625rem;
  }

  .sm\:bag-top-gutter-full {
    top: 3.125rem;
  }

  .sm\:bag--top-1 {
    top: -0.25rem;
  }

  .sm\:bag--top-2 {
    top: -0.5rem;
  }

  .sm\:bag--top-3 {
    top: -0.75rem;
  }

  .sm\:bag--top-4 {
    top: -1rem;
  }

  .sm\:bag--top-5 {
    top: -1.25rem;
  }

  .sm\:bag--top-6 {
    top: -1.5rem;
  }

  .sm\:bag--top-8 {
    top: -2rem;
  }

  .sm\:bag--top-9 {
    top: -2.25rem;
  }

  .sm\:bag--top-10 {
    top: -2.5rem;
  }

  .sm\:bag--top-12 {
    top: -3rem;
  }

  .sm\:bag--top-16 {
    top: -4rem;
  }

  .sm\:bag--top-20 {
    top: -5rem;
  }

  .sm\:bag--top-24 {
    top: -6rem;
  }

  .sm\:bag--top-32 {
    top: -8rem;
  }

  .sm\:bag--top-40 {
    top: -10rem;
  }

  .sm\:bag--top-48 {
    top: -12rem;
  }

  .sm\:bag--top-56 {
    top: -14rem;
  }

  .sm\:bag--top-64 {
    top: -16rem;
  }

  .sm\:bag--top-px {
    top: -1px;
  }

  .sm\:bag--top-gutter {
    top: -1.5625rem;
  }

  .sm\:bag--top-gutter-full {
    top: -3.125rem;
  }

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

  .sm\:bag-top-1\/3 {
    top: 33.333333%;
  }

  .sm\:bag-top-2\/3 {
    top: 66.666667%;
  }

  .sm\:bag-top-1\/4 {
    top: 25%;
  }

  .sm\:bag-top-2\/4 {
    top: 50%;
  }

  .sm\:bag-top-3\/4 {
    top: 75%;
  }

  .sm\:bag-top-full {
    top: 100%;
  }

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

  .sm\:bag--top-1\/3 {
    top: -33.333333%;
  }

  .sm\:bag--top-2\/3 {
    top: -66.666667%;
  }

  .sm\:bag--top-1\/4 {
    top: -25%;
  }

  .sm\:bag--top-2\/4 {
    top: -50%;
  }

  .sm\:bag--top-3\/4 {
    top: -75%;
  }

  .sm\:bag--top-full {
    top: -100%;
  }

  .sm\:bag-right-0 {
    right: 0;
  }

  .sm\:bag-right-1 {
    right: 0.25rem;
  }

  .sm\:bag-right-2 {
    right: 0.5rem;
  }

  .sm\:bag-right-3 {
    right: 0.75rem;
  }

  .sm\:bag-right-4 {
    right: 1rem;
  }

  .sm\:bag-right-5 {
    right: 1.25rem;
  }

  .sm\:bag-right-6 {
    right: 1.5rem;
  }

  .sm\:bag-right-8 {
    right: 2rem;
  }

  .sm\:bag-right-9 {
    right: 2.25rem;
  }

  .sm\:bag-right-10 {
    right: 2.5rem;
  }

  .sm\:bag-right-12 {
    right: 3rem;
  }

  .sm\:bag-right-16 {
    right: 4rem;
  }

  .sm\:bag-right-20 {
    right: 5rem;
  }

  .sm\:bag-right-24 {
    right: 6rem;
  }

  .sm\:bag-right-32 {
    right: 8rem;
  }

  .sm\:bag-right-40 {
    right: 10rem;
  }

  .sm\:bag-right-48 {
    right: 12rem;
  }

  .sm\:bag-right-56 {
    right: 14rem;
  }

  .sm\:bag-right-64 {
    right: 16rem;
  }

  .sm\:bag-right-auto {
    right: auto;
  }

  .sm\:bag-right-px {
    right: 1px;
  }

  .sm\:bag-right-gutter {
    right: 1.5625rem;
  }

  .sm\:bag-right-gutter-full {
    right: 3.125rem;
  }

  .sm\:bag--right-1 {
    right: -0.25rem;
  }

  .sm\:bag--right-2 {
    right: -0.5rem;
  }

  .sm\:bag--right-3 {
    right: -0.75rem;
  }

  .sm\:bag--right-4 {
    right: -1rem;
  }

  .sm\:bag--right-5 {
    right: -1.25rem;
  }

  .sm\:bag--right-6 {
    right: -1.5rem;
  }

  .sm\:bag--right-8 {
    right: -2rem;
  }

  .sm\:bag--right-9 {
    right: -2.25rem;
  }

  .sm\:bag--right-10 {
    right: -2.5rem;
  }

  .sm\:bag--right-12 {
    right: -3rem;
  }

  .sm\:bag--right-16 {
    right: -4rem;
  }

  .sm\:bag--right-20 {
    right: -5rem;
  }

  .sm\:bag--right-24 {
    right: -6rem;
  }

  .sm\:bag--right-32 {
    right: -8rem;
  }

  .sm\:bag--right-40 {
    right: -10rem;
  }

  .sm\:bag--right-48 {
    right: -12rem;
  }

  .sm\:bag--right-56 {
    right: -14rem;
  }

  .sm\:bag--right-64 {
    right: -16rem;
  }

  .sm\:bag--right-px {
    right: -1px;
  }

  .sm\:bag--right-gutter {
    right: -1.5625rem;
  }

  .sm\:bag--right-gutter-full {
    right: -3.125rem;
  }

  .sm\:bag-right-1\/2 {
    right: 50%;
  }

  .sm\:bag-right-1\/3 {
    right: 33.333333%;
  }

  .sm\:bag-right-2\/3 {
    right: 66.666667%;
  }

  .sm\:bag-right-1\/4 {
    right: 25%;
  }

  .sm\:bag-right-2\/4 {
    right: 50%;
  }

  .sm\:bag-right-3\/4 {
    right: 75%;
  }

  .sm\:bag-right-full {
    right: 100%;
  }

  .sm\:bag--right-1\/2 {
    right: -50%;
  }

  .sm\:bag--right-1\/3 {
    right: -33.333333%;
  }

  .sm\:bag--right-2\/3 {
    right: -66.666667%;
  }

  .sm\:bag--right-1\/4 {
    right: -25%;
  }

  .sm\:bag--right-2\/4 {
    right: -50%;
  }

  .sm\:bag--right-3\/4 {
    right: -75%;
  }

  .sm\:bag--right-full {
    right: -100%;
  }

  .sm\:bag-bottom-0 {
    bottom: 0;
  }

  .sm\:bag-bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:bag-bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bag-bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:bag-bottom-4 {
    bottom: 1rem;
  }

  .sm\:bag-bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:bag-bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bag-bottom-8 {
    bottom: 2rem;
  }

  .sm\:bag-bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:bag-bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:bag-bottom-12 {
    bottom: 3rem;
  }

  .sm\:bag-bottom-16 {
    bottom: 4rem;
  }

  .sm\:bag-bottom-20 {
    bottom: 5rem;
  }

  .sm\:bag-bottom-24 {
    bottom: 6rem;
  }

  .sm\:bag-bottom-32 {
    bottom: 8rem;
  }

  .sm\:bag-bottom-40 {
    bottom: 10rem;
  }

  .sm\:bag-bottom-48 {
    bottom: 12rem;
  }

  .sm\:bag-bottom-56 {
    bottom: 14rem;
  }

  .sm\:bag-bottom-64 {
    bottom: 16rem;
  }

  .sm\:bag-bottom-auto {
    bottom: auto;
  }

  .sm\:bag-bottom-px {
    bottom: 1px;
  }

  .sm\:bag-bottom-gutter {
    bottom: 1.5625rem;
  }

  .sm\:bag-bottom-gutter-full {
    bottom: 3.125rem;
  }

  .sm\:bag--bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:bag--bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:bag--bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:bag--bottom-4 {
    bottom: -1rem;
  }

  .sm\:bag--bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:bag--bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:bag--bottom-8 {
    bottom: -2rem;
  }

  .sm\:bag--bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:bag--bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:bag--bottom-12 {
    bottom: -3rem;
  }

  .sm\:bag--bottom-16 {
    bottom: -4rem;
  }

  .sm\:bag--bottom-20 {
    bottom: -5rem;
  }

  .sm\:bag--bottom-24 {
    bottom: -6rem;
  }

  .sm\:bag--bottom-32 {
    bottom: -8rem;
  }

  .sm\:bag--bottom-40 {
    bottom: -10rem;
  }

  .sm\:bag--bottom-48 {
    bottom: -12rem;
  }

  .sm\:bag--bottom-56 {
    bottom: -14rem;
  }

  .sm\:bag--bottom-64 {
    bottom: -16rem;
  }

  .sm\:bag--bottom-px {
    bottom: -1px;
  }

  .sm\:bag--bottom-gutter {
    bottom: -1.5625rem;
  }

  .sm\:bag--bottom-gutter-full {
    bottom: -3.125rem;
  }

  .sm\:bag-bottom-1\/2 {
    bottom: 50%;
  }

  .sm\:bag-bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm\:bag-bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm\:bag-bottom-1\/4 {
    bottom: 25%;
  }

  .sm\:bag-bottom-2\/4 {
    bottom: 50%;
  }

  .sm\:bag-bottom-3\/4 {
    bottom: 75%;
  }

  .sm\:bag-bottom-full {
    bottom: 100%;
  }

  .sm\:bag--bottom-1\/2 {
    bottom: -50%;
  }

  .sm\:bag--bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm\:bag--bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm\:bag--bottom-1\/4 {
    bottom: -25%;
  }

  .sm\:bag--bottom-2\/4 {
    bottom: -50%;
  }

  .sm\:bag--bottom-3\/4 {
    bottom: -75%;
  }

  .sm\:bag--bottom-full {
    bottom: -100%;
  }

  .sm\:bag-left-0 {
    left: 0;
  }

  .sm\:bag-left-1 {
    left: 0.25rem;
  }

  .sm\:bag-left-2 {
    left: 0.5rem;
  }

  .sm\:bag-left-3 {
    left: 0.75rem;
  }

  .sm\:bag-left-4 {
    left: 1rem;
  }

  .sm\:bag-left-5 {
    left: 1.25rem;
  }

  .sm\:bag-left-6 {
    left: 1.5rem;
  }

  .sm\:bag-left-8 {
    left: 2rem;
  }

  .sm\:bag-left-9 {
    left: 2.25rem;
  }

  .sm\:bag-left-10 {
    left: 2.5rem;
  }

  .sm\:bag-left-12 {
    left: 3rem;
  }

  .sm\:bag-left-16 {
    left: 4rem;
  }

  .sm\:bag-left-20 {
    left: 5rem;
  }

  .sm\:bag-left-24 {
    left: 6rem;
  }

  .sm\:bag-left-32 {
    left: 8rem;
  }

  .sm\:bag-left-40 {
    left: 10rem;
  }

  .sm\:bag-left-48 {
    left: 12rem;
  }

  .sm\:bag-left-56 {
    left: 14rem;
  }

  .sm\:bag-left-64 {
    left: 16rem;
  }

  .sm\:bag-left-auto {
    left: auto;
  }

  .sm\:bag-left-px {
    left: 1px;
  }

  .sm\:bag-left-gutter {
    left: 1.5625rem;
  }

  .sm\:bag-left-gutter-full {
    left: 3.125rem;
  }

  .sm\:bag--left-1 {
    left: -0.25rem;
  }

  .sm\:bag--left-2 {
    left: -0.5rem;
  }

  .sm\:bag--left-3 {
    left: -0.75rem;
  }

  .sm\:bag--left-4 {
    left: -1rem;
  }

  .sm\:bag--left-5 {
    left: -1.25rem;
  }

  .sm\:bag--left-6 {
    left: -1.5rem;
  }

  .sm\:bag--left-8 {
    left: -2rem;
  }

  .sm\:bag--left-9 {
    left: -2.25rem;
  }

  .sm\:bag--left-10 {
    left: -2.5rem;
  }

  .sm\:bag--left-12 {
    left: -3rem;
  }

  .sm\:bag--left-16 {
    left: -4rem;
  }

  .sm\:bag--left-20 {
    left: -5rem;
  }

  .sm\:bag--left-24 {
    left: -6rem;
  }

  .sm\:bag--left-32 {
    left: -8rem;
  }

  .sm\:bag--left-40 {
    left: -10rem;
  }

  .sm\:bag--left-48 {
    left: -12rem;
  }

  .sm\:bag--left-56 {
    left: -14rem;
  }

  .sm\:bag--left-64 {
    left: -16rem;
  }

  .sm\:bag--left-px {
    left: -1px;
  }

  .sm\:bag--left-gutter {
    left: -1.5625rem;
  }

  .sm\:bag--left-gutter-full {
    left: -3.125rem;
  }

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

  .sm\:bag-left-1\/3 {
    left: 33.333333%;
  }

  .sm\:bag-left-2\/3 {
    left: 66.666667%;
  }

  .sm\:bag-left-1\/4 {
    left: 25%;
  }

  .sm\:bag-left-2\/4 {
    left: 50%;
  }

  .sm\:bag-left-3\/4 {
    left: 75%;
  }

  .sm\:bag-left-full {
    left: 100%;
  }

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

  .sm\:bag--left-1\/3 {
    left: -33.333333%;
  }

  .sm\:bag--left-2\/3 {
    left: -66.666667%;
  }

  .sm\:bag--left-1\/4 {
    left: -25%;
  }

  .sm\:bag--left-2\/4 {
    left: -50%;
  }

  .sm\:bag--left-3\/4 {
    left: -75%;
  }

  .sm\:bag--left-full {
    left: -100%;
  }

  .sm\:bag-isolate {
    isolation: isolate;
  }

  .sm\:bag-isolation-auto {
    isolation: auto;
  }

  .sm\:bag-z-0 {
    z-index: 0;
  }

  .sm\:bag-z-10 {
    z-index: 10;
  }

  .sm\:bag-z-20 {
    z-index: 20;
  }

  .sm\:bag-z-30 {
    z-index: 30;
  }

  .sm\:bag-z-40 {
    z-index: 40;
  }

  .sm\:bag-z-50 {
    z-index: 50;
  }

  .sm\:bag-z-99 {
    z-index: 99;
  }

  .sm\:bag--z-1 {
    z-index: -1;
  }

  .sm\:bag-z-auto {
    z-index: auto;
  }

  .sm\:focus-within\:bag-z-0:focus-within {
    z-index: 0;
  }

  .sm\:focus-within\:bag-z-10:focus-within {
    z-index: 10;
  }

  .sm\:focus-within\:bag-z-20:focus-within {
    z-index: 20;
  }

  .sm\:focus-within\:bag-z-30:focus-within {
    z-index: 30;
  }

  .sm\:focus-within\:bag-z-40:focus-within {
    z-index: 40;
  }

  .sm\:focus-within\:bag-z-50:focus-within {
    z-index: 50;
  }

  .sm\:focus-within\:bag-z-99:focus-within {
    z-index: 99;
  }

  .sm\:focus-within\:bag--z-1:focus-within {
    z-index: -1;
  }

  .sm\:focus-within\:bag-z-auto:focus-within {
    z-index: auto;
  }

  .sm\:focus\:bag-z-0:focus {
    z-index: 0;
  }

  .sm\:focus\:bag-z-10:focus {
    z-index: 10;
  }

  .sm\:focus\:bag-z-20:focus {
    z-index: 20;
  }

  .sm\:focus\:bag-z-30:focus {
    z-index: 30;
  }

  .sm\:focus\:bag-z-40:focus {
    z-index: 40;
  }

  .sm\:focus\:bag-z-50:focus {
    z-index: 50;
  }

  .sm\:focus\:bag-z-99:focus {
    z-index: 99;
  }

  .sm\:focus\:bag--z-1:focus {
    z-index: -1;
  }

  .sm\:focus\:bag-z-auto:focus {
    z-index: auto;
  }

  .sm\:bag-order-1 {
    order: 1;
  }

  .sm\:bag-order-2 {
    order: 2;
  }

  .sm\:bag-order-3 {
    order: 3;
  }

  .sm\:bag-order-4 {
    order: 4;
  }

  .sm\:bag-order-5 {
    order: 5;
  }

  .sm\:bag-order-6 {
    order: 6;
  }

  .sm\:bag-order-7 {
    order: 7;
  }

  .sm\:bag-order-8 {
    order: 8;
  }

  .sm\:bag-order-9 {
    order: 9;
  }

  .sm\:bag-order-10 {
    order: 10;
  }

  .sm\:bag-order-11 {
    order: 11;
  }

  .sm\:bag-order-12 {
    order: 12;
  }

  .sm\:bag-order-first {
    order: -9999;
  }

  .sm\:bag-order-last {
    order: 9999;
  }

  .sm\:bag-order-none {
    order: 0;
  }

  .sm\:bag-col-auto {
    grid-column: auto;
  }

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

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

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

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

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

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

  .sm\:bag-col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:bag-col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:bag-col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:bag-col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:bag-col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:bag-col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .sm\:bag-col-start-1 {
    grid-column-start: 1;
  }

  .sm\:bag-col-start-2 {
    grid-column-start: 2;
  }

  .sm\:bag-col-start-3 {
    grid-column-start: 3;
  }

  .sm\:bag-col-start-4 {
    grid-column-start: 4;
  }

  .sm\:bag-col-start-5 {
    grid-column-start: 5;
  }

  .sm\:bag-col-start-6 {
    grid-column-start: 6;
  }

  .sm\:bag-col-start-7 {
    grid-column-start: 7;
  }

  .sm\:bag-col-start-8 {
    grid-column-start: 8;
  }

  .sm\:bag-col-start-9 {
    grid-column-start: 9;
  }

  .sm\:bag-col-start-10 {
    grid-column-start: 10;
  }

  .sm\:bag-col-start-11 {
    grid-column-start: 11;
  }

  .sm\:bag-col-start-12 {
    grid-column-start: 12;
  }

  .sm\:bag-col-start-13 {
    grid-column-start: 13;
  }

  .sm\:bag-col-start-auto {
    grid-column-start: auto;
  }

  .sm\:bag-col-end-1 {
    grid-column-end: 1;
  }

  .sm\:bag-col-end-2 {
    grid-column-end: 2;
  }

  .sm\:bag-col-end-3 {
    grid-column-end: 3;
  }

  .sm\:bag-col-end-4 {
    grid-column-end: 4;
  }

  .sm\:bag-col-end-5 {
    grid-column-end: 5;
  }

  .sm\:bag-col-end-6 {
    grid-column-end: 6;
  }

  .sm\:bag-col-end-7 {
    grid-column-end: 7;
  }

  .sm\:bag-col-end-8 {
    grid-column-end: 8;
  }

  .sm\:bag-col-end-9 {
    grid-column-end: 9;
  }

  .sm\:bag-col-end-10 {
    grid-column-end: 10;
  }

  .sm\:bag-col-end-11 {
    grid-column-end: 11;
  }

  .sm\:bag-col-end-12 {
    grid-column-end: 12;
  }

  .sm\:bag-col-end-13 {
    grid-column-end: 13;
  }

  .sm\:bag-col-end-auto {
    grid-column-end: auto;
  }

  .sm\:bag-row-auto {
    grid-row: auto;
  }

  .sm\:bag-row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:bag-row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:bag-row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:bag-row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:bag-row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:bag-row-span-6 {
    grid-row: span 6 / span 6;
  }

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

  .sm\:bag-row-start-1 {
    grid-row-start: 1;
  }

  .sm\:bag-row-start-2 {
    grid-row-start: 2;
  }

  .sm\:bag-row-start-3 {
    grid-row-start: 3;
  }

  .sm\:bag-row-start-4 {
    grid-row-start: 4;
  }

  .sm\:bag-row-start-5 {
    grid-row-start: 5;
  }

  .sm\:bag-row-start-6 {
    grid-row-start: 6;
  }

  .sm\:bag-row-start-7 {
    grid-row-start: 7;
  }

  .sm\:bag-row-start-auto {
    grid-row-start: auto;
  }

  .sm\:bag-row-end-1 {
    grid-row-end: 1;
  }

  .sm\:bag-row-end-2 {
    grid-row-end: 2;
  }

  .sm\:bag-row-end-3 {
    grid-row-end: 3;
  }

  .sm\:bag-row-end-4 {
    grid-row-end: 4;
  }

  .sm\:bag-row-end-5 {
    grid-row-end: 5;
  }

  .sm\:bag-row-end-6 {
    grid-row-end: 6;
  }

  .sm\:bag-row-end-7 {
    grid-row-end: 7;
  }

  .sm\:bag-row-end-auto {
    grid-row-end: auto;
  }

  .sm\:bag-float-right {
    float: right;
  }

  .sm\:bag-float-left {
    float: left;
  }

  .sm\:bag-float-none {
    float: none;
  }

  .sm\:bag-clear-left {
    clear: left;
  }

  .sm\:bag-clear-right {
    clear: right;
  }

  .sm\:bag-clear-both {
    clear: both;
  }

  .sm\:bag-clear-none {
    clear: none;
  }

  .sm\:bag-m-0 {
    margin: 0;
  }

  .sm\:bag-m-1 {
    margin: 0.25rem;
  }

  .sm\:bag-m-2 {
    margin: 0.5rem;
  }

  .sm\:bag-m-3 {
    margin: 0.75rem;
  }

  .sm\:bag-m-4 {
    margin: 1rem;
  }

  .sm\:bag-m-5 {
    margin: 1.25rem;
  }

  .sm\:bag-m-6 {
    margin: 1.5rem;
  }

  .sm\:bag-m-8 {
    margin: 2rem;
  }

  .sm\:bag-m-9 {
    margin: 2.25rem;
  }

  .sm\:bag-m-10 {
    margin: 2.5rem;
  }

  .sm\:bag-m-12 {
    margin: 3rem;
  }

  .sm\:bag-m-16 {
    margin: 4rem;
  }

  .sm\:bag-m-20 {
    margin: 5rem;
  }

  .sm\:bag-m-24 {
    margin: 6rem;
  }

  .sm\:bag-m-32 {
    margin: 8rem;
  }

  .sm\:bag-m-40 {
    margin: 10rem;
  }

  .sm\:bag-m-48 {
    margin: 12rem;
  }

  .sm\:bag-m-56 {
    margin: 14rem;
  }

  .sm\:bag-m-64 {
    margin: 16rem;
  }

  .sm\:bag-m-auto {
    margin: auto;
  }

  .sm\:bag-m-px {
    margin: 1px;
  }

  .sm\:bag-m-gutter {
    margin: 1.5625rem;
  }

  .sm\:bag-m-gutter-full {
    margin: 3.125rem;
  }

  .sm\:bag--m-1 {
    margin: -0.25rem;
  }

  .sm\:bag--m-2 {
    margin: -0.5rem;
  }

  .sm\:bag--m-3 {
    margin: -0.75rem;
  }

  .sm\:bag--m-4 {
    margin: -1rem;
  }

  .sm\:bag--m-5 {
    margin: -1.25rem;
  }

  .sm\:bag--m-6 {
    margin: -1.5rem;
  }

  .sm\:bag--m-8 {
    margin: -2rem;
  }

  .sm\:bag--m-9 {
    margin: -2.25rem;
  }

  .sm\:bag--m-10 {
    margin: -2.5rem;
  }

  .sm\:bag--m-12 {
    margin: -3rem;
  }

  .sm\:bag--m-16 {
    margin: -4rem;
  }

  .sm\:bag--m-20 {
    margin: -5rem;
  }

  .sm\:bag--m-24 {
    margin: -6rem;
  }

  .sm\:bag--m-32 {
    margin: -8rem;
  }

  .sm\:bag--m-40 {
    margin: -10rem;
  }

  .sm\:bag--m-48 {
    margin: -12rem;
  }

  .sm\:bag--m-56 {
    margin: -14rem;
  }

  .sm\:bag--m-64 {
    margin: -16rem;
  }

  .sm\:bag--m-px {
    margin: -1px;
  }

  .sm\:bag--m-gutter {
    margin: -1.5625rem;
  }

  .sm\:bag--m-gutter-full {
    margin: -3.125rem;
  }

  .sm\:first\:bag-m-0:first-child {
    margin: 0;
  }

  .sm\:first\:bag-m-1:first-child {
    margin: 0.25rem;
  }

  .sm\:first\:bag-m-2:first-child {
    margin: 0.5rem;
  }

  .sm\:first\:bag-m-3:first-child {
    margin: 0.75rem;
  }

  .sm\:first\:bag-m-4:first-child {
    margin: 1rem;
  }

  .sm\:first\:bag-m-5:first-child {
    margin: 1.25rem;
  }

  .sm\:first\:bag-m-6:first-child {
    margin: 1.5rem;
  }

  .sm\:first\:bag-m-8:first-child {
    margin: 2rem;
  }

  .sm\:first\:bag-m-9:first-child {
    margin: 2.25rem;
  }

  .sm\:first\:bag-m-10:first-child {
    margin: 2.5rem;
  }

  .sm\:first\:bag-m-12:first-child {
    margin: 3rem;
  }

  .sm\:first\:bag-m-16:first-child {
    margin: 4rem;
  }

  .sm\:first\:bag-m-20:first-child {
    margin: 5rem;
  }

  .sm\:first\:bag-m-24:first-child {
    margin: 6rem;
  }

  .sm\:first\:bag-m-32:first-child {
    margin: 8rem;
  }

  .sm\:first\:bag-m-40:first-child {
    margin: 10rem;
  }

  .sm\:first\:bag-m-48:first-child {
    margin: 12rem;
  }

  .sm\:first\:bag-m-56:first-child {
    margin: 14rem;
  }

  .sm\:first\:bag-m-64:first-child {
    margin: 16rem;
  }

  .sm\:first\:bag-m-auto:first-child {
    margin: auto;
  }

  .sm\:first\:bag-m-px:first-child {
    margin: 1px;
  }

  .sm\:first\:bag-m-gutter:first-child {
    margin: 1.5625rem;
  }

  .sm\:first\:bag-m-gutter-full:first-child {
    margin: 3.125rem;
  }

  .sm\:first\:bag--m-1:first-child {
    margin: -0.25rem;
  }

  .sm\:first\:bag--m-2:first-child {
    margin: -0.5rem;
  }

  .sm\:first\:bag--m-3:first-child {
    margin: -0.75rem;
  }

  .sm\:first\:bag--m-4:first-child {
    margin: -1rem;
  }

  .sm\:first\:bag--m-5:first-child {
    margin: -1.25rem;
  }

  .sm\:first\:bag--m-6:first-child {
    margin: -1.5rem;
  }

  .sm\:first\:bag--m-8:first-child {
    margin: -2rem;
  }

  .sm\:first\:bag--m-9:first-child {
    margin: -2.25rem;
  }

  .sm\:first\:bag--m-10:first-child {
    margin: -2.5rem;
  }

  .sm\:first\:bag--m-12:first-child {
    margin: -3rem;
  }

  .sm\:first\:bag--m-16:first-child {
    margin: -4rem;
  }

  .sm\:first\:bag--m-20:first-child {
    margin: -5rem;
  }

  .sm\:first\:bag--m-24:first-child {
    margin: -6rem;
  }

  .sm\:first\:bag--m-32:first-child {
    margin: -8rem;
  }

  .sm\:first\:bag--m-40:first-child {
    margin: -10rem;
  }

  .sm\:first\:bag--m-48:first-child {
    margin: -12rem;
  }

  .sm\:first\:bag--m-56:first-child {
    margin: -14rem;
  }

  .sm\:first\:bag--m-64:first-child {
    margin: -16rem;
  }

  .sm\:first\:bag--m-px:first-child {
    margin: -1px;
  }

  .sm\:first\:bag--m-gutter:first-child {
    margin: -1.5625rem;
  }

  .sm\:first\:bag--m-gutter-full:first-child {
    margin: -3.125rem;
  }

  .sm\:last\:bag-m-0:last-child {
    margin: 0;
  }

  .sm\:last\:bag-m-1:last-child {
    margin: 0.25rem;
  }

  .sm\:last\:bag-m-2:last-child {
    margin: 0.5rem;
  }

  .sm\:last\:bag-m-3:last-child {
    margin: 0.75rem;
  }

  .sm\:last\:bag-m-4:last-child {
    margin: 1rem;
  }

  .sm\:last\:bag-m-5:last-child {
    margin: 1.25rem;
  }

  .sm\:last\:bag-m-6:last-child {
    margin: 1.5rem;
  }

  .sm\:last\:bag-m-8:last-child {
    margin: 2rem;
  }

  .sm\:last\:bag-m-9:last-child {
    margin: 2.25rem;
  }

  .sm\:last\:bag-m-10:last-child {
    margin: 2.5rem;
  }

  .sm\:last\:bag-m-12:last-child {
    margin: 3rem;
  }

  .sm\:last\:bag-m-16:last-child {
    margin: 4rem;
  }

  .sm\:last\:bag-m-20:last-child {
    margin: 5rem;
  }

  .sm\:last\:bag-m-24:last-child {
    margin: 6rem;
  }

  .sm\:last\:bag-m-32:last-child {
    margin: 8rem;
  }

  .sm\:last\:bag-m-40:last-child {
    margin: 10rem;
  }

  .sm\:last\:bag-m-48:last-child {
    margin: 12rem;
  }

  .sm\:last\:bag-m-56:last-child {
    margin: 14rem;
  }

  .sm\:last\:bag-m-64:last-child {
    margin: 16rem;
  }

  .sm\:last\:bag-m-auto:last-child {
    margin: auto;
  }

  .sm\:last\:bag-m-px:last-child {
    margin: 1px;
  }

  .sm\:last\:bag-m-gutter:last-child {
    margin: 1.5625rem;
  }

  .sm\:last\:bag-m-gutter-full:last-child {
    margin: 3.125rem;
  }

  .sm\:last\:bag--m-1:last-child {
    margin: -0.25rem;
  }

  .sm\:last\:bag--m-2:last-child {
    margin: -0.5rem;
  }

  .sm\:last\:bag--m-3:last-child {
    margin: -0.75rem;
  }

  .sm\:last\:bag--m-4:last-child {
    margin: -1rem;
  }

  .sm\:last\:bag--m-5:last-child {
    margin: -1.25rem;
  }

  .sm\:last\:bag--m-6:last-child {
    margin: -1.5rem;
  }

  .sm\:last\:bag--m-8:last-child {
    margin: -2rem;
  }

  .sm\:last\:bag--m-9:last-child {
    margin: -2.25rem;
  }

  .sm\:last\:bag--m-10:last-child {
    margin: -2.5rem;
  }

  .sm\:last\:bag--m-12:last-child {
    margin: -3rem;
  }

  .sm\:last\:bag--m-16:last-child {
    margin: -4rem;
  }

  .sm\:last\:bag--m-20:last-child {
    margin: -5rem;
  }

  .sm\:last\:bag--m-24:last-child {
    margin: -6rem;
  }

  .sm\:last\:bag--m-32:last-child {
    margin: -8rem;
  }

  .sm\:last\:bag--m-40:last-child {
    margin: -10rem;
  }

  .sm\:last\:bag--m-48:last-child {
    margin: -12rem;
  }

  .sm\:last\:bag--m-56:last-child {
    margin: -14rem;
  }

  .sm\:last\:bag--m-64:last-child {
    margin: -16rem;
  }

  .sm\:last\:bag--m-px:last-child {
    margin: -1px;
  }

  .sm\:last\:bag--m-gutter:last-child {
    margin: -1.5625rem;
  }

  .sm\:last\:bag--m-gutter-full:last-child {
    margin: -3.125rem;
  }

  .sm\:bag-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:bag-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:bag-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:bag-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:bag-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:bag-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:bag-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:bag-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:bag-mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:bag-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:bag-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:bag-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:bag-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:bag-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:bag-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:bag-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:bag-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:bag-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:bag-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:bag-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:bag-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:bag-mx-gutter {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:bag-mx-gutter-full {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:bag--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:bag--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:bag--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:bag--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:bag--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:bag--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:bag--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:bag--mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:bag--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:bag--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:bag--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:bag--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:bag--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:bag--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:bag--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:bag--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:bag--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:bag--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:bag--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:bag--mx-gutter {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:bag--mx-gutter-full {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:bag-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:bag-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

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

  .sm\:bag-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:bag-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:bag-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:bag-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:bag-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:bag-my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:bag-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:bag-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:bag-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:bag-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:bag-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:bag-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:bag-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:bag-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:bag-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:bag-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:bag-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:bag-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:bag-my-gutter {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:bag-my-gutter-full {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:bag--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

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

  .sm\:bag--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:bag--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:bag--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:bag--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:bag--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:bag--my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:bag--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:bag--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:bag--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:bag--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:bag--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:bag--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:bag--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:bag--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:bag--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:bag--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:bag--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:bag--my-gutter {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:bag--my-gutter-full {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:first\:bag-mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:first\:bag-mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:first\:bag-mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:first\:bag-mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:first\:bag-mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:first\:bag-mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:first\:bag-mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:first\:bag-mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:first\:bag-mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:first\:bag-mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:first\:bag-mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:first\:bag-mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:first\:bag-mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:first\:bag-mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:first\:bag-mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:first\:bag-mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:first\:bag-mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:first\:bag-mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:first\:bag-mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:first\:bag-mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:first\:bag-mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:first\:bag-mx-gutter:first-child {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:first\:bag-mx-gutter-full:first-child {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:first\:bag--mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:first\:bag--mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:first\:bag--mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:first\:bag--mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:first\:bag--mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:first\:bag--mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:first\:bag--mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:first\:bag--mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:first\:bag--mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:first\:bag--mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:first\:bag--mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:first\:bag--mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:first\:bag--mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:first\:bag--mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:first\:bag--mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:first\:bag--mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:first\:bag--mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:first\:bag--mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:first\:bag--mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:first\:bag--mx-gutter:first-child {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:first\:bag--mx-gutter-full:first-child {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:first\:bag-my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:first\:bag-my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:first\:bag-my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:first\:bag-my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:first\:bag-my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:first\:bag-my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:first\:bag-my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:first\:bag-my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:first\:bag-my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:first\:bag-my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:first\:bag-my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:first\:bag-my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:first\:bag-my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:first\:bag-my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:first\:bag-my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:first\:bag-my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:first\:bag-my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:first\:bag-my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:first\:bag-my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:first\:bag-my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:first\:bag-my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:first\:bag-my-gutter:first-child {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:first\:bag-my-gutter-full:first-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:first\:bag--my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:first\:bag--my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:first\:bag--my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:first\:bag--my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:first\:bag--my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:first\:bag--my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:first\:bag--my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:first\:bag--my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:first\:bag--my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:first\:bag--my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:first\:bag--my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:first\:bag--my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:first\:bag--my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:first\:bag--my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:first\:bag--my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:first\:bag--my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:first\:bag--my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:first\:bag--my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:first\:bag--my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:first\:bag--my-gutter:first-child {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:first\:bag--my-gutter-full:first-child {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:last\:bag-mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:bag-mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:last\:bag-mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:last\:bag-mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:last\:bag-mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:last\:bag-mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:last\:bag-mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:last\:bag-mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:last\:bag-mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:last\:bag-mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:last\:bag-mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:last\:bag-mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:last\:bag-mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:last\:bag-mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:last\:bag-mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:last\:bag-mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:last\:bag-mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:last\:bag-mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:last\:bag-mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:last\:bag-mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:bag-mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:last\:bag-mx-gutter:last-child {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sm\:last\:bag-mx-gutter-full:last-child {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:last\:bag--mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:last\:bag--mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:last\:bag--mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:last\:bag--mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:last\:bag--mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:last\:bag--mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:last\:bag--mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:last\:bag--mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:last\:bag--mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:last\:bag--mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:last\:bag--mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:last\:bag--mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:last\:bag--mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:last\:bag--mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:last\:bag--mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:last\:bag--mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:last\:bag--mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:last\:bag--mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:last\:bag--mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:last\:bag--mx-gutter:last-child {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .sm\:last\:bag--mx-gutter-full:last-child {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:last\:bag-my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:bag-my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:last\:bag-my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:last\:bag-my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:last\:bag-my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:last\:bag-my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:last\:bag-my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:last\:bag-my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:last\:bag-my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:last\:bag-my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:last\:bag-my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:last\:bag-my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:last\:bag-my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:last\:bag-my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:last\:bag-my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:last\:bag-my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:last\:bag-my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:last\:bag-my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:last\:bag-my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:last\:bag-my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:bag-my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:last\:bag-my-gutter:last-child {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sm\:last\:bag-my-gutter-full:last-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:last\:bag--my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:last\:bag--my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:last\:bag--my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:last\:bag--my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:last\:bag--my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:last\:bag--my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:last\:bag--my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:last\:bag--my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:last\:bag--my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:last\:bag--my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:last\:bag--my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:last\:bag--my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:last\:bag--my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:last\:bag--my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:last\:bag--my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:last\:bag--my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:last\:bag--my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:last\:bag--my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:last\:bag--my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:last\:bag--my-gutter:last-child {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .sm\:last\:bag--my-gutter-full:last-child {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:bag-mt-0 {
    margin-top: 0;
  }

  .sm\:bag-mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:bag-mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:bag-mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:bag-mt-4 {
    margin-top: 1rem;
  }

  .sm\:bag-mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:bag-mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:bag-mt-8 {
    margin-top: 2rem;
  }

  .sm\:bag-mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:bag-mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:bag-mt-12 {
    margin-top: 3rem;
  }

  .sm\:bag-mt-16 {
    margin-top: 4rem;
  }

  .sm\:bag-mt-20 {
    margin-top: 5rem;
  }

  .sm\:bag-mt-24 {
    margin-top: 6rem;
  }

  .sm\:bag-mt-32 {
    margin-top: 8rem;
  }

  .sm\:bag-mt-40 {
    margin-top: 10rem;
  }

  .sm\:bag-mt-48 {
    margin-top: 12rem;
  }

  .sm\:bag-mt-56 {
    margin-top: 14rem;
  }

  .sm\:bag-mt-64 {
    margin-top: 16rem;
  }

  .sm\:bag-mt-auto {
    margin-top: auto;
  }

  .sm\:bag-mt-px {
    margin-top: 1px;
  }

  .sm\:bag-mt-gutter {
    margin-top: 1.5625rem;
  }

  .sm\:bag-mt-gutter-full {
    margin-top: 3.125rem;
  }

  .sm\:bag--mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:bag--mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:bag--mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:bag--mt-4 {
    margin-top: -1rem;
  }

  .sm\:bag--mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:bag--mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:bag--mt-8 {
    margin-top: -2rem;
  }

  .sm\:bag--mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:bag--mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:bag--mt-12 {
    margin-top: -3rem;
  }

  .sm\:bag--mt-16 {
    margin-top: -4rem;
  }

  .sm\:bag--mt-20 {
    margin-top: -5rem;
  }

  .sm\:bag--mt-24 {
    margin-top: -6rem;
  }

  .sm\:bag--mt-32 {
    margin-top: -8rem;
  }

  .sm\:bag--mt-40 {
    margin-top: -10rem;
  }

  .sm\:bag--mt-48 {
    margin-top: -12rem;
  }

  .sm\:bag--mt-56 {
    margin-top: -14rem;
  }

  .sm\:bag--mt-64 {
    margin-top: -16rem;
  }

  .sm\:bag--mt-px {
    margin-top: -1px;
  }

  .sm\:bag--mt-gutter {
    margin-top: -1.5625rem;
  }

  .sm\:bag--mt-gutter-full {
    margin-top: -3.125rem;
  }

  .sm\:bag-mr-0 {
    margin-right: 0;
  }

  .sm\:bag-mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:bag-mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:bag-mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:bag-mr-4 {
    margin-right: 1rem;
  }

  .sm\:bag-mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:bag-mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:bag-mr-8 {
    margin-right: 2rem;
  }

  .sm\:bag-mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:bag-mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:bag-mr-12 {
    margin-right: 3rem;
  }

  .sm\:bag-mr-16 {
    margin-right: 4rem;
  }

  .sm\:bag-mr-20 {
    margin-right: 5rem;
  }

  .sm\:bag-mr-24 {
    margin-right: 6rem;
  }

  .sm\:bag-mr-32 {
    margin-right: 8rem;
  }

  .sm\:bag-mr-40 {
    margin-right: 10rem;
  }

  .sm\:bag-mr-48 {
    margin-right: 12rem;
  }

  .sm\:bag-mr-56 {
    margin-right: 14rem;
  }

  .sm\:bag-mr-64 {
    margin-right: 16rem;
  }

  .sm\:bag-mr-auto {
    margin-right: auto;
  }

  .sm\:bag-mr-px {
    margin-right: 1px;
  }

  .sm\:bag-mr-gutter {
    margin-right: 1.5625rem;
  }

  .sm\:bag-mr-gutter-full {
    margin-right: 3.125rem;
  }

  .sm\:bag--mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:bag--mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:bag--mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:bag--mr-4 {
    margin-right: -1rem;
  }

  .sm\:bag--mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:bag--mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:bag--mr-8 {
    margin-right: -2rem;
  }

  .sm\:bag--mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:bag--mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:bag--mr-12 {
    margin-right: -3rem;
  }

  .sm\:bag--mr-16 {
    margin-right: -4rem;
  }

  .sm\:bag--mr-20 {
    margin-right: -5rem;
  }

  .sm\:bag--mr-24 {
    margin-right: -6rem;
  }

  .sm\:bag--mr-32 {
    margin-right: -8rem;
  }

  .sm\:bag--mr-40 {
    margin-right: -10rem;
  }

  .sm\:bag--mr-48 {
    margin-right: -12rem;
  }

  .sm\:bag--mr-56 {
    margin-right: -14rem;
  }

  .sm\:bag--mr-64 {
    margin-right: -16rem;
  }

  .sm\:bag--mr-px {
    margin-right: -1px;
  }

  .sm\:bag--mr-gutter {
    margin-right: -1.5625rem;
  }

  .sm\:bag--mr-gutter-full {
    margin-right: -3.125rem;
  }

  .sm\:bag-mb-0 {
    margin-bottom: 0;
  }

  .sm\:bag-mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:bag-mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:bag-mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:bag-mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:bag-mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:bag-mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:bag-mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:bag-mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:bag-mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:bag-mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:bag-mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:bag-mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:bag-mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:bag-mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:bag-mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:bag-mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:bag-mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:bag-mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:bag-mb-auto {
    margin-bottom: auto;
  }

  .sm\:bag-mb-px {
    margin-bottom: 1px;
  }

  .sm\:bag-mb-gutter {
    margin-bottom: 1.5625rem;
  }

  .sm\:bag-mb-gutter-full {
    margin-bottom: 3.125rem;
  }

  .sm\:bag--mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:bag--mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:bag--mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:bag--mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:bag--mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:bag--mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:bag--mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:bag--mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:bag--mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:bag--mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:bag--mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:bag--mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:bag--mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:bag--mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:bag--mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:bag--mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:bag--mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:bag--mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:bag--mb-px {
    margin-bottom: -1px;
  }

  .sm\:bag--mb-gutter {
    margin-bottom: -1.5625rem;
  }

  .sm\:bag--mb-gutter-full {
    margin-bottom: -3.125rem;
  }

  .sm\:bag-ml-0 {
    margin-left: 0;
  }

  .sm\:bag-ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:bag-ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:bag-ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:bag-ml-4 {
    margin-left: 1rem;
  }

  .sm\:bag-ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:bag-ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:bag-ml-8 {
    margin-left: 2rem;
  }

  .sm\:bag-ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:bag-ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:bag-ml-12 {
    margin-left: 3rem;
  }

  .sm\:bag-ml-16 {
    margin-left: 4rem;
  }

  .sm\:bag-ml-20 {
    margin-left: 5rem;
  }

  .sm\:bag-ml-24 {
    margin-left: 6rem;
  }

  .sm\:bag-ml-32 {
    margin-left: 8rem;
  }

  .sm\:bag-ml-40 {
    margin-left: 10rem;
  }

  .sm\:bag-ml-48 {
    margin-left: 12rem;
  }

  .sm\:bag-ml-56 {
    margin-left: 14rem;
  }

  .sm\:bag-ml-64 {
    margin-left: 16rem;
  }

  .sm\:bag-ml-auto {
    margin-left: auto;
  }

  .sm\:bag-ml-px {
    margin-left: 1px;
  }

  .sm\:bag-ml-gutter {
    margin-left: 1.5625rem;
  }

  .sm\:bag-ml-gutter-full {
    margin-left: 3.125rem;
  }

  .sm\:bag--ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:bag--ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:bag--ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:bag--ml-4 {
    margin-left: -1rem;
  }

  .sm\:bag--ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:bag--ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:bag--ml-8 {
    margin-left: -2rem;
  }

  .sm\:bag--ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:bag--ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:bag--ml-12 {
    margin-left: -3rem;
  }

  .sm\:bag--ml-16 {
    margin-left: -4rem;
  }

  .sm\:bag--ml-20 {
    margin-left: -5rem;
  }

  .sm\:bag--ml-24 {
    margin-left: -6rem;
  }

  .sm\:bag--ml-32 {
    margin-left: -8rem;
  }

  .sm\:bag--ml-40 {
    margin-left: -10rem;
  }

  .sm\:bag--ml-48 {
    margin-left: -12rem;
  }

  .sm\:bag--ml-56 {
    margin-left: -14rem;
  }

  .sm\:bag--ml-64 {
    margin-left: -16rem;
  }

  .sm\:bag--ml-px {
    margin-left: -1px;
  }

  .sm\:bag--ml-gutter {
    margin-left: -1.5625rem;
  }

  .sm\:bag--ml-gutter-full {
    margin-left: -3.125rem;
  }

  .sm\:first\:bag-mt-0:first-child {
    margin-top: 0;
  }

  .sm\:first\:bag-mt-1:first-child {
    margin-top: 0.25rem;
  }

  .sm\:first\:bag-mt-2:first-child {
    margin-top: 0.5rem;
  }

  .sm\:first\:bag-mt-3:first-child {
    margin-top: 0.75rem;
  }

  .sm\:first\:bag-mt-4:first-child {
    margin-top: 1rem;
  }

  .sm\:first\:bag-mt-5:first-child {
    margin-top: 1.25rem;
  }

  .sm\:first\:bag-mt-6:first-child {
    margin-top: 1.5rem;
  }

  .sm\:first\:bag-mt-8:first-child {
    margin-top: 2rem;
  }

  .sm\:first\:bag-mt-9:first-child {
    margin-top: 2.25rem;
  }

  .sm\:first\:bag-mt-10:first-child {
    margin-top: 2.5rem;
  }

  .sm\:first\:bag-mt-12:first-child {
    margin-top: 3rem;
  }

  .sm\:first\:bag-mt-16:first-child {
    margin-top: 4rem;
  }

  .sm\:first\:bag-mt-20:first-child {
    margin-top: 5rem;
  }

  .sm\:first\:bag-mt-24:first-child {
    margin-top: 6rem;
  }

  .sm\:first\:bag-mt-32:first-child {
    margin-top: 8rem;
  }

  .sm\:first\:bag-mt-40:first-child {
    margin-top: 10rem;
  }

  .sm\:first\:bag-mt-48:first-child {
    margin-top: 12rem;
  }

  .sm\:first\:bag-mt-56:first-child {
    margin-top: 14rem;
  }

  .sm\:first\:bag-mt-64:first-child {
    margin-top: 16rem;
  }

  .sm\:first\:bag-mt-auto:first-child {
    margin-top: auto;
  }

  .sm\:first\:bag-mt-px:first-child {
    margin-top: 1px;
  }

  .sm\:first\:bag-mt-gutter:first-child {
    margin-top: 1.5625rem;
  }

  .sm\:first\:bag-mt-gutter-full:first-child {
    margin-top: 3.125rem;
  }

  .sm\:first\:bag--mt-1:first-child {
    margin-top: -0.25rem;
  }

  .sm\:first\:bag--mt-2:first-child {
    margin-top: -0.5rem;
  }

  .sm\:first\:bag--mt-3:first-child {
    margin-top: -0.75rem;
  }

  .sm\:first\:bag--mt-4:first-child {
    margin-top: -1rem;
  }

  .sm\:first\:bag--mt-5:first-child {
    margin-top: -1.25rem;
  }

  .sm\:first\:bag--mt-6:first-child {
    margin-top: -1.5rem;
  }

  .sm\:first\:bag--mt-8:first-child {
    margin-top: -2rem;
  }

  .sm\:first\:bag--mt-9:first-child {
    margin-top: -2.25rem;
  }

  .sm\:first\:bag--mt-10:first-child {
    margin-top: -2.5rem;
  }

  .sm\:first\:bag--mt-12:first-child {
    margin-top: -3rem;
  }

  .sm\:first\:bag--mt-16:first-child {
    margin-top: -4rem;
  }

  .sm\:first\:bag--mt-20:first-child {
    margin-top: -5rem;
  }

  .sm\:first\:bag--mt-24:first-child {
    margin-top: -6rem;
  }

  .sm\:first\:bag--mt-32:first-child {
    margin-top: -8rem;
  }

  .sm\:first\:bag--mt-40:first-child {
    margin-top: -10rem;
  }

  .sm\:first\:bag--mt-48:first-child {
    margin-top: -12rem;
  }

  .sm\:first\:bag--mt-56:first-child {
    margin-top: -14rem;
  }

  .sm\:first\:bag--mt-64:first-child {
    margin-top: -16rem;
  }

  .sm\:first\:bag--mt-px:first-child {
    margin-top: -1px;
  }

  .sm\:first\:bag--mt-gutter:first-child {
    margin-top: -1.5625rem;
  }

  .sm\:first\:bag--mt-gutter-full:first-child {
    margin-top: -3.125rem;
  }

  .sm\:first\:bag-mr-0:first-child {
    margin-right: 0;
  }

  .sm\:first\:bag-mr-1:first-child {
    margin-right: 0.25rem;
  }

  .sm\:first\:bag-mr-2:first-child {
    margin-right: 0.5rem;
  }

  .sm\:first\:bag-mr-3:first-child {
    margin-right: 0.75rem;
  }

  .sm\:first\:bag-mr-4:first-child {
    margin-right: 1rem;
  }

  .sm\:first\:bag-mr-5:first-child {
    margin-right: 1.25rem;
  }

  .sm\:first\:bag-mr-6:first-child {
    margin-right: 1.5rem;
  }

  .sm\:first\:bag-mr-8:first-child {
    margin-right: 2rem;
  }

  .sm\:first\:bag-mr-9:first-child {
    margin-right: 2.25rem;
  }

  .sm\:first\:bag-mr-10:first-child {
    margin-right: 2.5rem;
  }

  .sm\:first\:bag-mr-12:first-child {
    margin-right: 3rem;
  }

  .sm\:first\:bag-mr-16:first-child {
    margin-right: 4rem;
  }

  .sm\:first\:bag-mr-20:first-child {
    margin-right: 5rem;
  }

  .sm\:first\:bag-mr-24:first-child {
    margin-right: 6rem;
  }

  .sm\:first\:bag-mr-32:first-child {
    margin-right: 8rem;
  }

  .sm\:first\:bag-mr-40:first-child {
    margin-right: 10rem;
  }

  .sm\:first\:bag-mr-48:first-child {
    margin-right: 12rem;
  }

  .sm\:first\:bag-mr-56:first-child {
    margin-right: 14rem;
  }

  .sm\:first\:bag-mr-64:first-child {
    margin-right: 16rem;
  }

  .sm\:first\:bag-mr-auto:first-child {
    margin-right: auto;
  }

  .sm\:first\:bag-mr-px:first-child {
    margin-right: 1px;
  }

  .sm\:first\:bag-mr-gutter:first-child {
    margin-right: 1.5625rem;
  }

  .sm\:first\:bag-mr-gutter-full:first-child {
    margin-right: 3.125rem;
  }

  .sm\:first\:bag--mr-1:first-child {
    margin-right: -0.25rem;
  }

  .sm\:first\:bag--mr-2:first-child {
    margin-right: -0.5rem;
  }

  .sm\:first\:bag--mr-3:first-child {
    margin-right: -0.75rem;
  }

  .sm\:first\:bag--mr-4:first-child {
    margin-right: -1rem;
  }

  .sm\:first\:bag--mr-5:first-child {
    margin-right: -1.25rem;
  }

  .sm\:first\:bag--mr-6:first-child {
    margin-right: -1.5rem;
  }

  .sm\:first\:bag--mr-8:first-child {
    margin-right: -2rem;
  }

  .sm\:first\:bag--mr-9:first-child {
    margin-right: -2.25rem;
  }

  .sm\:first\:bag--mr-10:first-child {
    margin-right: -2.5rem;
  }

  .sm\:first\:bag--mr-12:first-child {
    margin-right: -3rem;
  }

  .sm\:first\:bag--mr-16:first-child {
    margin-right: -4rem;
  }

  .sm\:first\:bag--mr-20:first-child {
    margin-right: -5rem;
  }

  .sm\:first\:bag--mr-24:first-child {
    margin-right: -6rem;
  }

  .sm\:first\:bag--mr-32:first-child {
    margin-right: -8rem;
  }

  .sm\:first\:bag--mr-40:first-child {
    margin-right: -10rem;
  }

  .sm\:first\:bag--mr-48:first-child {
    margin-right: -12rem;
  }

  .sm\:first\:bag--mr-56:first-child {
    margin-right: -14rem;
  }

  .sm\:first\:bag--mr-64:first-child {
    margin-right: -16rem;
  }

  .sm\:first\:bag--mr-px:first-child {
    margin-right: -1px;
  }

  .sm\:first\:bag--mr-gutter:first-child {
    margin-right: -1.5625rem;
  }

  .sm\:first\:bag--mr-gutter-full:first-child {
    margin-right: -3.125rem;
  }

  .sm\:first\:bag-mb-0:first-child {
    margin-bottom: 0;
  }

  .sm\:first\:bag-mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .sm\:first\:bag-mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .sm\:first\:bag-mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .sm\:first\:bag-mb-4:first-child {
    margin-bottom: 1rem;
  }

  .sm\:first\:bag-mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .sm\:first\:bag-mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .sm\:first\:bag-mb-8:first-child {
    margin-bottom: 2rem;
  }

  .sm\:first\:bag-mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .sm\:first\:bag-mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .sm\:first\:bag-mb-12:first-child {
    margin-bottom: 3rem;
  }

  .sm\:first\:bag-mb-16:first-child {
    margin-bottom: 4rem;
  }

  .sm\:first\:bag-mb-20:first-child {
    margin-bottom: 5rem;
  }

  .sm\:first\:bag-mb-24:first-child {
    margin-bottom: 6rem;
  }

  .sm\:first\:bag-mb-32:first-child {
    margin-bottom: 8rem;
  }

  .sm\:first\:bag-mb-40:first-child {
    margin-bottom: 10rem;
  }

  .sm\:first\:bag-mb-48:first-child {
    margin-bottom: 12rem;
  }

  .sm\:first\:bag-mb-56:first-child {
    margin-bottom: 14rem;
  }

  .sm\:first\:bag-mb-64:first-child {
    margin-bottom: 16rem;
  }

  .sm\:first\:bag-mb-auto:first-child {
    margin-bottom: auto;
  }

  .sm\:first\:bag-mb-px:first-child {
    margin-bottom: 1px;
  }

  .sm\:first\:bag-mb-gutter:first-child {
    margin-bottom: 1.5625rem;
  }

  .sm\:first\:bag-mb-gutter-full:first-child {
    margin-bottom: 3.125rem;
  }

  .sm\:first\:bag--mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .sm\:first\:bag--mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .sm\:first\:bag--mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .sm\:first\:bag--mb-4:first-child {
    margin-bottom: -1rem;
  }

  .sm\:first\:bag--mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .sm\:first\:bag--mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .sm\:first\:bag--mb-8:first-child {
    margin-bottom: -2rem;
  }

  .sm\:first\:bag--mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .sm\:first\:bag--mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .sm\:first\:bag--mb-12:first-child {
    margin-bottom: -3rem;
  }

  .sm\:first\:bag--mb-16:first-child {
    margin-bottom: -4rem;
  }

  .sm\:first\:bag--mb-20:first-child {
    margin-bottom: -5rem;
  }

  .sm\:first\:bag--mb-24:first-child {
    margin-bottom: -6rem;
  }

  .sm\:first\:bag--mb-32:first-child {
    margin-bottom: -8rem;
  }

  .sm\:first\:bag--mb-40:first-child {
    margin-bottom: -10rem;
  }

  .sm\:first\:bag--mb-48:first-child {
    margin-bottom: -12rem;
  }

  .sm\:first\:bag--mb-56:first-child {
    margin-bottom: -14rem;
  }

  .sm\:first\:bag--mb-64:first-child {
    margin-bottom: -16rem;
  }

  .sm\:first\:bag--mb-px:first-child {
    margin-bottom: -1px;
  }

  .sm\:first\:bag--mb-gutter:first-child {
    margin-bottom: -1.5625rem;
  }

  .sm\:first\:bag--mb-gutter-full:first-child {
    margin-bottom: -3.125rem;
  }

  .sm\:first\:bag-ml-0:first-child {
    margin-left: 0;
  }

  .sm\:first\:bag-ml-1:first-child {
    margin-left: 0.25rem;
  }

  .sm\:first\:bag-ml-2:first-child {
    margin-left: 0.5rem;
  }

  .sm\:first\:bag-ml-3:first-child {
    margin-left: 0.75rem;
  }

  .sm\:first\:bag-ml-4:first-child {
    margin-left: 1rem;
  }

  .sm\:first\:bag-ml-5:first-child {
    margin-left: 1.25rem;
  }

  .sm\:first\:bag-ml-6:first-child {
    margin-left: 1.5rem;
  }

  .sm\:first\:bag-ml-8:first-child {
    margin-left: 2rem;
  }

  .sm\:first\:bag-ml-9:first-child {
    margin-left: 2.25rem;
  }

  .sm\:first\:bag-ml-10:first-child {
    margin-left: 2.5rem;
  }

  .sm\:first\:bag-ml-12:first-child {
    margin-left: 3rem;
  }

  .sm\:first\:bag-ml-16:first-child {
    margin-left: 4rem;
  }

  .sm\:first\:bag-ml-20:first-child {
    margin-left: 5rem;
  }

  .sm\:first\:bag-ml-24:first-child {
    margin-left: 6rem;
  }

  .sm\:first\:bag-ml-32:first-child {
    margin-left: 8rem;
  }

  .sm\:first\:bag-ml-40:first-child {
    margin-left: 10rem;
  }

  .sm\:first\:bag-ml-48:first-child {
    margin-left: 12rem;
  }

  .sm\:first\:bag-ml-56:first-child {
    margin-left: 14rem;
  }

  .sm\:first\:bag-ml-64:first-child {
    margin-left: 16rem;
  }

  .sm\:first\:bag-ml-auto:first-child {
    margin-left: auto;
  }

  .sm\:first\:bag-ml-px:first-child {
    margin-left: 1px;
  }

  .sm\:first\:bag-ml-gutter:first-child {
    margin-left: 1.5625rem;
  }

  .sm\:first\:bag-ml-gutter-full:first-child {
    margin-left: 3.125rem;
  }

  .sm\:first\:bag--ml-1:first-child {
    margin-left: -0.25rem;
  }

  .sm\:first\:bag--ml-2:first-child {
    margin-left: -0.5rem;
  }

  .sm\:first\:bag--ml-3:first-child {
    margin-left: -0.75rem;
  }

  .sm\:first\:bag--ml-4:first-child {
    margin-left: -1rem;
  }

  .sm\:first\:bag--ml-5:first-child {
    margin-left: -1.25rem;
  }

  .sm\:first\:bag--ml-6:first-child {
    margin-left: -1.5rem;
  }

  .sm\:first\:bag--ml-8:first-child {
    margin-left: -2rem;
  }

  .sm\:first\:bag--ml-9:first-child {
    margin-left: -2.25rem;
  }

  .sm\:first\:bag--ml-10:first-child {
    margin-left: -2.5rem;
  }

  .sm\:first\:bag--ml-12:first-child {
    margin-left: -3rem;
  }

  .sm\:first\:bag--ml-16:first-child {
    margin-left: -4rem;
  }

  .sm\:first\:bag--ml-20:first-child {
    margin-left: -5rem;
  }

  .sm\:first\:bag--ml-24:first-child {
    margin-left: -6rem;
  }

  .sm\:first\:bag--ml-32:first-child {
    margin-left: -8rem;
  }

  .sm\:first\:bag--ml-40:first-child {
    margin-left: -10rem;
  }

  .sm\:first\:bag--ml-48:first-child {
    margin-left: -12rem;
  }

  .sm\:first\:bag--ml-56:first-child {
    margin-left: -14rem;
  }

  .sm\:first\:bag--ml-64:first-child {
    margin-left: -16rem;
  }

  .sm\:first\:bag--ml-px:first-child {
    margin-left: -1px;
  }

  .sm\:first\:bag--ml-gutter:first-child {
    margin-left: -1.5625rem;
  }

  .sm\:first\:bag--ml-gutter-full:first-child {
    margin-left: -3.125rem;
  }

  .sm\:last\:bag-mt-0:last-child {
    margin-top: 0;
  }

  .sm\:last\:bag-mt-1:last-child {
    margin-top: 0.25rem;
  }

  .sm\:last\:bag-mt-2:last-child {
    margin-top: 0.5rem;
  }

  .sm\:last\:bag-mt-3:last-child {
    margin-top: 0.75rem;
  }

  .sm\:last\:bag-mt-4:last-child {
    margin-top: 1rem;
  }

  .sm\:last\:bag-mt-5:last-child {
    margin-top: 1.25rem;
  }

  .sm\:last\:bag-mt-6:last-child {
    margin-top: 1.5rem;
  }

  .sm\:last\:bag-mt-8:last-child {
    margin-top: 2rem;
  }

  .sm\:last\:bag-mt-9:last-child {
    margin-top: 2.25rem;
  }

  .sm\:last\:bag-mt-10:last-child {
    margin-top: 2.5rem;
  }

  .sm\:last\:bag-mt-12:last-child {
    margin-top: 3rem;
  }

  .sm\:last\:bag-mt-16:last-child {
    margin-top: 4rem;
  }

  .sm\:last\:bag-mt-20:last-child {
    margin-top: 5rem;
  }

  .sm\:last\:bag-mt-24:last-child {
    margin-top: 6rem;
  }

  .sm\:last\:bag-mt-32:last-child {
    margin-top: 8rem;
  }

  .sm\:last\:bag-mt-40:last-child {
    margin-top: 10rem;
  }

  .sm\:last\:bag-mt-48:last-child {
    margin-top: 12rem;
  }

  .sm\:last\:bag-mt-56:last-child {
    margin-top: 14rem;
  }

  .sm\:last\:bag-mt-64:last-child {
    margin-top: 16rem;
  }

  .sm\:last\:bag-mt-auto:last-child {
    margin-top: auto;
  }

  .sm\:last\:bag-mt-px:last-child {
    margin-top: 1px;
  }

  .sm\:last\:bag-mt-gutter:last-child {
    margin-top: 1.5625rem;
  }

  .sm\:last\:bag-mt-gutter-full:last-child {
    margin-top: 3.125rem;
  }

  .sm\:last\:bag--mt-1:last-child {
    margin-top: -0.25rem;
  }

  .sm\:last\:bag--mt-2:last-child {
    margin-top: -0.5rem;
  }

  .sm\:last\:bag--mt-3:last-child {
    margin-top: -0.75rem;
  }

  .sm\:last\:bag--mt-4:last-child {
    margin-top: -1rem;
  }

  .sm\:last\:bag--mt-5:last-child {
    margin-top: -1.25rem;
  }

  .sm\:last\:bag--mt-6:last-child {
    margin-top: -1.5rem;
  }

  .sm\:last\:bag--mt-8:last-child {
    margin-top: -2rem;
  }

  .sm\:last\:bag--mt-9:last-child {
    margin-top: -2.25rem;
  }

  .sm\:last\:bag--mt-10:last-child {
    margin-top: -2.5rem;
  }

  .sm\:last\:bag--mt-12:last-child {
    margin-top: -3rem;
  }

  .sm\:last\:bag--mt-16:last-child {
    margin-top: -4rem;
  }

  .sm\:last\:bag--mt-20:last-child {
    margin-top: -5rem;
  }

  .sm\:last\:bag--mt-24:last-child {
    margin-top: -6rem;
  }

  .sm\:last\:bag--mt-32:last-child {
    margin-top: -8rem;
  }

  .sm\:last\:bag--mt-40:last-child {
    margin-top: -10rem;
  }

  .sm\:last\:bag--mt-48:last-child {
    margin-top: -12rem;
  }

  .sm\:last\:bag--mt-56:last-child {
    margin-top: -14rem;
  }

  .sm\:last\:bag--mt-64:last-child {
    margin-top: -16rem;
  }

  .sm\:last\:bag--mt-px:last-child {
    margin-top: -1px;
  }

  .sm\:last\:bag--mt-gutter:last-child {
    margin-top: -1.5625rem;
  }

  .sm\:last\:bag--mt-gutter-full:last-child {
    margin-top: -3.125rem;
  }

  .sm\:last\:bag-mr-0:last-child {
    margin-right: 0;
  }

  .sm\:last\:bag-mr-1:last-child {
    margin-right: 0.25rem;
  }

  .sm\:last\:bag-mr-2:last-child {
    margin-right: 0.5rem;
  }

  .sm\:last\:bag-mr-3:last-child {
    margin-right: 0.75rem;
  }

  .sm\:last\:bag-mr-4:last-child {
    margin-right: 1rem;
  }

  .sm\:last\:bag-mr-5:last-child {
    margin-right: 1.25rem;
  }

  .sm\:last\:bag-mr-6:last-child {
    margin-right: 1.5rem;
  }

  .sm\:last\:bag-mr-8:last-child {
    margin-right: 2rem;
  }

  .sm\:last\:bag-mr-9:last-child {
    margin-right: 2.25rem;
  }

  .sm\:last\:bag-mr-10:last-child {
    margin-right: 2.5rem;
  }

  .sm\:last\:bag-mr-12:last-child {
    margin-right: 3rem;
  }

  .sm\:last\:bag-mr-16:last-child {
    margin-right: 4rem;
  }

  .sm\:last\:bag-mr-20:last-child {
    margin-right: 5rem;
  }

  .sm\:last\:bag-mr-24:last-child {
    margin-right: 6rem;
  }

  .sm\:last\:bag-mr-32:last-child {
    margin-right: 8rem;
  }

  .sm\:last\:bag-mr-40:last-child {
    margin-right: 10rem;
  }

  .sm\:last\:bag-mr-48:last-child {
    margin-right: 12rem;
  }

  .sm\:last\:bag-mr-56:last-child {
    margin-right: 14rem;
  }

  .sm\:last\:bag-mr-64:last-child {
    margin-right: 16rem;
  }

  .sm\:last\:bag-mr-auto:last-child {
    margin-right: auto;
  }

  .sm\:last\:bag-mr-px:last-child {
    margin-right: 1px;
  }

  .sm\:last\:bag-mr-gutter:last-child {
    margin-right: 1.5625rem;
  }

  .sm\:last\:bag-mr-gutter-full:last-child {
    margin-right: 3.125rem;
  }

  .sm\:last\:bag--mr-1:last-child {
    margin-right: -0.25rem;
  }

  .sm\:last\:bag--mr-2:last-child {
    margin-right: -0.5rem;
  }

  .sm\:last\:bag--mr-3:last-child {
    margin-right: -0.75rem;
  }

  .sm\:last\:bag--mr-4:last-child {
    margin-right: -1rem;
  }

  .sm\:last\:bag--mr-5:last-child {
    margin-right: -1.25rem;
  }

  .sm\:last\:bag--mr-6:last-child {
    margin-right: -1.5rem;
  }

  .sm\:last\:bag--mr-8:last-child {
    margin-right: -2rem;
  }

  .sm\:last\:bag--mr-9:last-child {
    margin-right: -2.25rem;
  }

  .sm\:last\:bag--mr-10:last-child {
    margin-right: -2.5rem;
  }

  .sm\:last\:bag--mr-12:last-child {
    margin-right: -3rem;
  }

  .sm\:last\:bag--mr-16:last-child {
    margin-right: -4rem;
  }

  .sm\:last\:bag--mr-20:last-child {
    margin-right: -5rem;
  }

  .sm\:last\:bag--mr-24:last-child {
    margin-right: -6rem;
  }

  .sm\:last\:bag--mr-32:last-child {
    margin-right: -8rem;
  }

  .sm\:last\:bag--mr-40:last-child {
    margin-right: -10rem;
  }

  .sm\:last\:bag--mr-48:last-child {
    margin-right: -12rem;
  }

  .sm\:last\:bag--mr-56:last-child {
    margin-right: -14rem;
  }

  .sm\:last\:bag--mr-64:last-child {
    margin-right: -16rem;
  }

  .sm\:last\:bag--mr-px:last-child {
    margin-right: -1px;
  }

  .sm\:last\:bag--mr-gutter:last-child {
    margin-right: -1.5625rem;
  }

  .sm\:last\:bag--mr-gutter-full:last-child {
    margin-right: -3.125rem;
  }

  .sm\:last\:bag-mb-0:last-child {
    margin-bottom: 0;
  }

  .sm\:last\:bag-mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .sm\:last\:bag-mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .sm\:last\:bag-mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .sm\:last\:bag-mb-4:last-child {
    margin-bottom: 1rem;
  }

  .sm\:last\:bag-mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .sm\:last\:bag-mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .sm\:last\:bag-mb-8:last-child {
    margin-bottom: 2rem;
  }

  .sm\:last\:bag-mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .sm\:last\:bag-mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .sm\:last\:bag-mb-12:last-child {
    margin-bottom: 3rem;
  }

  .sm\:last\:bag-mb-16:last-child {
    margin-bottom: 4rem;
  }

  .sm\:last\:bag-mb-20:last-child {
    margin-bottom: 5rem;
  }

  .sm\:last\:bag-mb-24:last-child {
    margin-bottom: 6rem;
  }

  .sm\:last\:bag-mb-32:last-child {
    margin-bottom: 8rem;
  }

  .sm\:last\:bag-mb-40:last-child {
    margin-bottom: 10rem;
  }

  .sm\:last\:bag-mb-48:last-child {
    margin-bottom: 12rem;
  }

  .sm\:last\:bag-mb-56:last-child {
    margin-bottom: 14rem;
  }

  .sm\:last\:bag-mb-64:last-child {
    margin-bottom: 16rem;
  }

  .sm\:last\:bag-mb-auto:last-child {
    margin-bottom: auto;
  }

  .sm\:last\:bag-mb-px:last-child {
    margin-bottom: 1px;
  }

  .sm\:last\:bag-mb-gutter:last-child {
    margin-bottom: 1.5625rem;
  }

  .sm\:last\:bag-mb-gutter-full:last-child {
    margin-bottom: 3.125rem;
  }

  .sm\:last\:bag--mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .sm\:last\:bag--mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .sm\:last\:bag--mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .sm\:last\:bag--mb-4:last-child {
    margin-bottom: -1rem;
  }

  .sm\:last\:bag--mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .sm\:last\:bag--mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .sm\:last\:bag--mb-8:last-child {
    margin-bottom: -2rem;
  }

  .sm\:last\:bag--mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .sm\:last\:bag--mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .sm\:last\:bag--mb-12:last-child {
    margin-bottom: -3rem;
  }

  .sm\:last\:bag--mb-16:last-child {
    margin-bottom: -4rem;
  }

  .sm\:last\:bag--mb-20:last-child {
    margin-bottom: -5rem;
  }

  .sm\:last\:bag--mb-24:last-child {
    margin-bottom: -6rem;
  }

  .sm\:last\:bag--mb-32:last-child {
    margin-bottom: -8rem;
  }

  .sm\:last\:bag--mb-40:last-child {
    margin-bottom: -10rem;
  }

  .sm\:last\:bag--mb-48:last-child {
    margin-bottom: -12rem;
  }

  .sm\:last\:bag--mb-56:last-child {
    margin-bottom: -14rem;
  }

  .sm\:last\:bag--mb-64:last-child {
    margin-bottom: -16rem;
  }

  .sm\:last\:bag--mb-px:last-child {
    margin-bottom: -1px;
  }

  .sm\:last\:bag--mb-gutter:last-child {
    margin-bottom: -1.5625rem;
  }

  .sm\:last\:bag--mb-gutter-full:last-child {
    margin-bottom: -3.125rem;
  }

  .sm\:last\:bag-ml-0:last-child {
    margin-left: 0;
  }

  .sm\:last\:bag-ml-1:last-child {
    margin-left: 0.25rem;
  }

  .sm\:last\:bag-ml-2:last-child {
    margin-left: 0.5rem;
  }

  .sm\:last\:bag-ml-3:last-child {
    margin-left: 0.75rem;
  }

  .sm\:last\:bag-ml-4:last-child {
    margin-left: 1rem;
  }

  .sm\:last\:bag-ml-5:last-child {
    margin-left: 1.25rem;
  }

  .sm\:last\:bag-ml-6:last-child {
    margin-left: 1.5rem;
  }

  .sm\:last\:bag-ml-8:last-child {
    margin-left: 2rem;
  }

  .sm\:last\:bag-ml-9:last-child {
    margin-left: 2.25rem;
  }

  .sm\:last\:bag-ml-10:last-child {
    margin-left: 2.5rem;
  }

  .sm\:last\:bag-ml-12:last-child {
    margin-left: 3rem;
  }

  .sm\:last\:bag-ml-16:last-child {
    margin-left: 4rem;
  }

  .sm\:last\:bag-ml-20:last-child {
    margin-left: 5rem;
  }

  .sm\:last\:bag-ml-24:last-child {
    margin-left: 6rem;
  }

  .sm\:last\:bag-ml-32:last-child {
    margin-left: 8rem;
  }

  .sm\:last\:bag-ml-40:last-child {
    margin-left: 10rem;
  }

  .sm\:last\:bag-ml-48:last-child {
    margin-left: 12rem;
  }

  .sm\:last\:bag-ml-56:last-child {
    margin-left: 14rem;
  }

  .sm\:last\:bag-ml-64:last-child {
    margin-left: 16rem;
  }

  .sm\:last\:bag-ml-auto:last-child {
    margin-left: auto;
  }

  .sm\:last\:bag-ml-px:last-child {
    margin-left: 1px;
  }

  .sm\:last\:bag-ml-gutter:last-child {
    margin-left: 1.5625rem;
  }

  .sm\:last\:bag-ml-gutter-full:last-child {
    margin-left: 3.125rem;
  }

  .sm\:last\:bag--ml-1:last-child {
    margin-left: -0.25rem;
  }

  .sm\:last\:bag--ml-2:last-child {
    margin-left: -0.5rem;
  }

  .sm\:last\:bag--ml-3:last-child {
    margin-left: -0.75rem;
  }

  .sm\:last\:bag--ml-4:last-child {
    margin-left: -1rem;
  }

  .sm\:last\:bag--ml-5:last-child {
    margin-left: -1.25rem;
  }

  .sm\:last\:bag--ml-6:last-child {
    margin-left: -1.5rem;
  }

  .sm\:last\:bag--ml-8:last-child {
    margin-left: -2rem;
  }

  .sm\:last\:bag--ml-9:last-child {
    margin-left: -2.25rem;
  }

  .sm\:last\:bag--ml-10:last-child {
    margin-left: -2.5rem;
  }

  .sm\:last\:bag--ml-12:last-child {
    margin-left: -3rem;
  }

  .sm\:last\:bag--ml-16:last-child {
    margin-left: -4rem;
  }

  .sm\:last\:bag--ml-20:last-child {
    margin-left: -5rem;
  }

  .sm\:last\:bag--ml-24:last-child {
    margin-left: -6rem;
  }

  .sm\:last\:bag--ml-32:last-child {
    margin-left: -8rem;
  }

  .sm\:last\:bag--ml-40:last-child {
    margin-left: -10rem;
  }

  .sm\:last\:bag--ml-48:last-child {
    margin-left: -12rem;
  }

  .sm\:last\:bag--ml-56:last-child {
    margin-left: -14rem;
  }

  .sm\:last\:bag--ml-64:last-child {
    margin-left: -16rem;
  }

  .sm\:last\:bag--ml-px:last-child {
    margin-left: -1px;
  }

  .sm\:last\:bag--ml-gutter:last-child {
    margin-left: -1.5625rem;
  }

  .sm\:last\:bag--ml-gutter-full:last-child {
    margin-left: -3.125rem;
  }

  .sm\:bag-box-border {
    box-sizing: border-box;
  }

  .sm\:bag-box-content {
    box-sizing: content-box;
  }

  .sm\:bag-block {
    display: block;
  }

  .sm\:bag-inline-block {
    display: inline-block;
  }

  .sm\:bag-inline {
    display: inline;
  }

  .sm\:bag-flex {
    display: flex;
  }

  .sm\:bag-inline-flex {
    display: inline-flex;
  }

  .sm\:bag-table {
    display: table;
  }

  .sm\:bag-inline-table {
    display: inline-table;
  }

  .sm\:bag-table-caption {
    display: table-caption;
  }

  .sm\:bag-table-cell {
    display: table-cell;
  }

  .sm\:bag-table-column {
    display: table-column;
  }

  .sm\:bag-table-column-group {
    display: table-column-group;
  }

  .sm\:bag-table-footer-group {
    display: table-footer-group;
  }

  .sm\:bag-table-header-group {
    display: table-header-group;
  }

  .sm\:bag-table-row-group {
    display: table-row-group;
  }

  .sm\:bag-table-row {
    display: table-row;
  }

  .sm\:bag-flow-root {
    display: flow-root;
  }

  .sm\:bag-grid {
    display: grid;
  }

  .sm\:bag-inline-grid {
    display: inline-grid;
  }

  .sm\:bag-contents {
    display: contents;
  }

  .sm\:bag-list-item {
    display: list-item;
  }

  .sm\:bag-hidden {
    display: none;
  }

  .sm\:bag-h-0 {
    height: 0;
  }

  .sm\:bag-h-1 {
    height: 0.25rem;
  }

  .sm\:bag-h-2 {
    height: 0.5rem;
  }

  .sm\:bag-h-3 {
    height: 0.75rem;
  }

  .sm\:bag-h-4 {
    height: 1rem;
  }

  .sm\:bag-h-5 {
    height: 1.25rem;
  }

  .sm\:bag-h-6 {
    height: 1.5rem;
  }

  .sm\:bag-h-8 {
    height: 2rem;
  }

  .sm\:bag-h-9 {
    height: 2.25rem;
  }

  .sm\:bag-h-10 {
    height: 2.5rem;
  }

  .sm\:bag-h-12 {
    height: 3rem;
  }

  .sm\:bag-h-16 {
    height: 4rem;
  }

  .sm\:bag-h-20 {
    height: 5rem;
  }

  .sm\:bag-h-24 {
    height: 6rem;
  }

  .sm\:bag-h-32 {
    height: 8rem;
  }

  .sm\:bag-h-40 {
    height: 10rem;
  }

  .sm\:bag-h-48 {
    height: 12rem;
  }

  .sm\:bag-h-56 {
    height: 14rem;
  }

  .sm\:bag-h-64 {
    height: 16rem;
  }

  .sm\:bag-h-auto {
    height: auto;
  }

  .sm\:bag-h-px {
    height: 1px;
  }

  .sm\:bag-h-gutter {
    height: 1.5625rem;
  }

  .sm\:bag-h-gutter-full {
    height: 3.125rem;
  }

  .sm\:bag-h-1\/2 {
    height: 50%;
  }

  .sm\:bag-h-full {
    height: 100%;
  }

  .sm\:bag-h-screen {
    height: 100vh;
  }

  .sm\:bag-max-h-0 {
    max-height: 0;
  }

  .sm\:bag-max-h-1 {
    max-height: 0.25rem;
  }

  .sm\:bag-max-h-2 {
    max-height: 0.5rem;
  }

  .sm\:bag-max-h-3 {
    max-height: 0.75rem;
  }

  .sm\:bag-max-h-4 {
    max-height: 1rem;
  }

  .sm\:bag-max-h-5 {
    max-height: 1.25rem;
  }

  .sm\:bag-max-h-6 {
    max-height: 1.5rem;
  }

  .sm\:bag-max-h-8 {
    max-height: 2rem;
  }

  .sm\:bag-max-h-9 {
    max-height: 2.25rem;
  }

  .sm\:bag-max-h-10 {
    max-height: 2.5rem;
  }

  .sm\:bag-max-h-12 {
    max-height: 3rem;
  }

  .sm\:bag-max-h-16 {
    max-height: 4rem;
  }

  .sm\:bag-max-h-20 {
    max-height: 5rem;
  }

  .sm\:bag-max-h-24 {
    max-height: 6rem;
  }

  .sm\:bag-max-h-32 {
    max-height: 8rem;
  }

  .sm\:bag-max-h-40 {
    max-height: 10rem;
  }

  .sm\:bag-max-h-48 {
    max-height: 12rem;
  }

  .sm\:bag-max-h-56 {
    max-height: 14rem;
  }

  .sm\:bag-max-h-64 {
    max-height: 16rem;
  }

  .sm\:bag-max-h-px {
    max-height: 1px;
  }

  .sm\:bag-max-h-gutter {
    max-height: 1.5625rem;
  }

  .sm\:bag-max-h-gutter-full {
    max-height: 3.125rem;
  }

  .sm\:bag-max-h-full {
    max-height: 100%;
  }

  .sm\:bag-max-h-screen {
    max-height: 100vh;
  }

  .sm\:bag-min-h-0 {
    min-height: 0;
  }

  .sm\:bag-min-h-full {
    min-height: 100%;
  }

  .sm\:bag-min-h-screen {
    min-height: 100vh;
  }

  .sm\:bag-w-0 {
    width: 0;
  }

  .sm\:bag-w-1 {
    width: 0.25rem;
  }

  .sm\:bag-w-2 {
    width: 0.5rem;
  }

  .sm\:bag-w-3 {
    width: 0.75rem;
  }

  .sm\:bag-w-4 {
    width: 1rem;
  }

  .sm\:bag-w-5 {
    width: 1.25rem;
  }

  .sm\:bag-w-6 {
    width: 1.5rem;
  }

  .sm\:bag-w-8 {
    width: 2rem;
  }

  .sm\:bag-w-9 {
    width: 2.25rem;
  }

  .sm\:bag-w-10 {
    width: 2.5rem;
  }

  .sm\:bag-w-12 {
    width: 3rem;
  }

  .sm\:bag-w-16 {
    width: 4rem;
  }

  .sm\:bag-w-20 {
    width: 5rem;
  }

  .sm\:bag-w-24 {
    width: 6rem;
  }

  .sm\:bag-w-32 {
    width: 8rem;
  }

  .sm\:bag-w-40 {
    width: 10rem;
  }

  .sm\:bag-w-48 {
    width: 12rem;
  }

  .sm\:bag-w-56 {
    width: 14rem;
  }

  .sm\:bag-w-64 {
    width: 16rem;
  }

  .sm\:bag-w-auto {
    width: auto;
  }

  .sm\:bag-w-px {
    width: 1px;
  }

  .sm\:bag-w-gutter {
    width: 1.5625rem;
  }

  .sm\:bag-w-gutter-full {
    width: 3.125rem;
  }

  .sm\:bag-w-1\/2 {
    width: 50%;
  }

  .sm\:bag-w-1\/3 {
    width: 33.333333%;
  }

  .sm\:bag-w-2\/3 {
    width: 66.666667%;
  }

  .sm\:bag-w-1\/4 {
    width: 25%;
  }

  .sm\:bag-w-2\/4 {
    width: 50%;
  }

  .sm\:bag-w-3\/4 {
    width: 75%;
  }

  .sm\:bag-w-1\/5 {
    width: 20%;
  }

  .sm\:bag-w-2\/5 {
    width: 40%;
  }

  .sm\:bag-w-3\/5 {
    width: 60%;
  }

  .sm\:bag-w-4\/5 {
    width: 80%;
  }

  .sm\:bag-w-1\/6 {
    width: 16.666667%;
  }

  .sm\:bag-w-2\/6 {
    width: 33.333333%;
  }

  .sm\:bag-w-3\/6 {
    width: 50%;
  }

  .sm\:bag-w-4\/6 {
    width: 66.666667%;
  }

  .sm\:bag-w-5\/6 {
    width: 83.333333%;
  }

  .sm\:bag-w-1\/12 {
    width: 8.333333%;
  }

  .sm\:bag-w-2\/12 {
    width: 16.666667%;
  }

  .sm\:bag-w-3\/12 {
    width: 25%;
  }

  .sm\:bag-w-4\/12 {
    width: 33.333333%;
  }

  .sm\:bag-w-5\/12 {
    width: 41.666667%;
  }

  .sm\:bag-w-6\/12 {
    width: 50%;
  }

  .sm\:bag-w-7\/12 {
    width: 58.333333%;
  }

  .sm\:bag-w-8\/12 {
    width: 66.666667%;
  }

  .sm\:bag-w-9\/12 {
    width: 75%;
  }

  .sm\:bag-w-10\/12 {
    width: 83.333333%;
  }

  .sm\:bag-w-11\/12 {
    width: 91.666667%;
  }

  .sm\:bag-w-full {
    width: 100%;
  }

  .sm\:bag-w-screen {
    width: 100vw;
  }

  .sm\:bag-min-w-0 {
    min-width: 0;
  }

  .sm\:bag-min-w-full {
    min-width: 100%;
  }

  .sm\:bag-max-w-0 {
    max-width: 0rem;
  }

  .sm\:bag-max-w-none {
    max-width: none;
  }

  .sm\:bag-max-w-xs {
    max-width: 20rem;
  }

  .sm\:bag-max-w-sm {
    max-width: 24rem;
  }

  .sm\:bag-max-w-md {
    max-width: 28rem;
  }

  .sm\:bag-max-w-lg {
    max-width: 32rem;
  }

  .sm\:bag-max-w-xl {
    max-width: 36rem;
  }

  .sm\:bag-max-w-2xl {
    max-width: 42rem;
  }

  .sm\:bag-max-w-3xl {
    max-width: 48rem;
  }

  .sm\:bag-max-w-4xl {
    max-width: 56rem;
  }

  .sm\:bag-max-w-5xl {
    max-width: 64rem;
  }

  .sm\:bag-max-w-6xl {
    max-width: 72rem;
  }

  .sm\:bag-max-w-7xl {
    max-width: 80rem;
  }

  .sm\:bag-max-w-full {
    max-width: 100%;
  }

  .sm\:bag-max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:bag-max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:bag-max-w-prose {
    max-width: 65ch;
  }

  .sm\:bag-max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:bag-max-w-screen-md {
    max-width: 768px;
  }

  .sm\:bag-max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:bag-max-w-screen-xl {
    max-width: 1270px;
  }

  .sm\:bag-flex-1 {
    flex: 1 1 0%;
  }

  .sm\:bag-flex-auto {
    flex: 1 1 auto;
  }

  .sm\:bag-flex-initial {
    flex: 0 1 auto;
  }

  .sm\:bag-flex-none {
    flex: none;
  }

  .sm\:bag-flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:bag-flex-shrink {
    flex-shrink: 1;
  }

  .sm\:bag-flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:bag-flex-grow {
    flex-grow: 1;
  }

  .sm\:bag-table-auto {
    table-layout: auto;
  }

  .sm\:bag-table-fixed {
    table-layout: fixed;
  }

  .sm\:bag-border-collapse {
    border-collapse: collapse;
  }

  .sm\:bag-border-separate {
    border-collapse: separate;
  }

  .sm\:bag-origin-center {
    transform-origin: center;
  }

  .sm\:bag-origin-top {
    transform-origin: top;
  }

  .sm\:bag-origin-top-right {
    transform-origin: top right;
  }

  .sm\:bag-origin-right {
    transform-origin: right;
  }

  .sm\:bag-origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:bag-origin-bottom {
    transform-origin: bottom;
  }

  .sm\:bag-origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:bag-origin-left {
    transform-origin: left;
  }

  .sm\:bag-origin-top-left {
    transform-origin: top left;
  }

  .sm\:bag-transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:bag-transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:bag-transform-none {
    transform: none;
  }

  .sm\:bag-translate-x-0 {
    --tw-translate-x: 0;
  }

  .sm\:bag-translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm\:bag-translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm\:bag-translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm\:bag-translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm\:bag-translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .sm\:bag-translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm\:bag-translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm\:bag-translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm\:bag-translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .sm\:bag-translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm\:bag-translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .sm\:bag-translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .sm\:bag-translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .sm\:bag-translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm\:bag-translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm\:bag-translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .sm\:bag-translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .sm\:bag-translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .sm\:bag-translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:bag-translate-x-gutter {
    --tw-translate-x: 1.5625rem;
  }

  .sm\:bag-translate-x-gutter-full {
    --tw-translate-x: 3.125rem;
  }

  .sm\:bag--translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .sm\:bag--translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .sm\:bag--translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .sm\:bag--translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .sm\:bag--translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .sm\:bag--translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .sm\:bag--translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .sm\:bag--translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .sm\:bag--translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .sm\:bag--translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .sm\:bag--translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .sm\:bag--translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .sm\:bag--translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .sm\:bag--translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm\:bag--translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm\:bag--translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .sm\:bag--translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .sm\:bag--translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .sm\:bag--translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:bag--translate-x-gutter {
    --tw-translate-x: -1.5625rem;
  }

  .sm\:bag--translate-x-gutter-full {
    --tw-translate-x: -3.125rem;
  }

  .sm\:bag-translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .sm\:bag-translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .sm\:bag-translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .sm\:bag-translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .sm\:bag-translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .sm\:bag-translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .sm\:bag-translate-x-full {
    --tw-translate-x: 100%;
  }

  .sm\:bag--translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .sm\:bag--translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .sm\:bag--translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .sm\:bag--translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .sm\:bag--translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .sm\:bag--translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .sm\:bag--translate-x-full {
    --tw-translate-x: -100%;
  }

  .sm\:bag-translate-y-0 {
    --tw-translate-y: 0;
  }

  .sm\:bag-translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .sm\:bag-translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .sm\:bag-translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .sm\:bag-translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .sm\:bag-translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .sm\:bag-translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .sm\:bag-translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .sm\:bag-translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .sm\:bag-translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .sm\:bag-translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .sm\:bag-translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .sm\:bag-translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .sm\:bag-translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .sm\:bag-translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm\:bag-translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm\:bag-translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .sm\:bag-translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .sm\:bag-translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .sm\:bag-translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:bag-translate-y-gutter {
    --tw-translate-y: 1.5625rem;
  }

  .sm\:bag-translate-y-gutter-full {
    --tw-translate-y: 3.125rem;
  }

  .sm\:bag--translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .sm\:bag--translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .sm\:bag--translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .sm\:bag--translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .sm\:bag--translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .sm\:bag--translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .sm\:bag--translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .sm\:bag--translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .sm\:bag--translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .sm\:bag--translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .sm\:bag--translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .sm\:bag--translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .sm\:bag--translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .sm\:bag--translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm\:bag--translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm\:bag--translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .sm\:bag--translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .sm\:bag--translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .sm\:bag--translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:bag--translate-y-gutter {
    --tw-translate-y: -1.5625rem;
  }

  .sm\:bag--translate-y-gutter-full {
    --tw-translate-y: -3.125rem;
  }

  .sm\:bag-translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .sm\:bag-translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .sm\:bag-translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .sm\:bag-translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .sm\:bag-translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .sm\:bag-translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .sm\:bag-translate-y-full {
    --tw-translate-y: 100%;
  }

  .sm\:bag--translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .sm\:bag--translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm\:bag--translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm\:bag--translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm\:bag--translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm\:bag--translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm\:bag--translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:bag-translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .sm\:hover\:bag-translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:bag-translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:bag-translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:bag-translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:bag-translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:bag-translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:bag-translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:bag-translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:bag-translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:bag-translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:bag-translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:bag-translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:bag-translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:bag-translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:bag-translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:bag-translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:bag-translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:bag-translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:bag-translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:bag-translate-x-gutter:hover {
    --tw-translate-x: 1.5625rem;
  }

  .sm\:hover\:bag-translate-x-gutter-full:hover {
    --tw-translate-x: 3.125rem;
  }

  .sm\:hover\:bag--translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:bag--translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:bag--translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:bag--translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:bag--translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:bag--translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:bag--translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:bag--translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:bag--translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:bag--translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:bag--translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:bag--translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:bag--translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:bag--translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:bag--translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:bag--translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:bag--translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:bag--translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:bag--translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:bag--translate-x-gutter:hover {
    --tw-translate-x: -1.5625rem;
  }

  .sm\:hover\:bag--translate-x-gutter-full:hover {
    --tw-translate-x: -3.125rem;
  }

  .sm\:hover\:bag-translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:bag-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:bag-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:bag-translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:bag-translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:bag-translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:bag-translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:bag--translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:bag--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:bag--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:bag--translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:bag--translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:bag--translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:bag--translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:bag-translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .sm\:hover\:bag-translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:bag-translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:bag-translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:bag-translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:bag-translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:bag-translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:bag-translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:bag-translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:bag-translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:bag-translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:bag-translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:bag-translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:bag-translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:bag-translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:bag-translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:bag-translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:bag-translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:bag-translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:bag-translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:bag-translate-y-gutter:hover {
    --tw-translate-y: 1.5625rem;
  }

  .sm\:hover\:bag-translate-y-gutter-full:hover {
    --tw-translate-y: 3.125rem;
  }

  .sm\:hover\:bag--translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:bag--translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:bag--translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:bag--translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:bag--translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:bag--translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:bag--translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:bag--translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:bag--translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:bag--translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:bag--translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:bag--translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:bag--translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:bag--translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:bag--translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:bag--translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:bag--translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:bag--translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:bag--translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:bag--translate-y-gutter:hover {
    --tw-translate-y: -1.5625rem;
  }

  .sm\:hover\:bag--translate-y-gutter-full:hover {
    --tw-translate-y: -3.125rem;
  }

  .sm\:hover\:bag-translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:bag-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:bag-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:bag-translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:bag-translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:bag-translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:bag-translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:bag--translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:bag--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:bag--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:bag--translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:bag--translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:bag--translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:bag--translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:bag-translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .sm\:focus\:bag-translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:bag-translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:bag-translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:bag-translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:bag-translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:bag-translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:bag-translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:bag-translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:bag-translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:bag-translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:bag-translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:bag-translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:bag-translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:bag-translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:bag-translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:bag-translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:bag-translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:bag-translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:bag-translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:bag-translate-x-gutter:focus {
    --tw-translate-x: 1.5625rem;
  }

  .sm\:focus\:bag-translate-x-gutter-full:focus {
    --tw-translate-x: 3.125rem;
  }

  .sm\:focus\:bag--translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:bag--translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:bag--translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:bag--translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:bag--translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:bag--translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:bag--translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:bag--translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:bag--translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:bag--translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:bag--translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:bag--translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:bag--translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:bag--translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:bag--translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:bag--translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:bag--translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:bag--translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:bag--translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:bag--translate-x-gutter:focus {
    --tw-translate-x: -1.5625rem;
  }

  .sm\:focus\:bag--translate-x-gutter-full:focus {
    --tw-translate-x: -3.125rem;
  }

  .sm\:focus\:bag-translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:bag-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:bag-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:bag-translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:bag-translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:bag-translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:bag-translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:bag--translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:bag--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:bag--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:bag--translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:bag--translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:bag--translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:bag--translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:bag-translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .sm\:focus\:bag-translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:bag-translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:bag-translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:bag-translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:bag-translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:bag-translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:bag-translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:bag-translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:bag-translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:bag-translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:bag-translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:bag-translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:bag-translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:bag-translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:bag-translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:bag-translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:bag-translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:bag-translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:bag-translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:bag-translate-y-gutter:focus {
    --tw-translate-y: 1.5625rem;
  }

  .sm\:focus\:bag-translate-y-gutter-full:focus {
    --tw-translate-y: 3.125rem;
  }

  .sm\:focus\:bag--translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:bag--translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:bag--translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:bag--translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:bag--translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:bag--translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:bag--translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:bag--translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:bag--translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:bag--translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:bag--translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:bag--translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:bag--translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:bag--translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:bag--translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:bag--translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:bag--translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:bag--translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:bag--translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:bag--translate-y-gutter:focus {
    --tw-translate-y: -1.5625rem;
  }

  .sm\:focus\:bag--translate-y-gutter-full:focus {
    --tw-translate-y: -3.125rem;
  }

  .sm\:focus\:bag-translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:bag-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:bag-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:bag-translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:bag-translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:bag-translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .sm\:focus\:bag-translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .sm\:focus\:bag--translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:bag--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:bag--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:bag--translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:bag--translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:bag--translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:bag--translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .sm\:bag-rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm\:bag-rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm\:bag-rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm\:bag-rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm\:bag-rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm\:bag-rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm\:bag-rotate-45 {
    --tw-rotate: 45deg;
  }

  .sm\:bag-rotate-90 {
    --tw-rotate: 90deg;
  }

  .sm\:bag-rotate-180 {
    --tw-rotate: 180deg;
  }

  .sm\:bag--rotate-180 {
    --tw-rotate: -180deg;
  }

  .sm\:bag--rotate-90 {
    --tw-rotate: -90deg;
  }

  .sm\:bag--rotate-45 {
    --tw-rotate: -45deg;
  }

  .sm\:bag--rotate-12 {
    --tw-rotate: -12deg;
  }

  .sm\:bag--rotate-6 {
    --tw-rotate: -6deg;
  }

  .sm\:bag--rotate-3 {
    --tw-rotate: -3deg;
  }

  .sm\:bag--rotate-2 {
    --tw-rotate: -2deg;
  }

  .sm\:bag--rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm\:hover\:bag-rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .sm\:hover\:bag-rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .sm\:hover\:bag-rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .sm\:hover\:bag-rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .sm\:hover\:bag-rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .sm\:hover\:bag-rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .sm\:hover\:bag-rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .sm\:hover\:bag-rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .sm\:hover\:bag-rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .sm\:hover\:bag--rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .sm\:hover\:bag--rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .sm\:hover\:bag--rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .sm\:hover\:bag--rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .sm\:hover\:bag--rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .sm\:hover\:bag--rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .sm\:hover\:bag--rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .sm\:hover\:bag--rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .sm\:focus\:bag-rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .sm\:focus\:bag-rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .sm\:focus\:bag-rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .sm\:focus\:bag-rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .sm\:focus\:bag-rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .sm\:focus\:bag-rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .sm\:focus\:bag-rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .sm\:focus\:bag-rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .sm\:focus\:bag-rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .sm\:focus\:bag--rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .sm\:focus\:bag--rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .sm\:focus\:bag--rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .sm\:focus\:bag--rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .sm\:focus\:bag--rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .sm\:focus\:bag--rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .sm\:focus\:bag--rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .sm\:focus\:bag--rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .sm\:bag-skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .sm\:bag-skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .sm\:bag-skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .sm\:bag-skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .sm\:bag-skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .sm\:bag-skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .sm\:bag--skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .sm\:bag--skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .sm\:bag--skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .sm\:bag--skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .sm\:bag--skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .sm\:bag-skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .sm\:bag-skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .sm\:bag-skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .sm\:bag-skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .sm\:bag-skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .sm\:bag-skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .sm\:bag--skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .sm\:bag--skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .sm\:bag--skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .sm\:bag--skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .sm\:bag--skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:bag-skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:bag-skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:bag-skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:bag-skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:bag-skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:bag-skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:bag--skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:bag--skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:bag--skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:bag--skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:bag--skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:bag-skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:bag-skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:bag-skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:bag-skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:bag-skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:bag-skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:bag--skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:bag--skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:bag--skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:bag--skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:bag--skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:bag-skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:bag-skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:bag-skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:bag-skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:bag-skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:bag-skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:bag--skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:bag--skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:bag--skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:bag--skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:bag--skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:bag-skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:bag-skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:bag-skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:bag-skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:bag-skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:bag-skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:bag--skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:bag--skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:bag--skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:bag--skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:bag--skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .sm\:bag-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:bag-scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:bag-scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:bag-scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:bag-scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:bag-scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:bag-scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:bag-scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:bag-scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:bag-scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:bag-scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:bag-scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:bag-scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:bag-scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:bag-scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:bag-scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:bag-scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:bag-scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:bag-scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:bag-scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:bag-scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:bag-scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:bag-scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:bag-scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:bag-scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:bag-scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:bag-scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:bag-scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:bag-scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:bag-scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:bag-scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm\:bag-scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm\:bag-scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm\:bag-scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm\:bag-scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm\:bag-scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm\:bag-scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm\:bag-scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm\:bag-scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm\:bag-scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm\:bag-scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm\:bag-scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm\:bag-scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm\:bag-scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm\:bag-scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm\:bag-scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm\:bag-scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm\:bag-scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm\:bag-scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm\:bag-scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:bag-scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm\:hover\:bag-scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm\:hover\:bag-scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm\:hover\:bag-scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm\:hover\:bag-scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm\:hover\:bag-scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm\:hover\:bag-scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:bag-scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:bag-scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:bag-scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:bag-scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm\:hover\:bag-scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm\:hover\:bag-scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm\:hover\:bag-scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm\:hover\:bag-scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm\:hover\:bag-scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm\:hover\:bag-scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:bag-scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:bag-scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:bag-scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:bag-scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm\:focus\:bag-scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm\:focus\:bag-scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm\:focus\:bag-scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm\:focus\:bag-scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm\:focus\:bag-scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm\:focus\:bag-scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:bag-scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:bag-scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:bag-scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:bag-scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm\:focus\:bag-scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm\:focus\:bag-scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm\:focus\:bag-scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm\:focus\:bag-scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm\:focus\:bag-scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm\:focus\:bag-scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:bag-scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:bag-scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:bag-scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm\:bag-animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:bag-animate-spin {
    -webkit-animation: bag-spin 1s linear infinite;
            animation: bag-spin 1s linear infinite;
  }

  .sm\:bag-animate-ping {
    -webkit-animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:bag-animate-pulse {
    -webkit-animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:bag-animate-bounce {
    -webkit-animation: bag-bounce 1s infinite;
            animation: bag-bounce 1s infinite;
  }

  .sm\:bag-cursor-auto {
    cursor: auto;
  }

  .sm\:bag-cursor-default {
    cursor: default;
  }

  .sm\:bag-cursor-pointer {
    cursor: pointer;
  }

  .sm\:bag-cursor-wait {
    cursor: wait;
  }

  .sm\:bag-cursor-text {
    cursor: text;
  }

  .sm\:bag-cursor-move {
    cursor: move;
  }

  .sm\:bag-cursor-help {
    cursor: help;
  }

  .sm\:bag-cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:bag-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:bag-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:bag-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:bag-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:bag-resize-none {
    resize: none;
  }

  .sm\:bag-resize-y {
    resize: vertical;
  }

  .sm\:bag-resize-x {
    resize: horizontal;
  }

  .sm\:bag-resize {
    resize: both;
  }

  .sm\:bag-list-inside {
    list-style-position: inside;
  }

  .sm\:bag-list-outside {
    list-style-position: outside;
  }

  .sm\:bag-list-none {
    list-style-type: none;
  }

  .sm\:bag-list-disc {
    list-style-type: disc;
  }

  .sm\:bag-list-decimal {
    list-style-type: decimal;
  }

  .sm\:bag-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bag-auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:bag-auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:bag-auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:bag-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:bag-grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:bag-grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:bag-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:bag-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:bag-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:bag-auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:bag-auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:bag-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:bag-grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:bag-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:bag-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:bag-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:bag-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:bag-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:bag-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:bag-grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:bag-flex-row {
    flex-direction: row;
  }

  .sm\:bag-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:bag-flex-col {
    flex-direction: column;
  }

  .sm\:bag-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:bag-flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:bag-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:bag-flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:bag-place-content-center {
    place-content: center;
  }

  .sm\:bag-place-content-start {
    place-content: start;
  }

  .sm\:bag-place-content-end {
    place-content: end;
  }

  .sm\:bag-place-content-between {
    place-content: space-between;
  }

  .sm\:bag-place-content-around {
    place-content: space-around;
  }

  .sm\:bag-place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:bag-place-content-stretch {
    place-content: stretch;
  }

  .sm\:bag-place-items-start {
    place-items: start;
  }

  .sm\:bag-place-items-end {
    place-items: end;
  }

  .sm\:bag-place-items-center {
    place-items: center;
  }

  .sm\:bag-place-items-stretch {
    place-items: stretch;
  }

  .sm\:bag-content-center {
    align-content: center;
  }

  .sm\:bag-content-start {
    align-content: flex-start;
  }

  .sm\:bag-content-end {
    align-content: flex-end;
  }

  .sm\:bag-content-between {
    align-content: space-between;
  }

  .sm\:bag-content-around {
    align-content: space-around;
  }

  .sm\:bag-content-evenly {
    align-content: space-evenly;
  }

  .sm\:bag-items-start {
    align-items: flex-start;
  }

  .sm\:bag-items-end {
    align-items: flex-end;
  }

  .sm\:bag-items-center {
    align-items: center;
  }

  .sm\:bag-items-baseline {
    align-items: baseline;
  }

  .sm\:bag-items-stretch {
    align-items: stretch;
  }

  .sm\:bag-justify-start {
    justify-content: flex-start;
  }

  .sm\:bag-justify-end {
    justify-content: flex-end;
  }

  .sm\:bag-justify-center {
    justify-content: center;
  }

  .sm\:bag-justify-between {
    justify-content: space-between;
  }

  .sm\:bag-justify-around {
    justify-content: space-around;
  }

  .sm\:bag-justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:bag-justify-items-start {
    justify-items: start;
  }

  .sm\:bag-justify-items-end {
    justify-items: end;
  }

  .sm\:bag-justify-items-center {
    justify-items: center;
  }

  .sm\:bag-justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:bag-gap-0 {
    gap: 0;
  }

  .sm\:bag-gap-1 {
    gap: 0.25rem;
  }

  .sm\:bag-gap-2 {
    gap: 0.5rem;
  }

  .sm\:bag-gap-3 {
    gap: 0.75rem;
  }

  .sm\:bag-gap-4 {
    gap: 1rem;
  }

  .sm\:bag-gap-5 {
    gap: 1.25rem;
  }

  .sm\:bag-gap-6 {
    gap: 1.5rem;
  }

  .sm\:bag-gap-8 {
    gap: 2rem;
  }

  .sm\:bag-gap-9 {
    gap: 2.25rem;
  }

  .sm\:bag-gap-10 {
    gap: 2.5rem;
  }

  .sm\:bag-gap-12 {
    gap: 3rem;
  }

  .sm\:bag-gap-16 {
    gap: 4rem;
  }

  .sm\:bag-gap-20 {
    gap: 5rem;
  }

  .sm\:bag-gap-24 {
    gap: 6rem;
  }

  .sm\:bag-gap-32 {
    gap: 8rem;
  }

  .sm\:bag-gap-40 {
    gap: 10rem;
  }

  .sm\:bag-gap-48 {
    gap: 12rem;
  }

  .sm\:bag-gap-56 {
    gap: 14rem;
  }

  .sm\:bag-gap-64 {
    gap: 16rem;
  }

  .sm\:bag-gap-px {
    gap: 1px;
  }

  .sm\:bag-gap-gutter {
    gap: 1.5625rem;
  }

  .sm\:bag-gap-gutter-full {
    gap: 3.125rem;
  }

  .sm\:bag-gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:bag-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:bag-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:bag-gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:bag-gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:bag-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:bag-gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:bag-gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:bag-gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:bag-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:bag-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:bag-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:bag-gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:bag-gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:bag-gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:bag-gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:bag-gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:bag-gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:bag-gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:bag-gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:bag-gap-x-gutter {
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
  }

  .sm\:bag-gap-x-gutter-full {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .sm\:bag-gap-y-0 {
    row-gap: 0;
  }

  .sm\:bag-gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:bag-gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:bag-gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:bag-gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:bag-gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:bag-gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:bag-gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:bag-gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:bag-gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:bag-gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:bag-gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:bag-gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:bag-gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:bag-gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:bag-gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:bag-gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:bag-gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:bag-gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:bag-gap-y-px {
    row-gap: 1px;
  }

  .sm\:bag-gap-y-gutter {
    row-gap: 1.5625rem;
  }

  .sm\:bag-gap-y-gutter-full {
    row-gap: 3.125rem;
  }

  .sm\:bag-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag--space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bag-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--tw-space-y-reverse));
  }

  .sm\:bag--space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .sm\:bag-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:bag-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:bag-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:bag-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:bag-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:bag-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:bag-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:bag-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:bag-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:bag-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:bag-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:bag-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:bag-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:bag-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:bag-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:bag-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:bag-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:bag-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:bag-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:bag-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:bag-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:bag-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:bag-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-divide-opacity));
  }

  .sm\:bag-divide-darkGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .sm\:bag-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:bag-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:bag-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:bag-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:bag-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:bag-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:bag-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:bag-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:bag-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:bag-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:bag-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:bag-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:bag-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:bag-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:bag-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:bag-place-self-auto {
    place-self: auto;
  }

  .sm\:bag-place-self-start {
    place-self: start;
  }

  .sm\:bag-place-self-end {
    place-self: end;
  }

  .sm\:bag-place-self-center {
    place-self: center;
  }

  .sm\:bag-place-self-stretch {
    place-self: stretch;
  }

  .sm\:bag-self-auto {
    align-self: auto;
  }

  .sm\:bag-self-start {
    align-self: flex-start;
  }

  .sm\:bag-self-end {
    align-self: flex-end;
  }

  .sm\:bag-self-center {
    align-self: center;
  }

  .sm\:bag-self-stretch {
    align-self: stretch;
  }

  .sm\:bag-self-baseline {
    align-self: baseline;
  }

  .sm\:bag-justify-self-auto {
    justify-self: auto;
  }

  .sm\:bag-justify-self-start {
    justify-self: start;
  }

  .sm\:bag-justify-self-end {
    justify-self: end;
  }

  .sm\:bag-justify-self-center {
    justify-self: center;
  }

  .sm\:bag-justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:bag-overflow-auto {
    overflow: auto;
  }

  .sm\:bag-overflow-hidden {
    overflow: hidden;
  }

  .sm\:bag-overflow-visible {
    overflow: visible;
  }

  .sm\:bag-overflow-scroll {
    overflow: scroll;
  }

  .sm\:bag-overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:bag-overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:bag-overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:bag-overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:bag-overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:bag-overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:bag-overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:bag-overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:bag-overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:bag-overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:bag-overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:bag-overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:bag-overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:bag-overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:bag-overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:bag-overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:bag-overscroll-x-none {
    overscroll-behavior-x: none;
  }

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

  .sm\:bag-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:bag-overflow-clip {
    text-overflow: clip;
  }

  .sm\:bag-whitespace-normal {
    white-space: normal;
  }

  .sm\:bag-whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:bag-whitespace-pre {
    white-space: pre;
  }

  .sm\:bag-whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:bag-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:bag-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:bag-break-words {
    overflow-wrap: break-word;
  }

  .sm\:bag-break-all {
    word-break: break-all;
  }

  .sm\:bag-rounded-none {
    border-radius: 0px;
  }

  .sm\:bag-rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:bag-rounded {
    border-radius: 0.25rem;
  }

  .sm\:bag-rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:bag-rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:bag-rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:bag-rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:bag-rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:bag-rounded-full {
    border-radius: 9999px;
  }

  .sm\:bag-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:bag-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:bag-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:bag-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:bag-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:bag-rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:bag-rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:bag-rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:bag-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:bag-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:bag-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:bag-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:bag-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:bag-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:bag-rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:bag-rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:bag-rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:bag-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:bag-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:bag-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:bag-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:bag-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:bag-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:bag-rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:bag-rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:bag-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:bag-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:bag-rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:bag-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:bag-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:bag-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:bag-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:bag-rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:bag-rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:bag-rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:bag-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:bag-rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .sm\:bag-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:bag-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:bag-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:bag-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:bag-rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm\:bag-rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm\:bag-rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm\:bag-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:bag-rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:bag-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:bag-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:bag-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:bag-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:bag-rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm\:bag-rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm\:bag-rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm\:bag-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:bag-rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm\:bag-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:bag-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:bag-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:bag-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:bag-rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:bag-rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:bag-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:bag-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:bag-rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:bag-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:bag-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:bag-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:bag-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:bag-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:bag-rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:bag-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:bag-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:bag-border-0 {
    border-width: 0px;
  }

  .sm\:bag-border-2 {
    border-width: 2px;
  }

  .sm\:bag-border-4 {
    border-width: 4px;
  }

  .sm\:bag-border-8 {
    border-width: 8px;
  }

  .sm\:bag-border {
    border-width: 1px;
  }

  .sm\:bag-border-t-0 {
    border-top-width: 0px;
  }

  .sm\:bag-border-t-2 {
    border-top-width: 2px;
  }

  .sm\:bag-border-t-4 {
    border-top-width: 4px;
  }

  .sm\:bag-border-t-8 {
    border-top-width: 8px;
  }

  .sm\:bag-border-t {
    border-top-width: 1px;
  }

  .sm\:bag-border-r-0 {
    border-right-width: 0px;
  }

  .sm\:bag-border-r-2 {
    border-right-width: 2px;
  }

  .sm\:bag-border-r-4 {
    border-right-width: 4px;
  }

  .sm\:bag-border-r-8 {
    border-right-width: 8px;
  }

  .sm\:bag-border-r {
    border-right-width: 1px;
  }

  .sm\:bag-border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:bag-border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:bag-border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:bag-border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:bag-border-b {
    border-bottom-width: 1px;
  }

  .sm\:bag-border-l-0 {
    border-left-width: 0px;
  }

  .sm\:bag-border-l-2 {
    border-left-width: 2px;
  }

  .sm\:bag-border-l-4 {
    border-left-width: 4px;
  }

  .sm\:bag-border-l-8 {
    border-left-width: 8px;
  }

  .sm\:bag-border-l {
    border-left-width: 1px;
  }

  .sm\:bag-border-solid {
    border-style: solid;
  }

  .sm\:bag-border-dashed {
    border-style: dashed;
  }

  .sm\:bag-border-dotted {
    border-style: dotted;
  }

  .sm\:bag-border-double {
    border-style: double;
  }

  .sm\:bag-border-none {
    border-style: none;
  }

  .sm\:bag-border-transparent {
    border-color: transparent;
  }

  .sm\:bag-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:bag-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:bag-border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .sm\:bag-border-darkGray {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-border-transparent {
    border-color: transparent;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-border-darkGray {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus-within\:bag-border-transparent:focus-within {
    border-color: transparent;
  }

  .sm\:focus-within\:bag-border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:bag-border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:bag-border-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .sm\:focus-within\:bag-border-darkGray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .sm\:hover\:bag-border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:bag-border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:bag-border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:bag-border-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .sm\:hover\:bag-border-darkGray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .sm\:focus\:bag-border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:bag-border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:bag-border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:bag-border-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .sm\:focus\:bag-border-darkGray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .sm\:bag-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .sm\:bag-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .sm\:bag-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .sm\:bag-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .sm\:bag-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .sm\:bag-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm\:bag-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .sm\:bag-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .sm\:bag-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm\:bag-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .sm\:bag-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .sm\:bag-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .sm\:bag-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .sm\:bag-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .sm\:bag-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .bag-group:hover .sm\:group-hover\:bag-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:bag-border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:bag-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:bag-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:bag-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:bag-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:bag-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:bag-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:bag-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:bag-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:bag-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:bag-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:bag-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:bag-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:bag-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:bag-border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .sm\:hover\:bag-border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .sm\:hover\:bag-border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:bag-border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:bag-border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:bag-border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:bag-border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:bag-border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:bag-border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:bag-border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:bag-border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:bag-border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:bag-border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:bag-border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:bag-border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:bag-border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .sm\:focus\:bag-border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .sm\:focus\:bag-border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:bag-border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:bag-border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:bag-border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:bag-border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:bag-border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:bag-border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:bag-border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:bag-border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:bag-border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:bag-border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:bag-border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:bag-border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:bag-border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .sm\:bag-bg-transparent {
    background-color: transparent;
  }

  .sm\:bag-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bag-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bag-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .sm\:bag-bg-darkGray {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-transparent {
    background-color: transparent;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-darkGray {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bag-bg-transparent:focus-within {
    background-color: transparent;
  }

  .sm\:focus-within\:bag-bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bag-bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bag-bg-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bag-bg-darkGray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:hover\:bag-bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bag-bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bag-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bag-bg-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .sm\:hover\:bag-bg-darkGray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:focus\:bag-bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bag-bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bag-bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bag-bg-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .sm\:focus\:bag-bg-darkGray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .sm\:bag-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm\:bag-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm\:bag-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .sm\:bag-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .sm\:bag-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .sm\:bag-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .sm\:bag-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .sm\:bag-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm\:bag-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm\:bag-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm\:bag-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm\:bag-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .sm\:bag-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .sm\:bag-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .sm\:bag-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .bag-group:hover .sm\:group-hover\:bag-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bag-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bag-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bag-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bag-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bag-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bag-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bag-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bag-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bag-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bag-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bag-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bag-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bag-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bag-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bag-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bag-bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bag-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bag-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bag-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bag-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bag-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bag-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bag-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bag-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bag-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bag-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bag-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bag-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bag-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bag-bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bag-bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bag-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bag-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bag-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bag-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bag-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bag-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bag-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bag-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bag-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bag-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bag-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bag-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bag-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bag-bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .sm\:bag-bg-none {
    background-image: none;
  }

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

  .sm\:bag-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bag-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bag-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bag-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bag-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bag-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bag-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:bag-from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:bag-from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:bag-from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:bag-from-gray {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .sm\:bag-from-darkGray {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:hover\:bag-from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:bag-from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:bag-from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:bag-from-gray:hover {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .sm\:hover\:bag-from-darkGray:hover {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:focus\:bag-from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:bag-from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:bag-from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:bag-from-gray:focus {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .sm\:focus\:bag-from-darkGray:focus {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:bag-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:bag-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:bag-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:bag-via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .sm\:bag-via-darkGray {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:hover\:bag-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:bag-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:bag-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:bag-via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .sm\:hover\:bag-via-darkGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:focus\:bag-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:bag-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:bag-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:bag-via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .sm\:focus\:bag-via-darkGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .sm\:bag-to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:bag-to-black {
    --tw-gradient-to: #000;
  }

  .sm\:bag-to-white {
    --tw-gradient-to: #fff;
  }

  .sm\:bag-to-gray {
    --tw-gradient-to: #d1d1d1;
  }

  .sm\:bag-to-darkGray {
    --tw-gradient-to: #717171;
  }

  .sm\:hover\:bag-to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:bag-to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm\:hover\:bag-to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:bag-to-gray:hover {
    --tw-gradient-to: #d1d1d1;
  }

  .sm\:hover\:bag-to-darkGray:hover {
    --tw-gradient-to: #717171;
  }

  .sm\:focus\:bag-to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:bag-to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm\:focus\:bag-to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:bag-to-gray:focus {
    --tw-gradient-to: #d1d1d1;
  }

  .sm\:focus\:bag-to-darkGray:focus {
    --tw-gradient-to: #717171;
  }

  .sm\:bag-decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:bag-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:bag-bg-auto {
    background-size: auto;
  }

  .sm\:bag-bg-cover {
    background-size: cover;
  }

  .sm\:bag-bg-contain {
    background-size: contain;
  }

  .sm\:bag-bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bag-bg-local {
    background-attachment: local;
  }

  .sm\:bag-bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bag-bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bag-bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bag-bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bag-bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bag-bg-bottom {
    background-position: bottom;
  }

  .sm\:bag-bg-center {
    background-position: center;
  }

  .sm\:bag-bg-left {
    background-position: left;
  }

  .sm\:bag-bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bag-bg-left-top {
    background-position: left top;
  }

  .sm\:bag-bg-right {
    background-position: right;
  }

  .sm\:bag-bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bag-bg-right-top {
    background-position: right top;
  }

  .sm\:bag-bg-top {
    background-position: top;
  }

  .sm\:bag-bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bag-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bag-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bag-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bag-bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bag-bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bag-bg-origin-border {
    background-origin: border-box;
  }

  .sm\:bag-bg-origin-padding {
    background-origin: padding-box;
  }

  .sm\:bag-bg-origin-content {
    background-origin: content-box;
  }

  .sm\:bag-fill-current {
    fill: currentColor;
  }

  .sm\:bag-stroke-current {
    stroke: currentColor;
  }

  .sm\:bag-stroke-0 {
    stroke-width: 0;
  }

  .sm\:bag-stroke-1 {
    stroke-width: 1;
  }

  .sm\:bag-stroke-2 {
    stroke-width: 2;
  }

  .sm\:bag-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:bag-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:bag-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:bag-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:bag-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:bag-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:bag-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:bag-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:bag-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:bag-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:bag-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:bag-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:bag-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:bag-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:bag-p-0 {
    padding: 0;
  }

  .sm\:bag-p-1 {
    padding: 0.25rem;
  }

  .sm\:bag-p-2 {
    padding: 0.5rem;
  }

  .sm\:bag-p-3 {
    padding: 0.75rem;
  }

  .sm\:bag-p-4 {
    padding: 1rem;
  }

  .sm\:bag-p-5 {
    padding: 1.25rem;
  }

  .sm\:bag-p-6 {
    padding: 1.5rem;
  }

  .sm\:bag-p-8 {
    padding: 2rem;
  }

  .sm\:bag-p-9 {
    padding: 2.25rem;
  }

  .sm\:bag-p-10 {
    padding: 2.5rem;
  }

  .sm\:bag-p-12 {
    padding: 3rem;
  }

  .sm\:bag-p-16 {
    padding: 4rem;
  }

  .sm\:bag-p-20 {
    padding: 5rem;
  }

  .sm\:bag-p-24 {
    padding: 6rem;
  }

  .sm\:bag-p-32 {
    padding: 8rem;
  }

  .sm\:bag-p-40 {
    padding: 10rem;
  }

  .sm\:bag-p-48 {
    padding: 12rem;
  }

  .sm\:bag-p-56 {
    padding: 14rem;
  }

  .sm\:bag-p-64 {
    padding: 16rem;
  }

  .sm\:bag-p-px {
    padding: 1px;
  }

  .sm\:bag-p-gutter {
    padding: 1.5625rem;
  }

  .sm\:bag-p-gutter-full {
    padding: 3.125rem;
  }

  .sm\:first\:bag-p-0:first-child {
    padding: 0;
  }

  .sm\:first\:bag-p-1:first-child {
    padding: 0.25rem;
  }

  .sm\:first\:bag-p-2:first-child {
    padding: 0.5rem;
  }

  .sm\:first\:bag-p-3:first-child {
    padding: 0.75rem;
  }

  .sm\:first\:bag-p-4:first-child {
    padding: 1rem;
  }

  .sm\:first\:bag-p-5:first-child {
    padding: 1.25rem;
  }

  .sm\:first\:bag-p-6:first-child {
    padding: 1.5rem;
  }

  .sm\:first\:bag-p-8:first-child {
    padding: 2rem;
  }

  .sm\:first\:bag-p-9:first-child {
    padding: 2.25rem;
  }

  .sm\:first\:bag-p-10:first-child {
    padding: 2.5rem;
  }

  .sm\:first\:bag-p-12:first-child {
    padding: 3rem;
  }

  .sm\:first\:bag-p-16:first-child {
    padding: 4rem;
  }

  .sm\:first\:bag-p-20:first-child {
    padding: 5rem;
  }

  .sm\:first\:bag-p-24:first-child {
    padding: 6rem;
  }

  .sm\:first\:bag-p-32:first-child {
    padding: 8rem;
  }

  .sm\:first\:bag-p-40:first-child {
    padding: 10rem;
  }

  .sm\:first\:bag-p-48:first-child {
    padding: 12rem;
  }

  .sm\:first\:bag-p-56:first-child {
    padding: 14rem;
  }

  .sm\:first\:bag-p-64:first-child {
    padding: 16rem;
  }

  .sm\:first\:bag-p-px:first-child {
    padding: 1px;
  }

  .sm\:first\:bag-p-gutter:first-child {
    padding: 1.5625rem;
  }

  .sm\:first\:bag-p-gutter-full:first-child {
    padding: 3.125rem;
  }

  .sm\:last\:bag-p-0:last-child {
    padding: 0;
  }

  .sm\:last\:bag-p-1:last-child {
    padding: 0.25rem;
  }

  .sm\:last\:bag-p-2:last-child {
    padding: 0.5rem;
  }

  .sm\:last\:bag-p-3:last-child {
    padding: 0.75rem;
  }

  .sm\:last\:bag-p-4:last-child {
    padding: 1rem;
  }

  .sm\:last\:bag-p-5:last-child {
    padding: 1.25rem;
  }

  .sm\:last\:bag-p-6:last-child {
    padding: 1.5rem;
  }

  .sm\:last\:bag-p-8:last-child {
    padding: 2rem;
  }

  .sm\:last\:bag-p-9:last-child {
    padding: 2.25rem;
  }

  .sm\:last\:bag-p-10:last-child {
    padding: 2.5rem;
  }

  .sm\:last\:bag-p-12:last-child {
    padding: 3rem;
  }

  .sm\:last\:bag-p-16:last-child {
    padding: 4rem;
  }

  .sm\:last\:bag-p-20:last-child {
    padding: 5rem;
  }

  .sm\:last\:bag-p-24:last-child {
    padding: 6rem;
  }

  .sm\:last\:bag-p-32:last-child {
    padding: 8rem;
  }

  .sm\:last\:bag-p-40:last-child {
    padding: 10rem;
  }

  .sm\:last\:bag-p-48:last-child {
    padding: 12rem;
  }

  .sm\:last\:bag-p-56:last-child {
    padding: 14rem;
  }

  .sm\:last\:bag-p-64:last-child {
    padding: 16rem;
  }

  .sm\:last\:bag-p-px:last-child {
    padding: 1px;
  }

  .sm\:last\:bag-p-gutter:last-child {
    padding: 1.5625rem;
  }

  .sm\:last\:bag-p-gutter-full:last-child {
    padding: 3.125rem;
  }

  .sm\:bag-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:bag-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:bag-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:bag-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:bag-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:bag-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:bag-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:bag-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:bag-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:bag-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:bag-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:bag-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:bag-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:bag-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:bag-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:bag-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:bag-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:bag-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:bag-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:bag-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:bag-px-gutter {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:bag-px-gutter-full {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:bag-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:bag-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

  .sm\:bag-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:bag-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:bag-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:bag-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:bag-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:bag-py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:bag-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:bag-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:bag-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:bag-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:bag-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:bag-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:bag-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:bag-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:bag-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:bag-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:bag-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:bag-py-gutter {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sm\:bag-py-gutter-full {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:first\:bag-px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:first\:bag-px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:first\:bag-px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:first\:bag-px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:first\:bag-px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:first\:bag-px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:first\:bag-px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:first\:bag-px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:first\:bag-px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:first\:bag-px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:first\:bag-px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:first\:bag-px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:first\:bag-px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:first\:bag-px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:first\:bag-px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:first\:bag-px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:first\:bag-px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:first\:bag-px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:first\:bag-px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:first\:bag-px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:first\:bag-px-gutter:first-child {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:first\:bag-px-gutter-full:first-child {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:first\:bag-py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:first\:bag-py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:first\:bag-py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:first\:bag-py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:first\:bag-py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:first\:bag-py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:first\:bag-py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:first\:bag-py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:first\:bag-py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:first\:bag-py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:first\:bag-py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:first\:bag-py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:first\:bag-py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:first\:bag-py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:first\:bag-py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:first\:bag-py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:first\:bag-py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:first\:bag-py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:first\:bag-py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:first\:bag-py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:first\:bag-py-gutter:first-child {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sm\:first\:bag-py-gutter-full:first-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:last\:bag-px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:last\:bag-px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:last\:bag-px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:last\:bag-px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:last\:bag-px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:last\:bag-px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:last\:bag-px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:last\:bag-px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:last\:bag-px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:last\:bag-px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:last\:bag-px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:last\:bag-px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:last\:bag-px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:last\:bag-px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:last\:bag-px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:last\:bag-px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:last\:bag-px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:last\:bag-px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:last\:bag-px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:last\:bag-px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:last\:bag-px-gutter:last-child {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sm\:last\:bag-px-gutter-full:last-child {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:last\:bag-py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:last\:bag-py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:last\:bag-py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:last\:bag-py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:last\:bag-py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:last\:bag-py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:last\:bag-py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:last\:bag-py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:last\:bag-py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:last\:bag-py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:last\:bag-py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:last\:bag-py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:last\:bag-py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:last\:bag-py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:last\:bag-py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:last\:bag-py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:last\:bag-py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:last\:bag-py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:last\:bag-py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:last\:bag-py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:last\:bag-py-gutter:last-child {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sm\:last\:bag-py-gutter-full:last-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:bag-pt-0 {
    padding-top: 0;
  }

  .sm\:bag-pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:bag-pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:bag-pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:bag-pt-4 {
    padding-top: 1rem;
  }

  .sm\:bag-pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:bag-pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:bag-pt-8 {
    padding-top: 2rem;
  }

  .sm\:bag-pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:bag-pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:bag-pt-12 {
    padding-top: 3rem;
  }

  .sm\:bag-pt-16 {
    padding-top: 4rem;
  }

  .sm\:bag-pt-20 {
    padding-top: 5rem;
  }

  .sm\:bag-pt-24 {
    padding-top: 6rem;
  }

  .sm\:bag-pt-32 {
    padding-top: 8rem;
  }

  .sm\:bag-pt-40 {
    padding-top: 10rem;
  }

  .sm\:bag-pt-48 {
    padding-top: 12rem;
  }

  .sm\:bag-pt-56 {
    padding-top: 14rem;
  }

  .sm\:bag-pt-64 {
    padding-top: 16rem;
  }

  .sm\:bag-pt-px {
    padding-top: 1px;
  }

  .sm\:bag-pt-gutter {
    padding-top: 1.5625rem;
  }

  .sm\:bag-pt-gutter-full {
    padding-top: 3.125rem;
  }

  .sm\:bag-pr-0 {
    padding-right: 0;
  }

  .sm\:bag-pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:bag-pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:bag-pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:bag-pr-4 {
    padding-right: 1rem;
  }

  .sm\:bag-pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:bag-pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:bag-pr-8 {
    padding-right: 2rem;
  }

  .sm\:bag-pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:bag-pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:bag-pr-12 {
    padding-right: 3rem;
  }

  .sm\:bag-pr-16 {
    padding-right: 4rem;
  }

  .sm\:bag-pr-20 {
    padding-right: 5rem;
  }

  .sm\:bag-pr-24 {
    padding-right: 6rem;
  }

  .sm\:bag-pr-32 {
    padding-right: 8rem;
  }

  .sm\:bag-pr-40 {
    padding-right: 10rem;
  }

  .sm\:bag-pr-48 {
    padding-right: 12rem;
  }

  .sm\:bag-pr-56 {
    padding-right: 14rem;
  }

  .sm\:bag-pr-64 {
    padding-right: 16rem;
  }

  .sm\:bag-pr-px {
    padding-right: 1px;
  }

  .sm\:bag-pr-gutter {
    padding-right: 1.5625rem;
  }

  .sm\:bag-pr-gutter-full {
    padding-right: 3.125rem;
  }

  .sm\:bag-pb-0 {
    padding-bottom: 0;
  }

  .sm\:bag-pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:bag-pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:bag-pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:bag-pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:bag-pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:bag-pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:bag-pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:bag-pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:bag-pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:bag-pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:bag-pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:bag-pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:bag-pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:bag-pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:bag-pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:bag-pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:bag-pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:bag-pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:bag-pb-px {
    padding-bottom: 1px;
  }

  .sm\:bag-pb-gutter {
    padding-bottom: 1.5625rem;
  }

  .sm\:bag-pb-gutter-full {
    padding-bottom: 3.125rem;
  }

  .sm\:bag-pl-0 {
    padding-left: 0;
  }

  .sm\:bag-pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:bag-pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:bag-pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:bag-pl-4 {
    padding-left: 1rem;
  }

  .sm\:bag-pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:bag-pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:bag-pl-8 {
    padding-left: 2rem;
  }

  .sm\:bag-pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:bag-pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:bag-pl-12 {
    padding-left: 3rem;
  }

  .sm\:bag-pl-16 {
    padding-left: 4rem;
  }

  .sm\:bag-pl-20 {
    padding-left: 5rem;
  }

  .sm\:bag-pl-24 {
    padding-left: 6rem;
  }

  .sm\:bag-pl-32 {
    padding-left: 8rem;
  }

  .sm\:bag-pl-40 {
    padding-left: 10rem;
  }

  .sm\:bag-pl-48 {
    padding-left: 12rem;
  }

  .sm\:bag-pl-56 {
    padding-left: 14rem;
  }

  .sm\:bag-pl-64 {
    padding-left: 16rem;
  }

  .sm\:bag-pl-px {
    padding-left: 1px;
  }

  .sm\:bag-pl-gutter {
    padding-left: 1.5625rem;
  }

  .sm\:bag-pl-gutter-full {
    padding-left: 3.125rem;
  }

  .sm\:first\:bag-pt-0:first-child {
    padding-top: 0;
  }

  .sm\:first\:bag-pt-1:first-child {
    padding-top: 0.25rem;
  }

  .sm\:first\:bag-pt-2:first-child {
    padding-top: 0.5rem;
  }

  .sm\:first\:bag-pt-3:first-child {
    padding-top: 0.75rem;
  }

  .sm\:first\:bag-pt-4:first-child {
    padding-top: 1rem;
  }

  .sm\:first\:bag-pt-5:first-child {
    padding-top: 1.25rem;
  }

  .sm\:first\:bag-pt-6:first-child {
    padding-top: 1.5rem;
  }

  .sm\:first\:bag-pt-8:first-child {
    padding-top: 2rem;
  }

  .sm\:first\:bag-pt-9:first-child {
    padding-top: 2.25rem;
  }

  .sm\:first\:bag-pt-10:first-child {
    padding-top: 2.5rem;
  }

  .sm\:first\:bag-pt-12:first-child {
    padding-top: 3rem;
  }

  .sm\:first\:bag-pt-16:first-child {
    padding-top: 4rem;
  }

  .sm\:first\:bag-pt-20:first-child {
    padding-top: 5rem;
  }

  .sm\:first\:bag-pt-24:first-child {
    padding-top: 6rem;
  }

  .sm\:first\:bag-pt-32:first-child {
    padding-top: 8rem;
  }

  .sm\:first\:bag-pt-40:first-child {
    padding-top: 10rem;
  }

  .sm\:first\:bag-pt-48:first-child {
    padding-top: 12rem;
  }

  .sm\:first\:bag-pt-56:first-child {
    padding-top: 14rem;
  }

  .sm\:first\:bag-pt-64:first-child {
    padding-top: 16rem;
  }

  .sm\:first\:bag-pt-px:first-child {
    padding-top: 1px;
  }

  .sm\:first\:bag-pt-gutter:first-child {
    padding-top: 1.5625rem;
  }

  .sm\:first\:bag-pt-gutter-full:first-child {
    padding-top: 3.125rem;
  }

  .sm\:first\:bag-pr-0:first-child {
    padding-right: 0;
  }

  .sm\:first\:bag-pr-1:first-child {
    padding-right: 0.25rem;
  }

  .sm\:first\:bag-pr-2:first-child {
    padding-right: 0.5rem;
  }

  .sm\:first\:bag-pr-3:first-child {
    padding-right: 0.75rem;
  }

  .sm\:first\:bag-pr-4:first-child {
    padding-right: 1rem;
  }

  .sm\:first\:bag-pr-5:first-child {
    padding-right: 1.25rem;
  }

  .sm\:first\:bag-pr-6:first-child {
    padding-right: 1.5rem;
  }

  .sm\:first\:bag-pr-8:first-child {
    padding-right: 2rem;
  }

  .sm\:first\:bag-pr-9:first-child {
    padding-right: 2.25rem;
  }

  .sm\:first\:bag-pr-10:first-child {
    padding-right: 2.5rem;
  }

  .sm\:first\:bag-pr-12:first-child {
    padding-right: 3rem;
  }

  .sm\:first\:bag-pr-16:first-child {
    padding-right: 4rem;
  }

  .sm\:first\:bag-pr-20:first-child {
    padding-right: 5rem;
  }

  .sm\:first\:bag-pr-24:first-child {
    padding-right: 6rem;
  }

  .sm\:first\:bag-pr-32:first-child {
    padding-right: 8rem;
  }

  .sm\:first\:bag-pr-40:first-child {
    padding-right: 10rem;
  }

  .sm\:first\:bag-pr-48:first-child {
    padding-right: 12rem;
  }

  .sm\:first\:bag-pr-56:first-child {
    padding-right: 14rem;
  }

  .sm\:first\:bag-pr-64:first-child {
    padding-right: 16rem;
  }

  .sm\:first\:bag-pr-px:first-child {
    padding-right: 1px;
  }

  .sm\:first\:bag-pr-gutter:first-child {
    padding-right: 1.5625rem;
  }

  .sm\:first\:bag-pr-gutter-full:first-child {
    padding-right: 3.125rem;
  }

  .sm\:first\:bag-pb-0:first-child {
    padding-bottom: 0;
  }

  .sm\:first\:bag-pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .sm\:first\:bag-pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .sm\:first\:bag-pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .sm\:first\:bag-pb-4:first-child {
    padding-bottom: 1rem;
  }

  .sm\:first\:bag-pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .sm\:first\:bag-pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .sm\:first\:bag-pb-8:first-child {
    padding-bottom: 2rem;
  }

  .sm\:first\:bag-pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .sm\:first\:bag-pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .sm\:first\:bag-pb-12:first-child {
    padding-bottom: 3rem;
  }

  .sm\:first\:bag-pb-16:first-child {
    padding-bottom: 4rem;
  }

  .sm\:first\:bag-pb-20:first-child {
    padding-bottom: 5rem;
  }

  .sm\:first\:bag-pb-24:first-child {
    padding-bottom: 6rem;
  }

  .sm\:first\:bag-pb-32:first-child {
    padding-bottom: 8rem;
  }

  .sm\:first\:bag-pb-40:first-child {
    padding-bottom: 10rem;
  }

  .sm\:first\:bag-pb-48:first-child {
    padding-bottom: 12rem;
  }

  .sm\:first\:bag-pb-56:first-child {
    padding-bottom: 14rem;
  }

  .sm\:first\:bag-pb-64:first-child {
    padding-bottom: 16rem;
  }

  .sm\:first\:bag-pb-px:first-child {
    padding-bottom: 1px;
  }

  .sm\:first\:bag-pb-gutter:first-child {
    padding-bottom: 1.5625rem;
  }

  .sm\:first\:bag-pb-gutter-full:first-child {
    padding-bottom: 3.125rem;
  }

  .sm\:first\:bag-pl-0:first-child {
    padding-left: 0;
  }

  .sm\:first\:bag-pl-1:first-child {
    padding-left: 0.25rem;
  }

  .sm\:first\:bag-pl-2:first-child {
    padding-left: 0.5rem;
  }

  .sm\:first\:bag-pl-3:first-child {
    padding-left: 0.75rem;
  }

  .sm\:first\:bag-pl-4:first-child {
    padding-left: 1rem;
  }

  .sm\:first\:bag-pl-5:first-child {
    padding-left: 1.25rem;
  }

  .sm\:first\:bag-pl-6:first-child {
    padding-left: 1.5rem;
  }

  .sm\:first\:bag-pl-8:first-child {
    padding-left: 2rem;
  }

  .sm\:first\:bag-pl-9:first-child {
    padding-left: 2.25rem;
  }

  .sm\:first\:bag-pl-10:first-child {
    padding-left: 2.5rem;
  }

  .sm\:first\:bag-pl-12:first-child {
    padding-left: 3rem;
  }

  .sm\:first\:bag-pl-16:first-child {
    padding-left: 4rem;
  }

  .sm\:first\:bag-pl-20:first-child {
    padding-left: 5rem;
  }

  .sm\:first\:bag-pl-24:first-child {
    padding-left: 6rem;
  }

  .sm\:first\:bag-pl-32:first-child {
    padding-left: 8rem;
  }

  .sm\:first\:bag-pl-40:first-child {
    padding-left: 10rem;
  }

  .sm\:first\:bag-pl-48:first-child {
    padding-left: 12rem;
  }

  .sm\:first\:bag-pl-56:first-child {
    padding-left: 14rem;
  }

  .sm\:first\:bag-pl-64:first-child {
    padding-left: 16rem;
  }

  .sm\:first\:bag-pl-px:first-child {
    padding-left: 1px;
  }

  .sm\:first\:bag-pl-gutter:first-child {
    padding-left: 1.5625rem;
  }

  .sm\:first\:bag-pl-gutter-full:first-child {
    padding-left: 3.125rem;
  }

  .sm\:last\:bag-pt-0:last-child {
    padding-top: 0;
  }

  .sm\:last\:bag-pt-1:last-child {
    padding-top: 0.25rem;
  }

  .sm\:last\:bag-pt-2:last-child {
    padding-top: 0.5rem;
  }

  .sm\:last\:bag-pt-3:last-child {
    padding-top: 0.75rem;
  }

  .sm\:last\:bag-pt-4:last-child {
    padding-top: 1rem;
  }

  .sm\:last\:bag-pt-5:last-child {
    padding-top: 1.25rem;
  }

  .sm\:last\:bag-pt-6:last-child {
    padding-top: 1.5rem;
  }

  .sm\:last\:bag-pt-8:last-child {
    padding-top: 2rem;
  }

  .sm\:last\:bag-pt-9:last-child {
    padding-top: 2.25rem;
  }

  .sm\:last\:bag-pt-10:last-child {
    padding-top: 2.5rem;
  }

  .sm\:last\:bag-pt-12:last-child {
    padding-top: 3rem;
  }

  .sm\:last\:bag-pt-16:last-child {
    padding-top: 4rem;
  }

  .sm\:last\:bag-pt-20:last-child {
    padding-top: 5rem;
  }

  .sm\:last\:bag-pt-24:last-child {
    padding-top: 6rem;
  }

  .sm\:last\:bag-pt-32:last-child {
    padding-top: 8rem;
  }

  .sm\:last\:bag-pt-40:last-child {
    padding-top: 10rem;
  }

  .sm\:last\:bag-pt-48:last-child {
    padding-top: 12rem;
  }

  .sm\:last\:bag-pt-56:last-child {
    padding-top: 14rem;
  }

  .sm\:last\:bag-pt-64:last-child {
    padding-top: 16rem;
  }

  .sm\:last\:bag-pt-px:last-child {
    padding-top: 1px;
  }

  .sm\:last\:bag-pt-gutter:last-child {
    padding-top: 1.5625rem;
  }

  .sm\:last\:bag-pt-gutter-full:last-child {
    padding-top: 3.125rem;
  }

  .sm\:last\:bag-pr-0:last-child {
    padding-right: 0;
  }

  .sm\:last\:bag-pr-1:last-child {
    padding-right: 0.25rem;
  }

  .sm\:last\:bag-pr-2:last-child {
    padding-right: 0.5rem;
  }

  .sm\:last\:bag-pr-3:last-child {
    padding-right: 0.75rem;
  }

  .sm\:last\:bag-pr-4:last-child {
    padding-right: 1rem;
  }

  .sm\:last\:bag-pr-5:last-child {
    padding-right: 1.25rem;
  }

  .sm\:last\:bag-pr-6:last-child {
    padding-right: 1.5rem;
  }

  .sm\:last\:bag-pr-8:last-child {
    padding-right: 2rem;
  }

  .sm\:last\:bag-pr-9:last-child {
    padding-right: 2.25rem;
  }

  .sm\:last\:bag-pr-10:last-child {
    padding-right: 2.5rem;
  }

  .sm\:last\:bag-pr-12:last-child {
    padding-right: 3rem;
  }

  .sm\:last\:bag-pr-16:last-child {
    padding-right: 4rem;
  }

  .sm\:last\:bag-pr-20:last-child {
    padding-right: 5rem;
  }

  .sm\:last\:bag-pr-24:last-child {
    padding-right: 6rem;
  }

  .sm\:last\:bag-pr-32:last-child {
    padding-right: 8rem;
  }

  .sm\:last\:bag-pr-40:last-child {
    padding-right: 10rem;
  }

  .sm\:last\:bag-pr-48:last-child {
    padding-right: 12rem;
  }

  .sm\:last\:bag-pr-56:last-child {
    padding-right: 14rem;
  }

  .sm\:last\:bag-pr-64:last-child {
    padding-right: 16rem;
  }

  .sm\:last\:bag-pr-px:last-child {
    padding-right: 1px;
  }

  .sm\:last\:bag-pr-gutter:last-child {
    padding-right: 1.5625rem;
  }

  .sm\:last\:bag-pr-gutter-full:last-child {
    padding-right: 3.125rem;
  }

  .sm\:last\:bag-pb-0:last-child {
    padding-bottom: 0;
  }

  .sm\:last\:bag-pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .sm\:last\:bag-pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .sm\:last\:bag-pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .sm\:last\:bag-pb-4:last-child {
    padding-bottom: 1rem;
  }

  .sm\:last\:bag-pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .sm\:last\:bag-pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .sm\:last\:bag-pb-8:last-child {
    padding-bottom: 2rem;
  }

  .sm\:last\:bag-pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .sm\:last\:bag-pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .sm\:last\:bag-pb-12:last-child {
    padding-bottom: 3rem;
  }

  .sm\:last\:bag-pb-16:last-child {
    padding-bottom: 4rem;
  }

  .sm\:last\:bag-pb-20:last-child {
    padding-bottom: 5rem;
  }

  .sm\:last\:bag-pb-24:last-child {
    padding-bottom: 6rem;
  }

  .sm\:last\:bag-pb-32:last-child {
    padding-bottom: 8rem;
  }

  .sm\:last\:bag-pb-40:last-child {
    padding-bottom: 10rem;
  }

  .sm\:last\:bag-pb-48:last-child {
    padding-bottom: 12rem;
  }

  .sm\:last\:bag-pb-56:last-child {
    padding-bottom: 14rem;
  }

  .sm\:last\:bag-pb-64:last-child {
    padding-bottom: 16rem;
  }

  .sm\:last\:bag-pb-px:last-child {
    padding-bottom: 1px;
  }

  .sm\:last\:bag-pb-gutter:last-child {
    padding-bottom: 1.5625rem;
  }

  .sm\:last\:bag-pb-gutter-full:last-child {
    padding-bottom: 3.125rem;
  }

  .sm\:last\:bag-pl-0:last-child {
    padding-left: 0;
  }

  .sm\:last\:bag-pl-1:last-child {
    padding-left: 0.25rem;
  }

  .sm\:last\:bag-pl-2:last-child {
    padding-left: 0.5rem;
  }

  .sm\:last\:bag-pl-3:last-child {
    padding-left: 0.75rem;
  }

  .sm\:last\:bag-pl-4:last-child {
    padding-left: 1rem;
  }

  .sm\:last\:bag-pl-5:last-child {
    padding-left: 1.25rem;
  }

  .sm\:last\:bag-pl-6:last-child {
    padding-left: 1.5rem;
  }

  .sm\:last\:bag-pl-8:last-child {
    padding-left: 2rem;
  }

  .sm\:last\:bag-pl-9:last-child {
    padding-left: 2.25rem;
  }

  .sm\:last\:bag-pl-10:last-child {
    padding-left: 2.5rem;
  }

  .sm\:last\:bag-pl-12:last-child {
    padding-left: 3rem;
  }

  .sm\:last\:bag-pl-16:last-child {
    padding-left: 4rem;
  }

  .sm\:last\:bag-pl-20:last-child {
    padding-left: 5rem;
  }

  .sm\:last\:bag-pl-24:last-child {
    padding-left: 6rem;
  }

  .sm\:last\:bag-pl-32:last-child {
    padding-left: 8rem;
  }

  .sm\:last\:bag-pl-40:last-child {
    padding-left: 10rem;
  }

  .sm\:last\:bag-pl-48:last-child {
    padding-left: 12rem;
  }

  .sm\:last\:bag-pl-56:last-child {
    padding-left: 14rem;
  }

  .sm\:last\:bag-pl-64:last-child {
    padding-left: 16rem;
  }

  .sm\:last\:bag-pl-px:last-child {
    padding-left: 1px;
  }

  .sm\:last\:bag-pl-gutter:last-child {
    padding-left: 1.5625rem;
  }

  .sm\:last\:bag-pl-gutter-full:last-child {
    padding-left: 3.125rem;
  }

  .sm\:bag-text-left {
    text-align: left;
  }

  .sm\:bag-text-center {
    text-align: center;
  }

  .sm\:bag-text-right {
    text-align: right;
  }

  .sm\:bag-text-justify {
    text-align: justify;
  }

  .sm\:bag-align-baseline {
    vertical-align: baseline;
  }

  .sm\:bag-align-top {
    vertical-align: top;
  }

  .sm\:bag-align-middle {
    vertical-align: middle;
  }

  .sm\:bag-align-bottom {
    vertical-align: bottom;
  }

  .sm\:bag-align-text-top {
    vertical-align: text-top;
  }

  .sm\:bag-align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:bag-font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:bag-text-xs {
    font-size: 0.75rem;
  }

  .sm\:bag-text-sm {
    font-size: 0.875rem;
  }

  .sm\:bag-text-base {
    font-size: 1rem;
  }

  .sm\:bag-text-lg {
    font-size: 1.125rem;
  }

  .sm\:bag-text-xl {
    font-size: 1.5rem;
  }

  .sm\:bag-text-2xl {
    font-size: 2rem;
  }

  .sm\:bag-text-3xl {
    font-size: 2.25rem;
  }

  .sm\:bag-text-4xl {
    font-size: 3rem;
  }

  .sm\:bag-text-5xl {
    font-size: 4rem;
  }

  .sm\:bag-font-light {
    font-weight: 300;
  }

  .sm\:bag-font-normal {
    font-weight: 400;
  }

  .sm\:bag-font-bold {
    font-weight: 700;
  }

  .sm\:bag-uppercase {
    text-transform: uppercase;
  }

  .sm\:bag-lowercase {
    text-transform: lowercase;
  }

  .sm\:bag-capitalize {
    text-transform: capitalize;
  }

  .sm\:bag-normal-case {
    text-transform: none;
  }

  .sm\:bag-italic {
    font-style: italic;
  }

  .sm\:bag-not-italic {
    font-style: normal;
  }

  .sm\:bag-ordinal, .sm\:bag-slashed-zero, .sm\:bag-lining-nums, .sm\:bag-oldstyle-nums, .sm\:bag-proportional-nums, .sm\:bag-tabular-nums, .sm\:bag-diagonal-fractions, .sm\:bag-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:bag-normal-nums {
    font-variant-numeric: normal;
  }

  .sm\:bag-ordinal {
    --tw-ordinal: ordinal;
  }

  .sm\:bag-slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:bag-lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:bag-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:bag-proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:bag-tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:bag-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:bag-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:bag-leading-none {
    line-height: 1;
  }

  .sm\:bag-leading-tight {
    line-height: 1.25;
  }

  .sm\:bag-leading-snug {
    line-height: 1.375;
  }

  .sm\:bag-leading-normal {
    line-height: 1.5;
  }

  .sm\:bag-leading-relaxed {
    line-height: 1.625;
  }

  .sm\:bag-leading-loose {
    line-height: 2;
  }

  .sm\:bag-tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:bag-tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:bag-tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:bag-text-transparent {
    color: transparent;
  }

  .sm\:bag-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:bag-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:bag-text-gray {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .sm\:bag-text-darkGray {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-text-transparent {
    color: transparent;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-text-gray {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .bag-group:hover .sm\:group-hover\:bag-text-darkGray {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus-within\:bag-text-transparent:focus-within {
    color: transparent;
  }

  .sm\:focus-within\:bag-text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:bag-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:bag-text-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .sm\:focus-within\:bag-text-darkGray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .sm\:hover\:bag-text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:bag-text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:bag-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:bag-text-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .sm\:hover\:bag-text-darkGray:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .sm\:focus\:bag-text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:bag-text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:bag-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:bag-text-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .sm\:focus\:bag-text-darkGray:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .sm\:bag-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .sm\:bag-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .sm\:bag-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .sm\:bag-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .sm\:bag-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .sm\:bag-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .sm\:bag-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .sm\:bag-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .sm\:bag-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm\:bag-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .sm\:bag-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .sm\:bag-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .sm\:bag-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .sm\:bag-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .sm\:bag-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .bag-group:hover .sm\:group-hover\:bag-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:bag-text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:bag-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:bag-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:bag-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:bag-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:bag-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:bag-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:bag-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:bag-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:bag-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:bag-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:bag-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:bag-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:bag-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:bag-text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .sm\:hover\:bag-text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .sm\:hover\:bag-text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:bag-text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:bag-text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:bag-text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:bag-text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:bag-text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:bag-text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:bag-text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:bag-text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:bag-text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:bag-text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:bag-text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:bag-text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:bag-text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .sm\:focus\:bag-text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .sm\:focus\:bag-text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:bag-text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:bag-text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:bag-text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:bag-text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:bag-text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:bag-text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:bag-text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:bag-text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:bag-text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:bag-text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:bag-text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:bag-text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:bag-text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .sm\:bag-underline {
    text-decoration: underline;
  }

  .sm\:bag-line-through {
    text-decoration: line-through;
  }

  .sm\:bag-no-underline {
    text-decoration: none;
  }

  .bag-group:hover .sm\:group-hover\:bag-underline {
    text-decoration: underline;
  }

  .bag-group:hover .sm\:group-hover\:bag-line-through {
    text-decoration: line-through;
  }

  .bag-group:hover .sm\:group-hover\:bag-no-underline {
    text-decoration: none;
  }

  .sm\:focus-within\:bag-underline:focus-within {
    text-decoration: underline;
  }

  .sm\:focus-within\:bag-line-through:focus-within {
    text-decoration: line-through;
  }

  .sm\:focus-within\:bag-no-underline:focus-within {
    text-decoration: none;
  }

  .sm\:hover\:bag-underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:bag-line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:bag-no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:bag-underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:bag-line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:bag-no-underline:focus {
    text-decoration: none;
  }

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

  .sm\:bag-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:bag-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:bag-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:bag-placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:bag-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-darkGray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-darkGray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-darkGray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:bag-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:bag-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:bag-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-darkGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-darkGray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:bag-placeholder-darkGray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .sm\:bag-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:bag-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:bag-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:bag-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:bag-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:bag-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:bag-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:bag-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:bag-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:bag-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:bag-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:bag-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:bag-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:bag-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:bag-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:bag-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:bag-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:bag-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:bag-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:bag-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:bag-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:bag-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:bag-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:bag-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:bag-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:bag-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:bag-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:bag-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:bag-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:bag-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:bag-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:bag-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:bag-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:bag-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:bag-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:bag-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:bag-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:bag-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:bag-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:bag-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:bag-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:bag-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:bag-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:bag-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:bag-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:bag-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:bag-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:bag-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:bag-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:bag-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:bag-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:bag-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:bag-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:bag-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:bag-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:bag-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:bag-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:bag-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:bag-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:bag-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:bag-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:bag-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:bag-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:bag-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:bag-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:bag-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:bag-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:bag-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:bag-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:bag-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:bag-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:bag-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:bag-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:bag-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:bag-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:bag-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:bag-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:bag-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:bag-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:bag-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:bag-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:bag-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:bag-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:bag-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:bag-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:bag-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:bag-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:bag-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:bag-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:bag-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:bag-opacity-0 {
    opacity: 0;
  }

  .sm\:bag-opacity-5 {
    opacity: 0.05;
  }

  .sm\:bag-opacity-10 {
    opacity: 0.1;
  }

  .sm\:bag-opacity-20 {
    opacity: 0.2;
  }

  .sm\:bag-opacity-25 {
    opacity: 0.25;
  }

  .sm\:bag-opacity-30 {
    opacity: 0.3;
  }

  .sm\:bag-opacity-40 {
    opacity: 0.4;
  }

  .sm\:bag-opacity-50 {
    opacity: 0.5;
  }

  .sm\:bag-opacity-60 {
    opacity: 0.6;
  }

  .sm\:bag-opacity-70 {
    opacity: 0.7;
  }

  .sm\:bag-opacity-75 {
    opacity: 0.75;
  }

  .sm\:bag-opacity-80 {
    opacity: 0.8;
  }

  .sm\:bag-opacity-90 {
    opacity: 0.9;
  }

  .sm\:bag-opacity-95 {
    opacity: 0.95;
  }

  .sm\:bag-opacity-100 {
    opacity: 1;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-0 {
    opacity: 0;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-5 {
    opacity: 0.05;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-10 {
    opacity: 0.1;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-20 {
    opacity: 0.2;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-25 {
    opacity: 0.25;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-30 {
    opacity: 0.3;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-40 {
    opacity: 0.4;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-50 {
    opacity: 0.5;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-60 {
    opacity: 0.6;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-70 {
    opacity: 0.7;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-75 {
    opacity: 0.75;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-80 {
    opacity: 0.8;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-90 {
    opacity: 0.9;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-95 {
    opacity: 0.95;
  }

  .bag-group:hover .sm\:group-hover\:bag-opacity-100 {
    opacity: 1;
  }

  .sm\:focus-within\:bag-opacity-0:focus-within {
    opacity: 0;
  }

  .sm\:focus-within\:bag-opacity-5:focus-within {
    opacity: 0.05;
  }

  .sm\:focus-within\:bag-opacity-10:focus-within {
    opacity: 0.1;
  }

  .sm\:focus-within\:bag-opacity-20:focus-within {
    opacity: 0.2;
  }

  .sm\:focus-within\:bag-opacity-25:focus-within {
    opacity: 0.25;
  }

  .sm\:focus-within\:bag-opacity-30:focus-within {
    opacity: 0.3;
  }

  .sm\:focus-within\:bag-opacity-40:focus-within {
    opacity: 0.4;
  }

  .sm\:focus-within\:bag-opacity-50:focus-within {
    opacity: 0.5;
  }

  .sm\:focus-within\:bag-opacity-60:focus-within {
    opacity: 0.6;
  }

  .sm\:focus-within\:bag-opacity-70:focus-within {
    opacity: 0.7;
  }

  .sm\:focus-within\:bag-opacity-75:focus-within {
    opacity: 0.75;
  }

  .sm\:focus-within\:bag-opacity-80:focus-within {
    opacity: 0.8;
  }

  .sm\:focus-within\:bag-opacity-90:focus-within {
    opacity: 0.9;
  }

  .sm\:focus-within\:bag-opacity-95:focus-within {
    opacity: 0.95;
  }

  .sm\:focus-within\:bag-opacity-100:focus-within {
    opacity: 1;
  }

  .sm\:hover\:bag-opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:bag-opacity-5:hover {
    opacity: 0.05;
  }

  .sm\:hover\:bag-opacity-10:hover {
    opacity: 0.1;
  }

  .sm\:hover\:bag-opacity-20:hover {
    opacity: 0.2;
  }

  .sm\:hover\:bag-opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:bag-opacity-30:hover {
    opacity: 0.3;
  }

  .sm\:hover\:bag-opacity-40:hover {
    opacity: 0.4;
  }

  .sm\:hover\:bag-opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:bag-opacity-60:hover {
    opacity: 0.6;
  }

  .sm\:hover\:bag-opacity-70:hover {
    opacity: 0.7;
  }

  .sm\:hover\:bag-opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:bag-opacity-80:hover {
    opacity: 0.8;
  }

  .sm\:hover\:bag-opacity-90:hover {
    opacity: 0.9;
  }

  .sm\:hover\:bag-opacity-95:hover {
    opacity: 0.95;
  }

  .sm\:hover\:bag-opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:bag-opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:bag-opacity-5:focus {
    opacity: 0.05;
  }

  .sm\:focus\:bag-opacity-10:focus {
    opacity: 0.1;
  }

  .sm\:focus\:bag-opacity-20:focus {
    opacity: 0.2;
  }

  .sm\:focus\:bag-opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:bag-opacity-30:focus {
    opacity: 0.3;
  }

  .sm\:focus\:bag-opacity-40:focus {
    opacity: 0.4;
  }

  .sm\:focus\:bag-opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:bag-opacity-60:focus {
    opacity: 0.6;
  }

  .sm\:focus\:bag-opacity-70:focus {
    opacity: 0.7;
  }

  .sm\:focus\:bag-opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:bag-opacity-80:focus {
    opacity: 0.8;
  }

  .sm\:focus\:bag-opacity-90:focus {
    opacity: 0.9;
  }

  .sm\:focus\:bag-opacity-95:focus {
    opacity: 0.95;
  }

  .sm\:focus\:bag-opacity-100:focus {
    opacity: 1;
  }

  .sm\:bag-bg-blend-normal {
    background-blend-mode: normal;
  }

  .sm\:bag-bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .sm\:bag-bg-blend-screen {
    background-blend-mode: screen;
  }

  .sm\:bag-bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .sm\:bag-bg-blend-darken {
    background-blend-mode: darken;
  }

  .sm\:bag-bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .sm\:bag-bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm\:bag-bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .sm\:bag-bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .sm\:bag-bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .sm\:bag-bg-blend-difference {
    background-blend-mode: difference;
  }

  .sm\:bag-bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .sm\:bag-bg-blend-hue {
    background-blend-mode: hue;
  }

  .sm\:bag-bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .sm\:bag-bg-blend-color {
    background-blend-mode: color;
  }

  .sm\:bag-bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .sm\:bag-mix-blend-normal {
    mix-blend-mode: normal;
  }

  .sm\:bag-mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .sm\:bag-mix-blend-screen {
    mix-blend-mode: screen;
  }

  .sm\:bag-mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .sm\:bag-mix-blend-darken {
    mix-blend-mode: darken;
  }

  .sm\:bag-mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .sm\:bag-mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm\:bag-mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm\:bag-mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm\:bag-mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm\:bag-mix-blend-difference {
    mix-blend-mode: difference;
  }

  .sm\:bag-mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm\:bag-mix-blend-hue {
    mix-blend-mode: hue;
  }

  .sm\:bag-mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .sm\:bag-mix-blend-color {
    mix-blend-mode: color;
  }

  .sm\:bag-mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm\:bag-shadow-default {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:bag-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:bag-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:bag-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:bag-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:bag-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:bag-shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:bag-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .sm\:group-hover\:bag-shadow-default {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .sm\:group-hover\:bag-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .sm\:group-hover\:bag-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .sm\:group-hover\:bag-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .sm\:group-hover\:bag-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .sm\:group-hover\:bag-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .sm\:group-hover\:bag-shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .sm\:group-hover\:bag-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:bag-shadow-default:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:bag-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:bag-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:bag-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:bag-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:bag-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:bag-shadow-outline:focus-within {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:bag-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:bag-shadow-default:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:bag-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:bag-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:bag-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:bag-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:bag-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:bag-shadow-outline:hover {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:bag-shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:bag-shadow-default:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:bag-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:bag-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:bag-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:bag-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:bag-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:bag-shadow-outline:focus {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:bag-shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:bag-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:bag-outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:bag-outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:bag-outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:bag-outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:bag-outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:bag-outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:bag-outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:bag-outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:bag-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:bag-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:bag-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:bag-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:bag-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:bag-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:bag-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:bag-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:bag-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:bag-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:bag-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:bag-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:bag-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:bag-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:bag-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:bag-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:bag-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:bag-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:bag-ring-inset {
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:bag-ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm\:focus\:bag-ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm\:bag-ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm\:bag-ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:bag-ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:bag-ring-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .sm\:bag-ring-darkGray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:bag-ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:bag-ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:bag-ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:bag-ring-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:bag-ring-darkGray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:focus\:bag-ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .sm\:focus\:bag-ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:bag-ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:bag-ring-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .sm\:focus\:bag-ring-darkGray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .sm\:bag-ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .sm\:bag-ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .sm\:bag-ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .sm\:bag-ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .sm\:bag-ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .sm\:bag-ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .sm\:bag-ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .sm\:bag-ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .sm\:bag-ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .sm\:bag-ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .sm\:bag-ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .sm\:bag-ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .sm\:bag-ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .sm\:bag-ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .sm\:bag-ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:bag-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:bag-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:bag-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:bag-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:bag-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:bag-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:bag-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:bag-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:bag-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:bag-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:bag-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:bag-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:bag-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:bag-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:bag-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:bag-ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:bag-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:bag-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:bag-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:bag-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:bag-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:bag-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:bag-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:bag-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:bag-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:bag-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:bag-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:bag-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:bag-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:bag-ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .sm\:bag-ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .sm\:bag-ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .sm\:bag-ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm\:bag-ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .sm\:bag-ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:bag-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:bag-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:bag-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:bag-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:bag-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:bag-ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:bag-ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:bag-ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:bag-ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:bag-ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .sm\:bag-ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .sm\:bag-ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .sm\:bag-ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm\:bag-ring-offset-gray {
    --tw-ring-offset-color: #d1d1d1;
  }

  .sm\:bag-ring-offset-darkGray {
    --tw-ring-offset-color: #717171;
  }

  .sm\:focus-within\:bag-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:bag-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:bag-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:bag-ring-offset-gray:focus-within {
    --tw-ring-offset-color: #d1d1d1;
  }

  .sm\:focus-within\:bag-ring-offset-darkGray:focus-within {
    --tw-ring-offset-color: #717171;
  }

  .sm\:focus\:bag-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:bag-ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:bag-ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:bag-ring-offset-gray:focus {
    --tw-ring-offset-color: #d1d1d1;
  }

  .sm\:focus\:bag-ring-offset-darkGray:focus {
    --tw-ring-offset-color: #717171;
  }

  .sm\:bag-filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:bag-filter-none {
    filter: none;
  }

  .sm\:bag-blur-0 {
    --tw-blur: blur(0);
  }

  .sm\:bag-blur-none {
    --tw-blur: blur(0);
  }

  .sm\:bag-blur-sm {
    --tw-blur: blur(4px);
  }

  .sm\:bag-blur {
    --tw-blur: blur(8px);
  }

  .sm\:bag-blur-md {
    --tw-blur: blur(12px);
  }

  .sm\:bag-blur-lg {
    --tw-blur: blur(16px);
  }

  .sm\:bag-blur-xl {
    --tw-blur: blur(24px);
  }

  .sm\:bag-blur-2xl {
    --tw-blur: blur(40px);
  }

  .sm\:bag-blur-3xl {
    --tw-blur: blur(64px);
  }

  .sm\:bag-brightness-0 {
    --tw-brightness: brightness(0);
  }

  .sm\:bag-brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .sm\:bag-brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .sm\:bag-brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .sm\:bag-brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .sm\:bag-brightness-100 {
    --tw-brightness: brightness(1);
  }

  .sm\:bag-brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .sm\:bag-brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .sm\:bag-brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .sm\:bag-brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .sm\:bag-brightness-200 {
    --tw-brightness: brightness(2);
  }

  .sm\:bag-contrast-0 {
    --tw-contrast: contrast(0);
  }

  .sm\:bag-contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .sm\:bag-contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .sm\:bag-contrast-100 {
    --tw-contrast: contrast(1);
  }

  .sm\:bag-contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .sm\:bag-contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .sm\:bag-contrast-200 {
    --tw-contrast: contrast(2);
  }

  .sm\:bag-drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .sm\:bag-drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .sm\:bag-drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .sm\:bag-drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .sm\:bag-drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .sm\:bag-drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sm\:bag-drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm\:bag-grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .sm\:bag-grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .sm\:bag-hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm\:bag-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm\:bag-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm\:bag-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm\:bag-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm\:bag-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm\:bag--hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:bag--hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:bag--hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:bag--hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:bag--hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:bag-invert-0 {
    --tw-invert: invert(0);
  }

  .sm\:bag-invert {
    --tw-invert: invert(100%);
  }

  .sm\:bag-saturate-0 {
    --tw-saturate: saturate(0);
  }

  .sm\:bag-saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .sm\:bag-saturate-100 {
    --tw-saturate: saturate(1);
  }

  .sm\:bag-saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .sm\:bag-saturate-200 {
    --tw-saturate: saturate(2);
  }

  .sm\:bag-sepia-0 {
    --tw-sepia: sepia(0);
  }

  .sm\:bag-sepia {
    --tw-sepia: sepia(100%);
  }

  .sm\:bag-backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:bag-backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm\:bag-backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:bag-backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:bag-backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .sm\:bag-backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .sm\:bag-backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .sm\:bag-backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .sm\:bag-backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .sm\:bag-backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .sm\:bag-backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .sm\:bag-backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .sm\:bag-backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm\:bag-backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm\:bag-backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm\:bag-backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm\:bag-backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .sm\:bag-backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm\:bag-backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm\:bag-backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm\:bag-backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm\:bag-backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .sm\:bag-backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .sm\:bag-backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm\:bag-backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm\:bag-backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .sm\:bag-backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm\:bag-backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm\:bag-backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .sm\:bag-backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm\:bag-backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm\:bag-backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm\:bag-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm\:bag-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm\:bag-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm\:bag-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm\:bag-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm\:bag--backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:bag--backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:bag--backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:bag--backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:bag--backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:bag-backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .sm\:bag-backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .sm\:bag-backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .sm\:bag-backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm\:bag-backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm\:bag-backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm\:bag-backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm\:bag-backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm\:bag-backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm\:bag-backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm\:bag-backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm\:bag-backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm\:bag-backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm\:bag-backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm\:bag-backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm\:bag-backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm\:bag-backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .sm\:bag-backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .sm\:bag-backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm\:bag-backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .sm\:bag-backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm\:bag-backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .sm\:bag-backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .sm\:bag-backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm\:bag-transition-none {
    transition-property: none;
  }

  .sm\:bag-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:bag-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:bag-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:bag-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:bag-transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:bag-transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:bag-delay-75 {
    transition-delay: 75ms;
  }

  .sm\:bag-delay-100 {
    transition-delay: 100ms;
  }

  .sm\:bag-delay-150 {
    transition-delay: 150ms;
  }

  .sm\:bag-delay-200 {
    transition-delay: 200ms;
  }

  .sm\:bag-delay-300 {
    transition-delay: 300ms;
  }

  .sm\:bag-delay-500 {
    transition-delay: 500ms;
  }

  .sm\:bag-delay-700 {
    transition-delay: 700ms;
  }

  .sm\:bag-delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:bag-duration-75 {
    transition-duration: 75ms;
  }

  .sm\:bag-duration-100 {
    transition-duration: 100ms;
  }

  .sm\:bag-duration-150 {
    transition-duration: 150ms;
  }

  .sm\:bag-duration-200 {
    transition-duration: 200ms;
  }

  .sm\:bag-duration-300 {
    transition-duration: 300ms;
  }

  .sm\:bag-duration-500 {
    transition-duration: 500ms;
  }

  .sm\:bag-duration-700 {
    transition-duration: 700ms;
  }

  .sm\:bag-duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:bag-ease-linear {
    transition-timing-function: linear;
  }

  .sm\:bag-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:bag-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:bag-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px) {
  .md\:bag-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

  @media (min-width: 640px) {
    .md\:bag-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:bag-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:bag-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1270px) {
    .md\:bag-container {
      max-width: 1270px;
    }
  }

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

  .md\:bag-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .md\:focus-within\:bag-not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .md\:focus\:bag-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:bag-pointer-events-none {
    pointer-events: none;
  }

  .md\:bag-pointer-events-auto {
    pointer-events: auto;
  }

  .md\:bag-visible {
    visibility: visible;
  }

  .md\:bag-invisible {
    visibility: hidden;
  }

  .md\:bag-static {
    position: static;
  }

  .md\:bag-fixed {
    position: fixed;
  }

  .md\:bag-absolute {
    position: absolute;
  }

  .md\:bag-relative {
    position: relative;
  }

  .md\:bag-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:bag-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:bag-inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:bag-inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:bag-inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:bag-inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:bag-inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:bag-inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:bag-inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:bag-inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:bag-inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:bag-inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:bag-inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:bag-inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:bag-inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:bag-inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:bag-inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:bag-inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:bag-inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:bag-inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:bag-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:bag-inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:bag-inset-gutter {
    top: 1.5625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: 1.5625rem;
  }

  .md\:bag-inset-gutter-full {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .md\:bag--inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:bag--inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:bag--inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:bag--inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:bag--inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:bag--inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:bag--inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:bag--inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:bag--inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:bag--inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:bag--inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:bag--inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:bag--inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:bag--inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:bag--inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:bag--inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:bag--inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:bag--inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:bag--inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:bag--inset-gutter {
    top: -1.5625rem;
    right: -1.5625rem;
    bottom: -1.5625rem;
    left: -1.5625rem;
  }

  .md\:bag--inset-gutter-full {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .md\:bag-inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:bag-inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:bag-inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:bag-inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:bag-inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:bag-inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:bag-inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:bag--inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:bag--inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:bag--inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:bag--inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:bag--inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:bag--inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:bag--inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:bag-inset-x-0 {
    left: 0;
    right: 0;
  }

  .md\:bag-inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:bag-inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:bag-inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:bag-inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md\:bag-inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:bag-inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:bag-inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .md\:bag-inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .md\:bag-inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .md\:bag-inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md\:bag-inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .md\:bag-inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .md\:bag-inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .md\:bag-inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .md\:bag-inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .md\:bag-inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .md\:bag-inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .md\:bag-inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .md\:bag-inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:bag-inset-x-px {
    left: 1px;
    right: 1px;
  }

  .md\:bag-inset-x-gutter {
    left: 1.5625rem;
    right: 1.5625rem;
  }

  .md\:bag-inset-x-gutter-full {
    left: 3.125rem;
    right: 3.125rem;
  }

  .md\:bag--inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:bag--inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:bag--inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:bag--inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .md\:bag--inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .md\:bag--inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:bag--inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .md\:bag--inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .md\:bag--inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .md\:bag--inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .md\:bag--inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .md\:bag--inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .md\:bag--inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .md\:bag--inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .md\:bag--inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .md\:bag--inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .md\:bag--inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .md\:bag--inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .md\:bag--inset-x-px {
    left: -1px;
    right: -1px;
  }

  .md\:bag--inset-x-gutter {
    left: -1.5625rem;
    right: -1.5625rem;
  }

  .md\:bag--inset-x-gutter-full {
    left: -3.125rem;
    right: -3.125rem;
  }

  .md\:bag-inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md\:bag-inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:bag-inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:bag-inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md\:bag-inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:bag-inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md\:bag-inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md\:bag--inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md\:bag--inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:bag--inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:bag--inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md\:bag--inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md\:bag--inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md\:bag--inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md\:bag-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:bag-inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:bag-inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:bag-inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:bag-inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:bag-inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:bag-inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:bag-inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:bag-inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:bag-inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:bag-inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:bag-inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:bag-inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:bag-inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:bag-inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:bag-inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:bag-inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:bag-inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:bag-inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:bag-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:bag-inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:bag-inset-y-gutter {
    top: 1.5625rem;
    bottom: 1.5625rem;
  }

  .md\:bag-inset-y-gutter-full {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .md\:bag--inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:bag--inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:bag--inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:bag--inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:bag--inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:bag--inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:bag--inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:bag--inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:bag--inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:bag--inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:bag--inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:bag--inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:bag--inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:bag--inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:bag--inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:bag--inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:bag--inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:bag--inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:bag--inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:bag--inset-y-gutter {
    top: -1.5625rem;
    bottom: -1.5625rem;
  }

  .md\:bag--inset-y-gutter-full {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .md\:bag-inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:bag-inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:bag-inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:bag-inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:bag-inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:bag-inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:bag-inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:bag--inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:bag--inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:bag--inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:bag--inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:bag--inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:bag--inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:bag--inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:bag-top-0 {
    top: 0;
  }

  .md\:bag-top-1 {
    top: 0.25rem;
  }

  .md\:bag-top-2 {
    top: 0.5rem;
  }

  .md\:bag-top-3 {
    top: 0.75rem;
  }

  .md\:bag-top-4 {
    top: 1rem;
  }

  .md\:bag-top-5 {
    top: 1.25rem;
  }

  .md\:bag-top-6 {
    top: 1.5rem;
  }

  .md\:bag-top-8 {
    top: 2rem;
  }

  .md\:bag-top-9 {
    top: 2.25rem;
  }

  .md\:bag-top-10 {
    top: 2.5rem;
  }

  .md\:bag-top-12 {
    top: 3rem;
  }

  .md\:bag-top-16 {
    top: 4rem;
  }

  .md\:bag-top-20 {
    top: 5rem;
  }

  .md\:bag-top-24 {
    top: 6rem;
  }

  .md\:bag-top-32 {
    top: 8rem;
  }

  .md\:bag-top-40 {
    top: 10rem;
  }

  .md\:bag-top-48 {
    top: 12rem;
  }

  .md\:bag-top-56 {
    top: 14rem;
  }

  .md\:bag-top-64 {
    top: 16rem;
  }

  .md\:bag-top-auto {
    top: auto;
  }

  .md\:bag-top-px {
    top: 1px;
  }

  .md\:bag-top-gutter {
    top: 1.5625rem;
  }

  .md\:bag-top-gutter-full {
    top: 3.125rem;
  }

  .md\:bag--top-1 {
    top: -0.25rem;
  }

  .md\:bag--top-2 {
    top: -0.5rem;
  }

  .md\:bag--top-3 {
    top: -0.75rem;
  }

  .md\:bag--top-4 {
    top: -1rem;
  }

  .md\:bag--top-5 {
    top: -1.25rem;
  }

  .md\:bag--top-6 {
    top: -1.5rem;
  }

  .md\:bag--top-8 {
    top: -2rem;
  }

  .md\:bag--top-9 {
    top: -2.25rem;
  }

  .md\:bag--top-10 {
    top: -2.5rem;
  }

  .md\:bag--top-12 {
    top: -3rem;
  }

  .md\:bag--top-16 {
    top: -4rem;
  }

  .md\:bag--top-20 {
    top: -5rem;
  }

  .md\:bag--top-24 {
    top: -6rem;
  }

  .md\:bag--top-32 {
    top: -8rem;
  }

  .md\:bag--top-40 {
    top: -10rem;
  }

  .md\:bag--top-48 {
    top: -12rem;
  }

  .md\:bag--top-56 {
    top: -14rem;
  }

  .md\:bag--top-64 {
    top: -16rem;
  }

  .md\:bag--top-px {
    top: -1px;
  }

  .md\:bag--top-gutter {
    top: -1.5625rem;
  }

  .md\:bag--top-gutter-full {
    top: -3.125rem;
  }

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

  .md\:bag-top-1\/3 {
    top: 33.333333%;
  }

  .md\:bag-top-2\/3 {
    top: 66.666667%;
  }

  .md\:bag-top-1\/4 {
    top: 25%;
  }

  .md\:bag-top-2\/4 {
    top: 50%;
  }

  .md\:bag-top-3\/4 {
    top: 75%;
  }

  .md\:bag-top-full {
    top: 100%;
  }

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

  .md\:bag--top-1\/3 {
    top: -33.333333%;
  }

  .md\:bag--top-2\/3 {
    top: -66.666667%;
  }

  .md\:bag--top-1\/4 {
    top: -25%;
  }

  .md\:bag--top-2\/4 {
    top: -50%;
  }

  .md\:bag--top-3\/4 {
    top: -75%;
  }

  .md\:bag--top-full {
    top: -100%;
  }

  .md\:bag-right-0 {
    right: 0;
  }

  .md\:bag-right-1 {
    right: 0.25rem;
  }

  .md\:bag-right-2 {
    right: 0.5rem;
  }

  .md\:bag-right-3 {
    right: 0.75rem;
  }

  .md\:bag-right-4 {
    right: 1rem;
  }

  .md\:bag-right-5 {
    right: 1.25rem;
  }

  .md\:bag-right-6 {
    right: 1.5rem;
  }

  .md\:bag-right-8 {
    right: 2rem;
  }

  .md\:bag-right-9 {
    right: 2.25rem;
  }

  .md\:bag-right-10 {
    right: 2.5rem;
  }

  .md\:bag-right-12 {
    right: 3rem;
  }

  .md\:bag-right-16 {
    right: 4rem;
  }

  .md\:bag-right-20 {
    right: 5rem;
  }

  .md\:bag-right-24 {
    right: 6rem;
  }

  .md\:bag-right-32 {
    right: 8rem;
  }

  .md\:bag-right-40 {
    right: 10rem;
  }

  .md\:bag-right-48 {
    right: 12rem;
  }

  .md\:bag-right-56 {
    right: 14rem;
  }

  .md\:bag-right-64 {
    right: 16rem;
  }

  .md\:bag-right-auto {
    right: auto;
  }

  .md\:bag-right-px {
    right: 1px;
  }

  .md\:bag-right-gutter {
    right: 1.5625rem;
  }

  .md\:bag-right-gutter-full {
    right: 3.125rem;
  }

  .md\:bag--right-1 {
    right: -0.25rem;
  }

  .md\:bag--right-2 {
    right: -0.5rem;
  }

  .md\:bag--right-3 {
    right: -0.75rem;
  }

  .md\:bag--right-4 {
    right: -1rem;
  }

  .md\:bag--right-5 {
    right: -1.25rem;
  }

  .md\:bag--right-6 {
    right: -1.5rem;
  }

  .md\:bag--right-8 {
    right: -2rem;
  }

  .md\:bag--right-9 {
    right: -2.25rem;
  }

  .md\:bag--right-10 {
    right: -2.5rem;
  }

  .md\:bag--right-12 {
    right: -3rem;
  }

  .md\:bag--right-16 {
    right: -4rem;
  }

  .md\:bag--right-20 {
    right: -5rem;
  }

  .md\:bag--right-24 {
    right: -6rem;
  }

  .md\:bag--right-32 {
    right: -8rem;
  }

  .md\:bag--right-40 {
    right: -10rem;
  }

  .md\:bag--right-48 {
    right: -12rem;
  }

  .md\:bag--right-56 {
    right: -14rem;
  }

  .md\:bag--right-64 {
    right: -16rem;
  }

  .md\:bag--right-px {
    right: -1px;
  }

  .md\:bag--right-gutter {
    right: -1.5625rem;
  }

  .md\:bag--right-gutter-full {
    right: -3.125rem;
  }

  .md\:bag-right-1\/2 {
    right: 50%;
  }

  .md\:bag-right-1\/3 {
    right: 33.333333%;
  }

  .md\:bag-right-2\/3 {
    right: 66.666667%;
  }

  .md\:bag-right-1\/4 {
    right: 25%;
  }

  .md\:bag-right-2\/4 {
    right: 50%;
  }

  .md\:bag-right-3\/4 {
    right: 75%;
  }

  .md\:bag-right-full {
    right: 100%;
  }

  .md\:bag--right-1\/2 {
    right: -50%;
  }

  .md\:bag--right-1\/3 {
    right: -33.333333%;
  }

  .md\:bag--right-2\/3 {
    right: -66.666667%;
  }

  .md\:bag--right-1\/4 {
    right: -25%;
  }

  .md\:bag--right-2\/4 {
    right: -50%;
  }

  .md\:bag--right-3\/4 {
    right: -75%;
  }

  .md\:bag--right-full {
    right: -100%;
  }

  .md\:bag-bottom-0 {
    bottom: 0;
  }

  .md\:bag-bottom-1 {
    bottom: 0.25rem;
  }

  .md\:bag-bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bag-bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bag-bottom-4 {
    bottom: 1rem;
  }

  .md\:bag-bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bag-bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bag-bottom-8 {
    bottom: 2rem;
  }

  .md\:bag-bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bag-bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bag-bottom-12 {
    bottom: 3rem;
  }

  .md\:bag-bottom-16 {
    bottom: 4rem;
  }

  .md\:bag-bottom-20 {
    bottom: 5rem;
  }

  .md\:bag-bottom-24 {
    bottom: 6rem;
  }

  .md\:bag-bottom-32 {
    bottom: 8rem;
  }

  .md\:bag-bottom-40 {
    bottom: 10rem;
  }

  .md\:bag-bottom-48 {
    bottom: 12rem;
  }

  .md\:bag-bottom-56 {
    bottom: 14rem;
  }

  .md\:bag-bottom-64 {
    bottom: 16rem;
  }

  .md\:bag-bottom-auto {
    bottom: auto;
  }

  .md\:bag-bottom-px {
    bottom: 1px;
  }

  .md\:bag-bottom-gutter {
    bottom: 1.5625rem;
  }

  .md\:bag-bottom-gutter-full {
    bottom: 3.125rem;
  }

  .md\:bag--bottom-1 {
    bottom: -0.25rem;
  }

  .md\:bag--bottom-2 {
    bottom: -0.5rem;
  }

  .md\:bag--bottom-3 {
    bottom: -0.75rem;
  }

  .md\:bag--bottom-4 {
    bottom: -1rem;
  }

  .md\:bag--bottom-5 {
    bottom: -1.25rem;
  }

  .md\:bag--bottom-6 {
    bottom: -1.5rem;
  }

  .md\:bag--bottom-8 {
    bottom: -2rem;
  }

  .md\:bag--bottom-9 {
    bottom: -2.25rem;
  }

  .md\:bag--bottom-10 {
    bottom: -2.5rem;
  }

  .md\:bag--bottom-12 {
    bottom: -3rem;
  }

  .md\:bag--bottom-16 {
    bottom: -4rem;
  }

  .md\:bag--bottom-20 {
    bottom: -5rem;
  }

  .md\:bag--bottom-24 {
    bottom: -6rem;
  }

  .md\:bag--bottom-32 {
    bottom: -8rem;
  }

  .md\:bag--bottom-40 {
    bottom: -10rem;
  }

  .md\:bag--bottom-48 {
    bottom: -12rem;
  }

  .md\:bag--bottom-56 {
    bottom: -14rem;
  }

  .md\:bag--bottom-64 {
    bottom: -16rem;
  }

  .md\:bag--bottom-px {
    bottom: -1px;
  }

  .md\:bag--bottom-gutter {
    bottom: -1.5625rem;
  }

  .md\:bag--bottom-gutter-full {
    bottom: -3.125rem;
  }

  .md\:bag-bottom-1\/2 {
    bottom: 50%;
  }

  .md\:bag-bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:bag-bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bag-bottom-1\/4 {
    bottom: 25%;
  }

  .md\:bag-bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bag-bottom-3\/4 {
    bottom: 75%;
  }

  .md\:bag-bottom-full {
    bottom: 100%;
  }

  .md\:bag--bottom-1\/2 {
    bottom: -50%;
  }

  .md\:bag--bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:bag--bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:bag--bottom-1\/4 {
    bottom: -25%;
  }

  .md\:bag--bottom-2\/4 {
    bottom: -50%;
  }

  .md\:bag--bottom-3\/4 {
    bottom: -75%;
  }

  .md\:bag--bottom-full {
    bottom: -100%;
  }

  .md\:bag-left-0 {
    left: 0;
  }

  .md\:bag-left-1 {
    left: 0.25rem;
  }

  .md\:bag-left-2 {
    left: 0.5rem;
  }

  .md\:bag-left-3 {
    left: 0.75rem;
  }

  .md\:bag-left-4 {
    left: 1rem;
  }

  .md\:bag-left-5 {
    left: 1.25rem;
  }

  .md\:bag-left-6 {
    left: 1.5rem;
  }

  .md\:bag-left-8 {
    left: 2rem;
  }

  .md\:bag-left-9 {
    left: 2.25rem;
  }

  .md\:bag-left-10 {
    left: 2.5rem;
  }

  .md\:bag-left-12 {
    left: 3rem;
  }

  .md\:bag-left-16 {
    left: 4rem;
  }

  .md\:bag-left-20 {
    left: 5rem;
  }

  .md\:bag-left-24 {
    left: 6rem;
  }

  .md\:bag-left-32 {
    left: 8rem;
  }

  .md\:bag-left-40 {
    left: 10rem;
  }

  .md\:bag-left-48 {
    left: 12rem;
  }

  .md\:bag-left-56 {
    left: 14rem;
  }

  .md\:bag-left-64 {
    left: 16rem;
  }

  .md\:bag-left-auto {
    left: auto;
  }

  .md\:bag-left-px {
    left: 1px;
  }

  .md\:bag-left-gutter {
    left: 1.5625rem;
  }

  .md\:bag-left-gutter-full {
    left: 3.125rem;
  }

  .md\:bag--left-1 {
    left: -0.25rem;
  }

  .md\:bag--left-2 {
    left: -0.5rem;
  }

  .md\:bag--left-3 {
    left: -0.75rem;
  }

  .md\:bag--left-4 {
    left: -1rem;
  }

  .md\:bag--left-5 {
    left: -1.25rem;
  }

  .md\:bag--left-6 {
    left: -1.5rem;
  }

  .md\:bag--left-8 {
    left: -2rem;
  }

  .md\:bag--left-9 {
    left: -2.25rem;
  }

  .md\:bag--left-10 {
    left: -2.5rem;
  }

  .md\:bag--left-12 {
    left: -3rem;
  }

  .md\:bag--left-16 {
    left: -4rem;
  }

  .md\:bag--left-20 {
    left: -5rem;
  }

  .md\:bag--left-24 {
    left: -6rem;
  }

  .md\:bag--left-32 {
    left: -8rem;
  }

  .md\:bag--left-40 {
    left: -10rem;
  }

  .md\:bag--left-48 {
    left: -12rem;
  }

  .md\:bag--left-56 {
    left: -14rem;
  }

  .md\:bag--left-64 {
    left: -16rem;
  }

  .md\:bag--left-px {
    left: -1px;
  }

  .md\:bag--left-gutter {
    left: -1.5625rem;
  }

  .md\:bag--left-gutter-full {
    left: -3.125rem;
  }

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

  .md\:bag-left-1\/3 {
    left: 33.333333%;
  }

  .md\:bag-left-2\/3 {
    left: 66.666667%;
  }

  .md\:bag-left-1\/4 {
    left: 25%;
  }

  .md\:bag-left-2\/4 {
    left: 50%;
  }

  .md\:bag-left-3\/4 {
    left: 75%;
  }

  .md\:bag-left-full {
    left: 100%;
  }

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

  .md\:bag--left-1\/3 {
    left: -33.333333%;
  }

  .md\:bag--left-2\/3 {
    left: -66.666667%;
  }

  .md\:bag--left-1\/4 {
    left: -25%;
  }

  .md\:bag--left-2\/4 {
    left: -50%;
  }

  .md\:bag--left-3\/4 {
    left: -75%;
  }

  .md\:bag--left-full {
    left: -100%;
  }

  .md\:bag-isolate {
    isolation: isolate;
  }

  .md\:bag-isolation-auto {
    isolation: auto;
  }

  .md\:bag-z-0 {
    z-index: 0;
  }

  .md\:bag-z-10 {
    z-index: 10;
  }

  .md\:bag-z-20 {
    z-index: 20;
  }

  .md\:bag-z-30 {
    z-index: 30;
  }

  .md\:bag-z-40 {
    z-index: 40;
  }

  .md\:bag-z-50 {
    z-index: 50;
  }

  .md\:bag-z-99 {
    z-index: 99;
  }

  .md\:bag--z-1 {
    z-index: -1;
  }

  .md\:bag-z-auto {
    z-index: auto;
  }

  .md\:focus-within\:bag-z-0:focus-within {
    z-index: 0;
  }

  .md\:focus-within\:bag-z-10:focus-within {
    z-index: 10;
  }

  .md\:focus-within\:bag-z-20:focus-within {
    z-index: 20;
  }

  .md\:focus-within\:bag-z-30:focus-within {
    z-index: 30;
  }

  .md\:focus-within\:bag-z-40:focus-within {
    z-index: 40;
  }

  .md\:focus-within\:bag-z-50:focus-within {
    z-index: 50;
  }

  .md\:focus-within\:bag-z-99:focus-within {
    z-index: 99;
  }

  .md\:focus-within\:bag--z-1:focus-within {
    z-index: -1;
  }

  .md\:focus-within\:bag-z-auto:focus-within {
    z-index: auto;
  }

  .md\:focus\:bag-z-0:focus {
    z-index: 0;
  }

  .md\:focus\:bag-z-10:focus {
    z-index: 10;
  }

  .md\:focus\:bag-z-20:focus {
    z-index: 20;
  }

  .md\:focus\:bag-z-30:focus {
    z-index: 30;
  }

  .md\:focus\:bag-z-40:focus {
    z-index: 40;
  }

  .md\:focus\:bag-z-50:focus {
    z-index: 50;
  }

  .md\:focus\:bag-z-99:focus {
    z-index: 99;
  }

  .md\:focus\:bag--z-1:focus {
    z-index: -1;
  }

  .md\:focus\:bag-z-auto:focus {
    z-index: auto;
  }

  .md\:bag-order-1 {
    order: 1;
  }

  .md\:bag-order-2 {
    order: 2;
  }

  .md\:bag-order-3 {
    order: 3;
  }

  .md\:bag-order-4 {
    order: 4;
  }

  .md\:bag-order-5 {
    order: 5;
  }

  .md\:bag-order-6 {
    order: 6;
  }

  .md\:bag-order-7 {
    order: 7;
  }

  .md\:bag-order-8 {
    order: 8;
  }

  .md\:bag-order-9 {
    order: 9;
  }

  .md\:bag-order-10 {
    order: 10;
  }

  .md\:bag-order-11 {
    order: 11;
  }

  .md\:bag-order-12 {
    order: 12;
  }

  .md\:bag-order-first {
    order: -9999;
  }

  .md\:bag-order-last {
    order: 9999;
  }

  .md\:bag-order-none {
    order: 0;
  }

  .md\:bag-col-auto {
    grid-column: auto;
  }

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

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

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

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

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

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

  .md\:bag-col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:bag-col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:bag-col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:bag-col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:bag-col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:bag-col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .md\:bag-col-start-1 {
    grid-column-start: 1;
  }

  .md\:bag-col-start-2 {
    grid-column-start: 2;
  }

  .md\:bag-col-start-3 {
    grid-column-start: 3;
  }

  .md\:bag-col-start-4 {
    grid-column-start: 4;
  }

  .md\:bag-col-start-5 {
    grid-column-start: 5;
  }

  .md\:bag-col-start-6 {
    grid-column-start: 6;
  }

  .md\:bag-col-start-7 {
    grid-column-start: 7;
  }

  .md\:bag-col-start-8 {
    grid-column-start: 8;
  }

  .md\:bag-col-start-9 {
    grid-column-start: 9;
  }

  .md\:bag-col-start-10 {
    grid-column-start: 10;
  }

  .md\:bag-col-start-11 {
    grid-column-start: 11;
  }

  .md\:bag-col-start-12 {
    grid-column-start: 12;
  }

  .md\:bag-col-start-13 {
    grid-column-start: 13;
  }

  .md\:bag-col-start-auto {
    grid-column-start: auto;
  }

  .md\:bag-col-end-1 {
    grid-column-end: 1;
  }

  .md\:bag-col-end-2 {
    grid-column-end: 2;
  }

  .md\:bag-col-end-3 {
    grid-column-end: 3;
  }

  .md\:bag-col-end-4 {
    grid-column-end: 4;
  }

  .md\:bag-col-end-5 {
    grid-column-end: 5;
  }

  .md\:bag-col-end-6 {
    grid-column-end: 6;
  }

  .md\:bag-col-end-7 {
    grid-column-end: 7;
  }

  .md\:bag-col-end-8 {
    grid-column-end: 8;
  }

  .md\:bag-col-end-9 {
    grid-column-end: 9;
  }

  .md\:bag-col-end-10 {
    grid-column-end: 10;
  }

  .md\:bag-col-end-11 {
    grid-column-end: 11;
  }

  .md\:bag-col-end-12 {
    grid-column-end: 12;
  }

  .md\:bag-col-end-13 {
    grid-column-end: 13;
  }

  .md\:bag-col-end-auto {
    grid-column-end: auto;
  }

  .md\:bag-row-auto {
    grid-row: auto;
  }

  .md\:bag-row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:bag-row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:bag-row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:bag-row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:bag-row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:bag-row-span-6 {
    grid-row: span 6 / span 6;
  }

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

  .md\:bag-row-start-1 {
    grid-row-start: 1;
  }

  .md\:bag-row-start-2 {
    grid-row-start: 2;
  }

  .md\:bag-row-start-3 {
    grid-row-start: 3;
  }

  .md\:bag-row-start-4 {
    grid-row-start: 4;
  }

  .md\:bag-row-start-5 {
    grid-row-start: 5;
  }

  .md\:bag-row-start-6 {
    grid-row-start: 6;
  }

  .md\:bag-row-start-7 {
    grid-row-start: 7;
  }

  .md\:bag-row-start-auto {
    grid-row-start: auto;
  }

  .md\:bag-row-end-1 {
    grid-row-end: 1;
  }

  .md\:bag-row-end-2 {
    grid-row-end: 2;
  }

  .md\:bag-row-end-3 {
    grid-row-end: 3;
  }

  .md\:bag-row-end-4 {
    grid-row-end: 4;
  }

  .md\:bag-row-end-5 {
    grid-row-end: 5;
  }

  .md\:bag-row-end-6 {
    grid-row-end: 6;
  }

  .md\:bag-row-end-7 {
    grid-row-end: 7;
  }

  .md\:bag-row-end-auto {
    grid-row-end: auto;
  }

  .md\:bag-float-right {
    float: right;
  }

  .md\:bag-float-left {
    float: left;
  }

  .md\:bag-float-none {
    float: none;
  }

  .md\:bag-clear-left {
    clear: left;
  }

  .md\:bag-clear-right {
    clear: right;
  }

  .md\:bag-clear-both {
    clear: both;
  }

  .md\:bag-clear-none {
    clear: none;
  }

  .md\:bag-m-0 {
    margin: 0;
  }

  .md\:bag-m-1 {
    margin: 0.25rem;
  }

  .md\:bag-m-2 {
    margin: 0.5rem;
  }

  .md\:bag-m-3 {
    margin: 0.75rem;
  }

  .md\:bag-m-4 {
    margin: 1rem;
  }

  .md\:bag-m-5 {
    margin: 1.25rem;
  }

  .md\:bag-m-6 {
    margin: 1.5rem;
  }

  .md\:bag-m-8 {
    margin: 2rem;
  }

  .md\:bag-m-9 {
    margin: 2.25rem;
  }

  .md\:bag-m-10 {
    margin: 2.5rem;
  }

  .md\:bag-m-12 {
    margin: 3rem;
  }

  .md\:bag-m-16 {
    margin: 4rem;
  }

  .md\:bag-m-20 {
    margin: 5rem;
  }

  .md\:bag-m-24 {
    margin: 6rem;
  }

  .md\:bag-m-32 {
    margin: 8rem;
  }

  .md\:bag-m-40 {
    margin: 10rem;
  }

  .md\:bag-m-48 {
    margin: 12rem;
  }

  .md\:bag-m-56 {
    margin: 14rem;
  }

  .md\:bag-m-64 {
    margin: 16rem;
  }

  .md\:bag-m-auto {
    margin: auto;
  }

  .md\:bag-m-px {
    margin: 1px;
  }

  .md\:bag-m-gutter {
    margin: 1.5625rem;
  }

  .md\:bag-m-gutter-full {
    margin: 3.125rem;
  }

  .md\:bag--m-1 {
    margin: -0.25rem;
  }

  .md\:bag--m-2 {
    margin: -0.5rem;
  }

  .md\:bag--m-3 {
    margin: -0.75rem;
  }

  .md\:bag--m-4 {
    margin: -1rem;
  }

  .md\:bag--m-5 {
    margin: -1.25rem;
  }

  .md\:bag--m-6 {
    margin: -1.5rem;
  }

  .md\:bag--m-8 {
    margin: -2rem;
  }

  .md\:bag--m-9 {
    margin: -2.25rem;
  }

  .md\:bag--m-10 {
    margin: -2.5rem;
  }

  .md\:bag--m-12 {
    margin: -3rem;
  }

  .md\:bag--m-16 {
    margin: -4rem;
  }

  .md\:bag--m-20 {
    margin: -5rem;
  }

  .md\:bag--m-24 {
    margin: -6rem;
  }

  .md\:bag--m-32 {
    margin: -8rem;
  }

  .md\:bag--m-40 {
    margin: -10rem;
  }

  .md\:bag--m-48 {
    margin: -12rem;
  }

  .md\:bag--m-56 {
    margin: -14rem;
  }

  .md\:bag--m-64 {
    margin: -16rem;
  }

  .md\:bag--m-px {
    margin: -1px;
  }

  .md\:bag--m-gutter {
    margin: -1.5625rem;
  }

  .md\:bag--m-gutter-full {
    margin: -3.125rem;
  }

  .md\:first\:bag-m-0:first-child {
    margin: 0;
  }

  .md\:first\:bag-m-1:first-child {
    margin: 0.25rem;
  }

  .md\:first\:bag-m-2:first-child {
    margin: 0.5rem;
  }

  .md\:first\:bag-m-3:first-child {
    margin: 0.75rem;
  }

  .md\:first\:bag-m-4:first-child {
    margin: 1rem;
  }

  .md\:first\:bag-m-5:first-child {
    margin: 1.25rem;
  }

  .md\:first\:bag-m-6:first-child {
    margin: 1.5rem;
  }

  .md\:first\:bag-m-8:first-child {
    margin: 2rem;
  }

  .md\:first\:bag-m-9:first-child {
    margin: 2.25rem;
  }

  .md\:first\:bag-m-10:first-child {
    margin: 2.5rem;
  }

  .md\:first\:bag-m-12:first-child {
    margin: 3rem;
  }

  .md\:first\:bag-m-16:first-child {
    margin: 4rem;
  }

  .md\:first\:bag-m-20:first-child {
    margin: 5rem;
  }

  .md\:first\:bag-m-24:first-child {
    margin: 6rem;
  }

  .md\:first\:bag-m-32:first-child {
    margin: 8rem;
  }

  .md\:first\:bag-m-40:first-child {
    margin: 10rem;
  }

  .md\:first\:bag-m-48:first-child {
    margin: 12rem;
  }

  .md\:first\:bag-m-56:first-child {
    margin: 14rem;
  }

  .md\:first\:bag-m-64:first-child {
    margin: 16rem;
  }

  .md\:first\:bag-m-auto:first-child {
    margin: auto;
  }

  .md\:first\:bag-m-px:first-child {
    margin: 1px;
  }

  .md\:first\:bag-m-gutter:first-child {
    margin: 1.5625rem;
  }

  .md\:first\:bag-m-gutter-full:first-child {
    margin: 3.125rem;
  }

  .md\:first\:bag--m-1:first-child {
    margin: -0.25rem;
  }

  .md\:first\:bag--m-2:first-child {
    margin: -0.5rem;
  }

  .md\:first\:bag--m-3:first-child {
    margin: -0.75rem;
  }

  .md\:first\:bag--m-4:first-child {
    margin: -1rem;
  }

  .md\:first\:bag--m-5:first-child {
    margin: -1.25rem;
  }

  .md\:first\:bag--m-6:first-child {
    margin: -1.5rem;
  }

  .md\:first\:bag--m-8:first-child {
    margin: -2rem;
  }

  .md\:first\:bag--m-9:first-child {
    margin: -2.25rem;
  }

  .md\:first\:bag--m-10:first-child {
    margin: -2.5rem;
  }

  .md\:first\:bag--m-12:first-child {
    margin: -3rem;
  }

  .md\:first\:bag--m-16:first-child {
    margin: -4rem;
  }

  .md\:first\:bag--m-20:first-child {
    margin: -5rem;
  }

  .md\:first\:bag--m-24:first-child {
    margin: -6rem;
  }

  .md\:first\:bag--m-32:first-child {
    margin: -8rem;
  }

  .md\:first\:bag--m-40:first-child {
    margin: -10rem;
  }

  .md\:first\:bag--m-48:first-child {
    margin: -12rem;
  }

  .md\:first\:bag--m-56:first-child {
    margin: -14rem;
  }

  .md\:first\:bag--m-64:first-child {
    margin: -16rem;
  }

  .md\:first\:bag--m-px:first-child {
    margin: -1px;
  }

  .md\:first\:bag--m-gutter:first-child {
    margin: -1.5625rem;
  }

  .md\:first\:bag--m-gutter-full:first-child {
    margin: -3.125rem;
  }

  .md\:last\:bag-m-0:last-child {
    margin: 0;
  }

  .md\:last\:bag-m-1:last-child {
    margin: 0.25rem;
  }

  .md\:last\:bag-m-2:last-child {
    margin: 0.5rem;
  }

  .md\:last\:bag-m-3:last-child {
    margin: 0.75rem;
  }

  .md\:last\:bag-m-4:last-child {
    margin: 1rem;
  }

  .md\:last\:bag-m-5:last-child {
    margin: 1.25rem;
  }

  .md\:last\:bag-m-6:last-child {
    margin: 1.5rem;
  }

  .md\:last\:bag-m-8:last-child {
    margin: 2rem;
  }

  .md\:last\:bag-m-9:last-child {
    margin: 2.25rem;
  }

  .md\:last\:bag-m-10:last-child {
    margin: 2.5rem;
  }

  .md\:last\:bag-m-12:last-child {
    margin: 3rem;
  }

  .md\:last\:bag-m-16:last-child {
    margin: 4rem;
  }

  .md\:last\:bag-m-20:last-child {
    margin: 5rem;
  }

  .md\:last\:bag-m-24:last-child {
    margin: 6rem;
  }

  .md\:last\:bag-m-32:last-child {
    margin: 8rem;
  }

  .md\:last\:bag-m-40:last-child {
    margin: 10rem;
  }

  .md\:last\:bag-m-48:last-child {
    margin: 12rem;
  }

  .md\:last\:bag-m-56:last-child {
    margin: 14rem;
  }

  .md\:last\:bag-m-64:last-child {
    margin: 16rem;
  }

  .md\:last\:bag-m-auto:last-child {
    margin: auto;
  }

  .md\:last\:bag-m-px:last-child {
    margin: 1px;
  }

  .md\:last\:bag-m-gutter:last-child {
    margin: 1.5625rem;
  }

  .md\:last\:bag-m-gutter-full:last-child {
    margin: 3.125rem;
  }

  .md\:last\:bag--m-1:last-child {
    margin: -0.25rem;
  }

  .md\:last\:bag--m-2:last-child {
    margin: -0.5rem;
  }

  .md\:last\:bag--m-3:last-child {
    margin: -0.75rem;
  }

  .md\:last\:bag--m-4:last-child {
    margin: -1rem;
  }

  .md\:last\:bag--m-5:last-child {
    margin: -1.25rem;
  }

  .md\:last\:bag--m-6:last-child {
    margin: -1.5rem;
  }

  .md\:last\:bag--m-8:last-child {
    margin: -2rem;
  }

  .md\:last\:bag--m-9:last-child {
    margin: -2.25rem;
  }

  .md\:last\:bag--m-10:last-child {
    margin: -2.5rem;
  }

  .md\:last\:bag--m-12:last-child {
    margin: -3rem;
  }

  .md\:last\:bag--m-16:last-child {
    margin: -4rem;
  }

  .md\:last\:bag--m-20:last-child {
    margin: -5rem;
  }

  .md\:last\:bag--m-24:last-child {
    margin: -6rem;
  }

  .md\:last\:bag--m-32:last-child {
    margin: -8rem;
  }

  .md\:last\:bag--m-40:last-child {
    margin: -10rem;
  }

  .md\:last\:bag--m-48:last-child {
    margin: -12rem;
  }

  .md\:last\:bag--m-56:last-child {
    margin: -14rem;
  }

  .md\:last\:bag--m-64:last-child {
    margin: -16rem;
  }

  .md\:last\:bag--m-px:last-child {
    margin: -1px;
  }

  .md\:last\:bag--m-gutter:last-child {
    margin: -1.5625rem;
  }

  .md\:last\:bag--m-gutter-full:last-child {
    margin: -3.125rem;
  }

  .md\:bag-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:bag-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:bag-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:bag-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:bag-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:bag-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:bag-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:bag-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:bag-mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:bag-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:bag-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:bag-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:bag-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:bag-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:bag-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:bag-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:bag-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:bag-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:bag-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:bag-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:bag-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:bag-mx-gutter {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:bag-mx-gutter-full {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:bag--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:bag--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:bag--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:bag--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:bag--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:bag--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:bag--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:bag--mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:bag--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:bag--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:bag--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:bag--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:bag--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:bag--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:bag--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:bag--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:bag--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:bag--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:bag--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:bag--mx-gutter {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:bag--mx-gutter-full {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:bag-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:bag-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

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

  .md\:bag-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:bag-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:bag-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:bag-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:bag-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:bag-my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:bag-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:bag-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:bag-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:bag-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:bag-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:bag-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:bag-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:bag-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:bag-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:bag-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:bag-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:bag-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:bag-my-gutter {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:bag-my-gutter-full {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:bag--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

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

  .md\:bag--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:bag--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:bag--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:bag--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:bag--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:bag--my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:bag--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:bag--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:bag--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:bag--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:bag--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:bag--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:bag--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:bag--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:bag--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:bag--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:bag--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:bag--my-gutter {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:bag--my-gutter-full {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:first\:bag-mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:first\:bag-mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:first\:bag-mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:first\:bag-mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:first\:bag-mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:first\:bag-mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:first\:bag-mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:first\:bag-mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:first\:bag-mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:first\:bag-mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:first\:bag-mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:first\:bag-mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:first\:bag-mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:first\:bag-mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:first\:bag-mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:first\:bag-mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:first\:bag-mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:first\:bag-mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:first\:bag-mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:first\:bag-mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:first\:bag-mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:first\:bag-mx-gutter:first-child {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:first\:bag-mx-gutter-full:first-child {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:first\:bag--mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:first\:bag--mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:first\:bag--mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:first\:bag--mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:first\:bag--mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:first\:bag--mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:first\:bag--mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:first\:bag--mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:first\:bag--mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:first\:bag--mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:first\:bag--mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:first\:bag--mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:first\:bag--mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:first\:bag--mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:first\:bag--mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:first\:bag--mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:first\:bag--mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:first\:bag--mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:first\:bag--mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:first\:bag--mx-gutter:first-child {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:first\:bag--mx-gutter-full:first-child {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:first\:bag-my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:first\:bag-my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:first\:bag-my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:first\:bag-my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:first\:bag-my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:first\:bag-my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:first\:bag-my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:first\:bag-my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:first\:bag-my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:first\:bag-my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:first\:bag-my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:first\:bag-my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:first\:bag-my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:first\:bag-my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:first\:bag-my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:first\:bag-my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:first\:bag-my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:first\:bag-my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:first\:bag-my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:first\:bag-my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:first\:bag-my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:first\:bag-my-gutter:first-child {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:first\:bag-my-gutter-full:first-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:first\:bag--my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:first\:bag--my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:first\:bag--my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:first\:bag--my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:first\:bag--my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:first\:bag--my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:first\:bag--my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:first\:bag--my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:first\:bag--my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:first\:bag--my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:first\:bag--my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:first\:bag--my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:first\:bag--my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:first\:bag--my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:first\:bag--my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:first\:bag--my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:first\:bag--my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:first\:bag--my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:first\:bag--my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:first\:bag--my-gutter:first-child {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:first\:bag--my-gutter-full:first-child {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:last\:bag-mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:bag-mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:last\:bag-mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:last\:bag-mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:last\:bag-mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:last\:bag-mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:last\:bag-mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:last\:bag-mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:last\:bag-mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:last\:bag-mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:last\:bag-mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:last\:bag-mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:last\:bag-mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:last\:bag-mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:last\:bag-mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:last\:bag-mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:last\:bag-mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:last\:bag-mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:last\:bag-mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:last\:bag-mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:bag-mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:last\:bag-mx-gutter:last-child {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .md\:last\:bag-mx-gutter-full:last-child {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:last\:bag--mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:last\:bag--mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:last\:bag--mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:last\:bag--mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:last\:bag--mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:last\:bag--mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:last\:bag--mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:last\:bag--mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:last\:bag--mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:last\:bag--mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:last\:bag--mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:last\:bag--mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:last\:bag--mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:last\:bag--mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:last\:bag--mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:last\:bag--mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:last\:bag--mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:last\:bag--mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:last\:bag--mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:last\:bag--mx-gutter:last-child {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .md\:last\:bag--mx-gutter-full:last-child {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:last\:bag-my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:bag-my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:last\:bag-my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:last\:bag-my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:last\:bag-my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:last\:bag-my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:last\:bag-my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:last\:bag-my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:last\:bag-my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:last\:bag-my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:last\:bag-my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:last\:bag-my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:last\:bag-my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:last\:bag-my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:last\:bag-my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:last\:bag-my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:last\:bag-my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:last\:bag-my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:last\:bag-my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:last\:bag-my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:bag-my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:last\:bag-my-gutter:last-child {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .md\:last\:bag-my-gutter-full:last-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:last\:bag--my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:last\:bag--my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:last\:bag--my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:last\:bag--my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:last\:bag--my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:last\:bag--my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:last\:bag--my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:last\:bag--my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:last\:bag--my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:last\:bag--my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:last\:bag--my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:last\:bag--my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:last\:bag--my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:last\:bag--my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:last\:bag--my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:last\:bag--my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:last\:bag--my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:last\:bag--my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:last\:bag--my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:last\:bag--my-gutter:last-child {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .md\:last\:bag--my-gutter-full:last-child {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:bag-mt-0 {
    margin-top: 0;
  }

  .md\:bag-mt-1 {
    margin-top: 0.25rem;
  }

  .md\:bag-mt-2 {
    margin-top: 0.5rem;
  }

  .md\:bag-mt-3 {
    margin-top: 0.75rem;
  }

  .md\:bag-mt-4 {
    margin-top: 1rem;
  }

  .md\:bag-mt-5 {
    margin-top: 1.25rem;
  }

  .md\:bag-mt-6 {
    margin-top: 1.5rem;
  }

  .md\:bag-mt-8 {
    margin-top: 2rem;
  }

  .md\:bag-mt-9 {
    margin-top: 2.25rem;
  }

  .md\:bag-mt-10 {
    margin-top: 2.5rem;
  }

  .md\:bag-mt-12 {
    margin-top: 3rem;
  }

  .md\:bag-mt-16 {
    margin-top: 4rem;
  }

  .md\:bag-mt-20 {
    margin-top: 5rem;
  }

  .md\:bag-mt-24 {
    margin-top: 6rem;
  }

  .md\:bag-mt-32 {
    margin-top: 8rem;
  }

  .md\:bag-mt-40 {
    margin-top: 10rem;
  }

  .md\:bag-mt-48 {
    margin-top: 12rem;
  }

  .md\:bag-mt-56 {
    margin-top: 14rem;
  }

  .md\:bag-mt-64 {
    margin-top: 16rem;
  }

  .md\:bag-mt-auto {
    margin-top: auto;
  }

  .md\:bag-mt-px {
    margin-top: 1px;
  }

  .md\:bag-mt-gutter {
    margin-top: 1.5625rem;
  }

  .md\:bag-mt-gutter-full {
    margin-top: 3.125rem;
  }

  .md\:bag--mt-1 {
    margin-top: -0.25rem;
  }

  .md\:bag--mt-2 {
    margin-top: -0.5rem;
  }

  .md\:bag--mt-3 {
    margin-top: -0.75rem;
  }

  .md\:bag--mt-4 {
    margin-top: -1rem;
  }

  .md\:bag--mt-5 {
    margin-top: -1.25rem;
  }

  .md\:bag--mt-6 {
    margin-top: -1.5rem;
  }

  .md\:bag--mt-8 {
    margin-top: -2rem;
  }

  .md\:bag--mt-9 {
    margin-top: -2.25rem;
  }

  .md\:bag--mt-10 {
    margin-top: -2.5rem;
  }

  .md\:bag--mt-12 {
    margin-top: -3rem;
  }

  .md\:bag--mt-16 {
    margin-top: -4rem;
  }

  .md\:bag--mt-20 {
    margin-top: -5rem;
  }

  .md\:bag--mt-24 {
    margin-top: -6rem;
  }

  .md\:bag--mt-32 {
    margin-top: -8rem;
  }

  .md\:bag--mt-40 {
    margin-top: -10rem;
  }

  .md\:bag--mt-48 {
    margin-top: -12rem;
  }

  .md\:bag--mt-56 {
    margin-top: -14rem;
  }

  .md\:bag--mt-64 {
    margin-top: -16rem;
  }

  .md\:bag--mt-px {
    margin-top: -1px;
  }

  .md\:bag--mt-gutter {
    margin-top: -1.5625rem;
  }

  .md\:bag--mt-gutter-full {
    margin-top: -3.125rem;
  }

  .md\:bag-mr-0 {
    margin-right: 0;
  }

  .md\:bag-mr-1 {
    margin-right: 0.25rem;
  }

  .md\:bag-mr-2 {
    margin-right: 0.5rem;
  }

  .md\:bag-mr-3 {
    margin-right: 0.75rem;
  }

  .md\:bag-mr-4 {
    margin-right: 1rem;
  }

  .md\:bag-mr-5 {
    margin-right: 1.25rem;
  }

  .md\:bag-mr-6 {
    margin-right: 1.5rem;
  }

  .md\:bag-mr-8 {
    margin-right: 2rem;
  }

  .md\:bag-mr-9 {
    margin-right: 2.25rem;
  }

  .md\:bag-mr-10 {
    margin-right: 2.5rem;
  }

  .md\:bag-mr-12 {
    margin-right: 3rem;
  }

  .md\:bag-mr-16 {
    margin-right: 4rem;
  }

  .md\:bag-mr-20 {
    margin-right: 5rem;
  }

  .md\:bag-mr-24 {
    margin-right: 6rem;
  }

  .md\:bag-mr-32 {
    margin-right: 8rem;
  }

  .md\:bag-mr-40 {
    margin-right: 10rem;
  }

  .md\:bag-mr-48 {
    margin-right: 12rem;
  }

  .md\:bag-mr-56 {
    margin-right: 14rem;
  }

  .md\:bag-mr-64 {
    margin-right: 16rem;
  }

  .md\:bag-mr-auto {
    margin-right: auto;
  }

  .md\:bag-mr-px {
    margin-right: 1px;
  }

  .md\:bag-mr-gutter {
    margin-right: 1.5625rem;
  }

  .md\:bag-mr-gutter-full {
    margin-right: 3.125rem;
  }

  .md\:bag--mr-1 {
    margin-right: -0.25rem;
  }

  .md\:bag--mr-2 {
    margin-right: -0.5rem;
  }

  .md\:bag--mr-3 {
    margin-right: -0.75rem;
  }

  .md\:bag--mr-4 {
    margin-right: -1rem;
  }

  .md\:bag--mr-5 {
    margin-right: -1.25rem;
  }

  .md\:bag--mr-6 {
    margin-right: -1.5rem;
  }

  .md\:bag--mr-8 {
    margin-right: -2rem;
  }

  .md\:bag--mr-9 {
    margin-right: -2.25rem;
  }

  .md\:bag--mr-10 {
    margin-right: -2.5rem;
  }

  .md\:bag--mr-12 {
    margin-right: -3rem;
  }

  .md\:bag--mr-16 {
    margin-right: -4rem;
  }

  .md\:bag--mr-20 {
    margin-right: -5rem;
  }

  .md\:bag--mr-24 {
    margin-right: -6rem;
  }

  .md\:bag--mr-32 {
    margin-right: -8rem;
  }

  .md\:bag--mr-40 {
    margin-right: -10rem;
  }

  .md\:bag--mr-48 {
    margin-right: -12rem;
  }

  .md\:bag--mr-56 {
    margin-right: -14rem;
  }

  .md\:bag--mr-64 {
    margin-right: -16rem;
  }

  .md\:bag--mr-px {
    margin-right: -1px;
  }

  .md\:bag--mr-gutter {
    margin-right: -1.5625rem;
  }

  .md\:bag--mr-gutter-full {
    margin-right: -3.125rem;
  }

  .md\:bag-mb-0 {
    margin-bottom: 0;
  }

  .md\:bag-mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:bag-mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:bag-mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:bag-mb-4 {
    margin-bottom: 1rem;
  }

  .md\:bag-mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:bag-mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:bag-mb-8 {
    margin-bottom: 2rem;
  }

  .md\:bag-mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:bag-mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:bag-mb-12 {
    margin-bottom: 3rem;
  }

  .md\:bag-mb-16 {
    margin-bottom: 4rem;
  }

  .md\:bag-mb-20 {
    margin-bottom: 5rem;
  }

  .md\:bag-mb-24 {
    margin-bottom: 6rem;
  }

  .md\:bag-mb-32 {
    margin-bottom: 8rem;
  }

  .md\:bag-mb-40 {
    margin-bottom: 10rem;
  }

  .md\:bag-mb-48 {
    margin-bottom: 12rem;
  }

  .md\:bag-mb-56 {
    margin-bottom: 14rem;
  }

  .md\:bag-mb-64 {
    margin-bottom: 16rem;
  }

  .md\:bag-mb-auto {
    margin-bottom: auto;
  }

  .md\:bag-mb-px {
    margin-bottom: 1px;
  }

  .md\:bag-mb-gutter {
    margin-bottom: 1.5625rem;
  }

  .md\:bag-mb-gutter-full {
    margin-bottom: 3.125rem;
  }

  .md\:bag--mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:bag--mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:bag--mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:bag--mb-4 {
    margin-bottom: -1rem;
  }

  .md\:bag--mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:bag--mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:bag--mb-8 {
    margin-bottom: -2rem;
  }

  .md\:bag--mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:bag--mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:bag--mb-12 {
    margin-bottom: -3rem;
  }

  .md\:bag--mb-16 {
    margin-bottom: -4rem;
  }

  .md\:bag--mb-20 {
    margin-bottom: -5rem;
  }

  .md\:bag--mb-24 {
    margin-bottom: -6rem;
  }

  .md\:bag--mb-32 {
    margin-bottom: -8rem;
  }

  .md\:bag--mb-40 {
    margin-bottom: -10rem;
  }

  .md\:bag--mb-48 {
    margin-bottom: -12rem;
  }

  .md\:bag--mb-56 {
    margin-bottom: -14rem;
  }

  .md\:bag--mb-64 {
    margin-bottom: -16rem;
  }

  .md\:bag--mb-px {
    margin-bottom: -1px;
  }

  .md\:bag--mb-gutter {
    margin-bottom: -1.5625rem;
  }

  .md\:bag--mb-gutter-full {
    margin-bottom: -3.125rem;
  }

  .md\:bag-ml-0 {
    margin-left: 0;
  }

  .md\:bag-ml-1 {
    margin-left: 0.25rem;
  }

  .md\:bag-ml-2 {
    margin-left: 0.5rem;
  }

  .md\:bag-ml-3 {
    margin-left: 0.75rem;
  }

  .md\:bag-ml-4 {
    margin-left: 1rem;
  }

  .md\:bag-ml-5 {
    margin-left: 1.25rem;
  }

  .md\:bag-ml-6 {
    margin-left: 1.5rem;
  }

  .md\:bag-ml-8 {
    margin-left: 2rem;
  }

  .md\:bag-ml-9 {
    margin-left: 2.25rem;
  }

  .md\:bag-ml-10 {
    margin-left: 2.5rem;
  }

  .md\:bag-ml-12 {
    margin-left: 3rem;
  }

  .md\:bag-ml-16 {
    margin-left: 4rem;
  }

  .md\:bag-ml-20 {
    margin-left: 5rem;
  }

  .md\:bag-ml-24 {
    margin-left: 6rem;
  }

  .md\:bag-ml-32 {
    margin-left: 8rem;
  }

  .md\:bag-ml-40 {
    margin-left: 10rem;
  }

  .md\:bag-ml-48 {
    margin-left: 12rem;
  }

  .md\:bag-ml-56 {
    margin-left: 14rem;
  }

  .md\:bag-ml-64 {
    margin-left: 16rem;
  }

  .md\:bag-ml-auto {
    margin-left: auto;
  }

  .md\:bag-ml-px {
    margin-left: 1px;
  }

  .md\:bag-ml-gutter {
    margin-left: 1.5625rem;
  }

  .md\:bag-ml-gutter-full {
    margin-left: 3.125rem;
  }

  .md\:bag--ml-1 {
    margin-left: -0.25rem;
  }

  .md\:bag--ml-2 {
    margin-left: -0.5rem;
  }

  .md\:bag--ml-3 {
    margin-left: -0.75rem;
  }

  .md\:bag--ml-4 {
    margin-left: -1rem;
  }

  .md\:bag--ml-5 {
    margin-left: -1.25rem;
  }

  .md\:bag--ml-6 {
    margin-left: -1.5rem;
  }

  .md\:bag--ml-8 {
    margin-left: -2rem;
  }

  .md\:bag--ml-9 {
    margin-left: -2.25rem;
  }

  .md\:bag--ml-10 {
    margin-left: -2.5rem;
  }

  .md\:bag--ml-12 {
    margin-left: -3rem;
  }

  .md\:bag--ml-16 {
    margin-left: -4rem;
  }

  .md\:bag--ml-20 {
    margin-left: -5rem;
  }

  .md\:bag--ml-24 {
    margin-left: -6rem;
  }

  .md\:bag--ml-32 {
    margin-left: -8rem;
  }

  .md\:bag--ml-40 {
    margin-left: -10rem;
  }

  .md\:bag--ml-48 {
    margin-left: -12rem;
  }

  .md\:bag--ml-56 {
    margin-left: -14rem;
  }

  .md\:bag--ml-64 {
    margin-left: -16rem;
  }

  .md\:bag--ml-px {
    margin-left: -1px;
  }

  .md\:bag--ml-gutter {
    margin-left: -1.5625rem;
  }

  .md\:bag--ml-gutter-full {
    margin-left: -3.125rem;
  }

  .md\:first\:bag-mt-0:first-child {
    margin-top: 0;
  }

  .md\:first\:bag-mt-1:first-child {
    margin-top: 0.25rem;
  }

  .md\:first\:bag-mt-2:first-child {
    margin-top: 0.5rem;
  }

  .md\:first\:bag-mt-3:first-child {
    margin-top: 0.75rem;
  }

  .md\:first\:bag-mt-4:first-child {
    margin-top: 1rem;
  }

  .md\:first\:bag-mt-5:first-child {
    margin-top: 1.25rem;
  }

  .md\:first\:bag-mt-6:first-child {
    margin-top: 1.5rem;
  }

  .md\:first\:bag-mt-8:first-child {
    margin-top: 2rem;
  }

  .md\:first\:bag-mt-9:first-child {
    margin-top: 2.25rem;
  }

  .md\:first\:bag-mt-10:first-child {
    margin-top: 2.5rem;
  }

  .md\:first\:bag-mt-12:first-child {
    margin-top: 3rem;
  }

  .md\:first\:bag-mt-16:first-child {
    margin-top: 4rem;
  }

  .md\:first\:bag-mt-20:first-child {
    margin-top: 5rem;
  }

  .md\:first\:bag-mt-24:first-child {
    margin-top: 6rem;
  }

  .md\:first\:bag-mt-32:first-child {
    margin-top: 8rem;
  }

  .md\:first\:bag-mt-40:first-child {
    margin-top: 10rem;
  }

  .md\:first\:bag-mt-48:first-child {
    margin-top: 12rem;
  }

  .md\:first\:bag-mt-56:first-child {
    margin-top: 14rem;
  }

  .md\:first\:bag-mt-64:first-child {
    margin-top: 16rem;
  }

  .md\:first\:bag-mt-auto:first-child {
    margin-top: auto;
  }

  .md\:first\:bag-mt-px:first-child {
    margin-top: 1px;
  }

  .md\:first\:bag-mt-gutter:first-child {
    margin-top: 1.5625rem;
  }

  .md\:first\:bag-mt-gutter-full:first-child {
    margin-top: 3.125rem;
  }

  .md\:first\:bag--mt-1:first-child {
    margin-top: -0.25rem;
  }

  .md\:first\:bag--mt-2:first-child {
    margin-top: -0.5rem;
  }

  .md\:first\:bag--mt-3:first-child {
    margin-top: -0.75rem;
  }

  .md\:first\:bag--mt-4:first-child {
    margin-top: -1rem;
  }

  .md\:first\:bag--mt-5:first-child {
    margin-top: -1.25rem;
  }

  .md\:first\:bag--mt-6:first-child {
    margin-top: -1.5rem;
  }

  .md\:first\:bag--mt-8:first-child {
    margin-top: -2rem;
  }

  .md\:first\:bag--mt-9:first-child {
    margin-top: -2.25rem;
  }

  .md\:first\:bag--mt-10:first-child {
    margin-top: -2.5rem;
  }

  .md\:first\:bag--mt-12:first-child {
    margin-top: -3rem;
  }

  .md\:first\:bag--mt-16:first-child {
    margin-top: -4rem;
  }

  .md\:first\:bag--mt-20:first-child {
    margin-top: -5rem;
  }

  .md\:first\:bag--mt-24:first-child {
    margin-top: -6rem;
  }

  .md\:first\:bag--mt-32:first-child {
    margin-top: -8rem;
  }

  .md\:first\:bag--mt-40:first-child {
    margin-top: -10rem;
  }

  .md\:first\:bag--mt-48:first-child {
    margin-top: -12rem;
  }

  .md\:first\:bag--mt-56:first-child {
    margin-top: -14rem;
  }

  .md\:first\:bag--mt-64:first-child {
    margin-top: -16rem;
  }

  .md\:first\:bag--mt-px:first-child {
    margin-top: -1px;
  }

  .md\:first\:bag--mt-gutter:first-child {
    margin-top: -1.5625rem;
  }

  .md\:first\:bag--mt-gutter-full:first-child {
    margin-top: -3.125rem;
  }

  .md\:first\:bag-mr-0:first-child {
    margin-right: 0;
  }

  .md\:first\:bag-mr-1:first-child {
    margin-right: 0.25rem;
  }

  .md\:first\:bag-mr-2:first-child {
    margin-right: 0.5rem;
  }

  .md\:first\:bag-mr-3:first-child {
    margin-right: 0.75rem;
  }

  .md\:first\:bag-mr-4:first-child {
    margin-right: 1rem;
  }

  .md\:first\:bag-mr-5:first-child {
    margin-right: 1.25rem;
  }

  .md\:first\:bag-mr-6:first-child {
    margin-right: 1.5rem;
  }

  .md\:first\:bag-mr-8:first-child {
    margin-right: 2rem;
  }

  .md\:first\:bag-mr-9:first-child {
    margin-right: 2.25rem;
  }

  .md\:first\:bag-mr-10:first-child {
    margin-right: 2.5rem;
  }

  .md\:first\:bag-mr-12:first-child {
    margin-right: 3rem;
  }

  .md\:first\:bag-mr-16:first-child {
    margin-right: 4rem;
  }

  .md\:first\:bag-mr-20:first-child {
    margin-right: 5rem;
  }

  .md\:first\:bag-mr-24:first-child {
    margin-right: 6rem;
  }

  .md\:first\:bag-mr-32:first-child {
    margin-right: 8rem;
  }

  .md\:first\:bag-mr-40:first-child {
    margin-right: 10rem;
  }

  .md\:first\:bag-mr-48:first-child {
    margin-right: 12rem;
  }

  .md\:first\:bag-mr-56:first-child {
    margin-right: 14rem;
  }

  .md\:first\:bag-mr-64:first-child {
    margin-right: 16rem;
  }

  .md\:first\:bag-mr-auto:first-child {
    margin-right: auto;
  }

  .md\:first\:bag-mr-px:first-child {
    margin-right: 1px;
  }

  .md\:first\:bag-mr-gutter:first-child {
    margin-right: 1.5625rem;
  }

  .md\:first\:bag-mr-gutter-full:first-child {
    margin-right: 3.125rem;
  }

  .md\:first\:bag--mr-1:first-child {
    margin-right: -0.25rem;
  }

  .md\:first\:bag--mr-2:first-child {
    margin-right: -0.5rem;
  }

  .md\:first\:bag--mr-3:first-child {
    margin-right: -0.75rem;
  }

  .md\:first\:bag--mr-4:first-child {
    margin-right: -1rem;
  }

  .md\:first\:bag--mr-5:first-child {
    margin-right: -1.25rem;
  }

  .md\:first\:bag--mr-6:first-child {
    margin-right: -1.5rem;
  }

  .md\:first\:bag--mr-8:first-child {
    margin-right: -2rem;
  }

  .md\:first\:bag--mr-9:first-child {
    margin-right: -2.25rem;
  }

  .md\:first\:bag--mr-10:first-child {
    margin-right: -2.5rem;
  }

  .md\:first\:bag--mr-12:first-child {
    margin-right: -3rem;
  }

  .md\:first\:bag--mr-16:first-child {
    margin-right: -4rem;
  }

  .md\:first\:bag--mr-20:first-child {
    margin-right: -5rem;
  }

  .md\:first\:bag--mr-24:first-child {
    margin-right: -6rem;
  }

  .md\:first\:bag--mr-32:first-child {
    margin-right: -8rem;
  }

  .md\:first\:bag--mr-40:first-child {
    margin-right: -10rem;
  }

  .md\:first\:bag--mr-48:first-child {
    margin-right: -12rem;
  }

  .md\:first\:bag--mr-56:first-child {
    margin-right: -14rem;
  }

  .md\:first\:bag--mr-64:first-child {
    margin-right: -16rem;
  }

  .md\:first\:bag--mr-px:first-child {
    margin-right: -1px;
  }

  .md\:first\:bag--mr-gutter:first-child {
    margin-right: -1.5625rem;
  }

  .md\:first\:bag--mr-gutter-full:first-child {
    margin-right: -3.125rem;
  }

  .md\:first\:bag-mb-0:first-child {
    margin-bottom: 0;
  }

  .md\:first\:bag-mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .md\:first\:bag-mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .md\:first\:bag-mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .md\:first\:bag-mb-4:first-child {
    margin-bottom: 1rem;
  }

  .md\:first\:bag-mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .md\:first\:bag-mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .md\:first\:bag-mb-8:first-child {
    margin-bottom: 2rem;
  }

  .md\:first\:bag-mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .md\:first\:bag-mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .md\:first\:bag-mb-12:first-child {
    margin-bottom: 3rem;
  }

  .md\:first\:bag-mb-16:first-child {
    margin-bottom: 4rem;
  }

  .md\:first\:bag-mb-20:first-child {
    margin-bottom: 5rem;
  }

  .md\:first\:bag-mb-24:first-child {
    margin-bottom: 6rem;
  }

  .md\:first\:bag-mb-32:first-child {
    margin-bottom: 8rem;
  }

  .md\:first\:bag-mb-40:first-child {
    margin-bottom: 10rem;
  }

  .md\:first\:bag-mb-48:first-child {
    margin-bottom: 12rem;
  }

  .md\:first\:bag-mb-56:first-child {
    margin-bottom: 14rem;
  }

  .md\:first\:bag-mb-64:first-child {
    margin-bottom: 16rem;
  }

  .md\:first\:bag-mb-auto:first-child {
    margin-bottom: auto;
  }

  .md\:first\:bag-mb-px:first-child {
    margin-bottom: 1px;
  }

  .md\:first\:bag-mb-gutter:first-child {
    margin-bottom: 1.5625rem;
  }

  .md\:first\:bag-mb-gutter-full:first-child {
    margin-bottom: 3.125rem;
  }

  .md\:first\:bag--mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .md\:first\:bag--mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .md\:first\:bag--mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .md\:first\:bag--mb-4:first-child {
    margin-bottom: -1rem;
  }

  .md\:first\:bag--mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .md\:first\:bag--mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .md\:first\:bag--mb-8:first-child {
    margin-bottom: -2rem;
  }

  .md\:first\:bag--mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .md\:first\:bag--mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .md\:first\:bag--mb-12:first-child {
    margin-bottom: -3rem;
  }

  .md\:first\:bag--mb-16:first-child {
    margin-bottom: -4rem;
  }

  .md\:first\:bag--mb-20:first-child {
    margin-bottom: -5rem;
  }

  .md\:first\:bag--mb-24:first-child {
    margin-bottom: -6rem;
  }

  .md\:first\:bag--mb-32:first-child {
    margin-bottom: -8rem;
  }

  .md\:first\:bag--mb-40:first-child {
    margin-bottom: -10rem;
  }

  .md\:first\:bag--mb-48:first-child {
    margin-bottom: -12rem;
  }

  .md\:first\:bag--mb-56:first-child {
    margin-bottom: -14rem;
  }

  .md\:first\:bag--mb-64:first-child {
    margin-bottom: -16rem;
  }

  .md\:first\:bag--mb-px:first-child {
    margin-bottom: -1px;
  }

  .md\:first\:bag--mb-gutter:first-child {
    margin-bottom: -1.5625rem;
  }

  .md\:first\:bag--mb-gutter-full:first-child {
    margin-bottom: -3.125rem;
  }

  .md\:first\:bag-ml-0:first-child {
    margin-left: 0;
  }

  .md\:first\:bag-ml-1:first-child {
    margin-left: 0.25rem;
  }

  .md\:first\:bag-ml-2:first-child {
    margin-left: 0.5rem;
  }

  .md\:first\:bag-ml-3:first-child {
    margin-left: 0.75rem;
  }

  .md\:first\:bag-ml-4:first-child {
    margin-left: 1rem;
  }

  .md\:first\:bag-ml-5:first-child {
    margin-left: 1.25rem;
  }

  .md\:first\:bag-ml-6:first-child {
    margin-left: 1.5rem;
  }

  .md\:first\:bag-ml-8:first-child {
    margin-left: 2rem;
  }

  .md\:first\:bag-ml-9:first-child {
    margin-left: 2.25rem;
  }

  .md\:first\:bag-ml-10:first-child {
    margin-left: 2.5rem;
  }

  .md\:first\:bag-ml-12:first-child {
    margin-left: 3rem;
  }

  .md\:first\:bag-ml-16:first-child {
    margin-left: 4rem;
  }

  .md\:first\:bag-ml-20:first-child {
    margin-left: 5rem;
  }

  .md\:first\:bag-ml-24:first-child {
    margin-left: 6rem;
  }

  .md\:first\:bag-ml-32:first-child {
    margin-left: 8rem;
  }

  .md\:first\:bag-ml-40:first-child {
    margin-left: 10rem;
  }

  .md\:first\:bag-ml-48:first-child {
    margin-left: 12rem;
  }

  .md\:first\:bag-ml-56:first-child {
    margin-left: 14rem;
  }

  .md\:first\:bag-ml-64:first-child {
    margin-left: 16rem;
  }

  .md\:first\:bag-ml-auto:first-child {
    margin-left: auto;
  }

  .md\:first\:bag-ml-px:first-child {
    margin-left: 1px;
  }

  .md\:first\:bag-ml-gutter:first-child {
    margin-left: 1.5625rem;
  }

  .md\:first\:bag-ml-gutter-full:first-child {
    margin-left: 3.125rem;
  }

  .md\:first\:bag--ml-1:first-child {
    margin-left: -0.25rem;
  }

  .md\:first\:bag--ml-2:first-child {
    margin-left: -0.5rem;
  }

  .md\:first\:bag--ml-3:first-child {
    margin-left: -0.75rem;
  }

  .md\:first\:bag--ml-4:first-child {
    margin-left: -1rem;
  }

  .md\:first\:bag--ml-5:first-child {
    margin-left: -1.25rem;
  }

  .md\:first\:bag--ml-6:first-child {
    margin-left: -1.5rem;
  }

  .md\:first\:bag--ml-8:first-child {
    margin-left: -2rem;
  }

  .md\:first\:bag--ml-9:first-child {
    margin-left: -2.25rem;
  }

  .md\:first\:bag--ml-10:first-child {
    margin-left: -2.5rem;
  }

  .md\:first\:bag--ml-12:first-child {
    margin-left: -3rem;
  }

  .md\:first\:bag--ml-16:first-child {
    margin-left: -4rem;
  }

  .md\:first\:bag--ml-20:first-child {
    margin-left: -5rem;
  }

  .md\:first\:bag--ml-24:first-child {
    margin-left: -6rem;
  }

  .md\:first\:bag--ml-32:first-child {
    margin-left: -8rem;
  }

  .md\:first\:bag--ml-40:first-child {
    margin-left: -10rem;
  }

  .md\:first\:bag--ml-48:first-child {
    margin-left: -12rem;
  }

  .md\:first\:bag--ml-56:first-child {
    margin-left: -14rem;
  }

  .md\:first\:bag--ml-64:first-child {
    margin-left: -16rem;
  }

  .md\:first\:bag--ml-px:first-child {
    margin-left: -1px;
  }

  .md\:first\:bag--ml-gutter:first-child {
    margin-left: -1.5625rem;
  }

  .md\:first\:bag--ml-gutter-full:first-child {
    margin-left: -3.125rem;
  }

  .md\:last\:bag-mt-0:last-child {
    margin-top: 0;
  }

  .md\:last\:bag-mt-1:last-child {
    margin-top: 0.25rem;
  }

  .md\:last\:bag-mt-2:last-child {
    margin-top: 0.5rem;
  }

  .md\:last\:bag-mt-3:last-child {
    margin-top: 0.75rem;
  }

  .md\:last\:bag-mt-4:last-child {
    margin-top: 1rem;
  }

  .md\:last\:bag-mt-5:last-child {
    margin-top: 1.25rem;
  }

  .md\:last\:bag-mt-6:last-child {
    margin-top: 1.5rem;
  }

  .md\:last\:bag-mt-8:last-child {
    margin-top: 2rem;
  }

  .md\:last\:bag-mt-9:last-child {
    margin-top: 2.25rem;
  }

  .md\:last\:bag-mt-10:last-child {
    margin-top: 2.5rem;
  }

  .md\:last\:bag-mt-12:last-child {
    margin-top: 3rem;
  }

  .md\:last\:bag-mt-16:last-child {
    margin-top: 4rem;
  }

  .md\:last\:bag-mt-20:last-child {
    margin-top: 5rem;
  }

  .md\:last\:bag-mt-24:last-child {
    margin-top: 6rem;
  }

  .md\:last\:bag-mt-32:last-child {
    margin-top: 8rem;
  }

  .md\:last\:bag-mt-40:last-child {
    margin-top: 10rem;
  }

  .md\:last\:bag-mt-48:last-child {
    margin-top: 12rem;
  }

  .md\:last\:bag-mt-56:last-child {
    margin-top: 14rem;
  }

  .md\:last\:bag-mt-64:last-child {
    margin-top: 16rem;
  }

  .md\:last\:bag-mt-auto:last-child {
    margin-top: auto;
  }

  .md\:last\:bag-mt-px:last-child {
    margin-top: 1px;
  }

  .md\:last\:bag-mt-gutter:last-child {
    margin-top: 1.5625rem;
  }

  .md\:last\:bag-mt-gutter-full:last-child {
    margin-top: 3.125rem;
  }

  .md\:last\:bag--mt-1:last-child {
    margin-top: -0.25rem;
  }

  .md\:last\:bag--mt-2:last-child {
    margin-top: -0.5rem;
  }

  .md\:last\:bag--mt-3:last-child {
    margin-top: -0.75rem;
  }

  .md\:last\:bag--mt-4:last-child {
    margin-top: -1rem;
  }

  .md\:last\:bag--mt-5:last-child {
    margin-top: -1.25rem;
  }

  .md\:last\:bag--mt-6:last-child {
    margin-top: -1.5rem;
  }

  .md\:last\:bag--mt-8:last-child {
    margin-top: -2rem;
  }

  .md\:last\:bag--mt-9:last-child {
    margin-top: -2.25rem;
  }

  .md\:last\:bag--mt-10:last-child {
    margin-top: -2.5rem;
  }

  .md\:last\:bag--mt-12:last-child {
    margin-top: -3rem;
  }

  .md\:last\:bag--mt-16:last-child {
    margin-top: -4rem;
  }

  .md\:last\:bag--mt-20:last-child {
    margin-top: -5rem;
  }

  .md\:last\:bag--mt-24:last-child {
    margin-top: -6rem;
  }

  .md\:last\:bag--mt-32:last-child {
    margin-top: -8rem;
  }

  .md\:last\:bag--mt-40:last-child {
    margin-top: -10rem;
  }

  .md\:last\:bag--mt-48:last-child {
    margin-top: -12rem;
  }

  .md\:last\:bag--mt-56:last-child {
    margin-top: -14rem;
  }

  .md\:last\:bag--mt-64:last-child {
    margin-top: -16rem;
  }

  .md\:last\:bag--mt-px:last-child {
    margin-top: -1px;
  }

  .md\:last\:bag--mt-gutter:last-child {
    margin-top: -1.5625rem;
  }

  .md\:last\:bag--mt-gutter-full:last-child {
    margin-top: -3.125rem;
  }

  .md\:last\:bag-mr-0:last-child {
    margin-right: 0;
  }

  .md\:last\:bag-mr-1:last-child {
    margin-right: 0.25rem;
  }

  .md\:last\:bag-mr-2:last-child {
    margin-right: 0.5rem;
  }

  .md\:last\:bag-mr-3:last-child {
    margin-right: 0.75rem;
  }

  .md\:last\:bag-mr-4:last-child {
    margin-right: 1rem;
  }

  .md\:last\:bag-mr-5:last-child {
    margin-right: 1.25rem;
  }

  .md\:last\:bag-mr-6:last-child {
    margin-right: 1.5rem;
  }

  .md\:last\:bag-mr-8:last-child {
    margin-right: 2rem;
  }

  .md\:last\:bag-mr-9:last-child {
    margin-right: 2.25rem;
  }

  .md\:last\:bag-mr-10:last-child {
    margin-right: 2.5rem;
  }

  .md\:last\:bag-mr-12:last-child {
    margin-right: 3rem;
  }

  .md\:last\:bag-mr-16:last-child {
    margin-right: 4rem;
  }

  .md\:last\:bag-mr-20:last-child {
    margin-right: 5rem;
  }

  .md\:last\:bag-mr-24:last-child {
    margin-right: 6rem;
  }

  .md\:last\:bag-mr-32:last-child {
    margin-right: 8rem;
  }

  .md\:last\:bag-mr-40:last-child {
    margin-right: 10rem;
  }

  .md\:last\:bag-mr-48:last-child {
    margin-right: 12rem;
  }

  .md\:last\:bag-mr-56:last-child {
    margin-right: 14rem;
  }

  .md\:last\:bag-mr-64:last-child {
    margin-right: 16rem;
  }

  .md\:last\:bag-mr-auto:last-child {
    margin-right: auto;
  }

  .md\:last\:bag-mr-px:last-child {
    margin-right: 1px;
  }

  .md\:last\:bag-mr-gutter:last-child {
    margin-right: 1.5625rem;
  }

  .md\:last\:bag-mr-gutter-full:last-child {
    margin-right: 3.125rem;
  }

  .md\:last\:bag--mr-1:last-child {
    margin-right: -0.25rem;
  }

  .md\:last\:bag--mr-2:last-child {
    margin-right: -0.5rem;
  }

  .md\:last\:bag--mr-3:last-child {
    margin-right: -0.75rem;
  }

  .md\:last\:bag--mr-4:last-child {
    margin-right: -1rem;
  }

  .md\:last\:bag--mr-5:last-child {
    margin-right: -1.25rem;
  }

  .md\:last\:bag--mr-6:last-child {
    margin-right: -1.5rem;
  }

  .md\:last\:bag--mr-8:last-child {
    margin-right: -2rem;
  }

  .md\:last\:bag--mr-9:last-child {
    margin-right: -2.25rem;
  }

  .md\:last\:bag--mr-10:last-child {
    margin-right: -2.5rem;
  }

  .md\:last\:bag--mr-12:last-child {
    margin-right: -3rem;
  }

  .md\:last\:bag--mr-16:last-child {
    margin-right: -4rem;
  }

  .md\:last\:bag--mr-20:last-child {
    margin-right: -5rem;
  }

  .md\:last\:bag--mr-24:last-child {
    margin-right: -6rem;
  }

  .md\:last\:bag--mr-32:last-child {
    margin-right: -8rem;
  }

  .md\:last\:bag--mr-40:last-child {
    margin-right: -10rem;
  }

  .md\:last\:bag--mr-48:last-child {
    margin-right: -12rem;
  }

  .md\:last\:bag--mr-56:last-child {
    margin-right: -14rem;
  }

  .md\:last\:bag--mr-64:last-child {
    margin-right: -16rem;
  }

  .md\:last\:bag--mr-px:last-child {
    margin-right: -1px;
  }

  .md\:last\:bag--mr-gutter:last-child {
    margin-right: -1.5625rem;
  }

  .md\:last\:bag--mr-gutter-full:last-child {
    margin-right: -3.125rem;
  }

  .md\:last\:bag-mb-0:last-child {
    margin-bottom: 0;
  }

  .md\:last\:bag-mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .md\:last\:bag-mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .md\:last\:bag-mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .md\:last\:bag-mb-4:last-child {
    margin-bottom: 1rem;
  }

  .md\:last\:bag-mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .md\:last\:bag-mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .md\:last\:bag-mb-8:last-child {
    margin-bottom: 2rem;
  }

  .md\:last\:bag-mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .md\:last\:bag-mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .md\:last\:bag-mb-12:last-child {
    margin-bottom: 3rem;
  }

  .md\:last\:bag-mb-16:last-child {
    margin-bottom: 4rem;
  }

  .md\:last\:bag-mb-20:last-child {
    margin-bottom: 5rem;
  }

  .md\:last\:bag-mb-24:last-child {
    margin-bottom: 6rem;
  }

  .md\:last\:bag-mb-32:last-child {
    margin-bottom: 8rem;
  }

  .md\:last\:bag-mb-40:last-child {
    margin-bottom: 10rem;
  }

  .md\:last\:bag-mb-48:last-child {
    margin-bottom: 12rem;
  }

  .md\:last\:bag-mb-56:last-child {
    margin-bottom: 14rem;
  }

  .md\:last\:bag-mb-64:last-child {
    margin-bottom: 16rem;
  }

  .md\:last\:bag-mb-auto:last-child {
    margin-bottom: auto;
  }

  .md\:last\:bag-mb-px:last-child {
    margin-bottom: 1px;
  }

  .md\:last\:bag-mb-gutter:last-child {
    margin-bottom: 1.5625rem;
  }

  .md\:last\:bag-mb-gutter-full:last-child {
    margin-bottom: 3.125rem;
  }

  .md\:last\:bag--mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .md\:last\:bag--mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .md\:last\:bag--mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .md\:last\:bag--mb-4:last-child {
    margin-bottom: -1rem;
  }

  .md\:last\:bag--mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .md\:last\:bag--mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .md\:last\:bag--mb-8:last-child {
    margin-bottom: -2rem;
  }

  .md\:last\:bag--mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .md\:last\:bag--mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .md\:last\:bag--mb-12:last-child {
    margin-bottom: -3rem;
  }

  .md\:last\:bag--mb-16:last-child {
    margin-bottom: -4rem;
  }

  .md\:last\:bag--mb-20:last-child {
    margin-bottom: -5rem;
  }

  .md\:last\:bag--mb-24:last-child {
    margin-bottom: -6rem;
  }

  .md\:last\:bag--mb-32:last-child {
    margin-bottom: -8rem;
  }

  .md\:last\:bag--mb-40:last-child {
    margin-bottom: -10rem;
  }

  .md\:last\:bag--mb-48:last-child {
    margin-bottom: -12rem;
  }

  .md\:last\:bag--mb-56:last-child {
    margin-bottom: -14rem;
  }

  .md\:last\:bag--mb-64:last-child {
    margin-bottom: -16rem;
  }

  .md\:last\:bag--mb-px:last-child {
    margin-bottom: -1px;
  }

  .md\:last\:bag--mb-gutter:last-child {
    margin-bottom: -1.5625rem;
  }

  .md\:last\:bag--mb-gutter-full:last-child {
    margin-bottom: -3.125rem;
  }

  .md\:last\:bag-ml-0:last-child {
    margin-left: 0;
  }

  .md\:last\:bag-ml-1:last-child {
    margin-left: 0.25rem;
  }

  .md\:last\:bag-ml-2:last-child {
    margin-left: 0.5rem;
  }

  .md\:last\:bag-ml-3:last-child {
    margin-left: 0.75rem;
  }

  .md\:last\:bag-ml-4:last-child {
    margin-left: 1rem;
  }

  .md\:last\:bag-ml-5:last-child {
    margin-left: 1.25rem;
  }

  .md\:last\:bag-ml-6:last-child {
    margin-left: 1.5rem;
  }

  .md\:last\:bag-ml-8:last-child {
    margin-left: 2rem;
  }

  .md\:last\:bag-ml-9:last-child {
    margin-left: 2.25rem;
  }

  .md\:last\:bag-ml-10:last-child {
    margin-left: 2.5rem;
  }

  .md\:last\:bag-ml-12:last-child {
    margin-left: 3rem;
  }

  .md\:last\:bag-ml-16:last-child {
    margin-left: 4rem;
  }

  .md\:last\:bag-ml-20:last-child {
    margin-left: 5rem;
  }

  .md\:last\:bag-ml-24:last-child {
    margin-left: 6rem;
  }

  .md\:last\:bag-ml-32:last-child {
    margin-left: 8rem;
  }

  .md\:last\:bag-ml-40:last-child {
    margin-left: 10rem;
  }

  .md\:last\:bag-ml-48:last-child {
    margin-left: 12rem;
  }

  .md\:last\:bag-ml-56:last-child {
    margin-left: 14rem;
  }

  .md\:last\:bag-ml-64:last-child {
    margin-left: 16rem;
  }

  .md\:last\:bag-ml-auto:last-child {
    margin-left: auto;
  }

  .md\:last\:bag-ml-px:last-child {
    margin-left: 1px;
  }

  .md\:last\:bag-ml-gutter:last-child {
    margin-left: 1.5625rem;
  }

  .md\:last\:bag-ml-gutter-full:last-child {
    margin-left: 3.125rem;
  }

  .md\:last\:bag--ml-1:last-child {
    margin-left: -0.25rem;
  }

  .md\:last\:bag--ml-2:last-child {
    margin-left: -0.5rem;
  }

  .md\:last\:bag--ml-3:last-child {
    margin-left: -0.75rem;
  }

  .md\:last\:bag--ml-4:last-child {
    margin-left: -1rem;
  }

  .md\:last\:bag--ml-5:last-child {
    margin-left: -1.25rem;
  }

  .md\:last\:bag--ml-6:last-child {
    margin-left: -1.5rem;
  }

  .md\:last\:bag--ml-8:last-child {
    margin-left: -2rem;
  }

  .md\:last\:bag--ml-9:last-child {
    margin-left: -2.25rem;
  }

  .md\:last\:bag--ml-10:last-child {
    margin-left: -2.5rem;
  }

  .md\:last\:bag--ml-12:last-child {
    margin-left: -3rem;
  }

  .md\:last\:bag--ml-16:last-child {
    margin-left: -4rem;
  }

  .md\:last\:bag--ml-20:last-child {
    margin-left: -5rem;
  }

  .md\:last\:bag--ml-24:last-child {
    margin-left: -6rem;
  }

  .md\:last\:bag--ml-32:last-child {
    margin-left: -8rem;
  }

  .md\:last\:bag--ml-40:last-child {
    margin-left: -10rem;
  }

  .md\:last\:bag--ml-48:last-child {
    margin-left: -12rem;
  }

  .md\:last\:bag--ml-56:last-child {
    margin-left: -14rem;
  }

  .md\:last\:bag--ml-64:last-child {
    margin-left: -16rem;
  }

  .md\:last\:bag--ml-px:last-child {
    margin-left: -1px;
  }

  .md\:last\:bag--ml-gutter:last-child {
    margin-left: -1.5625rem;
  }

  .md\:last\:bag--ml-gutter-full:last-child {
    margin-left: -3.125rem;
  }

  .md\:bag-box-border {
    box-sizing: border-box;
  }

  .md\:bag-box-content {
    box-sizing: content-box;
  }

  .md\:bag-block {
    display: block;
  }

  .md\:bag-inline-block {
    display: inline-block;
  }

  .md\:bag-inline {
    display: inline;
  }

  .md\:bag-flex {
    display: flex;
  }

  .md\:bag-inline-flex {
    display: inline-flex;
  }

  .md\:bag-table {
    display: table;
  }

  .md\:bag-inline-table {
    display: inline-table;
  }

  .md\:bag-table-caption {
    display: table-caption;
  }

  .md\:bag-table-cell {
    display: table-cell;
  }

  .md\:bag-table-column {
    display: table-column;
  }

  .md\:bag-table-column-group {
    display: table-column-group;
  }

  .md\:bag-table-footer-group {
    display: table-footer-group;
  }

  .md\:bag-table-header-group {
    display: table-header-group;
  }

  .md\:bag-table-row-group {
    display: table-row-group;
  }

  .md\:bag-table-row {
    display: table-row;
  }

  .md\:bag-flow-root {
    display: flow-root;
  }

  .md\:bag-grid {
    display: grid;
  }

  .md\:bag-inline-grid {
    display: inline-grid;
  }

  .md\:bag-contents {
    display: contents;
  }

  .md\:bag-list-item {
    display: list-item;
  }

  .md\:bag-hidden {
    display: none;
  }

  .md\:bag-h-0 {
    height: 0;
  }

  .md\:bag-h-1 {
    height: 0.25rem;
  }

  .md\:bag-h-2 {
    height: 0.5rem;
  }

  .md\:bag-h-3 {
    height: 0.75rem;
  }

  .md\:bag-h-4 {
    height: 1rem;
  }

  .md\:bag-h-5 {
    height: 1.25rem;
  }

  .md\:bag-h-6 {
    height: 1.5rem;
  }

  .md\:bag-h-8 {
    height: 2rem;
  }

  .md\:bag-h-9 {
    height: 2.25rem;
  }

  .md\:bag-h-10 {
    height: 2.5rem;
  }

  .md\:bag-h-12 {
    height: 3rem;
  }

  .md\:bag-h-16 {
    height: 4rem;
  }

  .md\:bag-h-20 {
    height: 5rem;
  }

  .md\:bag-h-24 {
    height: 6rem;
  }

  .md\:bag-h-32 {
    height: 8rem;
  }

  .md\:bag-h-40 {
    height: 10rem;
  }

  .md\:bag-h-48 {
    height: 12rem;
  }

  .md\:bag-h-56 {
    height: 14rem;
  }

  .md\:bag-h-64 {
    height: 16rem;
  }

  .md\:bag-h-auto {
    height: auto;
  }

  .md\:bag-h-px {
    height: 1px;
  }

  .md\:bag-h-gutter {
    height: 1.5625rem;
  }

  .md\:bag-h-gutter-full {
    height: 3.125rem;
  }

  .md\:bag-h-1\/2 {
    height: 50%;
  }

  .md\:bag-h-full {
    height: 100%;
  }

  .md\:bag-h-screen {
    height: 100vh;
  }

  .md\:bag-max-h-0 {
    max-height: 0;
  }

  .md\:bag-max-h-1 {
    max-height: 0.25rem;
  }

  .md\:bag-max-h-2 {
    max-height: 0.5rem;
  }

  .md\:bag-max-h-3 {
    max-height: 0.75rem;
  }

  .md\:bag-max-h-4 {
    max-height: 1rem;
  }

  .md\:bag-max-h-5 {
    max-height: 1.25rem;
  }

  .md\:bag-max-h-6 {
    max-height: 1.5rem;
  }

  .md\:bag-max-h-8 {
    max-height: 2rem;
  }

  .md\:bag-max-h-9 {
    max-height: 2.25rem;
  }

  .md\:bag-max-h-10 {
    max-height: 2.5rem;
  }

  .md\:bag-max-h-12 {
    max-height: 3rem;
  }

  .md\:bag-max-h-16 {
    max-height: 4rem;
  }

  .md\:bag-max-h-20 {
    max-height: 5rem;
  }

  .md\:bag-max-h-24 {
    max-height: 6rem;
  }

  .md\:bag-max-h-32 {
    max-height: 8rem;
  }

  .md\:bag-max-h-40 {
    max-height: 10rem;
  }

  .md\:bag-max-h-48 {
    max-height: 12rem;
  }

  .md\:bag-max-h-56 {
    max-height: 14rem;
  }

  .md\:bag-max-h-64 {
    max-height: 16rem;
  }

  .md\:bag-max-h-px {
    max-height: 1px;
  }

  .md\:bag-max-h-gutter {
    max-height: 1.5625rem;
  }

  .md\:bag-max-h-gutter-full {
    max-height: 3.125rem;
  }

  .md\:bag-max-h-full {
    max-height: 100%;
  }

  .md\:bag-max-h-screen {
    max-height: 100vh;
  }

  .md\:bag-min-h-0 {
    min-height: 0;
  }

  .md\:bag-min-h-full {
    min-height: 100%;
  }

  .md\:bag-min-h-screen {
    min-height: 100vh;
  }

  .md\:bag-w-0 {
    width: 0;
  }

  .md\:bag-w-1 {
    width: 0.25rem;
  }

  .md\:bag-w-2 {
    width: 0.5rem;
  }

  .md\:bag-w-3 {
    width: 0.75rem;
  }

  .md\:bag-w-4 {
    width: 1rem;
  }

  .md\:bag-w-5 {
    width: 1.25rem;
  }

  .md\:bag-w-6 {
    width: 1.5rem;
  }

  .md\:bag-w-8 {
    width: 2rem;
  }

  .md\:bag-w-9 {
    width: 2.25rem;
  }

  .md\:bag-w-10 {
    width: 2.5rem;
  }

  .md\:bag-w-12 {
    width: 3rem;
  }

  .md\:bag-w-16 {
    width: 4rem;
  }

  .md\:bag-w-20 {
    width: 5rem;
  }

  .md\:bag-w-24 {
    width: 6rem;
  }

  .md\:bag-w-32 {
    width: 8rem;
  }

  .md\:bag-w-40 {
    width: 10rem;
  }

  .md\:bag-w-48 {
    width: 12rem;
  }

  .md\:bag-w-56 {
    width: 14rem;
  }

  .md\:bag-w-64 {
    width: 16rem;
  }

  .md\:bag-w-auto {
    width: auto;
  }

  .md\:bag-w-px {
    width: 1px;
  }

  .md\:bag-w-gutter {
    width: 1.5625rem;
  }

  .md\:bag-w-gutter-full {
    width: 3.125rem;
  }

  .md\:bag-w-1\/2 {
    width: 50%;
  }

  .md\:bag-w-1\/3 {
    width: 33.333333%;
  }

  .md\:bag-w-2\/3 {
    width: 66.666667%;
  }

  .md\:bag-w-1\/4 {
    width: 25%;
  }

  .md\:bag-w-2\/4 {
    width: 50%;
  }

  .md\:bag-w-3\/4 {
    width: 75%;
  }

  .md\:bag-w-1\/5 {
    width: 20%;
  }

  .md\:bag-w-2\/5 {
    width: 40%;
  }

  .md\:bag-w-3\/5 {
    width: 60%;
  }

  .md\:bag-w-4\/5 {
    width: 80%;
  }

  .md\:bag-w-1\/6 {
    width: 16.666667%;
  }

  .md\:bag-w-2\/6 {
    width: 33.333333%;
  }

  .md\:bag-w-3\/6 {
    width: 50%;
  }

  .md\:bag-w-4\/6 {
    width: 66.666667%;
  }

  .md\:bag-w-5\/6 {
    width: 83.333333%;
  }

  .md\:bag-w-1\/12 {
    width: 8.333333%;
  }

  .md\:bag-w-2\/12 {
    width: 16.666667%;
  }

  .md\:bag-w-3\/12 {
    width: 25%;
  }

  .md\:bag-w-4\/12 {
    width: 33.333333%;
  }

  .md\:bag-w-5\/12 {
    width: 41.666667%;
  }

  .md\:bag-w-6\/12 {
    width: 50%;
  }

  .md\:bag-w-7\/12 {
    width: 58.333333%;
  }

  .md\:bag-w-8\/12 {
    width: 66.666667%;
  }

  .md\:bag-w-9\/12 {
    width: 75%;
  }

  .md\:bag-w-10\/12 {
    width: 83.333333%;
  }

  .md\:bag-w-11\/12 {
    width: 91.666667%;
  }

  .md\:bag-w-full {
    width: 100%;
  }

  .md\:bag-w-screen {
    width: 100vw;
  }

  .md\:bag-min-w-0 {
    min-width: 0;
  }

  .md\:bag-min-w-full {
    min-width: 100%;
  }

  .md\:bag-max-w-0 {
    max-width: 0rem;
  }

  .md\:bag-max-w-none {
    max-width: none;
  }

  .md\:bag-max-w-xs {
    max-width: 20rem;
  }

  .md\:bag-max-w-sm {
    max-width: 24rem;
  }

  .md\:bag-max-w-md {
    max-width: 28rem;
  }

  .md\:bag-max-w-lg {
    max-width: 32rem;
  }

  .md\:bag-max-w-xl {
    max-width: 36rem;
  }

  .md\:bag-max-w-2xl {
    max-width: 42rem;
  }

  .md\:bag-max-w-3xl {
    max-width: 48rem;
  }

  .md\:bag-max-w-4xl {
    max-width: 56rem;
  }

  .md\:bag-max-w-5xl {
    max-width: 64rem;
  }

  .md\:bag-max-w-6xl {
    max-width: 72rem;
  }

  .md\:bag-max-w-7xl {
    max-width: 80rem;
  }

  .md\:bag-max-w-full {
    max-width: 100%;
  }

  .md\:bag-max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:bag-max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:bag-max-w-prose {
    max-width: 65ch;
  }

  .md\:bag-max-w-screen-sm {
    max-width: 640px;
  }

  .md\:bag-max-w-screen-md {
    max-width: 768px;
  }

  .md\:bag-max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:bag-max-w-screen-xl {
    max-width: 1270px;
  }

  .md\:bag-flex-1 {
    flex: 1 1 0%;
  }

  .md\:bag-flex-auto {
    flex: 1 1 auto;
  }

  .md\:bag-flex-initial {
    flex: 0 1 auto;
  }

  .md\:bag-flex-none {
    flex: none;
  }

  .md\:bag-flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:bag-flex-shrink {
    flex-shrink: 1;
  }

  .md\:bag-flex-grow-0 {
    flex-grow: 0;
  }

  .md\:bag-flex-grow {
    flex-grow: 1;
  }

  .md\:bag-table-auto {
    table-layout: auto;
  }

  .md\:bag-table-fixed {
    table-layout: fixed;
  }

  .md\:bag-border-collapse {
    border-collapse: collapse;
  }

  .md\:bag-border-separate {
    border-collapse: separate;
  }

  .md\:bag-origin-center {
    transform-origin: center;
  }

  .md\:bag-origin-top {
    transform-origin: top;
  }

  .md\:bag-origin-top-right {
    transform-origin: top right;
  }

  .md\:bag-origin-right {
    transform-origin: right;
  }

  .md\:bag-origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:bag-origin-bottom {
    transform-origin: bottom;
  }

  .md\:bag-origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:bag-origin-left {
    transform-origin: left;
  }

  .md\:bag-origin-top-left {
    transform-origin: top left;
  }

  .md\:bag-transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:bag-transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:bag-transform-none {
    transform: none;
  }

  .md\:bag-translate-x-0 {
    --tw-translate-x: 0;
  }

  .md\:bag-translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md\:bag-translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md\:bag-translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md\:bag-translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md\:bag-translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .md\:bag-translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md\:bag-translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md\:bag-translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md\:bag-translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .md\:bag-translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md\:bag-translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .md\:bag-translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .md\:bag-translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .md\:bag-translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md\:bag-translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md\:bag-translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .md\:bag-translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .md\:bag-translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .md\:bag-translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:bag-translate-x-gutter {
    --tw-translate-x: 1.5625rem;
  }

  .md\:bag-translate-x-gutter-full {
    --tw-translate-x: 3.125rem;
  }

  .md\:bag--translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .md\:bag--translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .md\:bag--translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .md\:bag--translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .md\:bag--translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .md\:bag--translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .md\:bag--translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .md\:bag--translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .md\:bag--translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .md\:bag--translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .md\:bag--translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .md\:bag--translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .md\:bag--translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .md\:bag--translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md\:bag--translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md\:bag--translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .md\:bag--translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .md\:bag--translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .md\:bag--translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:bag--translate-x-gutter {
    --tw-translate-x: -1.5625rem;
  }

  .md\:bag--translate-x-gutter-full {
    --tw-translate-x: -3.125rem;
  }

  .md\:bag-translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md\:bag-translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .md\:bag-translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .md\:bag-translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .md\:bag-translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .md\:bag-translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .md\:bag-translate-x-full {
    --tw-translate-x: 100%;
  }

  .md\:bag--translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .md\:bag--translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .md\:bag--translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .md\:bag--translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .md\:bag--translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .md\:bag--translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .md\:bag--translate-x-full {
    --tw-translate-x: -100%;
  }

  .md\:bag-translate-y-0 {
    --tw-translate-y: 0;
  }

  .md\:bag-translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .md\:bag-translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .md\:bag-translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .md\:bag-translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .md\:bag-translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .md\:bag-translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .md\:bag-translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .md\:bag-translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .md\:bag-translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .md\:bag-translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .md\:bag-translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .md\:bag-translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .md\:bag-translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .md\:bag-translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md\:bag-translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md\:bag-translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .md\:bag-translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .md\:bag-translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .md\:bag-translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:bag-translate-y-gutter {
    --tw-translate-y: 1.5625rem;
  }

  .md\:bag-translate-y-gutter-full {
    --tw-translate-y: 3.125rem;
  }

  .md\:bag--translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .md\:bag--translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .md\:bag--translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .md\:bag--translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .md\:bag--translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .md\:bag--translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .md\:bag--translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .md\:bag--translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .md\:bag--translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .md\:bag--translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .md\:bag--translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .md\:bag--translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .md\:bag--translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .md\:bag--translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md\:bag--translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md\:bag--translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .md\:bag--translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .md\:bag--translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .md\:bag--translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:bag--translate-y-gutter {
    --tw-translate-y: -1.5625rem;
  }

  .md\:bag--translate-y-gutter-full {
    --tw-translate-y: -3.125rem;
  }

  .md\:bag-translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .md\:bag-translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .md\:bag-translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .md\:bag-translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .md\:bag-translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .md\:bag-translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .md\:bag-translate-y-full {
    --tw-translate-y: 100%;
  }

  .md\:bag--translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .md\:bag--translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md\:bag--translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md\:bag--translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md\:bag--translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md\:bag--translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md\:bag--translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:hover\:bag-translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .md\:hover\:bag-translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:bag-translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:bag-translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:bag-translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md\:hover\:bag-translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:bag-translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:bag-translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md\:hover\:bag-translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:bag-translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:bag-translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md\:hover\:bag-translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .md\:hover\:bag-translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .md\:hover\:bag-translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .md\:hover\:bag-translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md\:hover\:bag-translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md\:hover\:bag-translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .md\:hover\:bag-translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .md\:hover\:bag-translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .md\:hover\:bag-translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:bag-translate-x-gutter:hover {
    --tw-translate-x: 1.5625rem;
  }

  .md\:hover\:bag-translate-x-gutter-full:hover {
    --tw-translate-x: 3.125rem;
  }

  .md\:hover\:bag--translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:bag--translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:bag--translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:bag--translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .md\:hover\:bag--translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:bag--translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:bag--translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .md\:hover\:bag--translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:bag--translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:bag--translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .md\:hover\:bag--translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .md\:hover\:bag--translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .md\:hover\:bag--translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .md\:hover\:bag--translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md\:hover\:bag--translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md\:hover\:bag--translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .md\:hover\:bag--translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .md\:hover\:bag--translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .md\:hover\:bag--translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:bag--translate-x-gutter:hover {
    --tw-translate-x: -1.5625rem;
  }

  .md\:hover\:bag--translate-x-gutter-full:hover {
    --tw-translate-x: -3.125rem;
  }

  .md\:hover\:bag-translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:bag-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:bag-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:bag-translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:bag-translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:bag-translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:bag-translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:bag--translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:bag--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:bag--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:bag--translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:bag--translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:bag--translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:bag--translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:bag-translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .md\:hover\:bag-translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:bag-translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:bag-translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:bag-translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .md\:hover\:bag-translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:bag-translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:bag-translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .md\:hover\:bag-translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:bag-translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:bag-translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .md\:hover\:bag-translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .md\:hover\:bag-translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .md\:hover\:bag-translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .md\:hover\:bag-translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md\:hover\:bag-translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md\:hover\:bag-translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .md\:hover\:bag-translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .md\:hover\:bag-translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .md\:hover\:bag-translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:bag-translate-y-gutter:hover {
    --tw-translate-y: 1.5625rem;
  }

  .md\:hover\:bag-translate-y-gutter-full:hover {
    --tw-translate-y: 3.125rem;
  }

  .md\:hover\:bag--translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:bag--translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:bag--translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:bag--translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .md\:hover\:bag--translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:bag--translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:bag--translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .md\:hover\:bag--translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:bag--translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:bag--translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .md\:hover\:bag--translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .md\:hover\:bag--translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .md\:hover\:bag--translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .md\:hover\:bag--translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md\:hover\:bag--translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md\:hover\:bag--translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .md\:hover\:bag--translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .md\:hover\:bag--translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .md\:hover\:bag--translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:bag--translate-y-gutter:hover {
    --tw-translate-y: -1.5625rem;
  }

  .md\:hover\:bag--translate-y-gutter-full:hover {
    --tw-translate-y: -3.125rem;
  }

  .md\:hover\:bag-translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:bag-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:bag-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:bag-translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:bag-translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:bag-translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:bag-translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:bag--translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:bag--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:bag--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:bag--translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:bag--translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:bag--translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:bag--translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .md\:focus\:bag-translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .md\:focus\:bag-translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:bag-translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:bag-translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:bag-translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .md\:focus\:bag-translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:bag-translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:bag-translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .md\:focus\:bag-translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:bag-translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:bag-translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .md\:focus\:bag-translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .md\:focus\:bag-translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .md\:focus\:bag-translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .md\:focus\:bag-translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md\:focus\:bag-translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md\:focus\:bag-translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .md\:focus\:bag-translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .md\:focus\:bag-translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .md\:focus\:bag-translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:bag-translate-x-gutter:focus {
    --tw-translate-x: 1.5625rem;
  }

  .md\:focus\:bag-translate-x-gutter-full:focus {
    --tw-translate-x: 3.125rem;
  }

  .md\:focus\:bag--translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:bag--translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:bag--translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:bag--translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .md\:focus\:bag--translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:bag--translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:bag--translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .md\:focus\:bag--translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:bag--translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:bag--translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .md\:focus\:bag--translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .md\:focus\:bag--translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .md\:focus\:bag--translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .md\:focus\:bag--translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md\:focus\:bag--translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md\:focus\:bag--translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .md\:focus\:bag--translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .md\:focus\:bag--translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .md\:focus\:bag--translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:bag--translate-x-gutter:focus {
    --tw-translate-x: -1.5625rem;
  }

  .md\:focus\:bag--translate-x-gutter-full:focus {
    --tw-translate-x: -3.125rem;
  }

  .md\:focus\:bag-translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:bag-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:bag-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:bag-translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:bag-translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:bag-translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:bag-translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:bag--translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:bag--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:bag--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:bag--translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:bag--translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:bag--translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:bag--translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:bag-translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .md\:focus\:bag-translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:bag-translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:bag-translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:bag-translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .md\:focus\:bag-translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:bag-translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:bag-translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .md\:focus\:bag-translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:bag-translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:bag-translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .md\:focus\:bag-translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .md\:focus\:bag-translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .md\:focus\:bag-translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .md\:focus\:bag-translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md\:focus\:bag-translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md\:focus\:bag-translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .md\:focus\:bag-translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .md\:focus\:bag-translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .md\:focus\:bag-translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:bag-translate-y-gutter:focus {
    --tw-translate-y: 1.5625rem;
  }

  .md\:focus\:bag-translate-y-gutter-full:focus {
    --tw-translate-y: 3.125rem;
  }

  .md\:focus\:bag--translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:bag--translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:bag--translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:bag--translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .md\:focus\:bag--translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:bag--translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:bag--translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .md\:focus\:bag--translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:bag--translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:bag--translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .md\:focus\:bag--translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .md\:focus\:bag--translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .md\:focus\:bag--translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .md\:focus\:bag--translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md\:focus\:bag--translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md\:focus\:bag--translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .md\:focus\:bag--translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .md\:focus\:bag--translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .md\:focus\:bag--translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:bag--translate-y-gutter:focus {
    --tw-translate-y: -1.5625rem;
  }

  .md\:focus\:bag--translate-y-gutter-full:focus {
    --tw-translate-y: -3.125rem;
  }

  .md\:focus\:bag-translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:bag-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:bag-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:bag-translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:bag-translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:bag-translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .md\:focus\:bag-translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .md\:focus\:bag--translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:bag--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:bag--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:bag--translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:bag--translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:bag--translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:bag--translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .md\:bag-rotate-0 {
    --tw-rotate: 0deg;
  }

  .md\:bag-rotate-1 {
    --tw-rotate: 1deg;
  }

  .md\:bag-rotate-2 {
    --tw-rotate: 2deg;
  }

  .md\:bag-rotate-3 {
    --tw-rotate: 3deg;
  }

  .md\:bag-rotate-6 {
    --tw-rotate: 6deg;
  }

  .md\:bag-rotate-12 {
    --tw-rotate: 12deg;
  }

  .md\:bag-rotate-45 {
    --tw-rotate: 45deg;
  }

  .md\:bag-rotate-90 {
    --tw-rotate: 90deg;
  }

  .md\:bag-rotate-180 {
    --tw-rotate: 180deg;
  }

  .md\:bag--rotate-180 {
    --tw-rotate: -180deg;
  }

  .md\:bag--rotate-90 {
    --tw-rotate: -90deg;
  }

  .md\:bag--rotate-45 {
    --tw-rotate: -45deg;
  }

  .md\:bag--rotate-12 {
    --tw-rotate: -12deg;
  }

  .md\:bag--rotate-6 {
    --tw-rotate: -6deg;
  }

  .md\:bag--rotate-3 {
    --tw-rotate: -3deg;
  }

  .md\:bag--rotate-2 {
    --tw-rotate: -2deg;
  }

  .md\:bag--rotate-1 {
    --tw-rotate: -1deg;
  }

  .md\:hover\:bag-rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .md\:hover\:bag-rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .md\:hover\:bag-rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .md\:hover\:bag-rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .md\:hover\:bag-rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .md\:hover\:bag-rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .md\:hover\:bag-rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .md\:hover\:bag-rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .md\:hover\:bag-rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .md\:hover\:bag--rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .md\:hover\:bag--rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .md\:hover\:bag--rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .md\:hover\:bag--rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .md\:hover\:bag--rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .md\:hover\:bag--rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .md\:hover\:bag--rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .md\:hover\:bag--rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .md\:focus\:bag-rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .md\:focus\:bag-rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .md\:focus\:bag-rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .md\:focus\:bag-rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .md\:focus\:bag-rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .md\:focus\:bag-rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .md\:focus\:bag-rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .md\:focus\:bag-rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .md\:focus\:bag-rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .md\:focus\:bag--rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .md\:focus\:bag--rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .md\:focus\:bag--rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .md\:focus\:bag--rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .md\:focus\:bag--rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .md\:focus\:bag--rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .md\:focus\:bag--rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .md\:focus\:bag--rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .md\:bag-skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .md\:bag-skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .md\:bag-skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .md\:bag-skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .md\:bag-skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .md\:bag-skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .md\:bag--skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .md\:bag--skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .md\:bag--skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .md\:bag--skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .md\:bag--skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .md\:bag-skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .md\:bag-skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .md\:bag-skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .md\:bag-skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .md\:bag-skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .md\:bag-skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .md\:bag--skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .md\:bag--skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .md\:bag--skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .md\:bag--skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .md\:bag--skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md\:hover\:bag-skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .md\:hover\:bag-skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .md\:hover\:bag-skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .md\:hover\:bag-skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .md\:hover\:bag-skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .md\:hover\:bag-skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .md\:hover\:bag--skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .md\:hover\:bag--skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .md\:hover\:bag--skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .md\:hover\:bag--skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .md\:hover\:bag--skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .md\:hover\:bag-skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .md\:hover\:bag-skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .md\:hover\:bag-skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .md\:hover\:bag-skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .md\:hover\:bag-skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .md\:hover\:bag-skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .md\:hover\:bag--skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .md\:hover\:bag--skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .md\:hover\:bag--skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .md\:hover\:bag--skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .md\:hover\:bag--skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .md\:focus\:bag-skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .md\:focus\:bag-skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .md\:focus\:bag-skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .md\:focus\:bag-skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .md\:focus\:bag-skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .md\:focus\:bag-skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .md\:focus\:bag--skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .md\:focus\:bag--skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .md\:focus\:bag--skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .md\:focus\:bag--skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .md\:focus\:bag--skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .md\:focus\:bag-skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .md\:focus\:bag-skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .md\:focus\:bag-skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .md\:focus\:bag-skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .md\:focus\:bag-skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .md\:focus\:bag-skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .md\:focus\:bag--skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .md\:focus\:bag--skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .md\:focus\:bag--skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .md\:focus\:bag--skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .md\:focus\:bag--skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .md\:bag-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:bag-scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:bag-scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:bag-scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:bag-scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:bag-scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:bag-scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:bag-scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:bag-scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:bag-scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:bag-scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:bag-scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:bag-scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:bag-scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:bag-scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:bag-scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:bag-scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:bag-scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:bag-scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:bag-scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:bag-scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:bag-scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:bag-scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:bag-scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:bag-scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:bag-scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:bag-scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:bag-scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:bag-scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:bag-scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:bag-scale-x-0 {
    --tw-scale-x: 0;
  }

  .md\:bag-scale-x-50 {
    --tw-scale-x: .5;
  }

  .md\:bag-scale-x-75 {
    --tw-scale-x: .75;
  }

  .md\:bag-scale-x-90 {
    --tw-scale-x: .9;
  }

  .md\:bag-scale-x-95 {
    --tw-scale-x: .95;
  }

  .md\:bag-scale-x-100 {
    --tw-scale-x: 1;
  }

  .md\:bag-scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md\:bag-scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md\:bag-scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md\:bag-scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md\:bag-scale-y-0 {
    --tw-scale-y: 0;
  }

  .md\:bag-scale-y-50 {
    --tw-scale-y: .5;
  }

  .md\:bag-scale-y-75 {
    --tw-scale-y: .75;
  }

  .md\:bag-scale-y-90 {
    --tw-scale-y: .9;
  }

  .md\:bag-scale-y-95 {
    --tw-scale-y: .95;
  }

  .md\:bag-scale-y-100 {
    --tw-scale-y: 1;
  }

  .md\:bag-scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md\:bag-scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md\:bag-scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md\:bag-scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:hover\:bag-scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md\:hover\:bag-scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md\:hover\:bag-scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md\:hover\:bag-scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md\:hover\:bag-scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md\:hover\:bag-scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md\:hover\:bag-scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md\:hover\:bag-scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md\:hover\:bag-scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md\:hover\:bag-scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md\:hover\:bag-scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md\:hover\:bag-scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md\:hover\:bag-scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md\:hover\:bag-scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md\:hover\:bag-scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md\:hover\:bag-scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md\:hover\:bag-scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md\:hover\:bag-scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md\:hover\:bag-scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md\:hover\:bag-scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md\:focus\:bag-scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md\:focus\:bag-scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md\:focus\:bag-scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md\:focus\:bag-scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md\:focus\:bag-scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md\:focus\:bag-scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md\:focus\:bag-scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md\:focus\:bag-scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md\:focus\:bag-scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md\:focus\:bag-scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md\:focus\:bag-scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md\:focus\:bag-scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md\:focus\:bag-scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md\:focus\:bag-scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md\:focus\:bag-scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md\:focus\:bag-scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md\:focus\:bag-scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md\:focus\:bag-scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md\:focus\:bag-scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md\:focus\:bag-scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md\:bag-animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .md\:bag-animate-spin {
    -webkit-animation: bag-spin 1s linear infinite;
            animation: bag-spin 1s linear infinite;
  }

  .md\:bag-animate-ping {
    -webkit-animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:bag-animate-pulse {
    -webkit-animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:bag-animate-bounce {
    -webkit-animation: bag-bounce 1s infinite;
            animation: bag-bounce 1s infinite;
  }

  .md\:bag-cursor-auto {
    cursor: auto;
  }

  .md\:bag-cursor-default {
    cursor: default;
  }

  .md\:bag-cursor-pointer {
    cursor: pointer;
  }

  .md\:bag-cursor-wait {
    cursor: wait;
  }

  .md\:bag-cursor-text {
    cursor: text;
  }

  .md\:bag-cursor-move {
    cursor: move;
  }

  .md\:bag-cursor-help {
    cursor: help;
  }

  .md\:bag-cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:bag-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:bag-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:bag-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:bag-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:bag-resize-none {
    resize: none;
  }

  .md\:bag-resize-y {
    resize: vertical;
  }

  .md\:bag-resize-x {
    resize: horizontal;
  }

  .md\:bag-resize {
    resize: both;
  }

  .md\:bag-list-inside {
    list-style-position: inside;
  }

  .md\:bag-list-outside {
    list-style-position: outside;
  }

  .md\:bag-list-none {
    list-style-type: none;
  }

  .md\:bag-list-disc {
    list-style-type: disc;
  }

  .md\:bag-list-decimal {
    list-style-type: decimal;
  }

  .md\:bag-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bag-auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:bag-auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:bag-auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:bag-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:bag-grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:bag-grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:bag-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:bag-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:bag-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:bag-auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:bag-auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:bag-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:bag-grid-cols-none {
    grid-template-columns: none;
  }

  .md\:bag-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:bag-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:bag-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:bag-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:bag-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:bag-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:bag-grid-rows-none {
    grid-template-rows: none;
  }

  .md\:bag-flex-row {
    flex-direction: row;
  }

  .md\:bag-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:bag-flex-col {
    flex-direction: column;
  }

  .md\:bag-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:bag-flex-wrap {
    flex-wrap: wrap;
  }

  .md\:bag-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:bag-flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:bag-place-content-center {
    place-content: center;
  }

  .md\:bag-place-content-start {
    place-content: start;
  }

  .md\:bag-place-content-end {
    place-content: end;
  }

  .md\:bag-place-content-between {
    place-content: space-between;
  }

  .md\:bag-place-content-around {
    place-content: space-around;
  }

  .md\:bag-place-content-evenly {
    place-content: space-evenly;
  }

  .md\:bag-place-content-stretch {
    place-content: stretch;
  }

  .md\:bag-place-items-start {
    place-items: start;
  }

  .md\:bag-place-items-end {
    place-items: end;
  }

  .md\:bag-place-items-center {
    place-items: center;
  }

  .md\:bag-place-items-stretch {
    place-items: stretch;
  }

  .md\:bag-content-center {
    align-content: center;
  }

  .md\:bag-content-start {
    align-content: flex-start;
  }

  .md\:bag-content-end {
    align-content: flex-end;
  }

  .md\:bag-content-between {
    align-content: space-between;
  }

  .md\:bag-content-around {
    align-content: space-around;
  }

  .md\:bag-content-evenly {
    align-content: space-evenly;
  }

  .md\:bag-items-start {
    align-items: flex-start;
  }

  .md\:bag-items-end {
    align-items: flex-end;
  }

  .md\:bag-items-center {
    align-items: center;
  }

  .md\:bag-items-baseline {
    align-items: baseline;
  }

  .md\:bag-items-stretch {
    align-items: stretch;
  }

  .md\:bag-justify-start {
    justify-content: flex-start;
  }

  .md\:bag-justify-end {
    justify-content: flex-end;
  }

  .md\:bag-justify-center {
    justify-content: center;
  }

  .md\:bag-justify-between {
    justify-content: space-between;
  }

  .md\:bag-justify-around {
    justify-content: space-around;
  }

  .md\:bag-justify-evenly {
    justify-content: space-evenly;
  }

  .md\:bag-justify-items-start {
    justify-items: start;
  }

  .md\:bag-justify-items-end {
    justify-items: end;
  }

  .md\:bag-justify-items-center {
    justify-items: center;
  }

  .md\:bag-justify-items-stretch {
    justify-items: stretch;
  }

  .md\:bag-gap-0 {
    gap: 0;
  }

  .md\:bag-gap-1 {
    gap: 0.25rem;
  }

  .md\:bag-gap-2 {
    gap: 0.5rem;
  }

  .md\:bag-gap-3 {
    gap: 0.75rem;
  }

  .md\:bag-gap-4 {
    gap: 1rem;
  }

  .md\:bag-gap-5 {
    gap: 1.25rem;
  }

  .md\:bag-gap-6 {
    gap: 1.5rem;
  }

  .md\:bag-gap-8 {
    gap: 2rem;
  }

  .md\:bag-gap-9 {
    gap: 2.25rem;
  }

  .md\:bag-gap-10 {
    gap: 2.5rem;
  }

  .md\:bag-gap-12 {
    gap: 3rem;
  }

  .md\:bag-gap-16 {
    gap: 4rem;
  }

  .md\:bag-gap-20 {
    gap: 5rem;
  }

  .md\:bag-gap-24 {
    gap: 6rem;
  }

  .md\:bag-gap-32 {
    gap: 8rem;
  }

  .md\:bag-gap-40 {
    gap: 10rem;
  }

  .md\:bag-gap-48 {
    gap: 12rem;
  }

  .md\:bag-gap-56 {
    gap: 14rem;
  }

  .md\:bag-gap-64 {
    gap: 16rem;
  }

  .md\:bag-gap-px {
    gap: 1px;
  }

  .md\:bag-gap-gutter {
    gap: 1.5625rem;
  }

  .md\:bag-gap-gutter-full {
    gap: 3.125rem;
  }

  .md\:bag-gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:bag-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:bag-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:bag-gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:bag-gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:bag-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:bag-gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:bag-gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:bag-gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:bag-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:bag-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:bag-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:bag-gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:bag-gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:bag-gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:bag-gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:bag-gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:bag-gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:bag-gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:bag-gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:bag-gap-x-gutter {
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
  }

  .md\:bag-gap-x-gutter-full {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .md\:bag-gap-y-0 {
    row-gap: 0;
  }

  .md\:bag-gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:bag-gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:bag-gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:bag-gap-y-4 {
    row-gap: 1rem;
  }

  .md\:bag-gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:bag-gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:bag-gap-y-8 {
    row-gap: 2rem;
  }

  .md\:bag-gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:bag-gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:bag-gap-y-12 {
    row-gap: 3rem;
  }

  .md\:bag-gap-y-16 {
    row-gap: 4rem;
  }

  .md\:bag-gap-y-20 {
    row-gap: 5rem;
  }

  .md\:bag-gap-y-24 {
    row-gap: 6rem;
  }

  .md\:bag-gap-y-32 {
    row-gap: 8rem;
  }

  .md\:bag-gap-y-40 {
    row-gap: 10rem;
  }

  .md\:bag-gap-y-48 {
    row-gap: 12rem;
  }

  .md\:bag-gap-y-56 {
    row-gap: 14rem;
  }

  .md\:bag-gap-y-64 {
    row-gap: 16rem;
  }

  .md\:bag-gap-y-px {
    row-gap: 1px;
  }

  .md\:bag-gap-y-gutter {
    row-gap: 1.5625rem;
  }

  .md\:bag-gap-y-gutter-full {
    row-gap: 3.125rem;
  }

  .md\:bag-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag--space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bag-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--tw-space-y-reverse));
  }

  .md\:bag--space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .md\:bag-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:bag-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:bag-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:bag-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:bag-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:bag-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:bag-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:bag-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:bag-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:bag-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:bag-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:bag-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:bag-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:bag-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:bag-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:bag-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:bag-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:bag-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:bag-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:bag-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:bag-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:bag-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:bag-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-divide-opacity));
  }

  .md\:bag-divide-darkGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .md\:bag-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:bag-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:bag-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:bag-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:bag-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:bag-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:bag-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:bag-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:bag-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:bag-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:bag-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:bag-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:bag-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:bag-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:bag-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:bag-place-self-auto {
    place-self: auto;
  }

  .md\:bag-place-self-start {
    place-self: start;
  }

  .md\:bag-place-self-end {
    place-self: end;
  }

  .md\:bag-place-self-center {
    place-self: center;
  }

  .md\:bag-place-self-stretch {
    place-self: stretch;
  }

  .md\:bag-self-auto {
    align-self: auto;
  }

  .md\:bag-self-start {
    align-self: flex-start;
  }

  .md\:bag-self-end {
    align-self: flex-end;
  }

  .md\:bag-self-center {
    align-self: center;
  }

  .md\:bag-self-stretch {
    align-self: stretch;
  }

  .md\:bag-self-baseline {
    align-self: baseline;
  }

  .md\:bag-justify-self-auto {
    justify-self: auto;
  }

  .md\:bag-justify-self-start {
    justify-self: start;
  }

  .md\:bag-justify-self-end {
    justify-self: end;
  }

  .md\:bag-justify-self-center {
    justify-self: center;
  }

  .md\:bag-justify-self-stretch {
    justify-self: stretch;
  }

  .md\:bag-overflow-auto {
    overflow: auto;
  }

  .md\:bag-overflow-hidden {
    overflow: hidden;
  }

  .md\:bag-overflow-visible {
    overflow: visible;
  }

  .md\:bag-overflow-scroll {
    overflow: scroll;
  }

  .md\:bag-overflow-x-auto {
    overflow-x: auto;
  }

  .md\:bag-overflow-y-auto {
    overflow-y: auto;
  }

  .md\:bag-overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:bag-overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:bag-overflow-x-visible {
    overflow-x: visible;
  }

  .md\:bag-overflow-y-visible {
    overflow-y: visible;
  }

  .md\:bag-overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:bag-overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:bag-overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:bag-overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:bag-overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:bag-overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:bag-overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:bag-overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:bag-overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:bag-overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:bag-overscroll-x-none {
    overscroll-behavior-x: none;
  }

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

  .md\:bag-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:bag-overflow-clip {
    text-overflow: clip;
  }

  .md\:bag-whitespace-normal {
    white-space: normal;
  }

  .md\:bag-whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:bag-whitespace-pre {
    white-space: pre;
  }

  .md\:bag-whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:bag-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:bag-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:bag-break-words {
    overflow-wrap: break-word;
  }

  .md\:bag-break-all {
    word-break: break-all;
  }

  .md\:bag-rounded-none {
    border-radius: 0px;
  }

  .md\:bag-rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:bag-rounded {
    border-radius: 0.25rem;
  }

  .md\:bag-rounded-md {
    border-radius: 0.375rem;
  }

  .md\:bag-rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:bag-rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:bag-rounded-2xl {
    border-radius: 1rem;
  }

  .md\:bag-rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:bag-rounded-full {
    border-radius: 9999px;
  }

  .md\:bag-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:bag-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:bag-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:bag-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:bag-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:bag-rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:bag-rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:bag-rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:bag-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:bag-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:bag-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:bag-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:bag-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:bag-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:bag-rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:bag-rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:bag-rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:bag-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:bag-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:bag-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:bag-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:bag-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:bag-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:bag-rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:bag-rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:bag-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:bag-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:bag-rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:bag-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:bag-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:bag-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:bag-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:bag-rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:bag-rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:bag-rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:bag-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:bag-rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .md\:bag-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:bag-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:bag-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:bag-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:bag-rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:bag-rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:bag-rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:bag-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:bag-rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:bag-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:bag-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:bag-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:bag-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:bag-rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:bag-rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:bag-rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:bag-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:bag-rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:bag-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:bag-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:bag-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:bag-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:bag-rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:bag-rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:bag-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:bag-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:bag-rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:bag-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:bag-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:bag-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:bag-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:bag-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:bag-rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:bag-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:bag-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:bag-border-0 {
    border-width: 0px;
  }

  .md\:bag-border-2 {
    border-width: 2px;
  }

  .md\:bag-border-4 {
    border-width: 4px;
  }

  .md\:bag-border-8 {
    border-width: 8px;
  }

  .md\:bag-border {
    border-width: 1px;
  }

  .md\:bag-border-t-0 {
    border-top-width: 0px;
  }

  .md\:bag-border-t-2 {
    border-top-width: 2px;
  }

  .md\:bag-border-t-4 {
    border-top-width: 4px;
  }

  .md\:bag-border-t-8 {
    border-top-width: 8px;
  }

  .md\:bag-border-t {
    border-top-width: 1px;
  }

  .md\:bag-border-r-0 {
    border-right-width: 0px;
  }

  .md\:bag-border-r-2 {
    border-right-width: 2px;
  }

  .md\:bag-border-r-4 {
    border-right-width: 4px;
  }

  .md\:bag-border-r-8 {
    border-right-width: 8px;
  }

  .md\:bag-border-r {
    border-right-width: 1px;
  }

  .md\:bag-border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:bag-border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:bag-border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:bag-border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:bag-border-b {
    border-bottom-width: 1px;
  }

  .md\:bag-border-l-0 {
    border-left-width: 0px;
  }

  .md\:bag-border-l-2 {
    border-left-width: 2px;
  }

  .md\:bag-border-l-4 {
    border-left-width: 4px;
  }

  .md\:bag-border-l-8 {
    border-left-width: 8px;
  }

  .md\:bag-border-l {
    border-left-width: 1px;
  }

  .md\:bag-border-solid {
    border-style: solid;
  }

  .md\:bag-border-dashed {
    border-style: dashed;
  }

  .md\:bag-border-dotted {
    border-style: dotted;
  }

  .md\:bag-border-double {
    border-style: double;
  }

  .md\:bag-border-none {
    border-style: none;
  }

  .md\:bag-border-transparent {
    border-color: transparent;
  }

  .md\:bag-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:bag-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:bag-border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .md\:bag-border-darkGray {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-border-transparent {
    border-color: transparent;
  }

  .bag-group:hover .md\:group-hover\:bag-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-border-darkGray {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus-within\:bag-border-transparent:focus-within {
    border-color: transparent;
  }

  .md\:focus-within\:bag-border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:bag-border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:bag-border-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .md\:focus-within\:bag-border-darkGray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .md\:hover\:bag-border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:bag-border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:bag-border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:bag-border-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .md\:hover\:bag-border-darkGray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .md\:focus\:bag-border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:bag-border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:bag-border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:bag-border-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .md\:focus\:bag-border-darkGray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .md\:bag-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md\:bag-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md\:bag-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md\:bag-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:bag-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md\:bag-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md\:bag-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md\:bag-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:bag-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:bag-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md\:bag-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md\:bag-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md\:bag-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md\:bag-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md\:bag-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .bag-group:hover .md\:group-hover\:bag-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:bag-border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:bag-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:bag-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:bag-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:bag-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:bag-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:bag-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:bag-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:bag-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:bag-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:bag-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:bag-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:bag-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:bag-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:bag-border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .md\:hover\:bag-border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .md\:hover\:bag-border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:bag-border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:bag-border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:bag-border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:bag-border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:bag-border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:bag-border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:bag-border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:bag-border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:bag-border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:bag-border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:bag-border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:bag-border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:bag-border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .md\:focus\:bag-border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .md\:focus\:bag-border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:bag-border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:bag-border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:bag-border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:bag-border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:bag-border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:bag-border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:bag-border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:bag-border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:bag-border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:bag-border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:bag-border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:bag-border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:bag-border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .md\:bag-bg-transparent {
    background-color: transparent;
  }

  .md\:bag-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bag-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bag-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .md\:bag-bg-darkGray {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-bg-transparent {
    background-color: transparent;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-bg-darkGray {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bag-bg-transparent:focus-within {
    background-color: transparent;
  }

  .md\:focus-within\:bag-bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bag-bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bag-bg-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bag-bg-darkGray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .md\:hover\:bag-bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bag-bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bag-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bag-bg-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .md\:hover\:bag-bg-darkGray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .md\:focus\:bag-bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bag-bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bag-bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bag-bg-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .md\:focus\:bag-bg-darkGray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .md\:bag-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md\:bag-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .md\:bag-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .md\:bag-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md\:bag-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .md\:bag-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .md\:bag-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .md\:bag-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .md\:bag-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:bag-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md\:bag-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .md\:bag-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .md\:bag-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .md\:bag-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .md\:bag-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .bag-group:hover .md\:group-hover\:bag-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bag-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bag-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bag-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bag-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bag-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bag-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bag-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bag-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bag-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bag-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bag-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bag-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bag-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bag-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bag-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bag-bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bag-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bag-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bag-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bag-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bag-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bag-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bag-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bag-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bag-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bag-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bag-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bag-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bag-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bag-bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bag-bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bag-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bag-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bag-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bag-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bag-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bag-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bag-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bag-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bag-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bag-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bag-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bag-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bag-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bag-bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .md\:bag-bg-none {
    background-image: none;
  }

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

  .md\:bag-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bag-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bag-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bag-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bag-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bag-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bag-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:bag-from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:bag-from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:bag-from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:bag-from-gray {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .md\:bag-from-darkGray {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:hover\:bag-from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:bag-from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:bag-from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:bag-from-gray:hover {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .md\:hover\:bag-from-darkGray:hover {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:focus\:bag-from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:bag-from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:bag-from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:bag-from-gray:focus {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .md\:focus\:bag-from-darkGray:focus {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:bag-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:bag-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:bag-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:bag-via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .md\:bag-via-darkGray {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:hover\:bag-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:bag-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:bag-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:bag-via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .md\:hover\:bag-via-darkGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:focus\:bag-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:bag-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:bag-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:bag-via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .md\:focus\:bag-via-darkGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .md\:bag-to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:bag-to-black {
    --tw-gradient-to: #000;
  }

  .md\:bag-to-white {
    --tw-gradient-to: #fff;
  }

  .md\:bag-to-gray {
    --tw-gradient-to: #d1d1d1;
  }

  .md\:bag-to-darkGray {
    --tw-gradient-to: #717171;
  }

  .md\:hover\:bag-to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:bag-to-black:hover {
    --tw-gradient-to: #000;
  }

  .md\:hover\:bag-to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md\:hover\:bag-to-gray:hover {
    --tw-gradient-to: #d1d1d1;
  }

  .md\:hover\:bag-to-darkGray:hover {
    --tw-gradient-to: #717171;
  }

  .md\:focus\:bag-to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:bag-to-black:focus {
    --tw-gradient-to: #000;
  }

  .md\:focus\:bag-to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md\:focus\:bag-to-gray:focus {
    --tw-gradient-to: #d1d1d1;
  }

  .md\:focus\:bag-to-darkGray:focus {
    --tw-gradient-to: #717171;
  }

  .md\:bag-decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:bag-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bag-bg-auto {
    background-size: auto;
  }

  .md\:bag-bg-cover {
    background-size: cover;
  }

  .md\:bag-bg-contain {
    background-size: contain;
  }

  .md\:bag-bg-fixed {
    background-attachment: fixed;
  }

  .md\:bag-bg-local {
    background-attachment: local;
  }

  .md\:bag-bg-scroll {
    background-attachment: scroll;
  }

  .md\:bag-bg-clip-border {
    background-clip: border-box;
  }

  .md\:bag-bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bag-bg-clip-content {
    background-clip: content-box;
  }

  .md\:bag-bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bag-bg-bottom {
    background-position: bottom;
  }

  .md\:bag-bg-center {
    background-position: center;
  }

  .md\:bag-bg-left {
    background-position: left;
  }

  .md\:bag-bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bag-bg-left-top {
    background-position: left top;
  }

  .md\:bag-bg-right {
    background-position: right;
  }

  .md\:bag-bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bag-bg-right-top {
    background-position: right top;
  }

  .md\:bag-bg-top {
    background-position: top;
  }

  .md\:bag-bg-repeat {
    background-repeat: repeat;
  }

  .md\:bag-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bag-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bag-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bag-bg-repeat-round {
    background-repeat: round;
  }

  .md\:bag-bg-repeat-space {
    background-repeat: space;
  }

  .md\:bag-bg-origin-border {
    background-origin: border-box;
  }

  .md\:bag-bg-origin-padding {
    background-origin: padding-box;
  }

  .md\:bag-bg-origin-content {
    background-origin: content-box;
  }

  .md\:bag-fill-current {
    fill: currentColor;
  }

  .md\:bag-stroke-current {
    stroke: currentColor;
  }

  .md\:bag-stroke-0 {
    stroke-width: 0;
  }

  .md\:bag-stroke-1 {
    stroke-width: 1;
  }

  .md\:bag-stroke-2 {
    stroke-width: 2;
  }

  .md\:bag-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:bag-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:bag-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:bag-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:bag-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:bag-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:bag-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:bag-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:bag-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:bag-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:bag-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:bag-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:bag-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:bag-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:bag-p-0 {
    padding: 0;
  }

  .md\:bag-p-1 {
    padding: 0.25rem;
  }

  .md\:bag-p-2 {
    padding: 0.5rem;
  }

  .md\:bag-p-3 {
    padding: 0.75rem;
  }

  .md\:bag-p-4 {
    padding: 1rem;
  }

  .md\:bag-p-5 {
    padding: 1.25rem;
  }

  .md\:bag-p-6 {
    padding: 1.5rem;
  }

  .md\:bag-p-8 {
    padding: 2rem;
  }

  .md\:bag-p-9 {
    padding: 2.25rem;
  }

  .md\:bag-p-10 {
    padding: 2.5rem;
  }

  .md\:bag-p-12 {
    padding: 3rem;
  }

  .md\:bag-p-16 {
    padding: 4rem;
  }

  .md\:bag-p-20 {
    padding: 5rem;
  }

  .md\:bag-p-24 {
    padding: 6rem;
  }

  .md\:bag-p-32 {
    padding: 8rem;
  }

  .md\:bag-p-40 {
    padding: 10rem;
  }

  .md\:bag-p-48 {
    padding: 12rem;
  }

  .md\:bag-p-56 {
    padding: 14rem;
  }

  .md\:bag-p-64 {
    padding: 16rem;
  }

  .md\:bag-p-px {
    padding: 1px;
  }

  .md\:bag-p-gutter {
    padding: 1.5625rem;
  }

  .md\:bag-p-gutter-full {
    padding: 3.125rem;
  }

  .md\:first\:bag-p-0:first-child {
    padding: 0;
  }

  .md\:first\:bag-p-1:first-child {
    padding: 0.25rem;
  }

  .md\:first\:bag-p-2:first-child {
    padding: 0.5rem;
  }

  .md\:first\:bag-p-3:first-child {
    padding: 0.75rem;
  }

  .md\:first\:bag-p-4:first-child {
    padding: 1rem;
  }

  .md\:first\:bag-p-5:first-child {
    padding: 1.25rem;
  }

  .md\:first\:bag-p-6:first-child {
    padding: 1.5rem;
  }

  .md\:first\:bag-p-8:first-child {
    padding: 2rem;
  }

  .md\:first\:bag-p-9:first-child {
    padding: 2.25rem;
  }

  .md\:first\:bag-p-10:first-child {
    padding: 2.5rem;
  }

  .md\:first\:bag-p-12:first-child {
    padding: 3rem;
  }

  .md\:first\:bag-p-16:first-child {
    padding: 4rem;
  }

  .md\:first\:bag-p-20:first-child {
    padding: 5rem;
  }

  .md\:first\:bag-p-24:first-child {
    padding: 6rem;
  }

  .md\:first\:bag-p-32:first-child {
    padding: 8rem;
  }

  .md\:first\:bag-p-40:first-child {
    padding: 10rem;
  }

  .md\:first\:bag-p-48:first-child {
    padding: 12rem;
  }

  .md\:first\:bag-p-56:first-child {
    padding: 14rem;
  }

  .md\:first\:bag-p-64:first-child {
    padding: 16rem;
  }

  .md\:first\:bag-p-px:first-child {
    padding: 1px;
  }

  .md\:first\:bag-p-gutter:first-child {
    padding: 1.5625rem;
  }

  .md\:first\:bag-p-gutter-full:first-child {
    padding: 3.125rem;
  }

  .md\:last\:bag-p-0:last-child {
    padding: 0;
  }

  .md\:last\:bag-p-1:last-child {
    padding: 0.25rem;
  }

  .md\:last\:bag-p-2:last-child {
    padding: 0.5rem;
  }

  .md\:last\:bag-p-3:last-child {
    padding: 0.75rem;
  }

  .md\:last\:bag-p-4:last-child {
    padding: 1rem;
  }

  .md\:last\:bag-p-5:last-child {
    padding: 1.25rem;
  }

  .md\:last\:bag-p-6:last-child {
    padding: 1.5rem;
  }

  .md\:last\:bag-p-8:last-child {
    padding: 2rem;
  }

  .md\:last\:bag-p-9:last-child {
    padding: 2.25rem;
  }

  .md\:last\:bag-p-10:last-child {
    padding: 2.5rem;
  }

  .md\:last\:bag-p-12:last-child {
    padding: 3rem;
  }

  .md\:last\:bag-p-16:last-child {
    padding: 4rem;
  }

  .md\:last\:bag-p-20:last-child {
    padding: 5rem;
  }

  .md\:last\:bag-p-24:last-child {
    padding: 6rem;
  }

  .md\:last\:bag-p-32:last-child {
    padding: 8rem;
  }

  .md\:last\:bag-p-40:last-child {
    padding: 10rem;
  }

  .md\:last\:bag-p-48:last-child {
    padding: 12rem;
  }

  .md\:last\:bag-p-56:last-child {
    padding: 14rem;
  }

  .md\:last\:bag-p-64:last-child {
    padding: 16rem;
  }

  .md\:last\:bag-p-px:last-child {
    padding: 1px;
  }

  .md\:last\:bag-p-gutter:last-child {
    padding: 1.5625rem;
  }

  .md\:last\:bag-p-gutter-full:last-child {
    padding: 3.125rem;
  }

  .md\:bag-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:bag-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:bag-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:bag-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:bag-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:bag-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:bag-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:bag-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:bag-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:bag-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:bag-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:bag-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:bag-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:bag-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:bag-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:bag-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:bag-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:bag-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:bag-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:bag-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:bag-px-gutter {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:bag-px-gutter-full {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:bag-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:bag-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

  .md\:bag-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:bag-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:bag-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:bag-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:bag-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:bag-py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:bag-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:bag-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:bag-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:bag-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:bag-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:bag-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:bag-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:bag-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:bag-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:bag-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:bag-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:bag-py-gutter {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:bag-py-gutter-full {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:first\:bag-px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:first\:bag-px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:bag-px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:bag-px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:first\:bag-px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:first\:bag-px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:first\:bag-px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:first\:bag-px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:first\:bag-px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:first\:bag-px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:first\:bag-px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:first\:bag-px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:first\:bag-px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:first\:bag-px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:first\:bag-px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:first\:bag-px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:first\:bag-px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:first\:bag-px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:first\:bag-px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:first\:bag-px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:first\:bag-px-gutter:first-child {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:first\:bag-px-gutter-full:first-child {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:first\:bag-py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:first\:bag-py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:bag-py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:bag-py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:first\:bag-py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:first\:bag-py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:first\:bag-py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:first\:bag-py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:first\:bag-py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:first\:bag-py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:first\:bag-py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:first\:bag-py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:first\:bag-py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:first\:bag-py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:first\:bag-py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:first\:bag-py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:first\:bag-py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:first\:bag-py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:first\:bag-py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:first\:bag-py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:first\:bag-py-gutter:first-child {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:first\:bag-py-gutter-full:first-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:last\:bag-px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:last\:bag-px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:bag-px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:bag-px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:last\:bag-px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:last\:bag-px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:last\:bag-px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:last\:bag-px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:last\:bag-px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:last\:bag-px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:last\:bag-px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:last\:bag-px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:last\:bag-px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:last\:bag-px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:last\:bag-px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:last\:bag-px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:last\:bag-px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:last\:bag-px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:last\:bag-px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:last\:bag-px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:bag-px-gutter:last-child {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:last\:bag-px-gutter-full:last-child {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:last\:bag-py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:last\:bag-py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:bag-py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:bag-py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:last\:bag-py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:last\:bag-py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:last\:bag-py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:last\:bag-py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:last\:bag-py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:last\:bag-py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:last\:bag-py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:last\:bag-py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:last\:bag-py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:last\:bag-py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:last\:bag-py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:last\:bag-py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:last\:bag-py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:last\:bag-py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:last\:bag-py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:last\:bag-py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:bag-py-gutter:last-child {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .md\:last\:bag-py-gutter-full:last-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:bag-pt-0 {
    padding-top: 0;
  }

  .md\:bag-pt-1 {
    padding-top: 0.25rem;
  }

  .md\:bag-pt-2 {
    padding-top: 0.5rem;
  }

  .md\:bag-pt-3 {
    padding-top: 0.75rem;
  }

  .md\:bag-pt-4 {
    padding-top: 1rem;
  }

  .md\:bag-pt-5 {
    padding-top: 1.25rem;
  }

  .md\:bag-pt-6 {
    padding-top: 1.5rem;
  }

  .md\:bag-pt-8 {
    padding-top: 2rem;
  }

  .md\:bag-pt-9 {
    padding-top: 2.25rem;
  }

  .md\:bag-pt-10 {
    padding-top: 2.5rem;
  }

  .md\:bag-pt-12 {
    padding-top: 3rem;
  }

  .md\:bag-pt-16 {
    padding-top: 4rem;
  }

  .md\:bag-pt-20 {
    padding-top: 5rem;
  }

  .md\:bag-pt-24 {
    padding-top: 6rem;
  }

  .md\:bag-pt-32 {
    padding-top: 8rem;
  }

  .md\:bag-pt-40 {
    padding-top: 10rem;
  }

  .md\:bag-pt-48 {
    padding-top: 12rem;
  }

  .md\:bag-pt-56 {
    padding-top: 14rem;
  }

  .md\:bag-pt-64 {
    padding-top: 16rem;
  }

  .md\:bag-pt-px {
    padding-top: 1px;
  }

  .md\:bag-pt-gutter {
    padding-top: 1.5625rem;
  }

  .md\:bag-pt-gutter-full {
    padding-top: 3.125rem;
  }

  .md\:bag-pr-0 {
    padding-right: 0;
  }

  .md\:bag-pr-1 {
    padding-right: 0.25rem;
  }

  .md\:bag-pr-2 {
    padding-right: 0.5rem;
  }

  .md\:bag-pr-3 {
    padding-right: 0.75rem;
  }

  .md\:bag-pr-4 {
    padding-right: 1rem;
  }

  .md\:bag-pr-5 {
    padding-right: 1.25rem;
  }

  .md\:bag-pr-6 {
    padding-right: 1.5rem;
  }

  .md\:bag-pr-8 {
    padding-right: 2rem;
  }

  .md\:bag-pr-9 {
    padding-right: 2.25rem;
  }

  .md\:bag-pr-10 {
    padding-right: 2.5rem;
  }

  .md\:bag-pr-12 {
    padding-right: 3rem;
  }

  .md\:bag-pr-16 {
    padding-right: 4rem;
  }

  .md\:bag-pr-20 {
    padding-right: 5rem;
  }

  .md\:bag-pr-24 {
    padding-right: 6rem;
  }

  .md\:bag-pr-32 {
    padding-right: 8rem;
  }

  .md\:bag-pr-40 {
    padding-right: 10rem;
  }

  .md\:bag-pr-48 {
    padding-right: 12rem;
  }

  .md\:bag-pr-56 {
    padding-right: 14rem;
  }

  .md\:bag-pr-64 {
    padding-right: 16rem;
  }

  .md\:bag-pr-px {
    padding-right: 1px;
  }

  .md\:bag-pr-gutter {
    padding-right: 1.5625rem;
  }

  .md\:bag-pr-gutter-full {
    padding-right: 3.125rem;
  }

  .md\:bag-pb-0 {
    padding-bottom: 0;
  }

  .md\:bag-pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:bag-pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:bag-pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:bag-pb-4 {
    padding-bottom: 1rem;
  }

  .md\:bag-pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:bag-pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:bag-pb-8 {
    padding-bottom: 2rem;
  }

  .md\:bag-pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:bag-pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:bag-pb-12 {
    padding-bottom: 3rem;
  }

  .md\:bag-pb-16 {
    padding-bottom: 4rem;
  }

  .md\:bag-pb-20 {
    padding-bottom: 5rem;
  }

  .md\:bag-pb-24 {
    padding-bottom: 6rem;
  }

  .md\:bag-pb-32 {
    padding-bottom: 8rem;
  }

  .md\:bag-pb-40 {
    padding-bottom: 10rem;
  }

  .md\:bag-pb-48 {
    padding-bottom: 12rem;
  }

  .md\:bag-pb-56 {
    padding-bottom: 14rem;
  }

  .md\:bag-pb-64 {
    padding-bottom: 16rem;
  }

  .md\:bag-pb-px {
    padding-bottom: 1px;
  }

  .md\:bag-pb-gutter {
    padding-bottom: 1.5625rem;
  }

  .md\:bag-pb-gutter-full {
    padding-bottom: 3.125rem;
  }

  .md\:bag-pl-0 {
    padding-left: 0;
  }

  .md\:bag-pl-1 {
    padding-left: 0.25rem;
  }

  .md\:bag-pl-2 {
    padding-left: 0.5rem;
  }

  .md\:bag-pl-3 {
    padding-left: 0.75rem;
  }

  .md\:bag-pl-4 {
    padding-left: 1rem;
  }

  .md\:bag-pl-5 {
    padding-left: 1.25rem;
  }

  .md\:bag-pl-6 {
    padding-left: 1.5rem;
  }

  .md\:bag-pl-8 {
    padding-left: 2rem;
  }

  .md\:bag-pl-9 {
    padding-left: 2.25rem;
  }

  .md\:bag-pl-10 {
    padding-left: 2.5rem;
  }

  .md\:bag-pl-12 {
    padding-left: 3rem;
  }

  .md\:bag-pl-16 {
    padding-left: 4rem;
  }

  .md\:bag-pl-20 {
    padding-left: 5rem;
  }

  .md\:bag-pl-24 {
    padding-left: 6rem;
  }

  .md\:bag-pl-32 {
    padding-left: 8rem;
  }

  .md\:bag-pl-40 {
    padding-left: 10rem;
  }

  .md\:bag-pl-48 {
    padding-left: 12rem;
  }

  .md\:bag-pl-56 {
    padding-left: 14rem;
  }

  .md\:bag-pl-64 {
    padding-left: 16rem;
  }

  .md\:bag-pl-px {
    padding-left: 1px;
  }

  .md\:bag-pl-gutter {
    padding-left: 1.5625rem;
  }

  .md\:bag-pl-gutter-full {
    padding-left: 3.125rem;
  }

  .md\:first\:bag-pt-0:first-child {
    padding-top: 0;
  }

  .md\:first\:bag-pt-1:first-child {
    padding-top: 0.25rem;
  }

  .md\:first\:bag-pt-2:first-child {
    padding-top: 0.5rem;
  }

  .md\:first\:bag-pt-3:first-child {
    padding-top: 0.75rem;
  }

  .md\:first\:bag-pt-4:first-child {
    padding-top: 1rem;
  }

  .md\:first\:bag-pt-5:first-child {
    padding-top: 1.25rem;
  }

  .md\:first\:bag-pt-6:first-child {
    padding-top: 1.5rem;
  }

  .md\:first\:bag-pt-8:first-child {
    padding-top: 2rem;
  }

  .md\:first\:bag-pt-9:first-child {
    padding-top: 2.25rem;
  }

  .md\:first\:bag-pt-10:first-child {
    padding-top: 2.5rem;
  }

  .md\:first\:bag-pt-12:first-child {
    padding-top: 3rem;
  }

  .md\:first\:bag-pt-16:first-child {
    padding-top: 4rem;
  }

  .md\:first\:bag-pt-20:first-child {
    padding-top: 5rem;
  }

  .md\:first\:bag-pt-24:first-child {
    padding-top: 6rem;
  }

  .md\:first\:bag-pt-32:first-child {
    padding-top: 8rem;
  }

  .md\:first\:bag-pt-40:first-child {
    padding-top: 10rem;
  }

  .md\:first\:bag-pt-48:first-child {
    padding-top: 12rem;
  }

  .md\:first\:bag-pt-56:first-child {
    padding-top: 14rem;
  }

  .md\:first\:bag-pt-64:first-child {
    padding-top: 16rem;
  }

  .md\:first\:bag-pt-px:first-child {
    padding-top: 1px;
  }

  .md\:first\:bag-pt-gutter:first-child {
    padding-top: 1.5625rem;
  }

  .md\:first\:bag-pt-gutter-full:first-child {
    padding-top: 3.125rem;
  }

  .md\:first\:bag-pr-0:first-child {
    padding-right: 0;
  }

  .md\:first\:bag-pr-1:first-child {
    padding-right: 0.25rem;
  }

  .md\:first\:bag-pr-2:first-child {
    padding-right: 0.5rem;
  }

  .md\:first\:bag-pr-3:first-child {
    padding-right: 0.75rem;
  }

  .md\:first\:bag-pr-4:first-child {
    padding-right: 1rem;
  }

  .md\:first\:bag-pr-5:first-child {
    padding-right: 1.25rem;
  }

  .md\:first\:bag-pr-6:first-child {
    padding-right: 1.5rem;
  }

  .md\:first\:bag-pr-8:first-child {
    padding-right: 2rem;
  }

  .md\:first\:bag-pr-9:first-child {
    padding-right: 2.25rem;
  }

  .md\:first\:bag-pr-10:first-child {
    padding-right: 2.5rem;
  }

  .md\:first\:bag-pr-12:first-child {
    padding-right: 3rem;
  }

  .md\:first\:bag-pr-16:first-child {
    padding-right: 4rem;
  }

  .md\:first\:bag-pr-20:first-child {
    padding-right: 5rem;
  }

  .md\:first\:bag-pr-24:first-child {
    padding-right: 6rem;
  }

  .md\:first\:bag-pr-32:first-child {
    padding-right: 8rem;
  }

  .md\:first\:bag-pr-40:first-child {
    padding-right: 10rem;
  }

  .md\:first\:bag-pr-48:first-child {
    padding-right: 12rem;
  }

  .md\:first\:bag-pr-56:first-child {
    padding-right: 14rem;
  }

  .md\:first\:bag-pr-64:first-child {
    padding-right: 16rem;
  }

  .md\:first\:bag-pr-px:first-child {
    padding-right: 1px;
  }

  .md\:first\:bag-pr-gutter:first-child {
    padding-right: 1.5625rem;
  }

  .md\:first\:bag-pr-gutter-full:first-child {
    padding-right: 3.125rem;
  }

  .md\:first\:bag-pb-0:first-child {
    padding-bottom: 0;
  }

  .md\:first\:bag-pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .md\:first\:bag-pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .md\:first\:bag-pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .md\:first\:bag-pb-4:first-child {
    padding-bottom: 1rem;
  }

  .md\:first\:bag-pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .md\:first\:bag-pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .md\:first\:bag-pb-8:first-child {
    padding-bottom: 2rem;
  }

  .md\:first\:bag-pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .md\:first\:bag-pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .md\:first\:bag-pb-12:first-child {
    padding-bottom: 3rem;
  }

  .md\:first\:bag-pb-16:first-child {
    padding-bottom: 4rem;
  }

  .md\:first\:bag-pb-20:first-child {
    padding-bottom: 5rem;
  }

  .md\:first\:bag-pb-24:first-child {
    padding-bottom: 6rem;
  }

  .md\:first\:bag-pb-32:first-child {
    padding-bottom: 8rem;
  }

  .md\:first\:bag-pb-40:first-child {
    padding-bottom: 10rem;
  }

  .md\:first\:bag-pb-48:first-child {
    padding-bottom: 12rem;
  }

  .md\:first\:bag-pb-56:first-child {
    padding-bottom: 14rem;
  }

  .md\:first\:bag-pb-64:first-child {
    padding-bottom: 16rem;
  }

  .md\:first\:bag-pb-px:first-child {
    padding-bottom: 1px;
  }

  .md\:first\:bag-pb-gutter:first-child {
    padding-bottom: 1.5625rem;
  }

  .md\:first\:bag-pb-gutter-full:first-child {
    padding-bottom: 3.125rem;
  }

  .md\:first\:bag-pl-0:first-child {
    padding-left: 0;
  }

  .md\:first\:bag-pl-1:first-child {
    padding-left: 0.25rem;
  }

  .md\:first\:bag-pl-2:first-child {
    padding-left: 0.5rem;
  }

  .md\:first\:bag-pl-3:first-child {
    padding-left: 0.75rem;
  }

  .md\:first\:bag-pl-4:first-child {
    padding-left: 1rem;
  }

  .md\:first\:bag-pl-5:first-child {
    padding-left: 1.25rem;
  }

  .md\:first\:bag-pl-6:first-child {
    padding-left: 1.5rem;
  }

  .md\:first\:bag-pl-8:first-child {
    padding-left: 2rem;
  }

  .md\:first\:bag-pl-9:first-child {
    padding-left: 2.25rem;
  }

  .md\:first\:bag-pl-10:first-child {
    padding-left: 2.5rem;
  }

  .md\:first\:bag-pl-12:first-child {
    padding-left: 3rem;
  }

  .md\:first\:bag-pl-16:first-child {
    padding-left: 4rem;
  }

  .md\:first\:bag-pl-20:first-child {
    padding-left: 5rem;
  }

  .md\:first\:bag-pl-24:first-child {
    padding-left: 6rem;
  }

  .md\:first\:bag-pl-32:first-child {
    padding-left: 8rem;
  }

  .md\:first\:bag-pl-40:first-child {
    padding-left: 10rem;
  }

  .md\:first\:bag-pl-48:first-child {
    padding-left: 12rem;
  }

  .md\:first\:bag-pl-56:first-child {
    padding-left: 14rem;
  }

  .md\:first\:bag-pl-64:first-child {
    padding-left: 16rem;
  }

  .md\:first\:bag-pl-px:first-child {
    padding-left: 1px;
  }

  .md\:first\:bag-pl-gutter:first-child {
    padding-left: 1.5625rem;
  }

  .md\:first\:bag-pl-gutter-full:first-child {
    padding-left: 3.125rem;
  }

  .md\:last\:bag-pt-0:last-child {
    padding-top: 0;
  }

  .md\:last\:bag-pt-1:last-child {
    padding-top: 0.25rem;
  }

  .md\:last\:bag-pt-2:last-child {
    padding-top: 0.5rem;
  }

  .md\:last\:bag-pt-3:last-child {
    padding-top: 0.75rem;
  }

  .md\:last\:bag-pt-4:last-child {
    padding-top: 1rem;
  }

  .md\:last\:bag-pt-5:last-child {
    padding-top: 1.25rem;
  }

  .md\:last\:bag-pt-6:last-child {
    padding-top: 1.5rem;
  }

  .md\:last\:bag-pt-8:last-child {
    padding-top: 2rem;
  }

  .md\:last\:bag-pt-9:last-child {
    padding-top: 2.25rem;
  }

  .md\:last\:bag-pt-10:last-child {
    padding-top: 2.5rem;
  }

  .md\:last\:bag-pt-12:last-child {
    padding-top: 3rem;
  }

  .md\:last\:bag-pt-16:last-child {
    padding-top: 4rem;
  }

  .md\:last\:bag-pt-20:last-child {
    padding-top: 5rem;
  }

  .md\:last\:bag-pt-24:last-child {
    padding-top: 6rem;
  }

  .md\:last\:bag-pt-32:last-child {
    padding-top: 8rem;
  }

  .md\:last\:bag-pt-40:last-child {
    padding-top: 10rem;
  }

  .md\:last\:bag-pt-48:last-child {
    padding-top: 12rem;
  }

  .md\:last\:bag-pt-56:last-child {
    padding-top: 14rem;
  }

  .md\:last\:bag-pt-64:last-child {
    padding-top: 16rem;
  }

  .md\:last\:bag-pt-px:last-child {
    padding-top: 1px;
  }

  .md\:last\:bag-pt-gutter:last-child {
    padding-top: 1.5625rem;
  }

  .md\:last\:bag-pt-gutter-full:last-child {
    padding-top: 3.125rem;
  }

  .md\:last\:bag-pr-0:last-child {
    padding-right: 0;
  }

  .md\:last\:bag-pr-1:last-child {
    padding-right: 0.25rem;
  }

  .md\:last\:bag-pr-2:last-child {
    padding-right: 0.5rem;
  }

  .md\:last\:bag-pr-3:last-child {
    padding-right: 0.75rem;
  }

  .md\:last\:bag-pr-4:last-child {
    padding-right: 1rem;
  }

  .md\:last\:bag-pr-5:last-child {
    padding-right: 1.25rem;
  }

  .md\:last\:bag-pr-6:last-child {
    padding-right: 1.5rem;
  }

  .md\:last\:bag-pr-8:last-child {
    padding-right: 2rem;
  }

  .md\:last\:bag-pr-9:last-child {
    padding-right: 2.25rem;
  }

  .md\:last\:bag-pr-10:last-child {
    padding-right: 2.5rem;
  }

  .md\:last\:bag-pr-12:last-child {
    padding-right: 3rem;
  }

  .md\:last\:bag-pr-16:last-child {
    padding-right: 4rem;
  }

  .md\:last\:bag-pr-20:last-child {
    padding-right: 5rem;
  }

  .md\:last\:bag-pr-24:last-child {
    padding-right: 6rem;
  }

  .md\:last\:bag-pr-32:last-child {
    padding-right: 8rem;
  }

  .md\:last\:bag-pr-40:last-child {
    padding-right: 10rem;
  }

  .md\:last\:bag-pr-48:last-child {
    padding-right: 12rem;
  }

  .md\:last\:bag-pr-56:last-child {
    padding-right: 14rem;
  }

  .md\:last\:bag-pr-64:last-child {
    padding-right: 16rem;
  }

  .md\:last\:bag-pr-px:last-child {
    padding-right: 1px;
  }

  .md\:last\:bag-pr-gutter:last-child {
    padding-right: 1.5625rem;
  }

  .md\:last\:bag-pr-gutter-full:last-child {
    padding-right: 3.125rem;
  }

  .md\:last\:bag-pb-0:last-child {
    padding-bottom: 0;
  }

  .md\:last\:bag-pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .md\:last\:bag-pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .md\:last\:bag-pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .md\:last\:bag-pb-4:last-child {
    padding-bottom: 1rem;
  }

  .md\:last\:bag-pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .md\:last\:bag-pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .md\:last\:bag-pb-8:last-child {
    padding-bottom: 2rem;
  }

  .md\:last\:bag-pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .md\:last\:bag-pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .md\:last\:bag-pb-12:last-child {
    padding-bottom: 3rem;
  }

  .md\:last\:bag-pb-16:last-child {
    padding-bottom: 4rem;
  }

  .md\:last\:bag-pb-20:last-child {
    padding-bottom: 5rem;
  }

  .md\:last\:bag-pb-24:last-child {
    padding-bottom: 6rem;
  }

  .md\:last\:bag-pb-32:last-child {
    padding-bottom: 8rem;
  }

  .md\:last\:bag-pb-40:last-child {
    padding-bottom: 10rem;
  }

  .md\:last\:bag-pb-48:last-child {
    padding-bottom: 12rem;
  }

  .md\:last\:bag-pb-56:last-child {
    padding-bottom: 14rem;
  }

  .md\:last\:bag-pb-64:last-child {
    padding-bottom: 16rem;
  }

  .md\:last\:bag-pb-px:last-child {
    padding-bottom: 1px;
  }

  .md\:last\:bag-pb-gutter:last-child {
    padding-bottom: 1.5625rem;
  }

  .md\:last\:bag-pb-gutter-full:last-child {
    padding-bottom: 3.125rem;
  }

  .md\:last\:bag-pl-0:last-child {
    padding-left: 0;
  }

  .md\:last\:bag-pl-1:last-child {
    padding-left: 0.25rem;
  }

  .md\:last\:bag-pl-2:last-child {
    padding-left: 0.5rem;
  }

  .md\:last\:bag-pl-3:last-child {
    padding-left: 0.75rem;
  }

  .md\:last\:bag-pl-4:last-child {
    padding-left: 1rem;
  }

  .md\:last\:bag-pl-5:last-child {
    padding-left: 1.25rem;
  }

  .md\:last\:bag-pl-6:last-child {
    padding-left: 1.5rem;
  }

  .md\:last\:bag-pl-8:last-child {
    padding-left: 2rem;
  }

  .md\:last\:bag-pl-9:last-child {
    padding-left: 2.25rem;
  }

  .md\:last\:bag-pl-10:last-child {
    padding-left: 2.5rem;
  }

  .md\:last\:bag-pl-12:last-child {
    padding-left: 3rem;
  }

  .md\:last\:bag-pl-16:last-child {
    padding-left: 4rem;
  }

  .md\:last\:bag-pl-20:last-child {
    padding-left: 5rem;
  }

  .md\:last\:bag-pl-24:last-child {
    padding-left: 6rem;
  }

  .md\:last\:bag-pl-32:last-child {
    padding-left: 8rem;
  }

  .md\:last\:bag-pl-40:last-child {
    padding-left: 10rem;
  }

  .md\:last\:bag-pl-48:last-child {
    padding-left: 12rem;
  }

  .md\:last\:bag-pl-56:last-child {
    padding-left: 14rem;
  }

  .md\:last\:bag-pl-64:last-child {
    padding-left: 16rem;
  }

  .md\:last\:bag-pl-px:last-child {
    padding-left: 1px;
  }

  .md\:last\:bag-pl-gutter:last-child {
    padding-left: 1.5625rem;
  }

  .md\:last\:bag-pl-gutter-full:last-child {
    padding-left: 3.125rem;
  }

  .md\:bag-text-left {
    text-align: left;
  }

  .md\:bag-text-center {
    text-align: center;
  }

  .md\:bag-text-right {
    text-align: right;
  }

  .md\:bag-text-justify {
    text-align: justify;
  }

  .md\:bag-align-baseline {
    vertical-align: baseline;
  }

  .md\:bag-align-top {
    vertical-align: top;
  }

  .md\:bag-align-middle {
    vertical-align: middle;
  }

  .md\:bag-align-bottom {
    vertical-align: bottom;
  }

  .md\:bag-align-text-top {
    vertical-align: text-top;
  }

  .md\:bag-align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:bag-font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:bag-text-xs {
    font-size: 0.75rem;
  }

  .md\:bag-text-sm {
    font-size: 0.875rem;
  }

  .md\:bag-text-base {
    font-size: 1rem;
  }

  .md\:bag-text-lg {
    font-size: 1.125rem;
  }

  .md\:bag-text-xl {
    font-size: 1.5rem;
  }

  .md\:bag-text-2xl {
    font-size: 2rem;
  }

  .md\:bag-text-3xl {
    font-size: 2.25rem;
  }

  .md\:bag-text-4xl {
    font-size: 3rem;
  }

  .md\:bag-text-5xl {
    font-size: 4rem;
  }

  .md\:bag-font-light {
    font-weight: 300;
  }

  .md\:bag-font-normal {
    font-weight: 400;
  }

  .md\:bag-font-bold {
    font-weight: 700;
  }

  .md\:bag-uppercase {
    text-transform: uppercase;
  }

  .md\:bag-lowercase {
    text-transform: lowercase;
  }

  .md\:bag-capitalize {
    text-transform: capitalize;
  }

  .md\:bag-normal-case {
    text-transform: none;
  }

  .md\:bag-italic {
    font-style: italic;
  }

  .md\:bag-not-italic {
    font-style: normal;
  }

  .md\:bag-ordinal, .md\:bag-slashed-zero, .md\:bag-lining-nums, .md\:bag-oldstyle-nums, .md\:bag-proportional-nums, .md\:bag-tabular-nums, .md\:bag-diagonal-fractions, .md\:bag-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:bag-normal-nums {
    font-variant-numeric: normal;
  }

  .md\:bag-ordinal {
    --tw-ordinal: ordinal;
  }

  .md\:bag-slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:bag-lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .md\:bag-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:bag-proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:bag-tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:bag-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:bag-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:bag-leading-none {
    line-height: 1;
  }

  .md\:bag-leading-tight {
    line-height: 1.25;
  }

  .md\:bag-leading-snug {
    line-height: 1.375;
  }

  .md\:bag-leading-normal {
    line-height: 1.5;
  }

  .md\:bag-leading-relaxed {
    line-height: 1.625;
  }

  .md\:bag-leading-loose {
    line-height: 2;
  }

  .md\:bag-tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:bag-tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:bag-tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:bag-text-transparent {
    color: transparent;
  }

  .md\:bag-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:bag-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:bag-text-gray {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .md\:bag-text-darkGray {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-text-transparent {
    color: transparent;
  }

  .bag-group:hover .md\:group-hover\:bag-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-text-gray {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .bag-group:hover .md\:group-hover\:bag-text-darkGray {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus-within\:bag-text-transparent:focus-within {
    color: transparent;
  }

  .md\:focus-within\:bag-text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:bag-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:bag-text-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .md\:focus-within\:bag-text-darkGray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .md\:hover\:bag-text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:bag-text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:bag-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:bag-text-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .md\:hover\:bag-text-darkGray:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .md\:focus\:bag-text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:bag-text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:bag-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:bag-text-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .md\:focus\:bag-text-darkGray:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .md\:bag-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .md\:bag-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .md\:bag-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .md\:bag-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .md\:bag-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .md\:bag-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .md\:bag-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .md\:bag-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .md\:bag-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md\:bag-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .md\:bag-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .md\:bag-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .md\:bag-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .md\:bag-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .md\:bag-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .bag-group:hover .md\:group-hover\:bag-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:bag-text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:bag-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:bag-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:bag-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:bag-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:bag-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:bag-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:bag-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:bag-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:bag-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:bag-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:bag-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:bag-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:bag-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:bag-text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .md\:hover\:bag-text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .md\:hover\:bag-text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:bag-text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:bag-text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:bag-text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:bag-text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:bag-text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:bag-text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:bag-text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:bag-text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:bag-text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:bag-text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:bag-text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:bag-text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:bag-text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .md\:focus\:bag-text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .md\:focus\:bag-text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:bag-text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:bag-text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:bag-text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:bag-text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:bag-text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:bag-text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:bag-text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:bag-text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:bag-text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:bag-text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:bag-text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:bag-text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:bag-text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .md\:bag-underline {
    text-decoration: underline;
  }

  .md\:bag-line-through {
    text-decoration: line-through;
  }

  .md\:bag-no-underline {
    text-decoration: none;
  }

  .bag-group:hover .md\:group-hover\:bag-underline {
    text-decoration: underline;
  }

  .bag-group:hover .md\:group-hover\:bag-line-through {
    text-decoration: line-through;
  }

  .bag-group:hover .md\:group-hover\:bag-no-underline {
    text-decoration: none;
  }

  .md\:focus-within\:bag-underline:focus-within {
    text-decoration: underline;
  }

  .md\:focus-within\:bag-line-through:focus-within {
    text-decoration: line-through;
  }

  .md\:focus-within\:bag-no-underline:focus-within {
    text-decoration: none;
  }

  .md\:hover\:bag-underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:bag-line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:bag-no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:bag-underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:bag-line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:bag-no-underline:focus {
    text-decoration: none;
  }

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

  .md\:bag-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:bag-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:bag-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:bag-placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:bag-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-darkGray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-darkGray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-darkGray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:bag-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:bag-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:bag-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-darkGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-darkGray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:bag-placeholder-darkGray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .md\:bag-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:bag-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:bag-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:bag-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:bag-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:bag-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:bag-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:bag-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:bag-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:bag-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:bag-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:bag-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:bag-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:bag-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:bag-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:bag-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:bag-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:bag-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:bag-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:bag-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:bag-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:bag-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:bag-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:bag-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:bag-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:bag-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:bag-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:bag-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:bag-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:bag-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:bag-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:bag-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:bag-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:bag-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:bag-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:bag-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:bag-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:bag-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:bag-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:bag-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:bag-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:bag-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:bag-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:bag-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:bag-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:bag-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:bag-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:bag-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:bag-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:bag-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:bag-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:bag-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:bag-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:bag-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:bag-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:bag-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:bag-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:bag-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:bag-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:bag-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:bag-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:bag-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:bag-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:bag-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:bag-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:bag-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:bag-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:bag-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:bag-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:bag-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:bag-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:bag-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:bag-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:bag-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:bag-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:bag-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:bag-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:bag-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:bag-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:bag-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:bag-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:bag-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:bag-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:bag-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:bag-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:bag-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:bag-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:bag-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:bag-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:bag-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:bag-opacity-0 {
    opacity: 0;
  }

  .md\:bag-opacity-5 {
    opacity: 0.05;
  }

  .md\:bag-opacity-10 {
    opacity: 0.1;
  }

  .md\:bag-opacity-20 {
    opacity: 0.2;
  }

  .md\:bag-opacity-25 {
    opacity: 0.25;
  }

  .md\:bag-opacity-30 {
    opacity: 0.3;
  }

  .md\:bag-opacity-40 {
    opacity: 0.4;
  }

  .md\:bag-opacity-50 {
    opacity: 0.5;
  }

  .md\:bag-opacity-60 {
    opacity: 0.6;
  }

  .md\:bag-opacity-70 {
    opacity: 0.7;
  }

  .md\:bag-opacity-75 {
    opacity: 0.75;
  }

  .md\:bag-opacity-80 {
    opacity: 0.8;
  }

  .md\:bag-opacity-90 {
    opacity: 0.9;
  }

  .md\:bag-opacity-95 {
    opacity: 0.95;
  }

  .md\:bag-opacity-100 {
    opacity: 1;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-0 {
    opacity: 0;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-5 {
    opacity: 0.05;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-10 {
    opacity: 0.1;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-20 {
    opacity: 0.2;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-25 {
    opacity: 0.25;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-30 {
    opacity: 0.3;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-40 {
    opacity: 0.4;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-50 {
    opacity: 0.5;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-60 {
    opacity: 0.6;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-70 {
    opacity: 0.7;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-75 {
    opacity: 0.75;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-80 {
    opacity: 0.8;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-90 {
    opacity: 0.9;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-95 {
    opacity: 0.95;
  }

  .bag-group:hover .md\:group-hover\:bag-opacity-100 {
    opacity: 1;
  }

  .md\:focus-within\:bag-opacity-0:focus-within {
    opacity: 0;
  }

  .md\:focus-within\:bag-opacity-5:focus-within {
    opacity: 0.05;
  }

  .md\:focus-within\:bag-opacity-10:focus-within {
    opacity: 0.1;
  }

  .md\:focus-within\:bag-opacity-20:focus-within {
    opacity: 0.2;
  }

  .md\:focus-within\:bag-opacity-25:focus-within {
    opacity: 0.25;
  }

  .md\:focus-within\:bag-opacity-30:focus-within {
    opacity: 0.3;
  }

  .md\:focus-within\:bag-opacity-40:focus-within {
    opacity: 0.4;
  }

  .md\:focus-within\:bag-opacity-50:focus-within {
    opacity: 0.5;
  }

  .md\:focus-within\:bag-opacity-60:focus-within {
    opacity: 0.6;
  }

  .md\:focus-within\:bag-opacity-70:focus-within {
    opacity: 0.7;
  }

  .md\:focus-within\:bag-opacity-75:focus-within {
    opacity: 0.75;
  }

  .md\:focus-within\:bag-opacity-80:focus-within {
    opacity: 0.8;
  }

  .md\:focus-within\:bag-opacity-90:focus-within {
    opacity: 0.9;
  }

  .md\:focus-within\:bag-opacity-95:focus-within {
    opacity: 0.95;
  }

  .md\:focus-within\:bag-opacity-100:focus-within {
    opacity: 1;
  }

  .md\:hover\:bag-opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:bag-opacity-5:hover {
    opacity: 0.05;
  }

  .md\:hover\:bag-opacity-10:hover {
    opacity: 0.1;
  }

  .md\:hover\:bag-opacity-20:hover {
    opacity: 0.2;
  }

  .md\:hover\:bag-opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:bag-opacity-30:hover {
    opacity: 0.3;
  }

  .md\:hover\:bag-opacity-40:hover {
    opacity: 0.4;
  }

  .md\:hover\:bag-opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:bag-opacity-60:hover {
    opacity: 0.6;
  }

  .md\:hover\:bag-opacity-70:hover {
    opacity: 0.7;
  }

  .md\:hover\:bag-opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:bag-opacity-80:hover {
    opacity: 0.8;
  }

  .md\:hover\:bag-opacity-90:hover {
    opacity: 0.9;
  }

  .md\:hover\:bag-opacity-95:hover {
    opacity: 0.95;
  }

  .md\:hover\:bag-opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:bag-opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:bag-opacity-5:focus {
    opacity: 0.05;
  }

  .md\:focus\:bag-opacity-10:focus {
    opacity: 0.1;
  }

  .md\:focus\:bag-opacity-20:focus {
    opacity: 0.2;
  }

  .md\:focus\:bag-opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:bag-opacity-30:focus {
    opacity: 0.3;
  }

  .md\:focus\:bag-opacity-40:focus {
    opacity: 0.4;
  }

  .md\:focus\:bag-opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:bag-opacity-60:focus {
    opacity: 0.6;
  }

  .md\:focus\:bag-opacity-70:focus {
    opacity: 0.7;
  }

  .md\:focus\:bag-opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:bag-opacity-80:focus {
    opacity: 0.8;
  }

  .md\:focus\:bag-opacity-90:focus {
    opacity: 0.9;
  }

  .md\:focus\:bag-opacity-95:focus {
    opacity: 0.95;
  }

  .md\:focus\:bag-opacity-100:focus {
    opacity: 1;
  }

  .md\:bag-bg-blend-normal {
    background-blend-mode: normal;
  }

  .md\:bag-bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .md\:bag-bg-blend-screen {
    background-blend-mode: screen;
  }

  .md\:bag-bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .md\:bag-bg-blend-darken {
    background-blend-mode: darken;
  }

  .md\:bag-bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .md\:bag-bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md\:bag-bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .md\:bag-bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .md\:bag-bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .md\:bag-bg-blend-difference {
    background-blend-mode: difference;
  }

  .md\:bag-bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .md\:bag-bg-blend-hue {
    background-blend-mode: hue;
  }

  .md\:bag-bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .md\:bag-bg-blend-color {
    background-blend-mode: color;
  }

  .md\:bag-bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .md\:bag-mix-blend-normal {
    mix-blend-mode: normal;
  }

  .md\:bag-mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .md\:bag-mix-blend-screen {
    mix-blend-mode: screen;
  }

  .md\:bag-mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .md\:bag-mix-blend-darken {
    mix-blend-mode: darken;
  }

  .md\:bag-mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .md\:bag-mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md\:bag-mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .md\:bag-mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .md\:bag-mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .md\:bag-mix-blend-difference {
    mix-blend-mode: difference;
  }

  .md\:bag-mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .md\:bag-mix-blend-hue {
    mix-blend-mode: hue;
  }

  .md\:bag-mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .md\:bag-mix-blend-color {
    mix-blend-mode: color;
  }

  .md\:bag-mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .md\:bag-shadow-default {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bag-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bag-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bag-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bag-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bag-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bag-shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bag-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .md\:group-hover\:bag-shadow-default {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .md\:group-hover\:bag-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .md\:group-hover\:bag-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .md\:group-hover\:bag-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .md\:group-hover\:bag-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .md\:group-hover\:bag-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .md\:group-hover\:bag-shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .md\:group-hover\:bag-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:bag-shadow-default:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:bag-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:bag-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:bag-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:bag-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:bag-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:bag-shadow-outline:focus-within {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:bag-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bag-shadow-default:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bag-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bag-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bag-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bag-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bag-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bag-shadow-outline:hover {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bag-shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:bag-shadow-default:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:bag-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:bag-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:bag-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:bag-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:bag-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:bag-shadow-outline:focus {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:bag-shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:bag-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:bag-outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:bag-outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:bag-outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:bag-outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:bag-outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:bag-outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:bag-outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:bag-outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:bag-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:bag-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:bag-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:bag-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:bag-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:bag-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:bag-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:bag-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:bag-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:bag-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:bag-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:bag-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:bag-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:bag-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:bag-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:bag-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:bag-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:bag-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:bag-ring-inset {
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:bag-ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md\:focus\:bag-ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md\:bag-ring-transparent {
    --tw-ring-color: transparent;
  }

  .md\:bag-ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:bag-ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:bag-ring-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .md\:bag-ring-darkGray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:bag-ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:bag-ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:bag-ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:bag-ring-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .md\:focus-within\:bag-ring-darkGray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .md\:focus\:bag-ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .md\:focus\:bag-ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:bag-ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:bag-ring-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .md\:focus\:bag-ring-darkGray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .md\:bag-ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .md\:bag-ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .md\:bag-ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .md\:bag-ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .md\:bag-ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .md\:bag-ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .md\:bag-ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .md\:bag-ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .md\:bag-ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .md\:bag-ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .md\:bag-ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .md\:bag-ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .md\:bag-ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .md\:bag-ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .md\:bag-ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:bag-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:bag-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:bag-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:bag-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:bag-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:bag-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:bag-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:bag-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:bag-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:bag-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:bag-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:bag-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:bag-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:bag-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:bag-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .md\:focus\:bag-ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .md\:focus\:bag-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:bag-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:bag-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:bag-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:bag-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:bag-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:bag-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:bag-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:bag-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:bag-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:bag-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:bag-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:bag-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:bag-ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .md\:bag-ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .md\:bag-ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .md\:bag-ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .md\:bag-ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .md\:bag-ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:bag-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:bag-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:bag-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:bag-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:bag-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:bag-ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:bag-ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:bag-ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:bag-ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:bag-ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .md\:bag-ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .md\:bag-ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .md\:bag-ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md\:bag-ring-offset-gray {
    --tw-ring-offset-color: #d1d1d1;
  }

  .md\:bag-ring-offset-darkGray {
    --tw-ring-offset-color: #717171;
  }

  .md\:focus-within\:bag-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:bag-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:bag-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:bag-ring-offset-gray:focus-within {
    --tw-ring-offset-color: #d1d1d1;
  }

  .md\:focus-within\:bag-ring-offset-darkGray:focus-within {
    --tw-ring-offset-color: #717171;
  }

  .md\:focus\:bag-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:bag-ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:bag-ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:bag-ring-offset-gray:focus {
    --tw-ring-offset-color: #d1d1d1;
  }

  .md\:focus\:bag-ring-offset-darkGray:focus {
    --tw-ring-offset-color: #717171;
  }

  .md\:bag-filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:bag-filter-none {
    filter: none;
  }

  .md\:bag-blur-0 {
    --tw-blur: blur(0);
  }

  .md\:bag-blur-none {
    --tw-blur: blur(0);
  }

  .md\:bag-blur-sm {
    --tw-blur: blur(4px);
  }

  .md\:bag-blur {
    --tw-blur: blur(8px);
  }

  .md\:bag-blur-md {
    --tw-blur: blur(12px);
  }

  .md\:bag-blur-lg {
    --tw-blur: blur(16px);
  }

  .md\:bag-blur-xl {
    --tw-blur: blur(24px);
  }

  .md\:bag-blur-2xl {
    --tw-blur: blur(40px);
  }

  .md\:bag-blur-3xl {
    --tw-blur: blur(64px);
  }

  .md\:bag-brightness-0 {
    --tw-brightness: brightness(0);
  }

  .md\:bag-brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .md\:bag-brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .md\:bag-brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .md\:bag-brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .md\:bag-brightness-100 {
    --tw-brightness: brightness(1);
  }

  .md\:bag-brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .md\:bag-brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .md\:bag-brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .md\:bag-brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .md\:bag-brightness-200 {
    --tw-brightness: brightness(2);
  }

  .md\:bag-contrast-0 {
    --tw-contrast: contrast(0);
  }

  .md\:bag-contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .md\:bag-contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .md\:bag-contrast-100 {
    --tw-contrast: contrast(1);
  }

  .md\:bag-contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .md\:bag-contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .md\:bag-contrast-200 {
    --tw-contrast: contrast(2);
  }

  .md\:bag-drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .md\:bag-drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .md\:bag-drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .md\:bag-drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .md\:bag-drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .md\:bag-drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .md\:bag-drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md\:bag-grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .md\:bag-grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .md\:bag-hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:bag-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:bag-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:bag-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:bag-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:bag-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:bag--hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .md\:bag--hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .md\:bag--hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .md\:bag--hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .md\:bag--hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .md\:bag-invert-0 {
    --tw-invert: invert(0);
  }

  .md\:bag-invert {
    --tw-invert: invert(100%);
  }

  .md\:bag-saturate-0 {
    --tw-saturate: saturate(0);
  }

  .md\:bag-saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .md\:bag-saturate-100 {
    --tw-saturate: saturate(1);
  }

  .md\:bag-saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .md\:bag-saturate-200 {
    --tw-saturate: saturate(2);
  }

  .md\:bag-sepia-0 {
    --tw-sepia: sepia(0);
  }

  .md\:bag-sepia {
    --tw-sepia: sepia(100%);
  }

  .md\:bag-backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:bag-backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md\:bag-backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .md\:bag-backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .md\:bag-backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .md\:bag-backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .md\:bag-backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .md\:bag-backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .md\:bag-backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .md\:bag-backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .md\:bag-backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .md\:bag-backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:bag-backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:bag-backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:bag-backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:bag-backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:bag-backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:bag-backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:bag-backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:bag-backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:bag-backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:bag-backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:bag-backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:bag-backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:bag-backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:bag-backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:bag-backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:bag-backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:bag-backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:bag-backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:bag-backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:bag-backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:bag-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:bag-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:bag-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:bag-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:bag-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:bag--backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .md\:bag--backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .md\:bag--backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .md\:bag--backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .md\:bag--backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .md\:bag-backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .md\:bag-backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .md\:bag-backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:bag-backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md\:bag-backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .md\:bag-backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md\:bag-backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:bag-backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md\:bag-backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md\:bag-backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md\:bag-backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md\:bag-backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md\:bag-backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:bag-backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .md\:bag-backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md\:bag-backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md\:bag-backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .md\:bag-backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:bag-backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:bag-backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:bag-backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:bag-backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:bag-backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:bag-backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .md\:bag-transition-none {
    transition-property: none;
  }

  .md\:bag-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:bag-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:bag-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:bag-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:bag-transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:bag-transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:bag-delay-75 {
    transition-delay: 75ms;
  }

  .md\:bag-delay-100 {
    transition-delay: 100ms;
  }

  .md\:bag-delay-150 {
    transition-delay: 150ms;
  }

  .md\:bag-delay-200 {
    transition-delay: 200ms;
  }

  .md\:bag-delay-300 {
    transition-delay: 300ms;
  }

  .md\:bag-delay-500 {
    transition-delay: 500ms;
  }

  .md\:bag-delay-700 {
    transition-delay: 700ms;
  }

  .md\:bag-delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:bag-duration-75 {
    transition-duration: 75ms;
  }

  .md\:bag-duration-100 {
    transition-duration: 100ms;
  }

  .md\:bag-duration-150 {
    transition-duration: 150ms;
  }

  .md\:bag-duration-200 {
    transition-duration: 200ms;
  }

  .md\:bag-duration-300 {
    transition-duration: 300ms;
  }

  .md\:bag-duration-500 {
    transition-duration: 500ms;
  }

  .md\:bag-duration-700 {
    transition-duration: 700ms;
  }

  .md\:bag-duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:bag-ease-linear {
    transition-timing-function: linear;
  }

  .md\:bag-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:bag-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:bag-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1024px) {
  .lg\:bag-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

  @media (min-width: 640px) {
    .lg\:bag-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:bag-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:bag-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1270px) {
    .lg\:bag-container {
      max-width: 1270px;
    }
  }

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

  .lg\:bag-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .lg\:focus-within\:bag-not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .lg\:focus\:bag-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:bag-pointer-events-none {
    pointer-events: none;
  }

  .lg\:bag-pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:bag-visible {
    visibility: visible;
  }

  .lg\:bag-invisible {
    visibility: hidden;
  }

  .lg\:bag-static {
    position: static;
  }

  .lg\:bag-fixed {
    position: fixed;
  }

  .lg\:bag-absolute {
    position: absolute;
  }

  .lg\:bag-relative {
    position: relative;
  }

  .lg\:bag-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:bag-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:bag-inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:bag-inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:bag-inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:bag-inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:bag-inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:bag-inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:bag-inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:bag-inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:bag-inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:bag-inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:bag-inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:bag-inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:bag-inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:bag-inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:bag-inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:bag-inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:bag-inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:bag-inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:bag-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:bag-inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:bag-inset-gutter {
    top: 1.5625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: 1.5625rem;
  }

  .lg\:bag-inset-gutter-full {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .lg\:bag--inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:bag--inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:bag--inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:bag--inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:bag--inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:bag--inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:bag--inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:bag--inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:bag--inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:bag--inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:bag--inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:bag--inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:bag--inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:bag--inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:bag--inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:bag--inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:bag--inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:bag--inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:bag--inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:bag--inset-gutter {
    top: -1.5625rem;
    right: -1.5625rem;
    bottom: -1.5625rem;
    left: -1.5625rem;
  }

  .lg\:bag--inset-gutter-full {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .lg\:bag-inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:bag-inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:bag-inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:bag-inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:bag-inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:bag-inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:bag-inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:bag--inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:bag--inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:bag--inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:bag--inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:bag--inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:bag--inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:bag--inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:bag-inset-x-0 {
    left: 0;
    right: 0;
  }

  .lg\:bag-inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:bag-inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:bag-inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:bag-inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lg\:bag-inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:bag-inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:bag-inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lg\:bag-inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg\:bag-inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg\:bag-inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lg\:bag-inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .lg\:bag-inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .lg\:bag-inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .lg\:bag-inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lg\:bag-inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lg\:bag-inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .lg\:bag-inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lg\:bag-inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lg\:bag-inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:bag-inset-x-px {
    left: 1px;
    right: 1px;
  }

  .lg\:bag-inset-x-gutter {
    left: 1.5625rem;
    right: 1.5625rem;
  }

  .lg\:bag-inset-x-gutter-full {
    left: 3.125rem;
    right: 3.125rem;
  }

  .lg\:bag--inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:bag--inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:bag--inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:bag--inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lg\:bag--inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:bag--inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:bag--inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lg\:bag--inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg\:bag--inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg\:bag--inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lg\:bag--inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .lg\:bag--inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .lg\:bag--inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .lg\:bag--inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lg\:bag--inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lg\:bag--inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .lg\:bag--inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lg\:bag--inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lg\:bag--inset-x-px {
    left: -1px;
    right: -1px;
  }

  .lg\:bag--inset-x-gutter {
    left: -1.5625rem;
    right: -1.5625rem;
  }

  .lg\:bag--inset-x-gutter-full {
    left: -3.125rem;
    right: -3.125rem;
  }

  .lg\:bag-inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg\:bag-inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:bag-inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:bag-inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg\:bag-inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:bag-inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg\:bag-inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg\:bag--inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg\:bag--inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:bag--inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:bag--inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg\:bag--inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg\:bag--inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg\:bag--inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg\:bag-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:bag-inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:bag-inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:bag-inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:bag-inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:bag-inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:bag-inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:bag-inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:bag-inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:bag-inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:bag-inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:bag-inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:bag-inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:bag-inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:bag-inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:bag-inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:bag-inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:bag-inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:bag-inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:bag-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:bag-inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:bag-inset-y-gutter {
    top: 1.5625rem;
    bottom: 1.5625rem;
  }

  .lg\:bag-inset-y-gutter-full {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .lg\:bag--inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:bag--inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:bag--inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:bag--inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:bag--inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:bag--inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:bag--inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:bag--inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:bag--inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:bag--inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:bag--inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:bag--inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:bag--inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:bag--inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:bag--inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:bag--inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:bag--inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:bag--inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:bag--inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:bag--inset-y-gutter {
    top: -1.5625rem;
    bottom: -1.5625rem;
  }

  .lg\:bag--inset-y-gutter-full {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .lg\:bag-inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:bag-inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:bag-inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:bag-inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:bag-inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:bag-inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:bag-inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:bag--inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:bag--inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:bag--inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:bag--inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:bag--inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:bag--inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:bag--inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:bag-top-0 {
    top: 0;
  }

  .lg\:bag-top-1 {
    top: 0.25rem;
  }

  .lg\:bag-top-2 {
    top: 0.5rem;
  }

  .lg\:bag-top-3 {
    top: 0.75rem;
  }

  .lg\:bag-top-4 {
    top: 1rem;
  }

  .lg\:bag-top-5 {
    top: 1.25rem;
  }

  .lg\:bag-top-6 {
    top: 1.5rem;
  }

  .lg\:bag-top-8 {
    top: 2rem;
  }

  .lg\:bag-top-9 {
    top: 2.25rem;
  }

  .lg\:bag-top-10 {
    top: 2.5rem;
  }

  .lg\:bag-top-12 {
    top: 3rem;
  }

  .lg\:bag-top-16 {
    top: 4rem;
  }

  .lg\:bag-top-20 {
    top: 5rem;
  }

  .lg\:bag-top-24 {
    top: 6rem;
  }

  .lg\:bag-top-32 {
    top: 8rem;
  }

  .lg\:bag-top-40 {
    top: 10rem;
  }

  .lg\:bag-top-48 {
    top: 12rem;
  }

  .lg\:bag-top-56 {
    top: 14rem;
  }

  .lg\:bag-top-64 {
    top: 16rem;
  }

  .lg\:bag-top-auto {
    top: auto;
  }

  .lg\:bag-top-px {
    top: 1px;
  }

  .lg\:bag-top-gutter {
    top: 1.5625rem;
  }

  .lg\:bag-top-gutter-full {
    top: 3.125rem;
  }

  .lg\:bag--top-1 {
    top: -0.25rem;
  }

  .lg\:bag--top-2 {
    top: -0.5rem;
  }

  .lg\:bag--top-3 {
    top: -0.75rem;
  }

  .lg\:bag--top-4 {
    top: -1rem;
  }

  .lg\:bag--top-5 {
    top: -1.25rem;
  }

  .lg\:bag--top-6 {
    top: -1.5rem;
  }

  .lg\:bag--top-8 {
    top: -2rem;
  }

  .lg\:bag--top-9 {
    top: -2.25rem;
  }

  .lg\:bag--top-10 {
    top: -2.5rem;
  }

  .lg\:bag--top-12 {
    top: -3rem;
  }

  .lg\:bag--top-16 {
    top: -4rem;
  }

  .lg\:bag--top-20 {
    top: -5rem;
  }

  .lg\:bag--top-24 {
    top: -6rem;
  }

  .lg\:bag--top-32 {
    top: -8rem;
  }

  .lg\:bag--top-40 {
    top: -10rem;
  }

  .lg\:bag--top-48 {
    top: -12rem;
  }

  .lg\:bag--top-56 {
    top: -14rem;
  }

  .lg\:bag--top-64 {
    top: -16rem;
  }

  .lg\:bag--top-px {
    top: -1px;
  }

  .lg\:bag--top-gutter {
    top: -1.5625rem;
  }

  .lg\:bag--top-gutter-full {
    top: -3.125rem;
  }

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

  .lg\:bag-top-1\/3 {
    top: 33.333333%;
  }

  .lg\:bag-top-2\/3 {
    top: 66.666667%;
  }

  .lg\:bag-top-1\/4 {
    top: 25%;
  }

  .lg\:bag-top-2\/4 {
    top: 50%;
  }

  .lg\:bag-top-3\/4 {
    top: 75%;
  }

  .lg\:bag-top-full {
    top: 100%;
  }

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

  .lg\:bag--top-1\/3 {
    top: -33.333333%;
  }

  .lg\:bag--top-2\/3 {
    top: -66.666667%;
  }

  .lg\:bag--top-1\/4 {
    top: -25%;
  }

  .lg\:bag--top-2\/4 {
    top: -50%;
  }

  .lg\:bag--top-3\/4 {
    top: -75%;
  }

  .lg\:bag--top-full {
    top: -100%;
  }

  .lg\:bag-right-0 {
    right: 0;
  }

  .lg\:bag-right-1 {
    right: 0.25rem;
  }

  .lg\:bag-right-2 {
    right: 0.5rem;
  }

  .lg\:bag-right-3 {
    right: 0.75rem;
  }

  .lg\:bag-right-4 {
    right: 1rem;
  }

  .lg\:bag-right-5 {
    right: 1.25rem;
  }

  .lg\:bag-right-6 {
    right: 1.5rem;
  }

  .lg\:bag-right-8 {
    right: 2rem;
  }

  .lg\:bag-right-9 {
    right: 2.25rem;
  }

  .lg\:bag-right-10 {
    right: 2.5rem;
  }

  .lg\:bag-right-12 {
    right: 3rem;
  }

  .lg\:bag-right-16 {
    right: 4rem;
  }

  .lg\:bag-right-20 {
    right: 5rem;
  }

  .lg\:bag-right-24 {
    right: 6rem;
  }

  .lg\:bag-right-32 {
    right: 8rem;
  }

  .lg\:bag-right-40 {
    right: 10rem;
  }

  .lg\:bag-right-48 {
    right: 12rem;
  }

  .lg\:bag-right-56 {
    right: 14rem;
  }

  .lg\:bag-right-64 {
    right: 16rem;
  }

  .lg\:bag-right-auto {
    right: auto;
  }

  .lg\:bag-right-px {
    right: 1px;
  }

  .lg\:bag-right-gutter {
    right: 1.5625rem;
  }

  .lg\:bag-right-gutter-full {
    right: 3.125rem;
  }

  .lg\:bag--right-1 {
    right: -0.25rem;
  }

  .lg\:bag--right-2 {
    right: -0.5rem;
  }

  .lg\:bag--right-3 {
    right: -0.75rem;
  }

  .lg\:bag--right-4 {
    right: -1rem;
  }

  .lg\:bag--right-5 {
    right: -1.25rem;
  }

  .lg\:bag--right-6 {
    right: -1.5rem;
  }

  .lg\:bag--right-8 {
    right: -2rem;
  }

  .lg\:bag--right-9 {
    right: -2.25rem;
  }

  .lg\:bag--right-10 {
    right: -2.5rem;
  }

  .lg\:bag--right-12 {
    right: -3rem;
  }

  .lg\:bag--right-16 {
    right: -4rem;
  }

  .lg\:bag--right-20 {
    right: -5rem;
  }

  .lg\:bag--right-24 {
    right: -6rem;
  }

  .lg\:bag--right-32 {
    right: -8rem;
  }

  .lg\:bag--right-40 {
    right: -10rem;
  }

  .lg\:bag--right-48 {
    right: -12rem;
  }

  .lg\:bag--right-56 {
    right: -14rem;
  }

  .lg\:bag--right-64 {
    right: -16rem;
  }

  .lg\:bag--right-px {
    right: -1px;
  }

  .lg\:bag--right-gutter {
    right: -1.5625rem;
  }

  .lg\:bag--right-gutter-full {
    right: -3.125rem;
  }

  .lg\:bag-right-1\/2 {
    right: 50%;
  }

  .lg\:bag-right-1\/3 {
    right: 33.333333%;
  }

  .lg\:bag-right-2\/3 {
    right: 66.666667%;
  }

  .lg\:bag-right-1\/4 {
    right: 25%;
  }

  .lg\:bag-right-2\/4 {
    right: 50%;
  }

  .lg\:bag-right-3\/4 {
    right: 75%;
  }

  .lg\:bag-right-full {
    right: 100%;
  }

  .lg\:bag--right-1\/2 {
    right: -50%;
  }

  .lg\:bag--right-1\/3 {
    right: -33.333333%;
  }

  .lg\:bag--right-2\/3 {
    right: -66.666667%;
  }

  .lg\:bag--right-1\/4 {
    right: -25%;
  }

  .lg\:bag--right-2\/4 {
    right: -50%;
  }

  .lg\:bag--right-3\/4 {
    right: -75%;
  }

  .lg\:bag--right-full {
    right: -100%;
  }

  .lg\:bag-bottom-0 {
    bottom: 0;
  }

  .lg\:bag-bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:bag-bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:bag-bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bag-bottom-4 {
    bottom: 1rem;
  }

  .lg\:bag-bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bag-bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:bag-bottom-8 {
    bottom: 2rem;
  }

  .lg\:bag-bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:bag-bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bag-bottom-12 {
    bottom: 3rem;
  }

  .lg\:bag-bottom-16 {
    bottom: 4rem;
  }

  .lg\:bag-bottom-20 {
    bottom: 5rem;
  }

  .lg\:bag-bottom-24 {
    bottom: 6rem;
  }

  .lg\:bag-bottom-32 {
    bottom: 8rem;
  }

  .lg\:bag-bottom-40 {
    bottom: 10rem;
  }

  .lg\:bag-bottom-48 {
    bottom: 12rem;
  }

  .lg\:bag-bottom-56 {
    bottom: 14rem;
  }

  .lg\:bag-bottom-64 {
    bottom: 16rem;
  }

  .lg\:bag-bottom-auto {
    bottom: auto;
  }

  .lg\:bag-bottom-px {
    bottom: 1px;
  }

  .lg\:bag-bottom-gutter {
    bottom: 1.5625rem;
  }

  .lg\:bag-bottom-gutter-full {
    bottom: 3.125rem;
  }

  .lg\:bag--bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:bag--bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:bag--bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:bag--bottom-4 {
    bottom: -1rem;
  }

  .lg\:bag--bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:bag--bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:bag--bottom-8 {
    bottom: -2rem;
  }

  .lg\:bag--bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:bag--bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:bag--bottom-12 {
    bottom: -3rem;
  }

  .lg\:bag--bottom-16 {
    bottom: -4rem;
  }

  .lg\:bag--bottom-20 {
    bottom: -5rem;
  }

  .lg\:bag--bottom-24 {
    bottom: -6rem;
  }

  .lg\:bag--bottom-32 {
    bottom: -8rem;
  }

  .lg\:bag--bottom-40 {
    bottom: -10rem;
  }

  .lg\:bag--bottom-48 {
    bottom: -12rem;
  }

  .lg\:bag--bottom-56 {
    bottom: -14rem;
  }

  .lg\:bag--bottom-64 {
    bottom: -16rem;
  }

  .lg\:bag--bottom-px {
    bottom: -1px;
  }

  .lg\:bag--bottom-gutter {
    bottom: -1.5625rem;
  }

  .lg\:bag--bottom-gutter-full {
    bottom: -3.125rem;
  }

  .lg\:bag-bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:bag-bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:bag-bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:bag-bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:bag-bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:bag-bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:bag-bottom-full {
    bottom: 100%;
  }

  .lg\:bag--bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:bag--bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:bag--bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:bag--bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:bag--bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:bag--bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:bag--bottom-full {
    bottom: -100%;
  }

  .lg\:bag-left-0 {
    left: 0;
  }

  .lg\:bag-left-1 {
    left: 0.25rem;
  }

  .lg\:bag-left-2 {
    left: 0.5rem;
  }

  .lg\:bag-left-3 {
    left: 0.75rem;
  }

  .lg\:bag-left-4 {
    left: 1rem;
  }

  .lg\:bag-left-5 {
    left: 1.25rem;
  }

  .lg\:bag-left-6 {
    left: 1.5rem;
  }

  .lg\:bag-left-8 {
    left: 2rem;
  }

  .lg\:bag-left-9 {
    left: 2.25rem;
  }

  .lg\:bag-left-10 {
    left: 2.5rem;
  }

  .lg\:bag-left-12 {
    left: 3rem;
  }

  .lg\:bag-left-16 {
    left: 4rem;
  }

  .lg\:bag-left-20 {
    left: 5rem;
  }

  .lg\:bag-left-24 {
    left: 6rem;
  }

  .lg\:bag-left-32 {
    left: 8rem;
  }

  .lg\:bag-left-40 {
    left: 10rem;
  }

  .lg\:bag-left-48 {
    left: 12rem;
  }

  .lg\:bag-left-56 {
    left: 14rem;
  }

  .lg\:bag-left-64 {
    left: 16rem;
  }

  .lg\:bag-left-auto {
    left: auto;
  }

  .lg\:bag-left-px {
    left: 1px;
  }

  .lg\:bag-left-gutter {
    left: 1.5625rem;
  }

  .lg\:bag-left-gutter-full {
    left: 3.125rem;
  }

  .lg\:bag--left-1 {
    left: -0.25rem;
  }

  .lg\:bag--left-2 {
    left: -0.5rem;
  }

  .lg\:bag--left-3 {
    left: -0.75rem;
  }

  .lg\:bag--left-4 {
    left: -1rem;
  }

  .lg\:bag--left-5 {
    left: -1.25rem;
  }

  .lg\:bag--left-6 {
    left: -1.5rem;
  }

  .lg\:bag--left-8 {
    left: -2rem;
  }

  .lg\:bag--left-9 {
    left: -2.25rem;
  }

  .lg\:bag--left-10 {
    left: -2.5rem;
  }

  .lg\:bag--left-12 {
    left: -3rem;
  }

  .lg\:bag--left-16 {
    left: -4rem;
  }

  .lg\:bag--left-20 {
    left: -5rem;
  }

  .lg\:bag--left-24 {
    left: -6rem;
  }

  .lg\:bag--left-32 {
    left: -8rem;
  }

  .lg\:bag--left-40 {
    left: -10rem;
  }

  .lg\:bag--left-48 {
    left: -12rem;
  }

  .lg\:bag--left-56 {
    left: -14rem;
  }

  .lg\:bag--left-64 {
    left: -16rem;
  }

  .lg\:bag--left-px {
    left: -1px;
  }

  .lg\:bag--left-gutter {
    left: -1.5625rem;
  }

  .lg\:bag--left-gutter-full {
    left: -3.125rem;
  }

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

  .lg\:bag-left-1\/3 {
    left: 33.333333%;
  }

  .lg\:bag-left-2\/3 {
    left: 66.666667%;
  }

  .lg\:bag-left-1\/4 {
    left: 25%;
  }

  .lg\:bag-left-2\/4 {
    left: 50%;
  }

  .lg\:bag-left-3\/4 {
    left: 75%;
  }

  .lg\:bag-left-full {
    left: 100%;
  }

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

  .lg\:bag--left-1\/3 {
    left: -33.333333%;
  }

  .lg\:bag--left-2\/3 {
    left: -66.666667%;
  }

  .lg\:bag--left-1\/4 {
    left: -25%;
  }

  .lg\:bag--left-2\/4 {
    left: -50%;
  }

  .lg\:bag--left-3\/4 {
    left: -75%;
  }

  .lg\:bag--left-full {
    left: -100%;
  }

  .lg\:bag-isolate {
    isolation: isolate;
  }

  .lg\:bag-isolation-auto {
    isolation: auto;
  }

  .lg\:bag-z-0 {
    z-index: 0;
  }

  .lg\:bag-z-10 {
    z-index: 10;
  }

  .lg\:bag-z-20 {
    z-index: 20;
  }

  .lg\:bag-z-30 {
    z-index: 30;
  }

  .lg\:bag-z-40 {
    z-index: 40;
  }

  .lg\:bag-z-50 {
    z-index: 50;
  }

  .lg\:bag-z-99 {
    z-index: 99;
  }

  .lg\:bag--z-1 {
    z-index: -1;
  }

  .lg\:bag-z-auto {
    z-index: auto;
  }

  .lg\:focus-within\:bag-z-0:focus-within {
    z-index: 0;
  }

  .lg\:focus-within\:bag-z-10:focus-within {
    z-index: 10;
  }

  .lg\:focus-within\:bag-z-20:focus-within {
    z-index: 20;
  }

  .lg\:focus-within\:bag-z-30:focus-within {
    z-index: 30;
  }

  .lg\:focus-within\:bag-z-40:focus-within {
    z-index: 40;
  }

  .lg\:focus-within\:bag-z-50:focus-within {
    z-index: 50;
  }

  .lg\:focus-within\:bag-z-99:focus-within {
    z-index: 99;
  }

  .lg\:focus-within\:bag--z-1:focus-within {
    z-index: -1;
  }

  .lg\:focus-within\:bag-z-auto:focus-within {
    z-index: auto;
  }

  .lg\:focus\:bag-z-0:focus {
    z-index: 0;
  }

  .lg\:focus\:bag-z-10:focus {
    z-index: 10;
  }

  .lg\:focus\:bag-z-20:focus {
    z-index: 20;
  }

  .lg\:focus\:bag-z-30:focus {
    z-index: 30;
  }

  .lg\:focus\:bag-z-40:focus {
    z-index: 40;
  }

  .lg\:focus\:bag-z-50:focus {
    z-index: 50;
  }

  .lg\:focus\:bag-z-99:focus {
    z-index: 99;
  }

  .lg\:focus\:bag--z-1:focus {
    z-index: -1;
  }

  .lg\:focus\:bag-z-auto:focus {
    z-index: auto;
  }

  .lg\:bag-order-1 {
    order: 1;
  }

  .lg\:bag-order-2 {
    order: 2;
  }

  .lg\:bag-order-3 {
    order: 3;
  }

  .lg\:bag-order-4 {
    order: 4;
  }

  .lg\:bag-order-5 {
    order: 5;
  }

  .lg\:bag-order-6 {
    order: 6;
  }

  .lg\:bag-order-7 {
    order: 7;
  }

  .lg\:bag-order-8 {
    order: 8;
  }

  .lg\:bag-order-9 {
    order: 9;
  }

  .lg\:bag-order-10 {
    order: 10;
  }

  .lg\:bag-order-11 {
    order: 11;
  }

  .lg\:bag-order-12 {
    order: 12;
  }

  .lg\:bag-order-first {
    order: -9999;
  }

  .lg\:bag-order-last {
    order: 9999;
  }

  .lg\:bag-order-none {
    order: 0;
  }

  .lg\:bag-col-auto {
    grid-column: auto;
  }

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

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

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

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

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

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

  .lg\:bag-col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:bag-col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:bag-col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:bag-col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:bag-col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:bag-col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .lg\:bag-col-start-1 {
    grid-column-start: 1;
  }

  .lg\:bag-col-start-2 {
    grid-column-start: 2;
  }

  .lg\:bag-col-start-3 {
    grid-column-start: 3;
  }

  .lg\:bag-col-start-4 {
    grid-column-start: 4;
  }

  .lg\:bag-col-start-5 {
    grid-column-start: 5;
  }

  .lg\:bag-col-start-6 {
    grid-column-start: 6;
  }

  .lg\:bag-col-start-7 {
    grid-column-start: 7;
  }

  .lg\:bag-col-start-8 {
    grid-column-start: 8;
  }

  .lg\:bag-col-start-9 {
    grid-column-start: 9;
  }

  .lg\:bag-col-start-10 {
    grid-column-start: 10;
  }

  .lg\:bag-col-start-11 {
    grid-column-start: 11;
  }

  .lg\:bag-col-start-12 {
    grid-column-start: 12;
  }

  .lg\:bag-col-start-13 {
    grid-column-start: 13;
  }

  .lg\:bag-col-start-auto {
    grid-column-start: auto;
  }

  .lg\:bag-col-end-1 {
    grid-column-end: 1;
  }

  .lg\:bag-col-end-2 {
    grid-column-end: 2;
  }

  .lg\:bag-col-end-3 {
    grid-column-end: 3;
  }

  .lg\:bag-col-end-4 {
    grid-column-end: 4;
  }

  .lg\:bag-col-end-5 {
    grid-column-end: 5;
  }

  .lg\:bag-col-end-6 {
    grid-column-end: 6;
  }

  .lg\:bag-col-end-7 {
    grid-column-end: 7;
  }

  .lg\:bag-col-end-8 {
    grid-column-end: 8;
  }

  .lg\:bag-col-end-9 {
    grid-column-end: 9;
  }

  .lg\:bag-col-end-10 {
    grid-column-end: 10;
  }

  .lg\:bag-col-end-11 {
    grid-column-end: 11;
  }

  .lg\:bag-col-end-12 {
    grid-column-end: 12;
  }

  .lg\:bag-col-end-13 {
    grid-column-end: 13;
  }

  .lg\:bag-col-end-auto {
    grid-column-end: auto;
  }

  .lg\:bag-row-auto {
    grid-row: auto;
  }

  .lg\:bag-row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:bag-row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:bag-row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:bag-row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:bag-row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:bag-row-span-6 {
    grid-row: span 6 / span 6;
  }

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

  .lg\:bag-row-start-1 {
    grid-row-start: 1;
  }

  .lg\:bag-row-start-2 {
    grid-row-start: 2;
  }

  .lg\:bag-row-start-3 {
    grid-row-start: 3;
  }

  .lg\:bag-row-start-4 {
    grid-row-start: 4;
  }

  .lg\:bag-row-start-5 {
    grid-row-start: 5;
  }

  .lg\:bag-row-start-6 {
    grid-row-start: 6;
  }

  .lg\:bag-row-start-7 {
    grid-row-start: 7;
  }

  .lg\:bag-row-start-auto {
    grid-row-start: auto;
  }

  .lg\:bag-row-end-1 {
    grid-row-end: 1;
  }

  .lg\:bag-row-end-2 {
    grid-row-end: 2;
  }

  .lg\:bag-row-end-3 {
    grid-row-end: 3;
  }

  .lg\:bag-row-end-4 {
    grid-row-end: 4;
  }

  .lg\:bag-row-end-5 {
    grid-row-end: 5;
  }

  .lg\:bag-row-end-6 {
    grid-row-end: 6;
  }

  .lg\:bag-row-end-7 {
    grid-row-end: 7;
  }

  .lg\:bag-row-end-auto {
    grid-row-end: auto;
  }

  .lg\:bag-float-right {
    float: right;
  }

  .lg\:bag-float-left {
    float: left;
  }

  .lg\:bag-float-none {
    float: none;
  }

  .lg\:bag-clear-left {
    clear: left;
  }

  .lg\:bag-clear-right {
    clear: right;
  }

  .lg\:bag-clear-both {
    clear: both;
  }

  .lg\:bag-clear-none {
    clear: none;
  }

  .lg\:bag-m-0 {
    margin: 0;
  }

  .lg\:bag-m-1 {
    margin: 0.25rem;
  }

  .lg\:bag-m-2 {
    margin: 0.5rem;
  }

  .lg\:bag-m-3 {
    margin: 0.75rem;
  }

  .lg\:bag-m-4 {
    margin: 1rem;
  }

  .lg\:bag-m-5 {
    margin: 1.25rem;
  }

  .lg\:bag-m-6 {
    margin: 1.5rem;
  }

  .lg\:bag-m-8 {
    margin: 2rem;
  }

  .lg\:bag-m-9 {
    margin: 2.25rem;
  }

  .lg\:bag-m-10 {
    margin: 2.5rem;
  }

  .lg\:bag-m-12 {
    margin: 3rem;
  }

  .lg\:bag-m-16 {
    margin: 4rem;
  }

  .lg\:bag-m-20 {
    margin: 5rem;
  }

  .lg\:bag-m-24 {
    margin: 6rem;
  }

  .lg\:bag-m-32 {
    margin: 8rem;
  }

  .lg\:bag-m-40 {
    margin: 10rem;
  }

  .lg\:bag-m-48 {
    margin: 12rem;
  }

  .lg\:bag-m-56 {
    margin: 14rem;
  }

  .lg\:bag-m-64 {
    margin: 16rem;
  }

  .lg\:bag-m-auto {
    margin: auto;
  }

  .lg\:bag-m-px {
    margin: 1px;
  }

  .lg\:bag-m-gutter {
    margin: 1.5625rem;
  }

  .lg\:bag-m-gutter-full {
    margin: 3.125rem;
  }

  .lg\:bag--m-1 {
    margin: -0.25rem;
  }

  .lg\:bag--m-2 {
    margin: -0.5rem;
  }

  .lg\:bag--m-3 {
    margin: -0.75rem;
  }

  .lg\:bag--m-4 {
    margin: -1rem;
  }

  .lg\:bag--m-5 {
    margin: -1.25rem;
  }

  .lg\:bag--m-6 {
    margin: -1.5rem;
  }

  .lg\:bag--m-8 {
    margin: -2rem;
  }

  .lg\:bag--m-9 {
    margin: -2.25rem;
  }

  .lg\:bag--m-10 {
    margin: -2.5rem;
  }

  .lg\:bag--m-12 {
    margin: -3rem;
  }

  .lg\:bag--m-16 {
    margin: -4rem;
  }

  .lg\:bag--m-20 {
    margin: -5rem;
  }

  .lg\:bag--m-24 {
    margin: -6rem;
  }

  .lg\:bag--m-32 {
    margin: -8rem;
  }

  .lg\:bag--m-40 {
    margin: -10rem;
  }

  .lg\:bag--m-48 {
    margin: -12rem;
  }

  .lg\:bag--m-56 {
    margin: -14rem;
  }

  .lg\:bag--m-64 {
    margin: -16rem;
  }

  .lg\:bag--m-px {
    margin: -1px;
  }

  .lg\:bag--m-gutter {
    margin: -1.5625rem;
  }

  .lg\:bag--m-gutter-full {
    margin: -3.125rem;
  }

  .lg\:first\:bag-m-0:first-child {
    margin: 0;
  }

  .lg\:first\:bag-m-1:first-child {
    margin: 0.25rem;
  }

  .lg\:first\:bag-m-2:first-child {
    margin: 0.5rem;
  }

  .lg\:first\:bag-m-3:first-child {
    margin: 0.75rem;
  }

  .lg\:first\:bag-m-4:first-child {
    margin: 1rem;
  }

  .lg\:first\:bag-m-5:first-child {
    margin: 1.25rem;
  }

  .lg\:first\:bag-m-6:first-child {
    margin: 1.5rem;
  }

  .lg\:first\:bag-m-8:first-child {
    margin: 2rem;
  }

  .lg\:first\:bag-m-9:first-child {
    margin: 2.25rem;
  }

  .lg\:first\:bag-m-10:first-child {
    margin: 2.5rem;
  }

  .lg\:first\:bag-m-12:first-child {
    margin: 3rem;
  }

  .lg\:first\:bag-m-16:first-child {
    margin: 4rem;
  }

  .lg\:first\:bag-m-20:first-child {
    margin: 5rem;
  }

  .lg\:first\:bag-m-24:first-child {
    margin: 6rem;
  }

  .lg\:first\:bag-m-32:first-child {
    margin: 8rem;
  }

  .lg\:first\:bag-m-40:first-child {
    margin: 10rem;
  }

  .lg\:first\:bag-m-48:first-child {
    margin: 12rem;
  }

  .lg\:first\:bag-m-56:first-child {
    margin: 14rem;
  }

  .lg\:first\:bag-m-64:first-child {
    margin: 16rem;
  }

  .lg\:first\:bag-m-auto:first-child {
    margin: auto;
  }

  .lg\:first\:bag-m-px:first-child {
    margin: 1px;
  }

  .lg\:first\:bag-m-gutter:first-child {
    margin: 1.5625rem;
  }

  .lg\:first\:bag-m-gutter-full:first-child {
    margin: 3.125rem;
  }

  .lg\:first\:bag--m-1:first-child {
    margin: -0.25rem;
  }

  .lg\:first\:bag--m-2:first-child {
    margin: -0.5rem;
  }

  .lg\:first\:bag--m-3:first-child {
    margin: -0.75rem;
  }

  .lg\:first\:bag--m-4:first-child {
    margin: -1rem;
  }

  .lg\:first\:bag--m-5:first-child {
    margin: -1.25rem;
  }

  .lg\:first\:bag--m-6:first-child {
    margin: -1.5rem;
  }

  .lg\:first\:bag--m-8:first-child {
    margin: -2rem;
  }

  .lg\:first\:bag--m-9:first-child {
    margin: -2.25rem;
  }

  .lg\:first\:bag--m-10:first-child {
    margin: -2.5rem;
  }

  .lg\:first\:bag--m-12:first-child {
    margin: -3rem;
  }

  .lg\:first\:bag--m-16:first-child {
    margin: -4rem;
  }

  .lg\:first\:bag--m-20:first-child {
    margin: -5rem;
  }

  .lg\:first\:bag--m-24:first-child {
    margin: -6rem;
  }

  .lg\:first\:bag--m-32:first-child {
    margin: -8rem;
  }

  .lg\:first\:bag--m-40:first-child {
    margin: -10rem;
  }

  .lg\:first\:bag--m-48:first-child {
    margin: -12rem;
  }

  .lg\:first\:bag--m-56:first-child {
    margin: -14rem;
  }

  .lg\:first\:bag--m-64:first-child {
    margin: -16rem;
  }

  .lg\:first\:bag--m-px:first-child {
    margin: -1px;
  }

  .lg\:first\:bag--m-gutter:first-child {
    margin: -1.5625rem;
  }

  .lg\:first\:bag--m-gutter-full:first-child {
    margin: -3.125rem;
  }

  .lg\:last\:bag-m-0:last-child {
    margin: 0;
  }

  .lg\:last\:bag-m-1:last-child {
    margin: 0.25rem;
  }

  .lg\:last\:bag-m-2:last-child {
    margin: 0.5rem;
  }

  .lg\:last\:bag-m-3:last-child {
    margin: 0.75rem;
  }

  .lg\:last\:bag-m-4:last-child {
    margin: 1rem;
  }

  .lg\:last\:bag-m-5:last-child {
    margin: 1.25rem;
  }

  .lg\:last\:bag-m-6:last-child {
    margin: 1.5rem;
  }

  .lg\:last\:bag-m-8:last-child {
    margin: 2rem;
  }

  .lg\:last\:bag-m-9:last-child {
    margin: 2.25rem;
  }

  .lg\:last\:bag-m-10:last-child {
    margin: 2.5rem;
  }

  .lg\:last\:bag-m-12:last-child {
    margin: 3rem;
  }

  .lg\:last\:bag-m-16:last-child {
    margin: 4rem;
  }

  .lg\:last\:bag-m-20:last-child {
    margin: 5rem;
  }

  .lg\:last\:bag-m-24:last-child {
    margin: 6rem;
  }

  .lg\:last\:bag-m-32:last-child {
    margin: 8rem;
  }

  .lg\:last\:bag-m-40:last-child {
    margin: 10rem;
  }

  .lg\:last\:bag-m-48:last-child {
    margin: 12rem;
  }

  .lg\:last\:bag-m-56:last-child {
    margin: 14rem;
  }

  .lg\:last\:bag-m-64:last-child {
    margin: 16rem;
  }

  .lg\:last\:bag-m-auto:last-child {
    margin: auto;
  }

  .lg\:last\:bag-m-px:last-child {
    margin: 1px;
  }

  .lg\:last\:bag-m-gutter:last-child {
    margin: 1.5625rem;
  }

  .lg\:last\:bag-m-gutter-full:last-child {
    margin: 3.125rem;
  }

  .lg\:last\:bag--m-1:last-child {
    margin: -0.25rem;
  }

  .lg\:last\:bag--m-2:last-child {
    margin: -0.5rem;
  }

  .lg\:last\:bag--m-3:last-child {
    margin: -0.75rem;
  }

  .lg\:last\:bag--m-4:last-child {
    margin: -1rem;
  }

  .lg\:last\:bag--m-5:last-child {
    margin: -1.25rem;
  }

  .lg\:last\:bag--m-6:last-child {
    margin: -1.5rem;
  }

  .lg\:last\:bag--m-8:last-child {
    margin: -2rem;
  }

  .lg\:last\:bag--m-9:last-child {
    margin: -2.25rem;
  }

  .lg\:last\:bag--m-10:last-child {
    margin: -2.5rem;
  }

  .lg\:last\:bag--m-12:last-child {
    margin: -3rem;
  }

  .lg\:last\:bag--m-16:last-child {
    margin: -4rem;
  }

  .lg\:last\:bag--m-20:last-child {
    margin: -5rem;
  }

  .lg\:last\:bag--m-24:last-child {
    margin: -6rem;
  }

  .lg\:last\:bag--m-32:last-child {
    margin: -8rem;
  }

  .lg\:last\:bag--m-40:last-child {
    margin: -10rem;
  }

  .lg\:last\:bag--m-48:last-child {
    margin: -12rem;
  }

  .lg\:last\:bag--m-56:last-child {
    margin: -14rem;
  }

  .lg\:last\:bag--m-64:last-child {
    margin: -16rem;
  }

  .lg\:last\:bag--m-px:last-child {
    margin: -1px;
  }

  .lg\:last\:bag--m-gutter:last-child {
    margin: -1.5625rem;
  }

  .lg\:last\:bag--m-gutter-full:last-child {
    margin: -3.125rem;
  }

  .lg\:bag-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:bag-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:bag-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:bag-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:bag-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:bag-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:bag-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:bag-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:bag-mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:bag-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:bag-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:bag-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:bag-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:bag-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:bag-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:bag-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:bag-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:bag-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:bag-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:bag-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:bag-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:bag-mx-gutter {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:bag-mx-gutter-full {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:bag--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:bag--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:bag--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:bag--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:bag--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:bag--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:bag--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:bag--mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:bag--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:bag--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:bag--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:bag--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:bag--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:bag--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:bag--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:bag--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:bag--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:bag--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:bag--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:bag--mx-gutter {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:bag--mx-gutter-full {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:bag-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:bag-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

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

  .lg\:bag-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:bag-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:bag-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:bag-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:bag-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:bag-my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:bag-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:bag-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:bag-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:bag-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:bag-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:bag-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:bag-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:bag-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:bag-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:bag-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:bag-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:bag-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:bag-my-gutter {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:bag-my-gutter-full {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:bag--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

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

  .lg\:bag--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:bag--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:bag--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:bag--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:bag--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:bag--my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:bag--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:bag--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:bag--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:bag--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:bag--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:bag--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:bag--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:bag--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:bag--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:bag--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:bag--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:bag--my-gutter {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:bag--my-gutter-full {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:first\:bag-mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:first\:bag-mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:first\:bag-mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:first\:bag-mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:first\:bag-mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:first\:bag-mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:first\:bag-mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:first\:bag-mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:first\:bag-mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:first\:bag-mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:first\:bag-mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:first\:bag-mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:first\:bag-mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:first\:bag-mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:first\:bag-mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:first\:bag-mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:first\:bag-mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:first\:bag-mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:first\:bag-mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:first\:bag-mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:first\:bag-mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:first\:bag-mx-gutter:first-child {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:first\:bag-mx-gutter-full:first-child {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:first\:bag--mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:first\:bag--mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:first\:bag--mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:first\:bag--mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:first\:bag--mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:first\:bag--mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:first\:bag--mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:first\:bag--mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:first\:bag--mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:first\:bag--mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:first\:bag--mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:first\:bag--mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:first\:bag--mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:first\:bag--mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:first\:bag--mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:first\:bag--mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:first\:bag--mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:first\:bag--mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:first\:bag--mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:first\:bag--mx-gutter:first-child {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:first\:bag--mx-gutter-full:first-child {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:first\:bag-my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:first\:bag-my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:first\:bag-my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:first\:bag-my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:first\:bag-my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:first\:bag-my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:first\:bag-my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:first\:bag-my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:first\:bag-my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:first\:bag-my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:first\:bag-my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:first\:bag-my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:first\:bag-my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:first\:bag-my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:first\:bag-my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:first\:bag-my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:first\:bag-my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:first\:bag-my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:first\:bag-my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:first\:bag-my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:first\:bag-my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:first\:bag-my-gutter:first-child {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:first\:bag-my-gutter-full:first-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:first\:bag--my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:first\:bag--my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:first\:bag--my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:first\:bag--my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:first\:bag--my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:first\:bag--my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:first\:bag--my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:first\:bag--my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:first\:bag--my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:first\:bag--my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:first\:bag--my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:first\:bag--my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:first\:bag--my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:first\:bag--my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:first\:bag--my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:first\:bag--my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:first\:bag--my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:first\:bag--my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:first\:bag--my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:first\:bag--my-gutter:first-child {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:first\:bag--my-gutter-full:first-child {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:last\:bag-mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:bag-mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:last\:bag-mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:last\:bag-mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:last\:bag-mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:last\:bag-mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:last\:bag-mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:last\:bag-mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:last\:bag-mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:last\:bag-mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:last\:bag-mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:last\:bag-mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:last\:bag-mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:last\:bag-mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:last\:bag-mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:last\:bag-mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:last\:bag-mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:last\:bag-mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:last\:bag-mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:last\:bag-mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:bag-mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:last\:bag-mx-gutter:last-child {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .lg\:last\:bag-mx-gutter-full:last-child {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:last\:bag--mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:last\:bag--mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:last\:bag--mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:last\:bag--mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:last\:bag--mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:last\:bag--mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:last\:bag--mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:last\:bag--mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:last\:bag--mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:last\:bag--mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:last\:bag--mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:last\:bag--mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:last\:bag--mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:last\:bag--mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:last\:bag--mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:last\:bag--mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:last\:bag--mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:last\:bag--mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:last\:bag--mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:last\:bag--mx-gutter:last-child {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .lg\:last\:bag--mx-gutter-full:last-child {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:last\:bag-my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:bag-my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:last\:bag-my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:last\:bag-my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:last\:bag-my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:last\:bag-my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:last\:bag-my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:last\:bag-my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:last\:bag-my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:last\:bag-my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:last\:bag-my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:last\:bag-my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:last\:bag-my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:last\:bag-my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:last\:bag-my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:last\:bag-my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:last\:bag-my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:last\:bag-my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:last\:bag-my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:last\:bag-my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:bag-my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:last\:bag-my-gutter:last-child {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .lg\:last\:bag-my-gutter-full:last-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:last\:bag--my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:last\:bag--my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:last\:bag--my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:last\:bag--my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:last\:bag--my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:last\:bag--my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:last\:bag--my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:last\:bag--my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:last\:bag--my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:last\:bag--my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:last\:bag--my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:last\:bag--my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:last\:bag--my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:last\:bag--my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:last\:bag--my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:last\:bag--my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:last\:bag--my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:last\:bag--my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:last\:bag--my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:last\:bag--my-gutter:last-child {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .lg\:last\:bag--my-gutter-full:last-child {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:bag-mt-0 {
    margin-top: 0;
  }

  .lg\:bag-mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:bag-mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:bag-mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:bag-mt-4 {
    margin-top: 1rem;
  }

  .lg\:bag-mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:bag-mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:bag-mt-8 {
    margin-top: 2rem;
  }

  .lg\:bag-mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:bag-mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:bag-mt-12 {
    margin-top: 3rem;
  }

  .lg\:bag-mt-16 {
    margin-top: 4rem;
  }

  .lg\:bag-mt-20 {
    margin-top: 5rem;
  }

  .lg\:bag-mt-24 {
    margin-top: 6rem;
  }

  .lg\:bag-mt-32 {
    margin-top: 8rem;
  }

  .lg\:bag-mt-40 {
    margin-top: 10rem;
  }

  .lg\:bag-mt-48 {
    margin-top: 12rem;
  }

  .lg\:bag-mt-56 {
    margin-top: 14rem;
  }

  .lg\:bag-mt-64 {
    margin-top: 16rem;
  }

  .lg\:bag-mt-auto {
    margin-top: auto;
  }

  .lg\:bag-mt-px {
    margin-top: 1px;
  }

  .lg\:bag-mt-gutter {
    margin-top: 1.5625rem;
  }

  .lg\:bag-mt-gutter-full {
    margin-top: 3.125rem;
  }

  .lg\:bag--mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:bag--mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:bag--mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:bag--mt-4 {
    margin-top: -1rem;
  }

  .lg\:bag--mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:bag--mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:bag--mt-8 {
    margin-top: -2rem;
  }

  .lg\:bag--mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:bag--mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:bag--mt-12 {
    margin-top: -3rem;
  }

  .lg\:bag--mt-16 {
    margin-top: -4rem;
  }

  .lg\:bag--mt-20 {
    margin-top: -5rem;
  }

  .lg\:bag--mt-24 {
    margin-top: -6rem;
  }

  .lg\:bag--mt-32 {
    margin-top: -8rem;
  }

  .lg\:bag--mt-40 {
    margin-top: -10rem;
  }

  .lg\:bag--mt-48 {
    margin-top: -12rem;
  }

  .lg\:bag--mt-56 {
    margin-top: -14rem;
  }

  .lg\:bag--mt-64 {
    margin-top: -16rem;
  }

  .lg\:bag--mt-px {
    margin-top: -1px;
  }

  .lg\:bag--mt-gutter {
    margin-top: -1.5625rem;
  }

  .lg\:bag--mt-gutter-full {
    margin-top: -3.125rem;
  }

  .lg\:bag-mr-0 {
    margin-right: 0;
  }

  .lg\:bag-mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:bag-mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:bag-mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:bag-mr-4 {
    margin-right: 1rem;
  }

  .lg\:bag-mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:bag-mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:bag-mr-8 {
    margin-right: 2rem;
  }

  .lg\:bag-mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:bag-mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:bag-mr-12 {
    margin-right: 3rem;
  }

  .lg\:bag-mr-16 {
    margin-right: 4rem;
  }

  .lg\:bag-mr-20 {
    margin-right: 5rem;
  }

  .lg\:bag-mr-24 {
    margin-right: 6rem;
  }

  .lg\:bag-mr-32 {
    margin-right: 8rem;
  }

  .lg\:bag-mr-40 {
    margin-right: 10rem;
  }

  .lg\:bag-mr-48 {
    margin-right: 12rem;
  }

  .lg\:bag-mr-56 {
    margin-right: 14rem;
  }

  .lg\:bag-mr-64 {
    margin-right: 16rem;
  }

  .lg\:bag-mr-auto {
    margin-right: auto;
  }

  .lg\:bag-mr-px {
    margin-right: 1px;
  }

  .lg\:bag-mr-gutter {
    margin-right: 1.5625rem;
  }

  .lg\:bag-mr-gutter-full {
    margin-right: 3.125rem;
  }

  .lg\:bag--mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:bag--mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:bag--mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:bag--mr-4 {
    margin-right: -1rem;
  }

  .lg\:bag--mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:bag--mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:bag--mr-8 {
    margin-right: -2rem;
  }

  .lg\:bag--mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:bag--mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:bag--mr-12 {
    margin-right: -3rem;
  }

  .lg\:bag--mr-16 {
    margin-right: -4rem;
  }

  .lg\:bag--mr-20 {
    margin-right: -5rem;
  }

  .lg\:bag--mr-24 {
    margin-right: -6rem;
  }

  .lg\:bag--mr-32 {
    margin-right: -8rem;
  }

  .lg\:bag--mr-40 {
    margin-right: -10rem;
  }

  .lg\:bag--mr-48 {
    margin-right: -12rem;
  }

  .lg\:bag--mr-56 {
    margin-right: -14rem;
  }

  .lg\:bag--mr-64 {
    margin-right: -16rem;
  }

  .lg\:bag--mr-px {
    margin-right: -1px;
  }

  .lg\:bag--mr-gutter {
    margin-right: -1.5625rem;
  }

  .lg\:bag--mr-gutter-full {
    margin-right: -3.125rem;
  }

  .lg\:bag-mb-0 {
    margin-bottom: 0;
  }

  .lg\:bag-mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:bag-mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:bag-mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:bag-mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:bag-mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:bag-mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:bag-mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:bag-mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:bag-mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:bag-mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:bag-mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:bag-mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:bag-mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:bag-mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:bag-mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:bag-mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:bag-mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:bag-mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:bag-mb-auto {
    margin-bottom: auto;
  }

  .lg\:bag-mb-px {
    margin-bottom: 1px;
  }

  .lg\:bag-mb-gutter {
    margin-bottom: 1.5625rem;
  }

  .lg\:bag-mb-gutter-full {
    margin-bottom: 3.125rem;
  }

  .lg\:bag--mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:bag--mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:bag--mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:bag--mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:bag--mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:bag--mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:bag--mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:bag--mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:bag--mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:bag--mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:bag--mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:bag--mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:bag--mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:bag--mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:bag--mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:bag--mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:bag--mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:bag--mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:bag--mb-px {
    margin-bottom: -1px;
  }

  .lg\:bag--mb-gutter {
    margin-bottom: -1.5625rem;
  }

  .lg\:bag--mb-gutter-full {
    margin-bottom: -3.125rem;
  }

  .lg\:bag-ml-0 {
    margin-left: 0;
  }

  .lg\:bag-ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:bag-ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:bag-ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:bag-ml-4 {
    margin-left: 1rem;
  }

  .lg\:bag-ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:bag-ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:bag-ml-8 {
    margin-left: 2rem;
  }

  .lg\:bag-ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:bag-ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:bag-ml-12 {
    margin-left: 3rem;
  }

  .lg\:bag-ml-16 {
    margin-left: 4rem;
  }

  .lg\:bag-ml-20 {
    margin-left: 5rem;
  }

  .lg\:bag-ml-24 {
    margin-left: 6rem;
  }

  .lg\:bag-ml-32 {
    margin-left: 8rem;
  }

  .lg\:bag-ml-40 {
    margin-left: 10rem;
  }

  .lg\:bag-ml-48 {
    margin-left: 12rem;
  }

  .lg\:bag-ml-56 {
    margin-left: 14rem;
  }

  .lg\:bag-ml-64 {
    margin-left: 16rem;
  }

  .lg\:bag-ml-auto {
    margin-left: auto;
  }

  .lg\:bag-ml-px {
    margin-left: 1px;
  }

  .lg\:bag-ml-gutter {
    margin-left: 1.5625rem;
  }

  .lg\:bag-ml-gutter-full {
    margin-left: 3.125rem;
  }

  .lg\:bag--ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:bag--ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:bag--ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:bag--ml-4 {
    margin-left: -1rem;
  }

  .lg\:bag--ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:bag--ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:bag--ml-8 {
    margin-left: -2rem;
  }

  .lg\:bag--ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:bag--ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:bag--ml-12 {
    margin-left: -3rem;
  }

  .lg\:bag--ml-16 {
    margin-left: -4rem;
  }

  .lg\:bag--ml-20 {
    margin-left: -5rem;
  }

  .lg\:bag--ml-24 {
    margin-left: -6rem;
  }

  .lg\:bag--ml-32 {
    margin-left: -8rem;
  }

  .lg\:bag--ml-40 {
    margin-left: -10rem;
  }

  .lg\:bag--ml-48 {
    margin-left: -12rem;
  }

  .lg\:bag--ml-56 {
    margin-left: -14rem;
  }

  .lg\:bag--ml-64 {
    margin-left: -16rem;
  }

  .lg\:bag--ml-px {
    margin-left: -1px;
  }

  .lg\:bag--ml-gutter {
    margin-left: -1.5625rem;
  }

  .lg\:bag--ml-gutter-full {
    margin-left: -3.125rem;
  }

  .lg\:first\:bag-mt-0:first-child {
    margin-top: 0;
  }

  .lg\:first\:bag-mt-1:first-child {
    margin-top: 0.25rem;
  }

  .lg\:first\:bag-mt-2:first-child {
    margin-top: 0.5rem;
  }

  .lg\:first\:bag-mt-3:first-child {
    margin-top: 0.75rem;
  }

  .lg\:first\:bag-mt-4:first-child {
    margin-top: 1rem;
  }

  .lg\:first\:bag-mt-5:first-child {
    margin-top: 1.25rem;
  }

  .lg\:first\:bag-mt-6:first-child {
    margin-top: 1.5rem;
  }

  .lg\:first\:bag-mt-8:first-child {
    margin-top: 2rem;
  }

  .lg\:first\:bag-mt-9:first-child {
    margin-top: 2.25rem;
  }

  .lg\:first\:bag-mt-10:first-child {
    margin-top: 2.5rem;
  }

  .lg\:first\:bag-mt-12:first-child {
    margin-top: 3rem;
  }

  .lg\:first\:bag-mt-16:first-child {
    margin-top: 4rem;
  }

  .lg\:first\:bag-mt-20:first-child {
    margin-top: 5rem;
  }

  .lg\:first\:bag-mt-24:first-child {
    margin-top: 6rem;
  }

  .lg\:first\:bag-mt-32:first-child {
    margin-top: 8rem;
  }

  .lg\:first\:bag-mt-40:first-child {
    margin-top: 10rem;
  }

  .lg\:first\:bag-mt-48:first-child {
    margin-top: 12rem;
  }

  .lg\:first\:bag-mt-56:first-child {
    margin-top: 14rem;
  }

  .lg\:first\:bag-mt-64:first-child {
    margin-top: 16rem;
  }

  .lg\:first\:bag-mt-auto:first-child {
    margin-top: auto;
  }

  .lg\:first\:bag-mt-px:first-child {
    margin-top: 1px;
  }

  .lg\:first\:bag-mt-gutter:first-child {
    margin-top: 1.5625rem;
  }

  .lg\:first\:bag-mt-gutter-full:first-child {
    margin-top: 3.125rem;
  }

  .lg\:first\:bag--mt-1:first-child {
    margin-top: -0.25rem;
  }

  .lg\:first\:bag--mt-2:first-child {
    margin-top: -0.5rem;
  }

  .lg\:first\:bag--mt-3:first-child {
    margin-top: -0.75rem;
  }

  .lg\:first\:bag--mt-4:first-child {
    margin-top: -1rem;
  }

  .lg\:first\:bag--mt-5:first-child {
    margin-top: -1.25rem;
  }

  .lg\:first\:bag--mt-6:first-child {
    margin-top: -1.5rem;
  }

  .lg\:first\:bag--mt-8:first-child {
    margin-top: -2rem;
  }

  .lg\:first\:bag--mt-9:first-child {
    margin-top: -2.25rem;
  }

  .lg\:first\:bag--mt-10:first-child {
    margin-top: -2.5rem;
  }

  .lg\:first\:bag--mt-12:first-child {
    margin-top: -3rem;
  }

  .lg\:first\:bag--mt-16:first-child {
    margin-top: -4rem;
  }

  .lg\:first\:bag--mt-20:first-child {
    margin-top: -5rem;
  }

  .lg\:first\:bag--mt-24:first-child {
    margin-top: -6rem;
  }

  .lg\:first\:bag--mt-32:first-child {
    margin-top: -8rem;
  }

  .lg\:first\:bag--mt-40:first-child {
    margin-top: -10rem;
  }

  .lg\:first\:bag--mt-48:first-child {
    margin-top: -12rem;
  }

  .lg\:first\:bag--mt-56:first-child {
    margin-top: -14rem;
  }

  .lg\:first\:bag--mt-64:first-child {
    margin-top: -16rem;
  }

  .lg\:first\:bag--mt-px:first-child {
    margin-top: -1px;
  }

  .lg\:first\:bag--mt-gutter:first-child {
    margin-top: -1.5625rem;
  }

  .lg\:first\:bag--mt-gutter-full:first-child {
    margin-top: -3.125rem;
  }

  .lg\:first\:bag-mr-0:first-child {
    margin-right: 0;
  }

  .lg\:first\:bag-mr-1:first-child {
    margin-right: 0.25rem;
  }

  .lg\:first\:bag-mr-2:first-child {
    margin-right: 0.5rem;
  }

  .lg\:first\:bag-mr-3:first-child {
    margin-right: 0.75rem;
  }

  .lg\:first\:bag-mr-4:first-child {
    margin-right: 1rem;
  }

  .lg\:first\:bag-mr-5:first-child {
    margin-right: 1.25rem;
  }

  .lg\:first\:bag-mr-6:first-child {
    margin-right: 1.5rem;
  }

  .lg\:first\:bag-mr-8:first-child {
    margin-right: 2rem;
  }

  .lg\:first\:bag-mr-9:first-child {
    margin-right: 2.25rem;
  }

  .lg\:first\:bag-mr-10:first-child {
    margin-right: 2.5rem;
  }

  .lg\:first\:bag-mr-12:first-child {
    margin-right: 3rem;
  }

  .lg\:first\:bag-mr-16:first-child {
    margin-right: 4rem;
  }

  .lg\:first\:bag-mr-20:first-child {
    margin-right: 5rem;
  }

  .lg\:first\:bag-mr-24:first-child {
    margin-right: 6rem;
  }

  .lg\:first\:bag-mr-32:first-child {
    margin-right: 8rem;
  }

  .lg\:first\:bag-mr-40:first-child {
    margin-right: 10rem;
  }

  .lg\:first\:bag-mr-48:first-child {
    margin-right: 12rem;
  }

  .lg\:first\:bag-mr-56:first-child {
    margin-right: 14rem;
  }

  .lg\:first\:bag-mr-64:first-child {
    margin-right: 16rem;
  }

  .lg\:first\:bag-mr-auto:first-child {
    margin-right: auto;
  }

  .lg\:first\:bag-mr-px:first-child {
    margin-right: 1px;
  }

  .lg\:first\:bag-mr-gutter:first-child {
    margin-right: 1.5625rem;
  }

  .lg\:first\:bag-mr-gutter-full:first-child {
    margin-right: 3.125rem;
  }

  .lg\:first\:bag--mr-1:first-child {
    margin-right: -0.25rem;
  }

  .lg\:first\:bag--mr-2:first-child {
    margin-right: -0.5rem;
  }

  .lg\:first\:bag--mr-3:first-child {
    margin-right: -0.75rem;
  }

  .lg\:first\:bag--mr-4:first-child {
    margin-right: -1rem;
  }

  .lg\:first\:bag--mr-5:first-child {
    margin-right: -1.25rem;
  }

  .lg\:first\:bag--mr-6:first-child {
    margin-right: -1.5rem;
  }

  .lg\:first\:bag--mr-8:first-child {
    margin-right: -2rem;
  }

  .lg\:first\:bag--mr-9:first-child {
    margin-right: -2.25rem;
  }

  .lg\:first\:bag--mr-10:first-child {
    margin-right: -2.5rem;
  }

  .lg\:first\:bag--mr-12:first-child {
    margin-right: -3rem;
  }

  .lg\:first\:bag--mr-16:first-child {
    margin-right: -4rem;
  }

  .lg\:first\:bag--mr-20:first-child {
    margin-right: -5rem;
  }

  .lg\:first\:bag--mr-24:first-child {
    margin-right: -6rem;
  }

  .lg\:first\:bag--mr-32:first-child {
    margin-right: -8rem;
  }

  .lg\:first\:bag--mr-40:first-child {
    margin-right: -10rem;
  }

  .lg\:first\:bag--mr-48:first-child {
    margin-right: -12rem;
  }

  .lg\:first\:bag--mr-56:first-child {
    margin-right: -14rem;
  }

  .lg\:first\:bag--mr-64:first-child {
    margin-right: -16rem;
  }

  .lg\:first\:bag--mr-px:first-child {
    margin-right: -1px;
  }

  .lg\:first\:bag--mr-gutter:first-child {
    margin-right: -1.5625rem;
  }

  .lg\:first\:bag--mr-gutter-full:first-child {
    margin-right: -3.125rem;
  }

  .lg\:first\:bag-mb-0:first-child {
    margin-bottom: 0;
  }

  .lg\:first\:bag-mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .lg\:first\:bag-mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .lg\:first\:bag-mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .lg\:first\:bag-mb-4:first-child {
    margin-bottom: 1rem;
  }

  .lg\:first\:bag-mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .lg\:first\:bag-mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .lg\:first\:bag-mb-8:first-child {
    margin-bottom: 2rem;
  }

  .lg\:first\:bag-mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .lg\:first\:bag-mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .lg\:first\:bag-mb-12:first-child {
    margin-bottom: 3rem;
  }

  .lg\:first\:bag-mb-16:first-child {
    margin-bottom: 4rem;
  }

  .lg\:first\:bag-mb-20:first-child {
    margin-bottom: 5rem;
  }

  .lg\:first\:bag-mb-24:first-child {
    margin-bottom: 6rem;
  }

  .lg\:first\:bag-mb-32:first-child {
    margin-bottom: 8rem;
  }

  .lg\:first\:bag-mb-40:first-child {
    margin-bottom: 10rem;
  }

  .lg\:first\:bag-mb-48:first-child {
    margin-bottom: 12rem;
  }

  .lg\:first\:bag-mb-56:first-child {
    margin-bottom: 14rem;
  }

  .lg\:first\:bag-mb-64:first-child {
    margin-bottom: 16rem;
  }

  .lg\:first\:bag-mb-auto:first-child {
    margin-bottom: auto;
  }

  .lg\:first\:bag-mb-px:first-child {
    margin-bottom: 1px;
  }

  .lg\:first\:bag-mb-gutter:first-child {
    margin-bottom: 1.5625rem;
  }

  .lg\:first\:bag-mb-gutter-full:first-child {
    margin-bottom: 3.125rem;
  }

  .lg\:first\:bag--mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .lg\:first\:bag--mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .lg\:first\:bag--mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .lg\:first\:bag--mb-4:first-child {
    margin-bottom: -1rem;
  }

  .lg\:first\:bag--mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .lg\:first\:bag--mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .lg\:first\:bag--mb-8:first-child {
    margin-bottom: -2rem;
  }

  .lg\:first\:bag--mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .lg\:first\:bag--mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .lg\:first\:bag--mb-12:first-child {
    margin-bottom: -3rem;
  }

  .lg\:first\:bag--mb-16:first-child {
    margin-bottom: -4rem;
  }

  .lg\:first\:bag--mb-20:first-child {
    margin-bottom: -5rem;
  }

  .lg\:first\:bag--mb-24:first-child {
    margin-bottom: -6rem;
  }

  .lg\:first\:bag--mb-32:first-child {
    margin-bottom: -8rem;
  }

  .lg\:first\:bag--mb-40:first-child {
    margin-bottom: -10rem;
  }

  .lg\:first\:bag--mb-48:first-child {
    margin-bottom: -12rem;
  }

  .lg\:first\:bag--mb-56:first-child {
    margin-bottom: -14rem;
  }

  .lg\:first\:bag--mb-64:first-child {
    margin-bottom: -16rem;
  }

  .lg\:first\:bag--mb-px:first-child {
    margin-bottom: -1px;
  }

  .lg\:first\:bag--mb-gutter:first-child {
    margin-bottom: -1.5625rem;
  }

  .lg\:first\:bag--mb-gutter-full:first-child {
    margin-bottom: -3.125rem;
  }

  .lg\:first\:bag-ml-0:first-child {
    margin-left: 0;
  }

  .lg\:first\:bag-ml-1:first-child {
    margin-left: 0.25rem;
  }

  .lg\:first\:bag-ml-2:first-child {
    margin-left: 0.5rem;
  }

  .lg\:first\:bag-ml-3:first-child {
    margin-left: 0.75rem;
  }

  .lg\:first\:bag-ml-4:first-child {
    margin-left: 1rem;
  }

  .lg\:first\:bag-ml-5:first-child {
    margin-left: 1.25rem;
  }

  .lg\:first\:bag-ml-6:first-child {
    margin-left: 1.5rem;
  }

  .lg\:first\:bag-ml-8:first-child {
    margin-left: 2rem;
  }

  .lg\:first\:bag-ml-9:first-child {
    margin-left: 2.25rem;
  }

  .lg\:first\:bag-ml-10:first-child {
    margin-left: 2.5rem;
  }

  .lg\:first\:bag-ml-12:first-child {
    margin-left: 3rem;
  }

  .lg\:first\:bag-ml-16:first-child {
    margin-left: 4rem;
  }

  .lg\:first\:bag-ml-20:first-child {
    margin-left: 5rem;
  }

  .lg\:first\:bag-ml-24:first-child {
    margin-left: 6rem;
  }

  .lg\:first\:bag-ml-32:first-child {
    margin-left: 8rem;
  }

  .lg\:first\:bag-ml-40:first-child {
    margin-left: 10rem;
  }

  .lg\:first\:bag-ml-48:first-child {
    margin-left: 12rem;
  }

  .lg\:first\:bag-ml-56:first-child {
    margin-left: 14rem;
  }

  .lg\:first\:bag-ml-64:first-child {
    margin-left: 16rem;
  }

  .lg\:first\:bag-ml-auto:first-child {
    margin-left: auto;
  }

  .lg\:first\:bag-ml-px:first-child {
    margin-left: 1px;
  }

  .lg\:first\:bag-ml-gutter:first-child {
    margin-left: 1.5625rem;
  }

  .lg\:first\:bag-ml-gutter-full:first-child {
    margin-left: 3.125rem;
  }

  .lg\:first\:bag--ml-1:first-child {
    margin-left: -0.25rem;
  }

  .lg\:first\:bag--ml-2:first-child {
    margin-left: -0.5rem;
  }

  .lg\:first\:bag--ml-3:first-child {
    margin-left: -0.75rem;
  }

  .lg\:first\:bag--ml-4:first-child {
    margin-left: -1rem;
  }

  .lg\:first\:bag--ml-5:first-child {
    margin-left: -1.25rem;
  }

  .lg\:first\:bag--ml-6:first-child {
    margin-left: -1.5rem;
  }

  .lg\:first\:bag--ml-8:first-child {
    margin-left: -2rem;
  }

  .lg\:first\:bag--ml-9:first-child {
    margin-left: -2.25rem;
  }

  .lg\:first\:bag--ml-10:first-child {
    margin-left: -2.5rem;
  }

  .lg\:first\:bag--ml-12:first-child {
    margin-left: -3rem;
  }

  .lg\:first\:bag--ml-16:first-child {
    margin-left: -4rem;
  }

  .lg\:first\:bag--ml-20:first-child {
    margin-left: -5rem;
  }

  .lg\:first\:bag--ml-24:first-child {
    margin-left: -6rem;
  }

  .lg\:first\:bag--ml-32:first-child {
    margin-left: -8rem;
  }

  .lg\:first\:bag--ml-40:first-child {
    margin-left: -10rem;
  }

  .lg\:first\:bag--ml-48:first-child {
    margin-left: -12rem;
  }

  .lg\:first\:bag--ml-56:first-child {
    margin-left: -14rem;
  }

  .lg\:first\:bag--ml-64:first-child {
    margin-left: -16rem;
  }

  .lg\:first\:bag--ml-px:first-child {
    margin-left: -1px;
  }

  .lg\:first\:bag--ml-gutter:first-child {
    margin-left: -1.5625rem;
  }

  .lg\:first\:bag--ml-gutter-full:first-child {
    margin-left: -3.125rem;
  }

  .lg\:last\:bag-mt-0:last-child {
    margin-top: 0;
  }

  .lg\:last\:bag-mt-1:last-child {
    margin-top: 0.25rem;
  }

  .lg\:last\:bag-mt-2:last-child {
    margin-top: 0.5rem;
  }

  .lg\:last\:bag-mt-3:last-child {
    margin-top: 0.75rem;
  }

  .lg\:last\:bag-mt-4:last-child {
    margin-top: 1rem;
  }

  .lg\:last\:bag-mt-5:last-child {
    margin-top: 1.25rem;
  }

  .lg\:last\:bag-mt-6:last-child {
    margin-top: 1.5rem;
  }

  .lg\:last\:bag-mt-8:last-child {
    margin-top: 2rem;
  }

  .lg\:last\:bag-mt-9:last-child {
    margin-top: 2.25rem;
  }

  .lg\:last\:bag-mt-10:last-child {
    margin-top: 2.5rem;
  }

  .lg\:last\:bag-mt-12:last-child {
    margin-top: 3rem;
  }

  .lg\:last\:bag-mt-16:last-child {
    margin-top: 4rem;
  }

  .lg\:last\:bag-mt-20:last-child {
    margin-top: 5rem;
  }

  .lg\:last\:bag-mt-24:last-child {
    margin-top: 6rem;
  }

  .lg\:last\:bag-mt-32:last-child {
    margin-top: 8rem;
  }

  .lg\:last\:bag-mt-40:last-child {
    margin-top: 10rem;
  }

  .lg\:last\:bag-mt-48:last-child {
    margin-top: 12rem;
  }

  .lg\:last\:bag-mt-56:last-child {
    margin-top: 14rem;
  }

  .lg\:last\:bag-mt-64:last-child {
    margin-top: 16rem;
  }

  .lg\:last\:bag-mt-auto:last-child {
    margin-top: auto;
  }

  .lg\:last\:bag-mt-px:last-child {
    margin-top: 1px;
  }

  .lg\:last\:bag-mt-gutter:last-child {
    margin-top: 1.5625rem;
  }

  .lg\:last\:bag-mt-gutter-full:last-child {
    margin-top: 3.125rem;
  }

  .lg\:last\:bag--mt-1:last-child {
    margin-top: -0.25rem;
  }

  .lg\:last\:bag--mt-2:last-child {
    margin-top: -0.5rem;
  }

  .lg\:last\:bag--mt-3:last-child {
    margin-top: -0.75rem;
  }

  .lg\:last\:bag--mt-4:last-child {
    margin-top: -1rem;
  }

  .lg\:last\:bag--mt-5:last-child {
    margin-top: -1.25rem;
  }

  .lg\:last\:bag--mt-6:last-child {
    margin-top: -1.5rem;
  }

  .lg\:last\:bag--mt-8:last-child {
    margin-top: -2rem;
  }

  .lg\:last\:bag--mt-9:last-child {
    margin-top: -2.25rem;
  }

  .lg\:last\:bag--mt-10:last-child {
    margin-top: -2.5rem;
  }

  .lg\:last\:bag--mt-12:last-child {
    margin-top: -3rem;
  }

  .lg\:last\:bag--mt-16:last-child {
    margin-top: -4rem;
  }

  .lg\:last\:bag--mt-20:last-child {
    margin-top: -5rem;
  }

  .lg\:last\:bag--mt-24:last-child {
    margin-top: -6rem;
  }

  .lg\:last\:bag--mt-32:last-child {
    margin-top: -8rem;
  }

  .lg\:last\:bag--mt-40:last-child {
    margin-top: -10rem;
  }

  .lg\:last\:bag--mt-48:last-child {
    margin-top: -12rem;
  }

  .lg\:last\:bag--mt-56:last-child {
    margin-top: -14rem;
  }

  .lg\:last\:bag--mt-64:last-child {
    margin-top: -16rem;
  }

  .lg\:last\:bag--mt-px:last-child {
    margin-top: -1px;
  }

  .lg\:last\:bag--mt-gutter:last-child {
    margin-top: -1.5625rem;
  }

  .lg\:last\:bag--mt-gutter-full:last-child {
    margin-top: -3.125rem;
  }

  .lg\:last\:bag-mr-0:last-child {
    margin-right: 0;
  }

  .lg\:last\:bag-mr-1:last-child {
    margin-right: 0.25rem;
  }

  .lg\:last\:bag-mr-2:last-child {
    margin-right: 0.5rem;
  }

  .lg\:last\:bag-mr-3:last-child {
    margin-right: 0.75rem;
  }

  .lg\:last\:bag-mr-4:last-child {
    margin-right: 1rem;
  }

  .lg\:last\:bag-mr-5:last-child {
    margin-right: 1.25rem;
  }

  .lg\:last\:bag-mr-6:last-child {
    margin-right: 1.5rem;
  }

  .lg\:last\:bag-mr-8:last-child {
    margin-right: 2rem;
  }

  .lg\:last\:bag-mr-9:last-child {
    margin-right: 2.25rem;
  }

  .lg\:last\:bag-mr-10:last-child {
    margin-right: 2.5rem;
  }

  .lg\:last\:bag-mr-12:last-child {
    margin-right: 3rem;
  }

  .lg\:last\:bag-mr-16:last-child {
    margin-right: 4rem;
  }

  .lg\:last\:bag-mr-20:last-child {
    margin-right: 5rem;
  }

  .lg\:last\:bag-mr-24:last-child {
    margin-right: 6rem;
  }

  .lg\:last\:bag-mr-32:last-child {
    margin-right: 8rem;
  }

  .lg\:last\:bag-mr-40:last-child {
    margin-right: 10rem;
  }

  .lg\:last\:bag-mr-48:last-child {
    margin-right: 12rem;
  }

  .lg\:last\:bag-mr-56:last-child {
    margin-right: 14rem;
  }

  .lg\:last\:bag-mr-64:last-child {
    margin-right: 16rem;
  }

  .lg\:last\:bag-mr-auto:last-child {
    margin-right: auto;
  }

  .lg\:last\:bag-mr-px:last-child {
    margin-right: 1px;
  }

  .lg\:last\:bag-mr-gutter:last-child {
    margin-right: 1.5625rem;
  }

  .lg\:last\:bag-mr-gutter-full:last-child {
    margin-right: 3.125rem;
  }

  .lg\:last\:bag--mr-1:last-child {
    margin-right: -0.25rem;
  }

  .lg\:last\:bag--mr-2:last-child {
    margin-right: -0.5rem;
  }

  .lg\:last\:bag--mr-3:last-child {
    margin-right: -0.75rem;
  }

  .lg\:last\:bag--mr-4:last-child {
    margin-right: -1rem;
  }

  .lg\:last\:bag--mr-5:last-child {
    margin-right: -1.25rem;
  }

  .lg\:last\:bag--mr-6:last-child {
    margin-right: -1.5rem;
  }

  .lg\:last\:bag--mr-8:last-child {
    margin-right: -2rem;
  }

  .lg\:last\:bag--mr-9:last-child {
    margin-right: -2.25rem;
  }

  .lg\:last\:bag--mr-10:last-child {
    margin-right: -2.5rem;
  }

  .lg\:last\:bag--mr-12:last-child {
    margin-right: -3rem;
  }

  .lg\:last\:bag--mr-16:last-child {
    margin-right: -4rem;
  }

  .lg\:last\:bag--mr-20:last-child {
    margin-right: -5rem;
  }

  .lg\:last\:bag--mr-24:last-child {
    margin-right: -6rem;
  }

  .lg\:last\:bag--mr-32:last-child {
    margin-right: -8rem;
  }

  .lg\:last\:bag--mr-40:last-child {
    margin-right: -10rem;
  }

  .lg\:last\:bag--mr-48:last-child {
    margin-right: -12rem;
  }

  .lg\:last\:bag--mr-56:last-child {
    margin-right: -14rem;
  }

  .lg\:last\:bag--mr-64:last-child {
    margin-right: -16rem;
  }

  .lg\:last\:bag--mr-px:last-child {
    margin-right: -1px;
  }

  .lg\:last\:bag--mr-gutter:last-child {
    margin-right: -1.5625rem;
  }

  .lg\:last\:bag--mr-gutter-full:last-child {
    margin-right: -3.125rem;
  }

  .lg\:last\:bag-mb-0:last-child {
    margin-bottom: 0;
  }

  .lg\:last\:bag-mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .lg\:last\:bag-mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .lg\:last\:bag-mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .lg\:last\:bag-mb-4:last-child {
    margin-bottom: 1rem;
  }

  .lg\:last\:bag-mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .lg\:last\:bag-mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .lg\:last\:bag-mb-8:last-child {
    margin-bottom: 2rem;
  }

  .lg\:last\:bag-mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .lg\:last\:bag-mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .lg\:last\:bag-mb-12:last-child {
    margin-bottom: 3rem;
  }

  .lg\:last\:bag-mb-16:last-child {
    margin-bottom: 4rem;
  }

  .lg\:last\:bag-mb-20:last-child {
    margin-bottom: 5rem;
  }

  .lg\:last\:bag-mb-24:last-child {
    margin-bottom: 6rem;
  }

  .lg\:last\:bag-mb-32:last-child {
    margin-bottom: 8rem;
  }

  .lg\:last\:bag-mb-40:last-child {
    margin-bottom: 10rem;
  }

  .lg\:last\:bag-mb-48:last-child {
    margin-bottom: 12rem;
  }

  .lg\:last\:bag-mb-56:last-child {
    margin-bottom: 14rem;
  }

  .lg\:last\:bag-mb-64:last-child {
    margin-bottom: 16rem;
  }

  .lg\:last\:bag-mb-auto:last-child {
    margin-bottom: auto;
  }

  .lg\:last\:bag-mb-px:last-child {
    margin-bottom: 1px;
  }

  .lg\:last\:bag-mb-gutter:last-child {
    margin-bottom: 1.5625rem;
  }

  .lg\:last\:bag-mb-gutter-full:last-child {
    margin-bottom: 3.125rem;
  }

  .lg\:last\:bag--mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .lg\:last\:bag--mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .lg\:last\:bag--mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .lg\:last\:bag--mb-4:last-child {
    margin-bottom: -1rem;
  }

  .lg\:last\:bag--mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .lg\:last\:bag--mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .lg\:last\:bag--mb-8:last-child {
    margin-bottom: -2rem;
  }

  .lg\:last\:bag--mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .lg\:last\:bag--mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .lg\:last\:bag--mb-12:last-child {
    margin-bottom: -3rem;
  }

  .lg\:last\:bag--mb-16:last-child {
    margin-bottom: -4rem;
  }

  .lg\:last\:bag--mb-20:last-child {
    margin-bottom: -5rem;
  }

  .lg\:last\:bag--mb-24:last-child {
    margin-bottom: -6rem;
  }

  .lg\:last\:bag--mb-32:last-child {
    margin-bottom: -8rem;
  }

  .lg\:last\:bag--mb-40:last-child {
    margin-bottom: -10rem;
  }

  .lg\:last\:bag--mb-48:last-child {
    margin-bottom: -12rem;
  }

  .lg\:last\:bag--mb-56:last-child {
    margin-bottom: -14rem;
  }

  .lg\:last\:bag--mb-64:last-child {
    margin-bottom: -16rem;
  }

  .lg\:last\:bag--mb-px:last-child {
    margin-bottom: -1px;
  }

  .lg\:last\:bag--mb-gutter:last-child {
    margin-bottom: -1.5625rem;
  }

  .lg\:last\:bag--mb-gutter-full:last-child {
    margin-bottom: -3.125rem;
  }

  .lg\:last\:bag-ml-0:last-child {
    margin-left: 0;
  }

  .lg\:last\:bag-ml-1:last-child {
    margin-left: 0.25rem;
  }

  .lg\:last\:bag-ml-2:last-child {
    margin-left: 0.5rem;
  }

  .lg\:last\:bag-ml-3:last-child {
    margin-left: 0.75rem;
  }

  .lg\:last\:bag-ml-4:last-child {
    margin-left: 1rem;
  }

  .lg\:last\:bag-ml-5:last-child {
    margin-left: 1.25rem;
  }

  .lg\:last\:bag-ml-6:last-child {
    margin-left: 1.5rem;
  }

  .lg\:last\:bag-ml-8:last-child {
    margin-left: 2rem;
  }

  .lg\:last\:bag-ml-9:last-child {
    margin-left: 2.25rem;
  }

  .lg\:last\:bag-ml-10:last-child {
    margin-left: 2.5rem;
  }

  .lg\:last\:bag-ml-12:last-child {
    margin-left: 3rem;
  }

  .lg\:last\:bag-ml-16:last-child {
    margin-left: 4rem;
  }

  .lg\:last\:bag-ml-20:last-child {
    margin-left: 5rem;
  }

  .lg\:last\:bag-ml-24:last-child {
    margin-left: 6rem;
  }

  .lg\:last\:bag-ml-32:last-child {
    margin-left: 8rem;
  }

  .lg\:last\:bag-ml-40:last-child {
    margin-left: 10rem;
  }

  .lg\:last\:bag-ml-48:last-child {
    margin-left: 12rem;
  }

  .lg\:last\:bag-ml-56:last-child {
    margin-left: 14rem;
  }

  .lg\:last\:bag-ml-64:last-child {
    margin-left: 16rem;
  }

  .lg\:last\:bag-ml-auto:last-child {
    margin-left: auto;
  }

  .lg\:last\:bag-ml-px:last-child {
    margin-left: 1px;
  }

  .lg\:last\:bag-ml-gutter:last-child {
    margin-left: 1.5625rem;
  }

  .lg\:last\:bag-ml-gutter-full:last-child {
    margin-left: 3.125rem;
  }

  .lg\:last\:bag--ml-1:last-child {
    margin-left: -0.25rem;
  }

  .lg\:last\:bag--ml-2:last-child {
    margin-left: -0.5rem;
  }

  .lg\:last\:bag--ml-3:last-child {
    margin-left: -0.75rem;
  }

  .lg\:last\:bag--ml-4:last-child {
    margin-left: -1rem;
  }

  .lg\:last\:bag--ml-5:last-child {
    margin-left: -1.25rem;
  }

  .lg\:last\:bag--ml-6:last-child {
    margin-left: -1.5rem;
  }

  .lg\:last\:bag--ml-8:last-child {
    margin-left: -2rem;
  }

  .lg\:last\:bag--ml-9:last-child {
    margin-left: -2.25rem;
  }

  .lg\:last\:bag--ml-10:last-child {
    margin-left: -2.5rem;
  }

  .lg\:last\:bag--ml-12:last-child {
    margin-left: -3rem;
  }

  .lg\:last\:bag--ml-16:last-child {
    margin-left: -4rem;
  }

  .lg\:last\:bag--ml-20:last-child {
    margin-left: -5rem;
  }

  .lg\:last\:bag--ml-24:last-child {
    margin-left: -6rem;
  }

  .lg\:last\:bag--ml-32:last-child {
    margin-left: -8rem;
  }

  .lg\:last\:bag--ml-40:last-child {
    margin-left: -10rem;
  }

  .lg\:last\:bag--ml-48:last-child {
    margin-left: -12rem;
  }

  .lg\:last\:bag--ml-56:last-child {
    margin-left: -14rem;
  }

  .lg\:last\:bag--ml-64:last-child {
    margin-left: -16rem;
  }

  .lg\:last\:bag--ml-px:last-child {
    margin-left: -1px;
  }

  .lg\:last\:bag--ml-gutter:last-child {
    margin-left: -1.5625rem;
  }

  .lg\:last\:bag--ml-gutter-full:last-child {
    margin-left: -3.125rem;
  }

  .lg\:bag-box-border {
    box-sizing: border-box;
  }

  .lg\:bag-box-content {
    box-sizing: content-box;
  }

  .lg\:bag-block {
    display: block;
  }

  .lg\:bag-inline-block {
    display: inline-block;
  }

  .lg\:bag-inline {
    display: inline;
  }

  .lg\:bag-flex {
    display: flex;
  }

  .lg\:bag-inline-flex {
    display: inline-flex;
  }

  .lg\:bag-table {
    display: table;
  }

  .lg\:bag-inline-table {
    display: inline-table;
  }

  .lg\:bag-table-caption {
    display: table-caption;
  }

  .lg\:bag-table-cell {
    display: table-cell;
  }

  .lg\:bag-table-column {
    display: table-column;
  }

  .lg\:bag-table-column-group {
    display: table-column-group;
  }

  .lg\:bag-table-footer-group {
    display: table-footer-group;
  }

  .lg\:bag-table-header-group {
    display: table-header-group;
  }

  .lg\:bag-table-row-group {
    display: table-row-group;
  }

  .lg\:bag-table-row {
    display: table-row;
  }

  .lg\:bag-flow-root {
    display: flow-root;
  }

  .lg\:bag-grid {
    display: grid;
  }

  .lg\:bag-inline-grid {
    display: inline-grid;
  }

  .lg\:bag-contents {
    display: contents;
  }

  .lg\:bag-list-item {
    display: list-item;
  }

  .lg\:bag-hidden {
    display: none;
  }

  .lg\:bag-h-0 {
    height: 0;
  }

  .lg\:bag-h-1 {
    height: 0.25rem;
  }

  .lg\:bag-h-2 {
    height: 0.5rem;
  }

  .lg\:bag-h-3 {
    height: 0.75rem;
  }

  .lg\:bag-h-4 {
    height: 1rem;
  }

  .lg\:bag-h-5 {
    height: 1.25rem;
  }

  .lg\:bag-h-6 {
    height: 1.5rem;
  }

  .lg\:bag-h-8 {
    height: 2rem;
  }

  .lg\:bag-h-9 {
    height: 2.25rem;
  }

  .lg\:bag-h-10 {
    height: 2.5rem;
  }

  .lg\:bag-h-12 {
    height: 3rem;
  }

  .lg\:bag-h-16 {
    height: 4rem;
  }

  .lg\:bag-h-20 {
    height: 5rem;
  }

  .lg\:bag-h-24 {
    height: 6rem;
  }

  .lg\:bag-h-32 {
    height: 8rem;
  }

  .lg\:bag-h-40 {
    height: 10rem;
  }

  .lg\:bag-h-48 {
    height: 12rem;
  }

  .lg\:bag-h-56 {
    height: 14rem;
  }

  .lg\:bag-h-64 {
    height: 16rem;
  }

  .lg\:bag-h-auto {
    height: auto;
  }

  .lg\:bag-h-px {
    height: 1px;
  }

  .lg\:bag-h-gutter {
    height: 1.5625rem;
  }

  .lg\:bag-h-gutter-full {
    height: 3.125rem;
  }

  .lg\:bag-h-1\/2 {
    height: 50%;
  }

  .lg\:bag-h-full {
    height: 100%;
  }

  .lg\:bag-h-screen {
    height: 100vh;
  }

  .lg\:bag-max-h-0 {
    max-height: 0;
  }

  .lg\:bag-max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:bag-max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:bag-max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:bag-max-h-4 {
    max-height: 1rem;
  }

  .lg\:bag-max-h-5 {
    max-height: 1.25rem;
  }

  .lg\:bag-max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:bag-max-h-8 {
    max-height: 2rem;
  }

  .lg\:bag-max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:bag-max-h-10 {
    max-height: 2.5rem;
  }

  .lg\:bag-max-h-12 {
    max-height: 3rem;
  }

  .lg\:bag-max-h-16 {
    max-height: 4rem;
  }

  .lg\:bag-max-h-20 {
    max-height: 5rem;
  }

  .lg\:bag-max-h-24 {
    max-height: 6rem;
  }

  .lg\:bag-max-h-32 {
    max-height: 8rem;
  }

  .lg\:bag-max-h-40 {
    max-height: 10rem;
  }

  .lg\:bag-max-h-48 {
    max-height: 12rem;
  }

  .lg\:bag-max-h-56 {
    max-height: 14rem;
  }

  .lg\:bag-max-h-64 {
    max-height: 16rem;
  }

  .lg\:bag-max-h-px {
    max-height: 1px;
  }

  .lg\:bag-max-h-gutter {
    max-height: 1.5625rem;
  }

  .lg\:bag-max-h-gutter-full {
    max-height: 3.125rem;
  }

  .lg\:bag-max-h-full {
    max-height: 100%;
  }

  .lg\:bag-max-h-screen {
    max-height: 100vh;
  }

  .lg\:bag-min-h-0 {
    min-height: 0;
  }

  .lg\:bag-min-h-full {
    min-height: 100%;
  }

  .lg\:bag-min-h-screen {
    min-height: 100vh;
  }

  .lg\:bag-w-0 {
    width: 0;
  }

  .lg\:bag-w-1 {
    width: 0.25rem;
  }

  .lg\:bag-w-2 {
    width: 0.5rem;
  }

  .lg\:bag-w-3 {
    width: 0.75rem;
  }

  .lg\:bag-w-4 {
    width: 1rem;
  }

  .lg\:bag-w-5 {
    width: 1.25rem;
  }

  .lg\:bag-w-6 {
    width: 1.5rem;
  }

  .lg\:bag-w-8 {
    width: 2rem;
  }

  .lg\:bag-w-9 {
    width: 2.25rem;
  }

  .lg\:bag-w-10 {
    width: 2.5rem;
  }

  .lg\:bag-w-12 {
    width: 3rem;
  }

  .lg\:bag-w-16 {
    width: 4rem;
  }

  .lg\:bag-w-20 {
    width: 5rem;
  }

  .lg\:bag-w-24 {
    width: 6rem;
  }

  .lg\:bag-w-32 {
    width: 8rem;
  }

  .lg\:bag-w-40 {
    width: 10rem;
  }

  .lg\:bag-w-48 {
    width: 12rem;
  }

  .lg\:bag-w-56 {
    width: 14rem;
  }

  .lg\:bag-w-64 {
    width: 16rem;
  }

  .lg\:bag-w-auto {
    width: auto;
  }

  .lg\:bag-w-px {
    width: 1px;
  }

  .lg\:bag-w-gutter {
    width: 1.5625rem;
  }

  .lg\:bag-w-gutter-full {
    width: 3.125rem;
  }

  .lg\:bag-w-1\/2 {
    width: 50%;
  }

  .lg\:bag-w-1\/3 {
    width: 33.333333%;
  }

  .lg\:bag-w-2\/3 {
    width: 66.666667%;
  }

  .lg\:bag-w-1\/4 {
    width: 25%;
  }

  .lg\:bag-w-2\/4 {
    width: 50%;
  }

  .lg\:bag-w-3\/4 {
    width: 75%;
  }

  .lg\:bag-w-1\/5 {
    width: 20%;
  }

  .lg\:bag-w-2\/5 {
    width: 40%;
  }

  .lg\:bag-w-3\/5 {
    width: 60%;
  }

  .lg\:bag-w-4\/5 {
    width: 80%;
  }

  .lg\:bag-w-1\/6 {
    width: 16.666667%;
  }

  .lg\:bag-w-2\/6 {
    width: 33.333333%;
  }

  .lg\:bag-w-3\/6 {
    width: 50%;
  }

  .lg\:bag-w-4\/6 {
    width: 66.666667%;
  }

  .lg\:bag-w-5\/6 {
    width: 83.333333%;
  }

  .lg\:bag-w-1\/12 {
    width: 8.333333%;
  }

  .lg\:bag-w-2\/12 {
    width: 16.666667%;
  }

  .lg\:bag-w-3\/12 {
    width: 25%;
  }

  .lg\:bag-w-4\/12 {
    width: 33.333333%;
  }

  .lg\:bag-w-5\/12 {
    width: 41.666667%;
  }

  .lg\:bag-w-6\/12 {
    width: 50%;
  }

  .lg\:bag-w-7\/12 {
    width: 58.333333%;
  }

  .lg\:bag-w-8\/12 {
    width: 66.666667%;
  }

  .lg\:bag-w-9\/12 {
    width: 75%;
  }

  .lg\:bag-w-10\/12 {
    width: 83.333333%;
  }

  .lg\:bag-w-11\/12 {
    width: 91.666667%;
  }

  .lg\:bag-w-full {
    width: 100%;
  }

  .lg\:bag-w-screen {
    width: 100vw;
  }

  .lg\:bag-min-w-0 {
    min-width: 0;
  }

  .lg\:bag-min-w-full {
    min-width: 100%;
  }

  .lg\:bag-max-w-0 {
    max-width: 0rem;
  }

  .lg\:bag-max-w-none {
    max-width: none;
  }

  .lg\:bag-max-w-xs {
    max-width: 20rem;
  }

  .lg\:bag-max-w-sm {
    max-width: 24rem;
  }

  .lg\:bag-max-w-md {
    max-width: 28rem;
  }

  .lg\:bag-max-w-lg {
    max-width: 32rem;
  }

  .lg\:bag-max-w-xl {
    max-width: 36rem;
  }

  .lg\:bag-max-w-2xl {
    max-width: 42rem;
  }

  .lg\:bag-max-w-3xl {
    max-width: 48rem;
  }

  .lg\:bag-max-w-4xl {
    max-width: 56rem;
  }

  .lg\:bag-max-w-5xl {
    max-width: 64rem;
  }

  .lg\:bag-max-w-6xl {
    max-width: 72rem;
  }

  .lg\:bag-max-w-7xl {
    max-width: 80rem;
  }

  .lg\:bag-max-w-full {
    max-width: 100%;
  }

  .lg\:bag-max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:bag-max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:bag-max-w-prose {
    max-width: 65ch;
  }

  .lg\:bag-max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:bag-max-w-screen-md {
    max-width: 768px;
  }

  .lg\:bag-max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:bag-max-w-screen-xl {
    max-width: 1270px;
  }

  .lg\:bag-flex-1 {
    flex: 1 1 0%;
  }

  .lg\:bag-flex-auto {
    flex: 1 1 auto;
  }

  .lg\:bag-flex-initial {
    flex: 0 1 auto;
  }

  .lg\:bag-flex-none {
    flex: none;
  }

  .lg\:bag-flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:bag-flex-shrink {
    flex-shrink: 1;
  }

  .lg\:bag-flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:bag-flex-grow {
    flex-grow: 1;
  }

  .lg\:bag-table-auto {
    table-layout: auto;
  }

  .lg\:bag-table-fixed {
    table-layout: fixed;
  }

  .lg\:bag-border-collapse {
    border-collapse: collapse;
  }

  .lg\:bag-border-separate {
    border-collapse: separate;
  }

  .lg\:bag-origin-center {
    transform-origin: center;
  }

  .lg\:bag-origin-top {
    transform-origin: top;
  }

  .lg\:bag-origin-top-right {
    transform-origin: top right;
  }

  .lg\:bag-origin-right {
    transform-origin: right;
  }

  .lg\:bag-origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:bag-origin-bottom {
    transform-origin: bottom;
  }

  .lg\:bag-origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:bag-origin-left {
    transform-origin: left;
  }

  .lg\:bag-origin-top-left {
    transform-origin: top left;
  }

  .lg\:bag-transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:bag-transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:bag-transform-none {
    transform: none;
  }

  .lg\:bag-translate-x-0 {
    --tw-translate-x: 0;
  }

  .lg\:bag-translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg\:bag-translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg\:bag-translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg\:bag-translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg\:bag-translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lg\:bag-translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg\:bag-translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg\:bag-translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg\:bag-translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lg\:bag-translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg\:bag-translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lg\:bag-translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lg\:bag-translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lg\:bag-translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg\:bag-translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg\:bag-translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lg\:bag-translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lg\:bag-translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lg\:bag-translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:bag-translate-x-gutter {
    --tw-translate-x: 1.5625rem;
  }

  .lg\:bag-translate-x-gutter-full {
    --tw-translate-x: 3.125rem;
  }

  .lg\:bag--translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lg\:bag--translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lg\:bag--translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg\:bag--translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lg\:bag--translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .lg\:bag--translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lg\:bag--translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lg\:bag--translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lg\:bag--translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .lg\:bag--translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lg\:bag--translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lg\:bag--translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lg\:bag--translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lg\:bag--translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg\:bag--translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg\:bag--translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lg\:bag--translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lg\:bag--translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lg\:bag--translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:bag--translate-x-gutter {
    --tw-translate-x: -1.5625rem;
  }

  .lg\:bag--translate-x-gutter-full {
    --tw-translate-x: -3.125rem;
  }

  .lg\:bag-translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg\:bag-translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lg\:bag-translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lg\:bag-translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lg\:bag-translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lg\:bag-translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lg\:bag-translate-x-full {
    --tw-translate-x: 100%;
  }

  .lg\:bag--translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg\:bag--translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lg\:bag--translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lg\:bag--translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lg\:bag--translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lg\:bag--translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lg\:bag--translate-x-full {
    --tw-translate-x: -100%;
  }

  .lg\:bag-translate-y-0 {
    --tw-translate-y: 0;
  }

  .lg\:bag-translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lg\:bag-translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lg\:bag-translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lg\:bag-translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lg\:bag-translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .lg\:bag-translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lg\:bag-translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lg\:bag-translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lg\:bag-translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .lg\:bag-translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lg\:bag-translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lg\:bag-translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lg\:bag-translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lg\:bag-translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg\:bag-translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg\:bag-translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lg\:bag-translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lg\:bag-translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lg\:bag-translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:bag-translate-y-gutter {
    --tw-translate-y: 1.5625rem;
  }

  .lg\:bag-translate-y-gutter-full {
    --tw-translate-y: 3.125rem;
  }

  .lg\:bag--translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lg\:bag--translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lg\:bag--translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lg\:bag--translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lg\:bag--translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .lg\:bag--translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lg\:bag--translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lg\:bag--translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lg\:bag--translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .lg\:bag--translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg\:bag--translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lg\:bag--translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg\:bag--translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lg\:bag--translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg\:bag--translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg\:bag--translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lg\:bag--translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lg\:bag--translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lg\:bag--translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:bag--translate-y-gutter {
    --tw-translate-y: -1.5625rem;
  }

  .lg\:bag--translate-y-gutter-full {
    --tw-translate-y: -3.125rem;
  }

  .lg\:bag-translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lg\:bag-translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lg\:bag-translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lg\:bag-translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lg\:bag-translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lg\:bag-translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lg\:bag-translate-y-full {
    --tw-translate-y: 100%;
  }

  .lg\:bag--translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:bag--translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg\:bag--translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg\:bag--translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg\:bag--translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg\:bag--translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg\:bag--translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:bag-translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .lg\:hover\:bag-translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:bag-translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:bag-translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:bag-translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:bag-translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:bag-translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:bag-translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:bag-translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:bag-translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:bag-translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:bag-translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:bag-translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:bag-translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:bag-translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:bag-translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:bag-translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:bag-translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:bag-translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:bag-translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:bag-translate-x-gutter:hover {
    --tw-translate-x: 1.5625rem;
  }

  .lg\:hover\:bag-translate-x-gutter-full:hover {
    --tw-translate-x: 3.125rem;
  }

  .lg\:hover\:bag--translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:bag--translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:bag--translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:bag--translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:bag--translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:bag--translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:bag--translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:bag--translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:bag--translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:bag--translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:bag--translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:bag--translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:bag--translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:bag--translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:bag--translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:bag--translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:bag--translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:bag--translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:bag--translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:bag--translate-x-gutter:hover {
    --tw-translate-x: -1.5625rem;
  }

  .lg\:hover\:bag--translate-x-gutter-full:hover {
    --tw-translate-x: -3.125rem;
  }

  .lg\:hover\:bag-translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:bag-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:bag-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:bag-translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:bag-translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:bag-translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:bag-translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:bag--translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:bag--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:bag--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:bag--translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:bag--translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:bag--translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:bag--translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:bag-translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .lg\:hover\:bag-translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:bag-translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:bag-translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:bag-translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:bag-translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:bag-translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:bag-translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:bag-translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:bag-translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:bag-translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:bag-translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:bag-translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:bag-translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:bag-translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:bag-translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:bag-translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:bag-translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:bag-translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:bag-translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:bag-translate-y-gutter:hover {
    --tw-translate-y: 1.5625rem;
  }

  .lg\:hover\:bag-translate-y-gutter-full:hover {
    --tw-translate-y: 3.125rem;
  }

  .lg\:hover\:bag--translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:bag--translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:bag--translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:bag--translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:bag--translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:bag--translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:bag--translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:bag--translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:bag--translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:bag--translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:bag--translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:bag--translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:bag--translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:bag--translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:bag--translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:bag--translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:bag--translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:bag--translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:bag--translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:bag--translate-y-gutter:hover {
    --tw-translate-y: -1.5625rem;
  }

  .lg\:hover\:bag--translate-y-gutter-full:hover {
    --tw-translate-y: -3.125rem;
  }

  .lg\:hover\:bag-translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:bag-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:bag-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:bag-translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:bag-translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:bag-translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:bag-translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:bag--translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:bag--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:bag--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:bag--translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:bag--translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:bag--translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:bag--translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:bag-translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .lg\:focus\:bag-translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:bag-translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:bag-translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:bag-translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:bag-translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:bag-translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:bag-translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:bag-translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:bag-translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:bag-translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:bag-translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:bag-translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:bag-translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:bag-translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:bag-translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:bag-translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:bag-translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:bag-translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:bag-translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:bag-translate-x-gutter:focus {
    --tw-translate-x: 1.5625rem;
  }

  .lg\:focus\:bag-translate-x-gutter-full:focus {
    --tw-translate-x: 3.125rem;
  }

  .lg\:focus\:bag--translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:bag--translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:bag--translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:bag--translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:bag--translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:bag--translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:bag--translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:bag--translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:bag--translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:bag--translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:bag--translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:bag--translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:bag--translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:bag--translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:bag--translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:bag--translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:bag--translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:bag--translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:bag--translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:bag--translate-x-gutter:focus {
    --tw-translate-x: -1.5625rem;
  }

  .lg\:focus\:bag--translate-x-gutter-full:focus {
    --tw-translate-x: -3.125rem;
  }

  .lg\:focus\:bag-translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:bag-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:bag-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:bag-translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:bag-translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:bag-translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:bag-translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:bag--translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:bag--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:bag--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:bag--translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:bag--translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:bag--translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:bag--translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:bag-translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .lg\:focus\:bag-translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:bag-translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:bag-translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:bag-translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:bag-translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:bag-translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:bag-translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:bag-translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:bag-translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:bag-translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:bag-translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:bag-translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:bag-translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:bag-translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:bag-translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:bag-translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:bag-translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:bag-translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:bag-translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:bag-translate-y-gutter:focus {
    --tw-translate-y: 1.5625rem;
  }

  .lg\:focus\:bag-translate-y-gutter-full:focus {
    --tw-translate-y: 3.125rem;
  }

  .lg\:focus\:bag--translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:bag--translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:bag--translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:bag--translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:bag--translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:bag--translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:bag--translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:bag--translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:bag--translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:bag--translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:bag--translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:bag--translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:bag--translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:bag--translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:bag--translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:bag--translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:bag--translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:bag--translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:bag--translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:bag--translate-y-gutter:focus {
    --tw-translate-y: -1.5625rem;
  }

  .lg\:focus\:bag--translate-y-gutter-full:focus {
    --tw-translate-y: -3.125rem;
  }

  .lg\:focus\:bag-translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:bag-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:bag-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:bag-translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:bag-translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:bag-translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .lg\:focus\:bag-translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .lg\:focus\:bag--translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:bag--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:bag--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:bag--translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:bag--translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:bag--translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:bag--translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lg\:bag-rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg\:bag-rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg\:bag-rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg\:bag-rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg\:bag-rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg\:bag-rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg\:bag-rotate-45 {
    --tw-rotate: 45deg;
  }

  .lg\:bag-rotate-90 {
    --tw-rotate: 90deg;
  }

  .lg\:bag-rotate-180 {
    --tw-rotate: 180deg;
  }

  .lg\:bag--rotate-180 {
    --tw-rotate: -180deg;
  }

  .lg\:bag--rotate-90 {
    --tw-rotate: -90deg;
  }

  .lg\:bag--rotate-45 {
    --tw-rotate: -45deg;
  }

  .lg\:bag--rotate-12 {
    --tw-rotate: -12deg;
  }

  .lg\:bag--rotate-6 {
    --tw-rotate: -6deg;
  }

  .lg\:bag--rotate-3 {
    --tw-rotate: -3deg;
  }

  .lg\:bag--rotate-2 {
    --tw-rotate: -2deg;
  }

  .lg\:bag--rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg\:hover\:bag-rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lg\:hover\:bag-rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lg\:hover\:bag-rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lg\:hover\:bag-rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lg\:hover\:bag-rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lg\:hover\:bag-rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lg\:hover\:bag-rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lg\:hover\:bag-rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lg\:hover\:bag-rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lg\:hover\:bag--rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lg\:hover\:bag--rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lg\:hover\:bag--rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lg\:hover\:bag--rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lg\:hover\:bag--rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lg\:hover\:bag--rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lg\:hover\:bag--rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lg\:hover\:bag--rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lg\:focus\:bag-rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lg\:focus\:bag-rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lg\:focus\:bag-rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lg\:focus\:bag-rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lg\:focus\:bag-rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lg\:focus\:bag-rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lg\:focus\:bag-rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lg\:focus\:bag-rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lg\:focus\:bag-rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lg\:focus\:bag--rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lg\:focus\:bag--rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lg\:focus\:bag--rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lg\:focus\:bag--rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lg\:focus\:bag--rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lg\:focus\:bag--rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lg\:focus\:bag--rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lg\:focus\:bag--rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lg\:bag-skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lg\:bag-skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lg\:bag-skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lg\:bag-skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lg\:bag-skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lg\:bag-skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lg\:bag--skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lg\:bag--skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lg\:bag--skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lg\:bag--skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lg\:bag--skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lg\:bag-skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lg\:bag-skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lg\:bag-skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lg\:bag-skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lg\:bag-skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lg\:bag-skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lg\:bag--skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lg\:bag--skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lg\:bag--skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lg\:bag--skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lg\:bag--skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:bag-skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:bag-skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:bag-skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:bag-skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:bag-skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:bag-skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:bag--skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:bag--skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:bag--skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:bag--skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:bag--skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:bag-skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:bag-skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:bag-skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:bag-skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:bag-skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:bag-skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:bag--skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:bag--skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:bag--skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:bag--skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:bag--skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:bag-skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:bag-skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:bag-skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:bag-skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:bag-skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:bag-skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:bag--skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:bag--skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:bag--skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:bag--skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:bag--skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:bag-skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:bag-skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:bag-skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:bag-skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:bag-skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:bag-skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:bag--skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:bag--skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:bag--skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:bag--skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:bag--skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lg\:bag-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:bag-scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:bag-scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:bag-scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:bag-scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:bag-scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:bag-scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:bag-scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:bag-scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:bag-scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:bag-scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:bag-scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:bag-scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:bag-scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:bag-scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:bag-scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:bag-scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:bag-scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:bag-scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:bag-scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:bag-scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:bag-scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:bag-scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:bag-scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:bag-scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:bag-scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:bag-scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:bag-scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:bag-scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:bag-scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:bag-scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg\:bag-scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg\:bag-scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg\:bag-scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg\:bag-scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg\:bag-scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg\:bag-scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg\:bag-scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg\:bag-scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg\:bag-scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg\:bag-scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg\:bag-scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg\:bag-scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg\:bag-scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg\:bag-scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg\:bag-scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg\:bag-scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg\:bag-scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg\:bag-scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg\:bag-scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:bag-scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg\:hover\:bag-scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg\:hover\:bag-scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg\:hover\:bag-scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg\:hover\:bag-scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg\:hover\:bag-scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg\:hover\:bag-scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:bag-scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:bag-scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:bag-scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:bag-scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg\:hover\:bag-scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg\:hover\:bag-scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg\:hover\:bag-scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg\:hover\:bag-scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg\:hover\:bag-scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg\:hover\:bag-scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:bag-scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:bag-scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:bag-scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:bag-scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg\:focus\:bag-scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg\:focus\:bag-scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg\:focus\:bag-scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg\:focus\:bag-scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg\:focus\:bag-scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg\:focus\:bag-scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:bag-scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:bag-scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:bag-scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:bag-scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg\:focus\:bag-scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg\:focus\:bag-scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg\:focus\:bag-scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg\:focus\:bag-scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg\:focus\:bag-scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg\:focus\:bag-scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:bag-scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:bag-scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:bag-scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg\:bag-animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:bag-animate-spin {
    -webkit-animation: bag-spin 1s linear infinite;
            animation: bag-spin 1s linear infinite;
  }

  .lg\:bag-animate-ping {
    -webkit-animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:bag-animate-pulse {
    -webkit-animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:bag-animate-bounce {
    -webkit-animation: bag-bounce 1s infinite;
            animation: bag-bounce 1s infinite;
  }

  .lg\:bag-cursor-auto {
    cursor: auto;
  }

  .lg\:bag-cursor-default {
    cursor: default;
  }

  .lg\:bag-cursor-pointer {
    cursor: pointer;
  }

  .lg\:bag-cursor-wait {
    cursor: wait;
  }

  .lg\:bag-cursor-text {
    cursor: text;
  }

  .lg\:bag-cursor-move {
    cursor: move;
  }

  .lg\:bag-cursor-help {
    cursor: help;
  }

  .lg\:bag-cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:bag-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:bag-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:bag-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:bag-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:bag-resize-none {
    resize: none;
  }

  .lg\:bag-resize-y {
    resize: vertical;
  }

  .lg\:bag-resize-x {
    resize: horizontal;
  }

  .lg\:bag-resize {
    resize: both;
  }

  .lg\:bag-list-inside {
    list-style-position: inside;
  }

  .lg\:bag-list-outside {
    list-style-position: outside;
  }

  .lg\:bag-list-none {
    list-style-type: none;
  }

  .lg\:bag-list-disc {
    list-style-type: disc;
  }

  .lg\:bag-list-decimal {
    list-style-type: decimal;
  }

  .lg\:bag-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bag-auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:bag-auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:bag-auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:bag-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:bag-grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:bag-grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:bag-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:bag-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:bag-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:bag-auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:bag-auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:bag-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:bag-grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:bag-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:bag-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:bag-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:bag-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:bag-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:bag-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:bag-grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:bag-flex-row {
    flex-direction: row;
  }

  .lg\:bag-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:bag-flex-col {
    flex-direction: column;
  }

  .lg\:bag-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:bag-flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:bag-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:bag-flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:bag-place-content-center {
    place-content: center;
  }

  .lg\:bag-place-content-start {
    place-content: start;
  }

  .lg\:bag-place-content-end {
    place-content: end;
  }

  .lg\:bag-place-content-between {
    place-content: space-between;
  }

  .lg\:bag-place-content-around {
    place-content: space-around;
  }

  .lg\:bag-place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:bag-place-content-stretch {
    place-content: stretch;
  }

  .lg\:bag-place-items-start {
    place-items: start;
  }

  .lg\:bag-place-items-end {
    place-items: end;
  }

  .lg\:bag-place-items-center {
    place-items: center;
  }

  .lg\:bag-place-items-stretch {
    place-items: stretch;
  }

  .lg\:bag-content-center {
    align-content: center;
  }

  .lg\:bag-content-start {
    align-content: flex-start;
  }

  .lg\:bag-content-end {
    align-content: flex-end;
  }

  .lg\:bag-content-between {
    align-content: space-between;
  }

  .lg\:bag-content-around {
    align-content: space-around;
  }

  .lg\:bag-content-evenly {
    align-content: space-evenly;
  }

  .lg\:bag-items-start {
    align-items: flex-start;
  }

  .lg\:bag-items-end {
    align-items: flex-end;
  }

  .lg\:bag-items-center {
    align-items: center;
  }

  .lg\:bag-items-baseline {
    align-items: baseline;
  }

  .lg\:bag-items-stretch {
    align-items: stretch;
  }

  .lg\:bag-justify-start {
    justify-content: flex-start;
  }

  .lg\:bag-justify-end {
    justify-content: flex-end;
  }

  .lg\:bag-justify-center {
    justify-content: center;
  }

  .lg\:bag-justify-between {
    justify-content: space-between;
  }

  .lg\:bag-justify-around {
    justify-content: space-around;
  }

  .lg\:bag-justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:bag-justify-items-start {
    justify-items: start;
  }

  .lg\:bag-justify-items-end {
    justify-items: end;
  }

  .lg\:bag-justify-items-center {
    justify-items: center;
  }

  .lg\:bag-justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:bag-gap-0 {
    gap: 0;
  }

  .lg\:bag-gap-1 {
    gap: 0.25rem;
  }

  .lg\:bag-gap-2 {
    gap: 0.5rem;
  }

  .lg\:bag-gap-3 {
    gap: 0.75rem;
  }

  .lg\:bag-gap-4 {
    gap: 1rem;
  }

  .lg\:bag-gap-5 {
    gap: 1.25rem;
  }

  .lg\:bag-gap-6 {
    gap: 1.5rem;
  }

  .lg\:bag-gap-8 {
    gap: 2rem;
  }

  .lg\:bag-gap-9 {
    gap: 2.25rem;
  }

  .lg\:bag-gap-10 {
    gap: 2.5rem;
  }

  .lg\:bag-gap-12 {
    gap: 3rem;
  }

  .lg\:bag-gap-16 {
    gap: 4rem;
  }

  .lg\:bag-gap-20 {
    gap: 5rem;
  }

  .lg\:bag-gap-24 {
    gap: 6rem;
  }

  .lg\:bag-gap-32 {
    gap: 8rem;
  }

  .lg\:bag-gap-40 {
    gap: 10rem;
  }

  .lg\:bag-gap-48 {
    gap: 12rem;
  }

  .lg\:bag-gap-56 {
    gap: 14rem;
  }

  .lg\:bag-gap-64 {
    gap: 16rem;
  }

  .lg\:bag-gap-px {
    gap: 1px;
  }

  .lg\:bag-gap-gutter {
    gap: 1.5625rem;
  }

  .lg\:bag-gap-gutter-full {
    gap: 3.125rem;
  }

  .lg\:bag-gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:bag-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:bag-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:bag-gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:bag-gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:bag-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:bag-gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:bag-gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:bag-gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:bag-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:bag-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:bag-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:bag-gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:bag-gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:bag-gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:bag-gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:bag-gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:bag-gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:bag-gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:bag-gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:bag-gap-x-gutter {
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
  }

  .lg\:bag-gap-x-gutter-full {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .lg\:bag-gap-y-0 {
    row-gap: 0;
  }

  .lg\:bag-gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:bag-gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:bag-gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:bag-gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:bag-gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:bag-gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:bag-gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:bag-gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:bag-gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:bag-gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:bag-gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:bag-gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:bag-gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:bag-gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:bag-gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:bag-gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:bag-gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:bag-gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:bag-gap-y-px {
    row-gap: 1px;
  }

  .lg\:bag-gap-y-gutter {
    row-gap: 1.5625rem;
  }

  .lg\:bag-gap-y-gutter-full {
    row-gap: 3.125rem;
  }

  .lg\:bag-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag--space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:bag-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--tw-space-y-reverse));
  }

  .lg\:bag--space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .lg\:bag-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:bag-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:bag-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:bag-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:bag-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:bag-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:bag-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:bag-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:bag-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:bag-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:bag-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:bag-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:bag-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:bag-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:bag-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:bag-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:bag-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:bag-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:bag-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:bag-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:bag-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:bag-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:bag-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-divide-opacity));
  }

  .lg\:bag-divide-darkGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .lg\:bag-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:bag-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:bag-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:bag-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:bag-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:bag-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:bag-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:bag-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:bag-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:bag-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:bag-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:bag-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:bag-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:bag-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:bag-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:bag-place-self-auto {
    place-self: auto;
  }

  .lg\:bag-place-self-start {
    place-self: start;
  }

  .lg\:bag-place-self-end {
    place-self: end;
  }

  .lg\:bag-place-self-center {
    place-self: center;
  }

  .lg\:bag-place-self-stretch {
    place-self: stretch;
  }

  .lg\:bag-self-auto {
    align-self: auto;
  }

  .lg\:bag-self-start {
    align-self: flex-start;
  }

  .lg\:bag-self-end {
    align-self: flex-end;
  }

  .lg\:bag-self-center {
    align-self: center;
  }

  .lg\:bag-self-stretch {
    align-self: stretch;
  }

  .lg\:bag-self-baseline {
    align-self: baseline;
  }

  .lg\:bag-justify-self-auto {
    justify-self: auto;
  }

  .lg\:bag-justify-self-start {
    justify-self: start;
  }

  .lg\:bag-justify-self-end {
    justify-self: end;
  }

  .lg\:bag-justify-self-center {
    justify-self: center;
  }

  .lg\:bag-justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:bag-overflow-auto {
    overflow: auto;
  }

  .lg\:bag-overflow-hidden {
    overflow: hidden;
  }

  .lg\:bag-overflow-visible {
    overflow: visible;
  }

  .lg\:bag-overflow-scroll {
    overflow: scroll;
  }

  .lg\:bag-overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:bag-overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:bag-overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:bag-overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:bag-overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:bag-overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:bag-overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:bag-overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:bag-overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:bag-overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:bag-overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:bag-overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:bag-overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:bag-overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:bag-overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:bag-overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:bag-overscroll-x-none {
    overscroll-behavior-x: none;
  }

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

  .lg\:bag-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:bag-overflow-clip {
    text-overflow: clip;
  }

  .lg\:bag-whitespace-normal {
    white-space: normal;
  }

  .lg\:bag-whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:bag-whitespace-pre {
    white-space: pre;
  }

  .lg\:bag-whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:bag-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:bag-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:bag-break-words {
    overflow-wrap: break-word;
  }

  .lg\:bag-break-all {
    word-break: break-all;
  }

  .lg\:bag-rounded-none {
    border-radius: 0px;
  }

  .lg\:bag-rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:bag-rounded {
    border-radius: 0.25rem;
  }

  .lg\:bag-rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:bag-rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:bag-rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:bag-rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:bag-rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:bag-rounded-full {
    border-radius: 9999px;
  }

  .lg\:bag-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:bag-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:bag-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:bag-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:bag-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:bag-rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:bag-rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:bag-rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:bag-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:bag-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:bag-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:bag-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:bag-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:bag-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:bag-rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:bag-rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:bag-rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:bag-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:bag-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:bag-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:bag-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:bag-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:bag-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:bag-rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:bag-rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:bag-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:bag-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:bag-rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:bag-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:bag-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:bag-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:bag-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:bag-rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:bag-rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:bag-rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:bag-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:bag-rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .lg\:bag-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:bag-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:bag-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:bag-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:bag-rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:bag-rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:bag-rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:bag-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:bag-rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:bag-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:bag-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:bag-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:bag-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:bag-rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:bag-rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:bag-rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:bag-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:bag-rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:bag-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:bag-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:bag-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:bag-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:bag-rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:bag-rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:bag-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:bag-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:bag-rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:bag-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:bag-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:bag-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:bag-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:bag-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:bag-rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:bag-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:bag-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:bag-border-0 {
    border-width: 0px;
  }

  .lg\:bag-border-2 {
    border-width: 2px;
  }

  .lg\:bag-border-4 {
    border-width: 4px;
  }

  .lg\:bag-border-8 {
    border-width: 8px;
  }

  .lg\:bag-border {
    border-width: 1px;
  }

  .lg\:bag-border-t-0 {
    border-top-width: 0px;
  }

  .lg\:bag-border-t-2 {
    border-top-width: 2px;
  }

  .lg\:bag-border-t-4 {
    border-top-width: 4px;
  }

  .lg\:bag-border-t-8 {
    border-top-width: 8px;
  }

  .lg\:bag-border-t {
    border-top-width: 1px;
  }

  .lg\:bag-border-r-0 {
    border-right-width: 0px;
  }

  .lg\:bag-border-r-2 {
    border-right-width: 2px;
  }

  .lg\:bag-border-r-4 {
    border-right-width: 4px;
  }

  .lg\:bag-border-r-8 {
    border-right-width: 8px;
  }

  .lg\:bag-border-r {
    border-right-width: 1px;
  }

  .lg\:bag-border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:bag-border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:bag-border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:bag-border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:bag-border-b {
    border-bottom-width: 1px;
  }

  .lg\:bag-border-l-0 {
    border-left-width: 0px;
  }

  .lg\:bag-border-l-2 {
    border-left-width: 2px;
  }

  .lg\:bag-border-l-4 {
    border-left-width: 4px;
  }

  .lg\:bag-border-l-8 {
    border-left-width: 8px;
  }

  .lg\:bag-border-l {
    border-left-width: 1px;
  }

  .lg\:bag-border-solid {
    border-style: solid;
  }

  .lg\:bag-border-dashed {
    border-style: dashed;
  }

  .lg\:bag-border-dotted {
    border-style: dotted;
  }

  .lg\:bag-border-double {
    border-style: double;
  }

  .lg\:bag-border-none {
    border-style: none;
  }

  .lg\:bag-border-transparent {
    border-color: transparent;
  }

  .lg\:bag-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:bag-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:bag-border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .lg\:bag-border-darkGray {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-border-transparent {
    border-color: transparent;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-border-darkGray {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus-within\:bag-border-transparent:focus-within {
    border-color: transparent;
  }

  .lg\:focus-within\:bag-border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:bag-border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:bag-border-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .lg\:focus-within\:bag-border-darkGray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .lg\:hover\:bag-border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:bag-border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:bag-border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:bag-border-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .lg\:hover\:bag-border-darkGray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .lg\:focus\:bag-border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:bag-border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:bag-border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:bag-border-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .lg\:focus\:bag-border-darkGray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .lg\:bag-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg\:bag-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg\:bag-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:bag-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:bag-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg\:bag-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg\:bag-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg\:bag-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:bag-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:bag-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg\:bag-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg\:bag-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg\:bag-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg\:bag-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg\:bag-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .bag-group:hover .lg\:group-hover\:bag-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:bag-border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:bag-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:bag-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:bag-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:bag-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:bag-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:bag-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:bag-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:bag-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:bag-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:bag-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:bag-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:bag-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:bag-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:bag-border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .lg\:hover\:bag-border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .lg\:hover\:bag-border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:bag-border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:bag-border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:bag-border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:bag-border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:bag-border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:bag-border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:bag-border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:bag-border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:bag-border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:bag-border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:bag-border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:bag-border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:bag-border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .lg\:focus\:bag-border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .lg\:focus\:bag-border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:bag-border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:bag-border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:bag-border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:bag-border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:bag-border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:bag-border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:bag-border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:bag-border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:bag-border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:bag-border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:bag-border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:bag-border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:bag-border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .lg\:bag-bg-transparent {
    background-color: transparent;
  }

  .lg\:bag-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bag-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bag-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .lg\:bag-bg-darkGray {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-transparent {
    background-color: transparent;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-darkGray {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bag-bg-transparent:focus-within {
    background-color: transparent;
  }

  .lg\:focus-within\:bag-bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bag-bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bag-bg-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bag-bg-darkGray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:hover\:bag-bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bag-bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bag-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bag-bg-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .lg\:hover\:bag-bg-darkGray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:focus\:bag-bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bag-bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bag-bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bag-bg-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .lg\:focus\:bag-bg-darkGray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .lg\:bag-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bag-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bag-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bag-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bag-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bag-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bag-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bag-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bag-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bag-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bag-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bag-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bag-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bag-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:bag-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .bag-group:hover .lg\:group-hover\:bag-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bag-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bag-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bag-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bag-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bag-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bag-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bag-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bag-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bag-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bag-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bag-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bag-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bag-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bag-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bag-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bag-bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bag-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bag-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bag-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bag-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bag-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bag-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bag-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bag-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bag-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bag-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bag-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bag-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bag-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bag-bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bag-bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bag-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bag-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bag-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bag-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bag-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bag-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bag-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bag-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bag-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bag-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bag-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bag-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bag-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bag-bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .lg\:bag-bg-none {
    background-image: none;
  }

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

  .lg\:bag-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bag-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bag-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bag-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bag-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bag-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bag-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:bag-from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:bag-from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:bag-from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:bag-from-gray {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .lg\:bag-from-darkGray {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:hover\:bag-from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:bag-from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:bag-from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:bag-from-gray:hover {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .lg\:hover\:bag-from-darkGray:hover {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:focus\:bag-from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:bag-from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:bag-from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:bag-from-gray:focus {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .lg\:focus\:bag-from-darkGray:focus {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:bag-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:bag-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:bag-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:bag-via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .lg\:bag-via-darkGray {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:hover\:bag-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:bag-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:bag-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:bag-via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .lg\:hover\:bag-via-darkGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:focus\:bag-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:bag-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:bag-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:bag-via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .lg\:focus\:bag-via-darkGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .lg\:bag-to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:bag-to-black {
    --tw-gradient-to: #000;
  }

  .lg\:bag-to-white {
    --tw-gradient-to: #fff;
  }

  .lg\:bag-to-gray {
    --tw-gradient-to: #d1d1d1;
  }

  .lg\:bag-to-darkGray {
    --tw-gradient-to: #717171;
  }

  .lg\:hover\:bag-to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:bag-to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg\:hover\:bag-to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:bag-to-gray:hover {
    --tw-gradient-to: #d1d1d1;
  }

  .lg\:hover\:bag-to-darkGray:hover {
    --tw-gradient-to: #717171;
  }

  .lg\:focus\:bag-to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:bag-to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg\:focus\:bag-to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:bag-to-gray:focus {
    --tw-gradient-to: #d1d1d1;
  }

  .lg\:focus\:bag-to-darkGray:focus {
    --tw-gradient-to: #717171;
  }

  .lg\:bag-decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:bag-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bag-bg-auto {
    background-size: auto;
  }

  .lg\:bag-bg-cover {
    background-size: cover;
  }

  .lg\:bag-bg-contain {
    background-size: contain;
  }

  .lg\:bag-bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bag-bg-local {
    background-attachment: local;
  }

  .lg\:bag-bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bag-bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bag-bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bag-bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bag-bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bag-bg-bottom {
    background-position: bottom;
  }

  .lg\:bag-bg-center {
    background-position: center;
  }

  .lg\:bag-bg-left {
    background-position: left;
  }

  .lg\:bag-bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bag-bg-left-top {
    background-position: left top;
  }

  .lg\:bag-bg-right {
    background-position: right;
  }

  .lg\:bag-bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bag-bg-right-top {
    background-position: right top;
  }

  .lg\:bag-bg-top {
    background-position: top;
  }

  .lg\:bag-bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bag-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bag-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bag-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bag-bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bag-bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bag-bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bag-bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bag-bg-origin-content {
    background-origin: content-box;
  }

  .lg\:bag-fill-current {
    fill: currentColor;
  }

  .lg\:bag-stroke-current {
    stroke: currentColor;
  }

  .lg\:bag-stroke-0 {
    stroke-width: 0;
  }

  .lg\:bag-stroke-1 {
    stroke-width: 1;
  }

  .lg\:bag-stroke-2 {
    stroke-width: 2;
  }

  .lg\:bag-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:bag-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:bag-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:bag-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:bag-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:bag-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:bag-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:bag-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:bag-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:bag-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:bag-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:bag-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:bag-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:bag-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:bag-p-0 {
    padding: 0;
  }

  .lg\:bag-p-1 {
    padding: 0.25rem;
  }

  .lg\:bag-p-2 {
    padding: 0.5rem;
  }

  .lg\:bag-p-3 {
    padding: 0.75rem;
  }

  .lg\:bag-p-4 {
    padding: 1rem;
  }

  .lg\:bag-p-5 {
    padding: 1.25rem;
  }

  .lg\:bag-p-6 {
    padding: 1.5rem;
  }

  .lg\:bag-p-8 {
    padding: 2rem;
  }

  .lg\:bag-p-9 {
    padding: 2.25rem;
  }

  .lg\:bag-p-10 {
    padding: 2.5rem;
  }

  .lg\:bag-p-12 {
    padding: 3rem;
  }

  .lg\:bag-p-16 {
    padding: 4rem;
  }

  .lg\:bag-p-20 {
    padding: 5rem;
  }

  .lg\:bag-p-24 {
    padding: 6rem;
  }

  .lg\:bag-p-32 {
    padding: 8rem;
  }

  .lg\:bag-p-40 {
    padding: 10rem;
  }

  .lg\:bag-p-48 {
    padding: 12rem;
  }

  .lg\:bag-p-56 {
    padding: 14rem;
  }

  .lg\:bag-p-64 {
    padding: 16rem;
  }

  .lg\:bag-p-px {
    padding: 1px;
  }

  .lg\:bag-p-gutter {
    padding: 1.5625rem;
  }

  .lg\:bag-p-gutter-full {
    padding: 3.125rem;
  }

  .lg\:first\:bag-p-0:first-child {
    padding: 0;
  }

  .lg\:first\:bag-p-1:first-child {
    padding: 0.25rem;
  }

  .lg\:first\:bag-p-2:first-child {
    padding: 0.5rem;
  }

  .lg\:first\:bag-p-3:first-child {
    padding: 0.75rem;
  }

  .lg\:first\:bag-p-4:first-child {
    padding: 1rem;
  }

  .lg\:first\:bag-p-5:first-child {
    padding: 1.25rem;
  }

  .lg\:first\:bag-p-6:first-child {
    padding: 1.5rem;
  }

  .lg\:first\:bag-p-8:first-child {
    padding: 2rem;
  }

  .lg\:first\:bag-p-9:first-child {
    padding: 2.25rem;
  }

  .lg\:first\:bag-p-10:first-child {
    padding: 2.5rem;
  }

  .lg\:first\:bag-p-12:first-child {
    padding: 3rem;
  }

  .lg\:first\:bag-p-16:first-child {
    padding: 4rem;
  }

  .lg\:first\:bag-p-20:first-child {
    padding: 5rem;
  }

  .lg\:first\:bag-p-24:first-child {
    padding: 6rem;
  }

  .lg\:first\:bag-p-32:first-child {
    padding: 8rem;
  }

  .lg\:first\:bag-p-40:first-child {
    padding: 10rem;
  }

  .lg\:first\:bag-p-48:first-child {
    padding: 12rem;
  }

  .lg\:first\:bag-p-56:first-child {
    padding: 14rem;
  }

  .lg\:first\:bag-p-64:first-child {
    padding: 16rem;
  }

  .lg\:first\:bag-p-px:first-child {
    padding: 1px;
  }

  .lg\:first\:bag-p-gutter:first-child {
    padding: 1.5625rem;
  }

  .lg\:first\:bag-p-gutter-full:first-child {
    padding: 3.125rem;
  }

  .lg\:last\:bag-p-0:last-child {
    padding: 0;
  }

  .lg\:last\:bag-p-1:last-child {
    padding: 0.25rem;
  }

  .lg\:last\:bag-p-2:last-child {
    padding: 0.5rem;
  }

  .lg\:last\:bag-p-3:last-child {
    padding: 0.75rem;
  }

  .lg\:last\:bag-p-4:last-child {
    padding: 1rem;
  }

  .lg\:last\:bag-p-5:last-child {
    padding: 1.25rem;
  }

  .lg\:last\:bag-p-6:last-child {
    padding: 1.5rem;
  }

  .lg\:last\:bag-p-8:last-child {
    padding: 2rem;
  }

  .lg\:last\:bag-p-9:last-child {
    padding: 2.25rem;
  }

  .lg\:last\:bag-p-10:last-child {
    padding: 2.5rem;
  }

  .lg\:last\:bag-p-12:last-child {
    padding: 3rem;
  }

  .lg\:last\:bag-p-16:last-child {
    padding: 4rem;
  }

  .lg\:last\:bag-p-20:last-child {
    padding: 5rem;
  }

  .lg\:last\:bag-p-24:last-child {
    padding: 6rem;
  }

  .lg\:last\:bag-p-32:last-child {
    padding: 8rem;
  }

  .lg\:last\:bag-p-40:last-child {
    padding: 10rem;
  }

  .lg\:last\:bag-p-48:last-child {
    padding: 12rem;
  }

  .lg\:last\:bag-p-56:last-child {
    padding: 14rem;
  }

  .lg\:last\:bag-p-64:last-child {
    padding: 16rem;
  }

  .lg\:last\:bag-p-px:last-child {
    padding: 1px;
  }

  .lg\:last\:bag-p-gutter:last-child {
    padding: 1.5625rem;
  }

  .lg\:last\:bag-p-gutter-full:last-child {
    padding: 3.125rem;
  }

  .lg\:bag-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:bag-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:bag-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:bag-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:bag-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:bag-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:bag-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:bag-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:bag-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:bag-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:bag-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:bag-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:bag-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:bag-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:bag-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:bag-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:bag-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:bag-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:bag-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:bag-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:bag-px-gutter {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:bag-px-gutter-full {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:bag-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:bag-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

  .lg\:bag-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:bag-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:bag-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:bag-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:bag-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:bag-py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:bag-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:bag-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:bag-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:bag-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:bag-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:bag-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:bag-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:bag-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:bag-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:bag-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:bag-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:bag-py-gutter {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:bag-py-gutter-full {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:first\:bag-px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:first\:bag-px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:bag-px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:bag-px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:first\:bag-px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:first\:bag-px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:first\:bag-px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:first\:bag-px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:first\:bag-px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:first\:bag-px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:first\:bag-px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:first\:bag-px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:first\:bag-px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:first\:bag-px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:first\:bag-px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:first\:bag-px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:first\:bag-px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:first\:bag-px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:first\:bag-px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:first\:bag-px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:first\:bag-px-gutter:first-child {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:first\:bag-px-gutter-full:first-child {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:first\:bag-py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:first\:bag-py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:bag-py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:bag-py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:first\:bag-py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:first\:bag-py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:first\:bag-py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:first\:bag-py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:first\:bag-py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:first\:bag-py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:first\:bag-py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:first\:bag-py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:first\:bag-py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:first\:bag-py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:first\:bag-py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:first\:bag-py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:first\:bag-py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:first\:bag-py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:first\:bag-py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:first\:bag-py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:first\:bag-py-gutter:first-child {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:first\:bag-py-gutter-full:first-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:last\:bag-px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:last\:bag-px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:bag-px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:bag-px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:last\:bag-px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:last\:bag-px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:last\:bag-px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:last\:bag-px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:last\:bag-px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:last\:bag-px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:last\:bag-px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:last\:bag-px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:last\:bag-px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:last\:bag-px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:last\:bag-px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:last\:bag-px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:last\:bag-px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:last\:bag-px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:last\:bag-px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:last\:bag-px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:bag-px-gutter:last-child {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:last\:bag-px-gutter-full:last-child {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:last\:bag-py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:last\:bag-py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:bag-py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:bag-py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:last\:bag-py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:last\:bag-py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:last\:bag-py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:last\:bag-py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:last\:bag-py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:last\:bag-py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:last\:bag-py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:last\:bag-py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:last\:bag-py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:last\:bag-py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:last\:bag-py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:last\:bag-py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:last\:bag-py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:last\:bag-py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:last\:bag-py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:last\:bag-py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:bag-py-gutter:last-child {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .lg\:last\:bag-py-gutter-full:last-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:bag-pt-0 {
    padding-top: 0;
  }

  .lg\:bag-pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:bag-pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:bag-pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:bag-pt-4 {
    padding-top: 1rem;
  }

  .lg\:bag-pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:bag-pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:bag-pt-8 {
    padding-top: 2rem;
  }

  .lg\:bag-pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:bag-pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:bag-pt-12 {
    padding-top: 3rem;
  }

  .lg\:bag-pt-16 {
    padding-top: 4rem;
  }

  .lg\:bag-pt-20 {
    padding-top: 5rem;
  }

  .lg\:bag-pt-24 {
    padding-top: 6rem;
  }

  .lg\:bag-pt-32 {
    padding-top: 8rem;
  }

  .lg\:bag-pt-40 {
    padding-top: 10rem;
  }

  .lg\:bag-pt-48 {
    padding-top: 12rem;
  }

  .lg\:bag-pt-56 {
    padding-top: 14rem;
  }

  .lg\:bag-pt-64 {
    padding-top: 16rem;
  }

  .lg\:bag-pt-px {
    padding-top: 1px;
  }

  .lg\:bag-pt-gutter {
    padding-top: 1.5625rem;
  }

  .lg\:bag-pt-gutter-full {
    padding-top: 3.125rem;
  }

  .lg\:bag-pr-0 {
    padding-right: 0;
  }

  .lg\:bag-pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:bag-pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:bag-pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:bag-pr-4 {
    padding-right: 1rem;
  }

  .lg\:bag-pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:bag-pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:bag-pr-8 {
    padding-right: 2rem;
  }

  .lg\:bag-pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:bag-pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:bag-pr-12 {
    padding-right: 3rem;
  }

  .lg\:bag-pr-16 {
    padding-right: 4rem;
  }

  .lg\:bag-pr-20 {
    padding-right: 5rem;
  }

  .lg\:bag-pr-24 {
    padding-right: 6rem;
  }

  .lg\:bag-pr-32 {
    padding-right: 8rem;
  }

  .lg\:bag-pr-40 {
    padding-right: 10rem;
  }

  .lg\:bag-pr-48 {
    padding-right: 12rem;
  }

  .lg\:bag-pr-56 {
    padding-right: 14rem;
  }

  .lg\:bag-pr-64 {
    padding-right: 16rem;
  }

  .lg\:bag-pr-px {
    padding-right: 1px;
  }

  .lg\:bag-pr-gutter {
    padding-right: 1.5625rem;
  }

  .lg\:bag-pr-gutter-full {
    padding-right: 3.125rem;
  }

  .lg\:bag-pb-0 {
    padding-bottom: 0;
  }

  .lg\:bag-pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:bag-pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:bag-pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:bag-pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:bag-pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:bag-pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:bag-pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:bag-pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:bag-pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:bag-pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:bag-pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:bag-pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:bag-pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:bag-pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:bag-pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:bag-pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:bag-pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:bag-pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:bag-pb-px {
    padding-bottom: 1px;
  }

  .lg\:bag-pb-gutter {
    padding-bottom: 1.5625rem;
  }

  .lg\:bag-pb-gutter-full {
    padding-bottom: 3.125rem;
  }

  .lg\:bag-pl-0 {
    padding-left: 0;
  }

  .lg\:bag-pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:bag-pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:bag-pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:bag-pl-4 {
    padding-left: 1rem;
  }

  .lg\:bag-pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:bag-pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:bag-pl-8 {
    padding-left: 2rem;
  }

  .lg\:bag-pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:bag-pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:bag-pl-12 {
    padding-left: 3rem;
  }

  .lg\:bag-pl-16 {
    padding-left: 4rem;
  }

  .lg\:bag-pl-20 {
    padding-left: 5rem;
  }

  .lg\:bag-pl-24 {
    padding-left: 6rem;
  }

  .lg\:bag-pl-32 {
    padding-left: 8rem;
  }

  .lg\:bag-pl-40 {
    padding-left: 10rem;
  }

  .lg\:bag-pl-48 {
    padding-left: 12rem;
  }

  .lg\:bag-pl-56 {
    padding-left: 14rem;
  }

  .lg\:bag-pl-64 {
    padding-left: 16rem;
  }

  .lg\:bag-pl-px {
    padding-left: 1px;
  }

  .lg\:bag-pl-gutter {
    padding-left: 1.5625rem;
  }

  .lg\:bag-pl-gutter-full {
    padding-left: 3.125rem;
  }

  .lg\:first\:bag-pt-0:first-child {
    padding-top: 0;
  }

  .lg\:first\:bag-pt-1:first-child {
    padding-top: 0.25rem;
  }

  .lg\:first\:bag-pt-2:first-child {
    padding-top: 0.5rem;
  }

  .lg\:first\:bag-pt-3:first-child {
    padding-top: 0.75rem;
  }

  .lg\:first\:bag-pt-4:first-child {
    padding-top: 1rem;
  }

  .lg\:first\:bag-pt-5:first-child {
    padding-top: 1.25rem;
  }

  .lg\:first\:bag-pt-6:first-child {
    padding-top: 1.5rem;
  }

  .lg\:first\:bag-pt-8:first-child {
    padding-top: 2rem;
  }

  .lg\:first\:bag-pt-9:first-child {
    padding-top: 2.25rem;
  }

  .lg\:first\:bag-pt-10:first-child {
    padding-top: 2.5rem;
  }

  .lg\:first\:bag-pt-12:first-child {
    padding-top: 3rem;
  }

  .lg\:first\:bag-pt-16:first-child {
    padding-top: 4rem;
  }

  .lg\:first\:bag-pt-20:first-child {
    padding-top: 5rem;
  }

  .lg\:first\:bag-pt-24:first-child {
    padding-top: 6rem;
  }

  .lg\:first\:bag-pt-32:first-child {
    padding-top: 8rem;
  }

  .lg\:first\:bag-pt-40:first-child {
    padding-top: 10rem;
  }

  .lg\:first\:bag-pt-48:first-child {
    padding-top: 12rem;
  }

  .lg\:first\:bag-pt-56:first-child {
    padding-top: 14rem;
  }

  .lg\:first\:bag-pt-64:first-child {
    padding-top: 16rem;
  }

  .lg\:first\:bag-pt-px:first-child {
    padding-top: 1px;
  }

  .lg\:first\:bag-pt-gutter:first-child {
    padding-top: 1.5625rem;
  }

  .lg\:first\:bag-pt-gutter-full:first-child {
    padding-top: 3.125rem;
  }

  .lg\:first\:bag-pr-0:first-child {
    padding-right: 0;
  }

  .lg\:first\:bag-pr-1:first-child {
    padding-right: 0.25rem;
  }

  .lg\:first\:bag-pr-2:first-child {
    padding-right: 0.5rem;
  }

  .lg\:first\:bag-pr-3:first-child {
    padding-right: 0.75rem;
  }

  .lg\:first\:bag-pr-4:first-child {
    padding-right: 1rem;
  }

  .lg\:first\:bag-pr-5:first-child {
    padding-right: 1.25rem;
  }

  .lg\:first\:bag-pr-6:first-child {
    padding-right: 1.5rem;
  }

  .lg\:first\:bag-pr-8:first-child {
    padding-right: 2rem;
  }

  .lg\:first\:bag-pr-9:first-child {
    padding-right: 2.25rem;
  }

  .lg\:first\:bag-pr-10:first-child {
    padding-right: 2.5rem;
  }

  .lg\:first\:bag-pr-12:first-child {
    padding-right: 3rem;
  }

  .lg\:first\:bag-pr-16:first-child {
    padding-right: 4rem;
  }

  .lg\:first\:bag-pr-20:first-child {
    padding-right: 5rem;
  }

  .lg\:first\:bag-pr-24:first-child {
    padding-right: 6rem;
  }

  .lg\:first\:bag-pr-32:first-child {
    padding-right: 8rem;
  }

  .lg\:first\:bag-pr-40:first-child {
    padding-right: 10rem;
  }

  .lg\:first\:bag-pr-48:first-child {
    padding-right: 12rem;
  }

  .lg\:first\:bag-pr-56:first-child {
    padding-right: 14rem;
  }

  .lg\:first\:bag-pr-64:first-child {
    padding-right: 16rem;
  }

  .lg\:first\:bag-pr-px:first-child {
    padding-right: 1px;
  }

  .lg\:first\:bag-pr-gutter:first-child {
    padding-right: 1.5625rem;
  }

  .lg\:first\:bag-pr-gutter-full:first-child {
    padding-right: 3.125rem;
  }

  .lg\:first\:bag-pb-0:first-child {
    padding-bottom: 0;
  }

  .lg\:first\:bag-pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .lg\:first\:bag-pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .lg\:first\:bag-pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .lg\:first\:bag-pb-4:first-child {
    padding-bottom: 1rem;
  }

  .lg\:first\:bag-pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .lg\:first\:bag-pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .lg\:first\:bag-pb-8:first-child {
    padding-bottom: 2rem;
  }

  .lg\:first\:bag-pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .lg\:first\:bag-pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .lg\:first\:bag-pb-12:first-child {
    padding-bottom: 3rem;
  }

  .lg\:first\:bag-pb-16:first-child {
    padding-bottom: 4rem;
  }

  .lg\:first\:bag-pb-20:first-child {
    padding-bottom: 5rem;
  }

  .lg\:first\:bag-pb-24:first-child {
    padding-bottom: 6rem;
  }

  .lg\:first\:bag-pb-32:first-child {
    padding-bottom: 8rem;
  }

  .lg\:first\:bag-pb-40:first-child {
    padding-bottom: 10rem;
  }

  .lg\:first\:bag-pb-48:first-child {
    padding-bottom: 12rem;
  }

  .lg\:first\:bag-pb-56:first-child {
    padding-bottom: 14rem;
  }

  .lg\:first\:bag-pb-64:first-child {
    padding-bottom: 16rem;
  }

  .lg\:first\:bag-pb-px:first-child {
    padding-bottom: 1px;
  }

  .lg\:first\:bag-pb-gutter:first-child {
    padding-bottom: 1.5625rem;
  }

  .lg\:first\:bag-pb-gutter-full:first-child {
    padding-bottom: 3.125rem;
  }

  .lg\:first\:bag-pl-0:first-child {
    padding-left: 0;
  }

  .lg\:first\:bag-pl-1:first-child {
    padding-left: 0.25rem;
  }

  .lg\:first\:bag-pl-2:first-child {
    padding-left: 0.5rem;
  }

  .lg\:first\:bag-pl-3:first-child {
    padding-left: 0.75rem;
  }

  .lg\:first\:bag-pl-4:first-child {
    padding-left: 1rem;
  }

  .lg\:first\:bag-pl-5:first-child {
    padding-left: 1.25rem;
  }

  .lg\:first\:bag-pl-6:first-child {
    padding-left: 1.5rem;
  }

  .lg\:first\:bag-pl-8:first-child {
    padding-left: 2rem;
  }

  .lg\:first\:bag-pl-9:first-child {
    padding-left: 2.25rem;
  }

  .lg\:first\:bag-pl-10:first-child {
    padding-left: 2.5rem;
  }

  .lg\:first\:bag-pl-12:first-child {
    padding-left: 3rem;
  }

  .lg\:first\:bag-pl-16:first-child {
    padding-left: 4rem;
  }

  .lg\:first\:bag-pl-20:first-child {
    padding-left: 5rem;
  }

  .lg\:first\:bag-pl-24:first-child {
    padding-left: 6rem;
  }

  .lg\:first\:bag-pl-32:first-child {
    padding-left: 8rem;
  }

  .lg\:first\:bag-pl-40:first-child {
    padding-left: 10rem;
  }

  .lg\:first\:bag-pl-48:first-child {
    padding-left: 12rem;
  }

  .lg\:first\:bag-pl-56:first-child {
    padding-left: 14rem;
  }

  .lg\:first\:bag-pl-64:first-child {
    padding-left: 16rem;
  }

  .lg\:first\:bag-pl-px:first-child {
    padding-left: 1px;
  }

  .lg\:first\:bag-pl-gutter:first-child {
    padding-left: 1.5625rem;
  }

  .lg\:first\:bag-pl-gutter-full:first-child {
    padding-left: 3.125rem;
  }

  .lg\:last\:bag-pt-0:last-child {
    padding-top: 0;
  }

  .lg\:last\:bag-pt-1:last-child {
    padding-top: 0.25rem;
  }

  .lg\:last\:bag-pt-2:last-child {
    padding-top: 0.5rem;
  }

  .lg\:last\:bag-pt-3:last-child {
    padding-top: 0.75rem;
  }

  .lg\:last\:bag-pt-4:last-child {
    padding-top: 1rem;
  }

  .lg\:last\:bag-pt-5:last-child {
    padding-top: 1.25rem;
  }

  .lg\:last\:bag-pt-6:last-child {
    padding-top: 1.5rem;
  }

  .lg\:last\:bag-pt-8:last-child {
    padding-top: 2rem;
  }

  .lg\:last\:bag-pt-9:last-child {
    padding-top: 2.25rem;
  }

  .lg\:last\:bag-pt-10:last-child {
    padding-top: 2.5rem;
  }

  .lg\:last\:bag-pt-12:last-child {
    padding-top: 3rem;
  }

  .lg\:last\:bag-pt-16:last-child {
    padding-top: 4rem;
  }

  .lg\:last\:bag-pt-20:last-child {
    padding-top: 5rem;
  }

  .lg\:last\:bag-pt-24:last-child {
    padding-top: 6rem;
  }

  .lg\:last\:bag-pt-32:last-child {
    padding-top: 8rem;
  }

  .lg\:last\:bag-pt-40:last-child {
    padding-top: 10rem;
  }

  .lg\:last\:bag-pt-48:last-child {
    padding-top: 12rem;
  }

  .lg\:last\:bag-pt-56:last-child {
    padding-top: 14rem;
  }

  .lg\:last\:bag-pt-64:last-child {
    padding-top: 16rem;
  }

  .lg\:last\:bag-pt-px:last-child {
    padding-top: 1px;
  }

  .lg\:last\:bag-pt-gutter:last-child {
    padding-top: 1.5625rem;
  }

  .lg\:last\:bag-pt-gutter-full:last-child {
    padding-top: 3.125rem;
  }

  .lg\:last\:bag-pr-0:last-child {
    padding-right: 0;
  }

  .lg\:last\:bag-pr-1:last-child {
    padding-right: 0.25rem;
  }

  .lg\:last\:bag-pr-2:last-child {
    padding-right: 0.5rem;
  }

  .lg\:last\:bag-pr-3:last-child {
    padding-right: 0.75rem;
  }

  .lg\:last\:bag-pr-4:last-child {
    padding-right: 1rem;
  }

  .lg\:last\:bag-pr-5:last-child {
    padding-right: 1.25rem;
  }

  .lg\:last\:bag-pr-6:last-child {
    padding-right: 1.5rem;
  }

  .lg\:last\:bag-pr-8:last-child {
    padding-right: 2rem;
  }

  .lg\:last\:bag-pr-9:last-child {
    padding-right: 2.25rem;
  }

  .lg\:last\:bag-pr-10:last-child {
    padding-right: 2.5rem;
  }

  .lg\:last\:bag-pr-12:last-child {
    padding-right: 3rem;
  }

  .lg\:last\:bag-pr-16:last-child {
    padding-right: 4rem;
  }

  .lg\:last\:bag-pr-20:last-child {
    padding-right: 5rem;
  }

  .lg\:last\:bag-pr-24:last-child {
    padding-right: 6rem;
  }

  .lg\:last\:bag-pr-32:last-child {
    padding-right: 8rem;
  }

  .lg\:last\:bag-pr-40:last-child {
    padding-right: 10rem;
  }

  .lg\:last\:bag-pr-48:last-child {
    padding-right: 12rem;
  }

  .lg\:last\:bag-pr-56:last-child {
    padding-right: 14rem;
  }

  .lg\:last\:bag-pr-64:last-child {
    padding-right: 16rem;
  }

  .lg\:last\:bag-pr-px:last-child {
    padding-right: 1px;
  }

  .lg\:last\:bag-pr-gutter:last-child {
    padding-right: 1.5625rem;
  }

  .lg\:last\:bag-pr-gutter-full:last-child {
    padding-right: 3.125rem;
  }

  .lg\:last\:bag-pb-0:last-child {
    padding-bottom: 0;
  }

  .lg\:last\:bag-pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .lg\:last\:bag-pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .lg\:last\:bag-pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .lg\:last\:bag-pb-4:last-child {
    padding-bottom: 1rem;
  }

  .lg\:last\:bag-pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .lg\:last\:bag-pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .lg\:last\:bag-pb-8:last-child {
    padding-bottom: 2rem;
  }

  .lg\:last\:bag-pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .lg\:last\:bag-pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .lg\:last\:bag-pb-12:last-child {
    padding-bottom: 3rem;
  }

  .lg\:last\:bag-pb-16:last-child {
    padding-bottom: 4rem;
  }

  .lg\:last\:bag-pb-20:last-child {
    padding-bottom: 5rem;
  }

  .lg\:last\:bag-pb-24:last-child {
    padding-bottom: 6rem;
  }

  .lg\:last\:bag-pb-32:last-child {
    padding-bottom: 8rem;
  }

  .lg\:last\:bag-pb-40:last-child {
    padding-bottom: 10rem;
  }

  .lg\:last\:bag-pb-48:last-child {
    padding-bottom: 12rem;
  }

  .lg\:last\:bag-pb-56:last-child {
    padding-bottom: 14rem;
  }

  .lg\:last\:bag-pb-64:last-child {
    padding-bottom: 16rem;
  }

  .lg\:last\:bag-pb-px:last-child {
    padding-bottom: 1px;
  }

  .lg\:last\:bag-pb-gutter:last-child {
    padding-bottom: 1.5625rem;
  }

  .lg\:last\:bag-pb-gutter-full:last-child {
    padding-bottom: 3.125rem;
  }

  .lg\:last\:bag-pl-0:last-child {
    padding-left: 0;
  }

  .lg\:last\:bag-pl-1:last-child {
    padding-left: 0.25rem;
  }

  .lg\:last\:bag-pl-2:last-child {
    padding-left: 0.5rem;
  }

  .lg\:last\:bag-pl-3:last-child {
    padding-left: 0.75rem;
  }

  .lg\:last\:bag-pl-4:last-child {
    padding-left: 1rem;
  }

  .lg\:last\:bag-pl-5:last-child {
    padding-left: 1.25rem;
  }

  .lg\:last\:bag-pl-6:last-child {
    padding-left: 1.5rem;
  }

  .lg\:last\:bag-pl-8:last-child {
    padding-left: 2rem;
  }

  .lg\:last\:bag-pl-9:last-child {
    padding-left: 2.25rem;
  }

  .lg\:last\:bag-pl-10:last-child {
    padding-left: 2.5rem;
  }

  .lg\:last\:bag-pl-12:last-child {
    padding-left: 3rem;
  }

  .lg\:last\:bag-pl-16:last-child {
    padding-left: 4rem;
  }

  .lg\:last\:bag-pl-20:last-child {
    padding-left: 5rem;
  }

  .lg\:last\:bag-pl-24:last-child {
    padding-left: 6rem;
  }

  .lg\:last\:bag-pl-32:last-child {
    padding-left: 8rem;
  }

  .lg\:last\:bag-pl-40:last-child {
    padding-left: 10rem;
  }

  .lg\:last\:bag-pl-48:last-child {
    padding-left: 12rem;
  }

  .lg\:last\:bag-pl-56:last-child {
    padding-left: 14rem;
  }

  .lg\:last\:bag-pl-64:last-child {
    padding-left: 16rem;
  }

  .lg\:last\:bag-pl-px:last-child {
    padding-left: 1px;
  }

  .lg\:last\:bag-pl-gutter:last-child {
    padding-left: 1.5625rem;
  }

  .lg\:last\:bag-pl-gutter-full:last-child {
    padding-left: 3.125rem;
  }

  .lg\:bag-text-left {
    text-align: left;
  }

  .lg\:bag-text-center {
    text-align: center;
  }

  .lg\:bag-text-right {
    text-align: right;
  }

  .lg\:bag-text-justify {
    text-align: justify;
  }

  .lg\:bag-align-baseline {
    vertical-align: baseline;
  }

  .lg\:bag-align-top {
    vertical-align: top;
  }

  .lg\:bag-align-middle {
    vertical-align: middle;
  }

  .lg\:bag-align-bottom {
    vertical-align: bottom;
  }

  .lg\:bag-align-text-top {
    vertical-align: text-top;
  }

  .lg\:bag-align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:bag-font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:bag-text-xs {
    font-size: 0.75rem;
  }

  .lg\:bag-text-sm {
    font-size: 0.875rem;
  }

  .lg\:bag-text-base {
    font-size: 1rem;
  }

  .lg\:bag-text-lg {
    font-size: 1.125rem;
  }

  .lg\:bag-text-xl {
    font-size: 1.5rem;
  }

  .lg\:bag-text-2xl {
    font-size: 2rem;
  }

  .lg\:bag-text-3xl {
    font-size: 2.25rem;
  }

  .lg\:bag-text-4xl {
    font-size: 3rem;
  }

  .lg\:bag-text-5xl {
    font-size: 4rem;
  }

  .lg\:bag-font-light {
    font-weight: 300;
  }

  .lg\:bag-font-normal {
    font-weight: 400;
  }

  .lg\:bag-font-bold {
    font-weight: 700;
  }

  .lg\:bag-uppercase {
    text-transform: uppercase;
  }

  .lg\:bag-lowercase {
    text-transform: lowercase;
  }

  .lg\:bag-capitalize {
    text-transform: capitalize;
  }

  .lg\:bag-normal-case {
    text-transform: none;
  }

  .lg\:bag-italic {
    font-style: italic;
  }

  .lg\:bag-not-italic {
    font-style: normal;
  }

  .lg\:bag-ordinal, .lg\:bag-slashed-zero, .lg\:bag-lining-nums, .lg\:bag-oldstyle-nums, .lg\:bag-proportional-nums, .lg\:bag-tabular-nums, .lg\:bag-diagonal-fractions, .lg\:bag-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:bag-normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:bag-ordinal {
    --tw-ordinal: ordinal;
  }

  .lg\:bag-slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:bag-lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:bag-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:bag-proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:bag-tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:bag-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:bag-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:bag-leading-none {
    line-height: 1;
  }

  .lg\:bag-leading-tight {
    line-height: 1.25;
  }

  .lg\:bag-leading-snug {
    line-height: 1.375;
  }

  .lg\:bag-leading-normal {
    line-height: 1.5;
  }

  .lg\:bag-leading-relaxed {
    line-height: 1.625;
  }

  .lg\:bag-leading-loose {
    line-height: 2;
  }

  .lg\:bag-tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:bag-tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:bag-tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:bag-text-transparent {
    color: transparent;
  }

  .lg\:bag-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:bag-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:bag-text-gray {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .lg\:bag-text-darkGray {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-text-transparent {
    color: transparent;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-text-gray {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .bag-group:hover .lg\:group-hover\:bag-text-darkGray {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus-within\:bag-text-transparent:focus-within {
    color: transparent;
  }

  .lg\:focus-within\:bag-text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:bag-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:bag-text-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .lg\:focus-within\:bag-text-darkGray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .lg\:hover\:bag-text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:bag-text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:bag-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:bag-text-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .lg\:hover\:bag-text-darkGray:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .lg\:focus\:bag-text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:bag-text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:bag-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:bag-text-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .lg\:focus\:bag-text-darkGray:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .lg\:bag-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lg\:bag-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lg\:bag-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lg\:bag-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lg\:bag-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lg\:bag-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lg\:bag-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lg\:bag-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lg\:bag-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg\:bag-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lg\:bag-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lg\:bag-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lg\:bag-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lg\:bag-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lg\:bag-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .bag-group:hover .lg\:group-hover\:bag-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:bag-text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:bag-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:bag-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:bag-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:bag-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:bag-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:bag-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:bag-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:bag-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:bag-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:bag-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:bag-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:bag-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:bag-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:bag-text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .lg\:hover\:bag-text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .lg\:hover\:bag-text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:bag-text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:bag-text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:bag-text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:bag-text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:bag-text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:bag-text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:bag-text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:bag-text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:bag-text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:bag-text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:bag-text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:bag-text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:bag-text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .lg\:focus\:bag-text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .lg\:focus\:bag-text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:bag-text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:bag-text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:bag-text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:bag-text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:bag-text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:bag-text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:bag-text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:bag-text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:bag-text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:bag-text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:bag-text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:bag-text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:bag-text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .lg\:bag-underline {
    text-decoration: underline;
  }

  .lg\:bag-line-through {
    text-decoration: line-through;
  }

  .lg\:bag-no-underline {
    text-decoration: none;
  }

  .bag-group:hover .lg\:group-hover\:bag-underline {
    text-decoration: underline;
  }

  .bag-group:hover .lg\:group-hover\:bag-line-through {
    text-decoration: line-through;
  }

  .bag-group:hover .lg\:group-hover\:bag-no-underline {
    text-decoration: none;
  }

  .lg\:focus-within\:bag-underline:focus-within {
    text-decoration: underline;
  }

  .lg\:focus-within\:bag-line-through:focus-within {
    text-decoration: line-through;
  }

  .lg\:focus-within\:bag-no-underline:focus-within {
    text-decoration: none;
  }

  .lg\:hover\:bag-underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:bag-line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:bag-no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:bag-underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:bag-line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:bag-no-underline:focus {
    text-decoration: none;
  }

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

  .lg\:bag-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:bag-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:bag-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:bag-placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:bag-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-darkGray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-darkGray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-darkGray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:bag-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:bag-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:bag-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-darkGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-darkGray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:bag-placeholder-darkGray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .lg\:bag-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:bag-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:bag-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:bag-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:bag-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:bag-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:bag-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:bag-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:bag-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:bag-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:bag-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:bag-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:bag-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:bag-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:bag-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:bag-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:bag-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:bag-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:bag-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:bag-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:bag-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:bag-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:bag-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:bag-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:bag-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:bag-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:bag-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:bag-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:bag-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:bag-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:bag-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:bag-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:bag-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:bag-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:bag-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:bag-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:bag-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:bag-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:bag-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:bag-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:bag-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:bag-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:bag-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:bag-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:bag-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:bag-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:bag-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:bag-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:bag-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:bag-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:bag-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:bag-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:bag-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:bag-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:bag-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:bag-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:bag-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:bag-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:bag-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:bag-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:bag-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:bag-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:bag-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:bag-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:bag-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:bag-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:bag-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:bag-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:bag-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:bag-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:bag-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:bag-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:bag-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:bag-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:bag-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:bag-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:bag-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:bag-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:bag-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:bag-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:bag-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:bag-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:bag-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:bag-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:bag-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:bag-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:bag-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:bag-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:bag-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:bag-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:bag-opacity-0 {
    opacity: 0;
  }

  .lg\:bag-opacity-5 {
    opacity: 0.05;
  }

  .lg\:bag-opacity-10 {
    opacity: 0.1;
  }

  .lg\:bag-opacity-20 {
    opacity: 0.2;
  }

  .lg\:bag-opacity-25 {
    opacity: 0.25;
  }

  .lg\:bag-opacity-30 {
    opacity: 0.3;
  }

  .lg\:bag-opacity-40 {
    opacity: 0.4;
  }

  .lg\:bag-opacity-50 {
    opacity: 0.5;
  }

  .lg\:bag-opacity-60 {
    opacity: 0.6;
  }

  .lg\:bag-opacity-70 {
    opacity: 0.7;
  }

  .lg\:bag-opacity-75 {
    opacity: 0.75;
  }

  .lg\:bag-opacity-80 {
    opacity: 0.8;
  }

  .lg\:bag-opacity-90 {
    opacity: 0.9;
  }

  .lg\:bag-opacity-95 {
    opacity: 0.95;
  }

  .lg\:bag-opacity-100 {
    opacity: 1;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-0 {
    opacity: 0;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-5 {
    opacity: 0.05;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-10 {
    opacity: 0.1;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-20 {
    opacity: 0.2;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-25 {
    opacity: 0.25;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-30 {
    opacity: 0.3;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-40 {
    opacity: 0.4;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-50 {
    opacity: 0.5;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-60 {
    opacity: 0.6;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-70 {
    opacity: 0.7;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-75 {
    opacity: 0.75;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-80 {
    opacity: 0.8;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-90 {
    opacity: 0.9;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-95 {
    opacity: 0.95;
  }

  .bag-group:hover .lg\:group-hover\:bag-opacity-100 {
    opacity: 1;
  }

  .lg\:focus-within\:bag-opacity-0:focus-within {
    opacity: 0;
  }

  .lg\:focus-within\:bag-opacity-5:focus-within {
    opacity: 0.05;
  }

  .lg\:focus-within\:bag-opacity-10:focus-within {
    opacity: 0.1;
  }

  .lg\:focus-within\:bag-opacity-20:focus-within {
    opacity: 0.2;
  }

  .lg\:focus-within\:bag-opacity-25:focus-within {
    opacity: 0.25;
  }

  .lg\:focus-within\:bag-opacity-30:focus-within {
    opacity: 0.3;
  }

  .lg\:focus-within\:bag-opacity-40:focus-within {
    opacity: 0.4;
  }

  .lg\:focus-within\:bag-opacity-50:focus-within {
    opacity: 0.5;
  }

  .lg\:focus-within\:bag-opacity-60:focus-within {
    opacity: 0.6;
  }

  .lg\:focus-within\:bag-opacity-70:focus-within {
    opacity: 0.7;
  }

  .lg\:focus-within\:bag-opacity-75:focus-within {
    opacity: 0.75;
  }

  .lg\:focus-within\:bag-opacity-80:focus-within {
    opacity: 0.8;
  }

  .lg\:focus-within\:bag-opacity-90:focus-within {
    opacity: 0.9;
  }

  .lg\:focus-within\:bag-opacity-95:focus-within {
    opacity: 0.95;
  }

  .lg\:focus-within\:bag-opacity-100:focus-within {
    opacity: 1;
  }

  .lg\:hover\:bag-opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:bag-opacity-5:hover {
    opacity: 0.05;
  }

  .lg\:hover\:bag-opacity-10:hover {
    opacity: 0.1;
  }

  .lg\:hover\:bag-opacity-20:hover {
    opacity: 0.2;
  }

  .lg\:hover\:bag-opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:bag-opacity-30:hover {
    opacity: 0.3;
  }

  .lg\:hover\:bag-opacity-40:hover {
    opacity: 0.4;
  }

  .lg\:hover\:bag-opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:bag-opacity-60:hover {
    opacity: 0.6;
  }

  .lg\:hover\:bag-opacity-70:hover {
    opacity: 0.7;
  }

  .lg\:hover\:bag-opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:bag-opacity-80:hover {
    opacity: 0.8;
  }

  .lg\:hover\:bag-opacity-90:hover {
    opacity: 0.9;
  }

  .lg\:hover\:bag-opacity-95:hover {
    opacity: 0.95;
  }

  .lg\:hover\:bag-opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:bag-opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:bag-opacity-5:focus {
    opacity: 0.05;
  }

  .lg\:focus\:bag-opacity-10:focus {
    opacity: 0.1;
  }

  .lg\:focus\:bag-opacity-20:focus {
    opacity: 0.2;
  }

  .lg\:focus\:bag-opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:bag-opacity-30:focus {
    opacity: 0.3;
  }

  .lg\:focus\:bag-opacity-40:focus {
    opacity: 0.4;
  }

  .lg\:focus\:bag-opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:bag-opacity-60:focus {
    opacity: 0.6;
  }

  .lg\:focus\:bag-opacity-70:focus {
    opacity: 0.7;
  }

  .lg\:focus\:bag-opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:bag-opacity-80:focus {
    opacity: 0.8;
  }

  .lg\:focus\:bag-opacity-90:focus {
    opacity: 0.9;
  }

  .lg\:focus\:bag-opacity-95:focus {
    opacity: 0.95;
  }

  .lg\:focus\:bag-opacity-100:focus {
    opacity: 1;
  }

  .lg\:bag-bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bag-bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bag-bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bag-bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bag-bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bag-bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bag-bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bag-bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bag-bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bag-bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bag-bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bag-bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bag-bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bag-bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bag-bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bag-bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lg\:bag-mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lg\:bag-mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lg\:bag-mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lg\:bag-mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lg\:bag-mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lg\:bag-mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lg\:bag-mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg\:bag-mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg\:bag-mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg\:bag-mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg\:bag-mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lg\:bag-mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg\:bag-mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lg\:bag-mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lg\:bag-mix-blend-color {
    mix-blend-mode: color;
  }

  .lg\:bag-mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg\:bag-shadow-default {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:bag-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:bag-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:bag-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:bag-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:bag-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:bag-shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:bag-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .lg\:group-hover\:bag-shadow-default {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .lg\:group-hover\:bag-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .lg\:group-hover\:bag-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .lg\:group-hover\:bag-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .lg\:group-hover\:bag-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .lg\:group-hover\:bag-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .lg\:group-hover\:bag-shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .lg\:group-hover\:bag-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:bag-shadow-default:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:bag-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:bag-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:bag-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:bag-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:bag-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:bag-shadow-outline:focus-within {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:bag-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bag-shadow-default:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bag-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bag-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bag-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bag-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bag-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bag-shadow-outline:hover {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bag-shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:bag-shadow-default:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:bag-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:bag-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:bag-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:bag-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:bag-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:bag-shadow-outline:focus {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:bag-shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:bag-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:bag-outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:bag-outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:bag-outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:bag-outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:bag-outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:bag-outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:bag-outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:bag-outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:bag-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:bag-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:bag-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:bag-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:bag-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:bag-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:bag-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:bag-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:bag-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:bag-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:bag-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:bag-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:bag-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:bag-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:bag-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:bag-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:bag-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:bag-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:bag-ring-inset {
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:bag-ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg\:focus\:bag-ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg\:bag-ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg\:bag-ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:bag-ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:bag-ring-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .lg\:bag-ring-darkGray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:bag-ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:bag-ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:bag-ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:bag-ring-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:bag-ring-darkGray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:focus\:bag-ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .lg\:focus\:bag-ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:bag-ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:bag-ring-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .lg\:focus\:bag-ring-darkGray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .lg\:bag-ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .lg\:bag-ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .lg\:bag-ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .lg\:bag-ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .lg\:bag-ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .lg\:bag-ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .lg\:bag-ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .lg\:bag-ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .lg\:bag-ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lg\:bag-ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .lg\:bag-ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .lg\:bag-ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .lg\:bag-ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .lg\:bag-ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .lg\:bag-ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:bag-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:bag-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:bag-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:bag-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:bag-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:bag-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:bag-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:bag-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:bag-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:bag-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:bag-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:bag-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:bag-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:bag-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:bag-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:bag-ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:bag-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:bag-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:bag-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:bag-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:bag-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:bag-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:bag-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:bag-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:bag-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:bag-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:bag-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:bag-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:bag-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:bag-ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .lg\:bag-ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lg\:bag-ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lg\:bag-ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lg\:bag-ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lg\:bag-ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:bag-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:bag-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:bag-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:bag-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:bag-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:bag-ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:bag-ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:bag-ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:bag-ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:bag-ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lg\:bag-ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .lg\:bag-ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .lg\:bag-ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg\:bag-ring-offset-gray {
    --tw-ring-offset-color: #d1d1d1;
  }

  .lg\:bag-ring-offset-darkGray {
    --tw-ring-offset-color: #717171;
  }

  .lg\:focus-within\:bag-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:bag-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:bag-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:bag-ring-offset-gray:focus-within {
    --tw-ring-offset-color: #d1d1d1;
  }

  .lg\:focus-within\:bag-ring-offset-darkGray:focus-within {
    --tw-ring-offset-color: #717171;
  }

  .lg\:focus\:bag-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:bag-ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:bag-ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:bag-ring-offset-gray:focus {
    --tw-ring-offset-color: #d1d1d1;
  }

  .lg\:focus\:bag-ring-offset-darkGray:focus {
    --tw-ring-offset-color: #717171;
  }

  .lg\:bag-filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:bag-filter-none {
    filter: none;
  }

  .lg\:bag-blur-0 {
    --tw-blur: blur(0);
  }

  .lg\:bag-blur-none {
    --tw-blur: blur(0);
  }

  .lg\:bag-blur-sm {
    --tw-blur: blur(4px);
  }

  .lg\:bag-blur {
    --tw-blur: blur(8px);
  }

  .lg\:bag-blur-md {
    --tw-blur: blur(12px);
  }

  .lg\:bag-blur-lg {
    --tw-blur: blur(16px);
  }

  .lg\:bag-blur-xl {
    --tw-blur: blur(24px);
  }

  .lg\:bag-blur-2xl {
    --tw-blur: blur(40px);
  }

  .lg\:bag-blur-3xl {
    --tw-blur: blur(64px);
  }

  .lg\:bag-brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lg\:bag-brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lg\:bag-brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lg\:bag-brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lg\:bag-brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lg\:bag-brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lg\:bag-brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lg\:bag-brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lg\:bag-brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lg\:bag-brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lg\:bag-brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lg\:bag-contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lg\:bag-contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lg\:bag-contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lg\:bag-contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lg\:bag-contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lg\:bag-contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lg\:bag-contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lg\:bag-drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lg\:bag-drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .lg\:bag-drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .lg\:bag-drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .lg\:bag-drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .lg\:bag-drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lg\:bag-drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg\:bag-grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lg\:bag-grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lg\:bag-hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:bag-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:bag-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:bag-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:bag-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:bag-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:bag--hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:bag--hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:bag--hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:bag--hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:bag--hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:bag-invert-0 {
    --tw-invert: invert(0);
  }

  .lg\:bag-invert {
    --tw-invert: invert(100%);
  }

  .lg\:bag-saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lg\:bag-saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lg\:bag-saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lg\:bag-saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lg\:bag-saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lg\:bag-sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lg\:bag-sepia {
    --tw-sepia: sepia(100%);
  }

  .lg\:bag-backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:bag-backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg\:bag-backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:bag-backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:bag-backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:bag-backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:bag-backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:bag-backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:bag-backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:bag-backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .lg\:bag-backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .lg\:bag-backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:bag-backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:bag-backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:bag-backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:bag-backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:bag-backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:bag-backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:bag-backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:bag-backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:bag-backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:bag-backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:bag-backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:bag-backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:bag-backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:bag-backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:bag-backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:bag-backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:bag-backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:bag-backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:bag-backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:bag-backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:bag-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:bag-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:bag-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:bag-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:bag-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:bag--backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:bag--backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:bag--backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:bag--backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:bag--backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:bag-backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lg\:bag-backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:bag-backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:bag-backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:bag-backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:bag-backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:bag-backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:bag-backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:bag-backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:bag-backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:bag-backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:bag-backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:bag-backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:bag-backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:bag-backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:bag-backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:bag-backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .lg\:bag-backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:bag-backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:bag-backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:bag-backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:bag-backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:bag-backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:bag-backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg\:bag-transition-none {
    transition-property: none;
  }

  .lg\:bag-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:bag-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:bag-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:bag-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:bag-transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:bag-transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:bag-delay-75 {
    transition-delay: 75ms;
  }

  .lg\:bag-delay-100 {
    transition-delay: 100ms;
  }

  .lg\:bag-delay-150 {
    transition-delay: 150ms;
  }

  .lg\:bag-delay-200 {
    transition-delay: 200ms;
  }

  .lg\:bag-delay-300 {
    transition-delay: 300ms;
  }

  .lg\:bag-delay-500 {
    transition-delay: 500ms;
  }

  .lg\:bag-delay-700 {
    transition-delay: 700ms;
  }

  .lg\:bag-delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:bag-duration-75 {
    transition-duration: 75ms;
  }

  .lg\:bag-duration-100 {
    transition-duration: 100ms;
  }

  .lg\:bag-duration-150 {
    transition-duration: 150ms;
  }

  .lg\:bag-duration-200 {
    transition-duration: 200ms;
  }

  .lg\:bag-duration-300 {
    transition-duration: 300ms;
  }

  .lg\:bag-duration-500 {
    transition-duration: 500ms;
  }

  .lg\:bag-duration-700 {
    transition-duration: 700ms;
  }

  .lg\:bag-duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:bag-ease-linear {
    transition-timing-function: linear;
  }

  .lg\:bag-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:bag-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:bag-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1270px) {
  .xl\:bag-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

  @media (min-width: 640px) {
    .xl\:bag-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:bag-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:bag-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1270px) {
    .xl\:bag-container {
      max-width: 1270px;
    }
  }

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

  .xl\:bag-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .xl\:focus-within\:bag-not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .xl\:focus\:bag-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:bag-pointer-events-none {
    pointer-events: none;
  }

  .xl\:bag-pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:bag-visible {
    visibility: visible;
  }

  .xl\:bag-invisible {
    visibility: hidden;
  }

  .xl\:bag-static {
    position: static;
  }

  .xl\:bag-fixed {
    position: fixed;
  }

  .xl\:bag-absolute {
    position: absolute;
  }

  .xl\:bag-relative {
    position: relative;
  }

  .xl\:bag-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:bag-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:bag-inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:bag-inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:bag-inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:bag-inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:bag-inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:bag-inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:bag-inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:bag-inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:bag-inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:bag-inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:bag-inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:bag-inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:bag-inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:bag-inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:bag-inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:bag-inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:bag-inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:bag-inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:bag-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:bag-inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:bag-inset-gutter {
    top: 1.5625rem;
    right: 1.5625rem;
    bottom: 1.5625rem;
    left: 1.5625rem;
  }

  .xl\:bag-inset-gutter-full {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .xl\:bag--inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:bag--inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:bag--inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:bag--inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:bag--inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:bag--inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:bag--inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:bag--inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:bag--inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:bag--inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:bag--inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:bag--inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:bag--inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:bag--inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:bag--inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:bag--inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:bag--inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:bag--inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:bag--inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:bag--inset-gutter {
    top: -1.5625rem;
    right: -1.5625rem;
    bottom: -1.5625rem;
    left: -1.5625rem;
  }

  .xl\:bag--inset-gutter-full {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .xl\:bag-inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:bag-inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:bag-inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:bag-inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:bag-inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:bag-inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:bag-inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:bag--inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:bag--inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:bag--inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:bag--inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:bag--inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:bag--inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:bag--inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:bag-inset-x-0 {
    left: 0;
    right: 0;
  }

  .xl\:bag-inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xl\:bag-inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:bag-inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl\:bag-inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xl\:bag-inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl\:bag-inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl\:bag-inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xl\:bag-inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xl\:bag-inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .xl\:bag-inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xl\:bag-inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .xl\:bag-inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .xl\:bag-inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .xl\:bag-inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xl\:bag-inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xl\:bag-inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .xl\:bag-inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xl\:bag-inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xl\:bag-inset-x-auto {
    left: auto;
    right: auto;
  }

  .xl\:bag-inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xl\:bag-inset-x-gutter {
    left: 1.5625rem;
    right: 1.5625rem;
  }

  .xl\:bag-inset-x-gutter-full {
    left: 3.125rem;
    right: 3.125rem;
  }

  .xl\:bag--inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xl\:bag--inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl\:bag--inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl\:bag--inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xl\:bag--inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .xl\:bag--inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl\:bag--inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xl\:bag--inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xl\:bag--inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .xl\:bag--inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xl\:bag--inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .xl\:bag--inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .xl\:bag--inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .xl\:bag--inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xl\:bag--inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xl\:bag--inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .xl\:bag--inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xl\:bag--inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xl\:bag--inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xl\:bag--inset-x-gutter {
    left: -1.5625rem;
    right: -1.5625rem;
  }

  .xl\:bag--inset-x-gutter-full {
    left: -3.125rem;
    right: -3.125rem;
  }

  .xl\:bag-inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xl\:bag-inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:bag-inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl\:bag-inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xl\:bag-inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xl\:bag-inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xl\:bag-inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xl\:bag--inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xl\:bag--inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xl\:bag--inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xl\:bag--inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xl\:bag--inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xl\:bag--inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xl\:bag--inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xl\:bag-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:bag-inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:bag-inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:bag-inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:bag-inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:bag-inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:bag-inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:bag-inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:bag-inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:bag-inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:bag-inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:bag-inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:bag-inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:bag-inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:bag-inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:bag-inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:bag-inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:bag-inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:bag-inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:bag-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:bag-inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:bag-inset-y-gutter {
    top: 1.5625rem;
    bottom: 1.5625rem;
  }

  .xl\:bag-inset-y-gutter-full {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .xl\:bag--inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:bag--inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:bag--inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:bag--inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:bag--inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:bag--inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:bag--inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:bag--inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:bag--inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:bag--inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:bag--inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:bag--inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:bag--inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:bag--inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:bag--inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:bag--inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:bag--inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:bag--inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:bag--inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:bag--inset-y-gutter {
    top: -1.5625rem;
    bottom: -1.5625rem;
  }

  .xl\:bag--inset-y-gutter-full {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .xl\:bag-inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:bag-inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:bag-inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:bag-inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xl\:bag-inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:bag-inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xl\:bag-inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xl\:bag--inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:bag--inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:bag--inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:bag--inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xl\:bag--inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:bag--inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xl\:bag--inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xl\:bag-top-0 {
    top: 0;
  }

  .xl\:bag-top-1 {
    top: 0.25rem;
  }

  .xl\:bag-top-2 {
    top: 0.5rem;
  }

  .xl\:bag-top-3 {
    top: 0.75rem;
  }

  .xl\:bag-top-4 {
    top: 1rem;
  }

  .xl\:bag-top-5 {
    top: 1.25rem;
  }

  .xl\:bag-top-6 {
    top: 1.5rem;
  }

  .xl\:bag-top-8 {
    top: 2rem;
  }

  .xl\:bag-top-9 {
    top: 2.25rem;
  }

  .xl\:bag-top-10 {
    top: 2.5rem;
  }

  .xl\:bag-top-12 {
    top: 3rem;
  }

  .xl\:bag-top-16 {
    top: 4rem;
  }

  .xl\:bag-top-20 {
    top: 5rem;
  }

  .xl\:bag-top-24 {
    top: 6rem;
  }

  .xl\:bag-top-32 {
    top: 8rem;
  }

  .xl\:bag-top-40 {
    top: 10rem;
  }

  .xl\:bag-top-48 {
    top: 12rem;
  }

  .xl\:bag-top-56 {
    top: 14rem;
  }

  .xl\:bag-top-64 {
    top: 16rem;
  }

  .xl\:bag-top-auto {
    top: auto;
  }

  .xl\:bag-top-px {
    top: 1px;
  }

  .xl\:bag-top-gutter {
    top: 1.5625rem;
  }

  .xl\:bag-top-gutter-full {
    top: 3.125rem;
  }

  .xl\:bag--top-1 {
    top: -0.25rem;
  }

  .xl\:bag--top-2 {
    top: -0.5rem;
  }

  .xl\:bag--top-3 {
    top: -0.75rem;
  }

  .xl\:bag--top-4 {
    top: -1rem;
  }

  .xl\:bag--top-5 {
    top: -1.25rem;
  }

  .xl\:bag--top-6 {
    top: -1.5rem;
  }

  .xl\:bag--top-8 {
    top: -2rem;
  }

  .xl\:bag--top-9 {
    top: -2.25rem;
  }

  .xl\:bag--top-10 {
    top: -2.5rem;
  }

  .xl\:bag--top-12 {
    top: -3rem;
  }

  .xl\:bag--top-16 {
    top: -4rem;
  }

  .xl\:bag--top-20 {
    top: -5rem;
  }

  .xl\:bag--top-24 {
    top: -6rem;
  }

  .xl\:bag--top-32 {
    top: -8rem;
  }

  .xl\:bag--top-40 {
    top: -10rem;
  }

  .xl\:bag--top-48 {
    top: -12rem;
  }

  .xl\:bag--top-56 {
    top: -14rem;
  }

  .xl\:bag--top-64 {
    top: -16rem;
  }

  .xl\:bag--top-px {
    top: -1px;
  }

  .xl\:bag--top-gutter {
    top: -1.5625rem;
  }

  .xl\:bag--top-gutter-full {
    top: -3.125rem;
  }

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

  .xl\:bag-top-1\/3 {
    top: 33.333333%;
  }

  .xl\:bag-top-2\/3 {
    top: 66.666667%;
  }

  .xl\:bag-top-1\/4 {
    top: 25%;
  }

  .xl\:bag-top-2\/4 {
    top: 50%;
  }

  .xl\:bag-top-3\/4 {
    top: 75%;
  }

  .xl\:bag-top-full {
    top: 100%;
  }

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

  .xl\:bag--top-1\/3 {
    top: -33.333333%;
  }

  .xl\:bag--top-2\/3 {
    top: -66.666667%;
  }

  .xl\:bag--top-1\/4 {
    top: -25%;
  }

  .xl\:bag--top-2\/4 {
    top: -50%;
  }

  .xl\:bag--top-3\/4 {
    top: -75%;
  }

  .xl\:bag--top-full {
    top: -100%;
  }

  .xl\:bag-right-0 {
    right: 0;
  }

  .xl\:bag-right-1 {
    right: 0.25rem;
  }

  .xl\:bag-right-2 {
    right: 0.5rem;
  }

  .xl\:bag-right-3 {
    right: 0.75rem;
  }

  .xl\:bag-right-4 {
    right: 1rem;
  }

  .xl\:bag-right-5 {
    right: 1.25rem;
  }

  .xl\:bag-right-6 {
    right: 1.5rem;
  }

  .xl\:bag-right-8 {
    right: 2rem;
  }

  .xl\:bag-right-9 {
    right: 2.25rem;
  }

  .xl\:bag-right-10 {
    right: 2.5rem;
  }

  .xl\:bag-right-12 {
    right: 3rem;
  }

  .xl\:bag-right-16 {
    right: 4rem;
  }

  .xl\:bag-right-20 {
    right: 5rem;
  }

  .xl\:bag-right-24 {
    right: 6rem;
  }

  .xl\:bag-right-32 {
    right: 8rem;
  }

  .xl\:bag-right-40 {
    right: 10rem;
  }

  .xl\:bag-right-48 {
    right: 12rem;
  }

  .xl\:bag-right-56 {
    right: 14rem;
  }

  .xl\:bag-right-64 {
    right: 16rem;
  }

  .xl\:bag-right-auto {
    right: auto;
  }

  .xl\:bag-right-px {
    right: 1px;
  }

  .xl\:bag-right-gutter {
    right: 1.5625rem;
  }

  .xl\:bag-right-gutter-full {
    right: 3.125rem;
  }

  .xl\:bag--right-1 {
    right: -0.25rem;
  }

  .xl\:bag--right-2 {
    right: -0.5rem;
  }

  .xl\:bag--right-3 {
    right: -0.75rem;
  }

  .xl\:bag--right-4 {
    right: -1rem;
  }

  .xl\:bag--right-5 {
    right: -1.25rem;
  }

  .xl\:bag--right-6 {
    right: -1.5rem;
  }

  .xl\:bag--right-8 {
    right: -2rem;
  }

  .xl\:bag--right-9 {
    right: -2.25rem;
  }

  .xl\:bag--right-10 {
    right: -2.5rem;
  }

  .xl\:bag--right-12 {
    right: -3rem;
  }

  .xl\:bag--right-16 {
    right: -4rem;
  }

  .xl\:bag--right-20 {
    right: -5rem;
  }

  .xl\:bag--right-24 {
    right: -6rem;
  }

  .xl\:bag--right-32 {
    right: -8rem;
  }

  .xl\:bag--right-40 {
    right: -10rem;
  }

  .xl\:bag--right-48 {
    right: -12rem;
  }

  .xl\:bag--right-56 {
    right: -14rem;
  }

  .xl\:bag--right-64 {
    right: -16rem;
  }

  .xl\:bag--right-px {
    right: -1px;
  }

  .xl\:bag--right-gutter {
    right: -1.5625rem;
  }

  .xl\:bag--right-gutter-full {
    right: -3.125rem;
  }

  .xl\:bag-right-1\/2 {
    right: 50%;
  }

  .xl\:bag-right-1\/3 {
    right: 33.333333%;
  }

  .xl\:bag-right-2\/3 {
    right: 66.666667%;
  }

  .xl\:bag-right-1\/4 {
    right: 25%;
  }

  .xl\:bag-right-2\/4 {
    right: 50%;
  }

  .xl\:bag-right-3\/4 {
    right: 75%;
  }

  .xl\:bag-right-full {
    right: 100%;
  }

  .xl\:bag--right-1\/2 {
    right: -50%;
  }

  .xl\:bag--right-1\/3 {
    right: -33.333333%;
  }

  .xl\:bag--right-2\/3 {
    right: -66.666667%;
  }

  .xl\:bag--right-1\/4 {
    right: -25%;
  }

  .xl\:bag--right-2\/4 {
    right: -50%;
  }

  .xl\:bag--right-3\/4 {
    right: -75%;
  }

  .xl\:bag--right-full {
    right: -100%;
  }

  .xl\:bag-bottom-0 {
    bottom: 0;
  }

  .xl\:bag-bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:bag-bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:bag-bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:bag-bottom-4 {
    bottom: 1rem;
  }

  .xl\:bag-bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:bag-bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:bag-bottom-8 {
    bottom: 2rem;
  }

  .xl\:bag-bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:bag-bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:bag-bottom-12 {
    bottom: 3rem;
  }

  .xl\:bag-bottom-16 {
    bottom: 4rem;
  }

  .xl\:bag-bottom-20 {
    bottom: 5rem;
  }

  .xl\:bag-bottom-24 {
    bottom: 6rem;
  }

  .xl\:bag-bottom-32 {
    bottom: 8rem;
  }

  .xl\:bag-bottom-40 {
    bottom: 10rem;
  }

  .xl\:bag-bottom-48 {
    bottom: 12rem;
  }

  .xl\:bag-bottom-56 {
    bottom: 14rem;
  }

  .xl\:bag-bottom-64 {
    bottom: 16rem;
  }

  .xl\:bag-bottom-auto {
    bottom: auto;
  }

  .xl\:bag-bottom-px {
    bottom: 1px;
  }

  .xl\:bag-bottom-gutter {
    bottom: 1.5625rem;
  }

  .xl\:bag-bottom-gutter-full {
    bottom: 3.125rem;
  }

  .xl\:bag--bottom-1 {
    bottom: -0.25rem;
  }

  .xl\:bag--bottom-2 {
    bottom: -0.5rem;
  }

  .xl\:bag--bottom-3 {
    bottom: -0.75rem;
  }

  .xl\:bag--bottom-4 {
    bottom: -1rem;
  }

  .xl\:bag--bottom-5 {
    bottom: -1.25rem;
  }

  .xl\:bag--bottom-6 {
    bottom: -1.5rem;
  }

  .xl\:bag--bottom-8 {
    bottom: -2rem;
  }

  .xl\:bag--bottom-9 {
    bottom: -2.25rem;
  }

  .xl\:bag--bottom-10 {
    bottom: -2.5rem;
  }

  .xl\:bag--bottom-12 {
    bottom: -3rem;
  }

  .xl\:bag--bottom-16 {
    bottom: -4rem;
  }

  .xl\:bag--bottom-20 {
    bottom: -5rem;
  }

  .xl\:bag--bottom-24 {
    bottom: -6rem;
  }

  .xl\:bag--bottom-32 {
    bottom: -8rem;
  }

  .xl\:bag--bottom-40 {
    bottom: -10rem;
  }

  .xl\:bag--bottom-48 {
    bottom: -12rem;
  }

  .xl\:bag--bottom-56 {
    bottom: -14rem;
  }

  .xl\:bag--bottom-64 {
    bottom: -16rem;
  }

  .xl\:bag--bottom-px {
    bottom: -1px;
  }

  .xl\:bag--bottom-gutter {
    bottom: -1.5625rem;
  }

  .xl\:bag--bottom-gutter-full {
    bottom: -3.125rem;
  }

  .xl\:bag-bottom-1\/2 {
    bottom: 50%;
  }

  .xl\:bag-bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xl\:bag-bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xl\:bag-bottom-1\/4 {
    bottom: 25%;
  }

  .xl\:bag-bottom-2\/4 {
    bottom: 50%;
  }

  .xl\:bag-bottom-3\/4 {
    bottom: 75%;
  }

  .xl\:bag-bottom-full {
    bottom: 100%;
  }

  .xl\:bag--bottom-1\/2 {
    bottom: -50%;
  }

  .xl\:bag--bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xl\:bag--bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xl\:bag--bottom-1\/4 {
    bottom: -25%;
  }

  .xl\:bag--bottom-2\/4 {
    bottom: -50%;
  }

  .xl\:bag--bottom-3\/4 {
    bottom: -75%;
  }

  .xl\:bag--bottom-full {
    bottom: -100%;
  }

  .xl\:bag-left-0 {
    left: 0;
  }

  .xl\:bag-left-1 {
    left: 0.25rem;
  }

  .xl\:bag-left-2 {
    left: 0.5rem;
  }

  .xl\:bag-left-3 {
    left: 0.75rem;
  }

  .xl\:bag-left-4 {
    left: 1rem;
  }

  .xl\:bag-left-5 {
    left: 1.25rem;
  }

  .xl\:bag-left-6 {
    left: 1.5rem;
  }

  .xl\:bag-left-8 {
    left: 2rem;
  }

  .xl\:bag-left-9 {
    left: 2.25rem;
  }

  .xl\:bag-left-10 {
    left: 2.5rem;
  }

  .xl\:bag-left-12 {
    left: 3rem;
  }

  .xl\:bag-left-16 {
    left: 4rem;
  }

  .xl\:bag-left-20 {
    left: 5rem;
  }

  .xl\:bag-left-24 {
    left: 6rem;
  }

  .xl\:bag-left-32 {
    left: 8rem;
  }

  .xl\:bag-left-40 {
    left: 10rem;
  }

  .xl\:bag-left-48 {
    left: 12rem;
  }

  .xl\:bag-left-56 {
    left: 14rem;
  }

  .xl\:bag-left-64 {
    left: 16rem;
  }

  .xl\:bag-left-auto {
    left: auto;
  }

  .xl\:bag-left-px {
    left: 1px;
  }

  .xl\:bag-left-gutter {
    left: 1.5625rem;
  }

  .xl\:bag-left-gutter-full {
    left: 3.125rem;
  }

  .xl\:bag--left-1 {
    left: -0.25rem;
  }

  .xl\:bag--left-2 {
    left: -0.5rem;
  }

  .xl\:bag--left-3 {
    left: -0.75rem;
  }

  .xl\:bag--left-4 {
    left: -1rem;
  }

  .xl\:bag--left-5 {
    left: -1.25rem;
  }

  .xl\:bag--left-6 {
    left: -1.5rem;
  }

  .xl\:bag--left-8 {
    left: -2rem;
  }

  .xl\:bag--left-9 {
    left: -2.25rem;
  }

  .xl\:bag--left-10 {
    left: -2.5rem;
  }

  .xl\:bag--left-12 {
    left: -3rem;
  }

  .xl\:bag--left-16 {
    left: -4rem;
  }

  .xl\:bag--left-20 {
    left: -5rem;
  }

  .xl\:bag--left-24 {
    left: -6rem;
  }

  .xl\:bag--left-32 {
    left: -8rem;
  }

  .xl\:bag--left-40 {
    left: -10rem;
  }

  .xl\:bag--left-48 {
    left: -12rem;
  }

  .xl\:bag--left-56 {
    left: -14rem;
  }

  .xl\:bag--left-64 {
    left: -16rem;
  }

  .xl\:bag--left-px {
    left: -1px;
  }

  .xl\:bag--left-gutter {
    left: -1.5625rem;
  }

  .xl\:bag--left-gutter-full {
    left: -3.125rem;
  }

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

  .xl\:bag-left-1\/3 {
    left: 33.333333%;
  }

  .xl\:bag-left-2\/3 {
    left: 66.666667%;
  }

  .xl\:bag-left-1\/4 {
    left: 25%;
  }

  .xl\:bag-left-2\/4 {
    left: 50%;
  }

  .xl\:bag-left-3\/4 {
    left: 75%;
  }

  .xl\:bag-left-full {
    left: 100%;
  }

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

  .xl\:bag--left-1\/3 {
    left: -33.333333%;
  }

  .xl\:bag--left-2\/3 {
    left: -66.666667%;
  }

  .xl\:bag--left-1\/4 {
    left: -25%;
  }

  .xl\:bag--left-2\/4 {
    left: -50%;
  }

  .xl\:bag--left-3\/4 {
    left: -75%;
  }

  .xl\:bag--left-full {
    left: -100%;
  }

  .xl\:bag-isolate {
    isolation: isolate;
  }

  .xl\:bag-isolation-auto {
    isolation: auto;
  }

  .xl\:bag-z-0 {
    z-index: 0;
  }

  .xl\:bag-z-10 {
    z-index: 10;
  }

  .xl\:bag-z-20 {
    z-index: 20;
  }

  .xl\:bag-z-30 {
    z-index: 30;
  }

  .xl\:bag-z-40 {
    z-index: 40;
  }

  .xl\:bag-z-50 {
    z-index: 50;
  }

  .xl\:bag-z-99 {
    z-index: 99;
  }

  .xl\:bag--z-1 {
    z-index: -1;
  }

  .xl\:bag-z-auto {
    z-index: auto;
  }

  .xl\:focus-within\:bag-z-0:focus-within {
    z-index: 0;
  }

  .xl\:focus-within\:bag-z-10:focus-within {
    z-index: 10;
  }

  .xl\:focus-within\:bag-z-20:focus-within {
    z-index: 20;
  }

  .xl\:focus-within\:bag-z-30:focus-within {
    z-index: 30;
  }

  .xl\:focus-within\:bag-z-40:focus-within {
    z-index: 40;
  }

  .xl\:focus-within\:bag-z-50:focus-within {
    z-index: 50;
  }

  .xl\:focus-within\:bag-z-99:focus-within {
    z-index: 99;
  }

  .xl\:focus-within\:bag--z-1:focus-within {
    z-index: -1;
  }

  .xl\:focus-within\:bag-z-auto:focus-within {
    z-index: auto;
  }

  .xl\:focus\:bag-z-0:focus {
    z-index: 0;
  }

  .xl\:focus\:bag-z-10:focus {
    z-index: 10;
  }

  .xl\:focus\:bag-z-20:focus {
    z-index: 20;
  }

  .xl\:focus\:bag-z-30:focus {
    z-index: 30;
  }

  .xl\:focus\:bag-z-40:focus {
    z-index: 40;
  }

  .xl\:focus\:bag-z-50:focus {
    z-index: 50;
  }

  .xl\:focus\:bag-z-99:focus {
    z-index: 99;
  }

  .xl\:focus\:bag--z-1:focus {
    z-index: -1;
  }

  .xl\:focus\:bag-z-auto:focus {
    z-index: auto;
  }

  .xl\:bag-order-1 {
    order: 1;
  }

  .xl\:bag-order-2 {
    order: 2;
  }

  .xl\:bag-order-3 {
    order: 3;
  }

  .xl\:bag-order-4 {
    order: 4;
  }

  .xl\:bag-order-5 {
    order: 5;
  }

  .xl\:bag-order-6 {
    order: 6;
  }

  .xl\:bag-order-7 {
    order: 7;
  }

  .xl\:bag-order-8 {
    order: 8;
  }

  .xl\:bag-order-9 {
    order: 9;
  }

  .xl\:bag-order-10 {
    order: 10;
  }

  .xl\:bag-order-11 {
    order: 11;
  }

  .xl\:bag-order-12 {
    order: 12;
  }

  .xl\:bag-order-first {
    order: -9999;
  }

  .xl\:bag-order-last {
    order: 9999;
  }

  .xl\:bag-order-none {
    order: 0;
  }

  .xl\:bag-col-auto {
    grid-column: auto;
  }

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

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

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

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

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

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

  .xl\:bag-col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:bag-col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:bag-col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:bag-col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:bag-col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:bag-col-span-12 {
    grid-column: span 12 / span 12;
  }

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

  .xl\:bag-col-start-1 {
    grid-column-start: 1;
  }

  .xl\:bag-col-start-2 {
    grid-column-start: 2;
  }

  .xl\:bag-col-start-3 {
    grid-column-start: 3;
  }

  .xl\:bag-col-start-4 {
    grid-column-start: 4;
  }

  .xl\:bag-col-start-5 {
    grid-column-start: 5;
  }

  .xl\:bag-col-start-6 {
    grid-column-start: 6;
  }

  .xl\:bag-col-start-7 {
    grid-column-start: 7;
  }

  .xl\:bag-col-start-8 {
    grid-column-start: 8;
  }

  .xl\:bag-col-start-9 {
    grid-column-start: 9;
  }

  .xl\:bag-col-start-10 {
    grid-column-start: 10;
  }

  .xl\:bag-col-start-11 {
    grid-column-start: 11;
  }

  .xl\:bag-col-start-12 {
    grid-column-start: 12;
  }

  .xl\:bag-col-start-13 {
    grid-column-start: 13;
  }

  .xl\:bag-col-start-auto {
    grid-column-start: auto;
  }

  .xl\:bag-col-end-1 {
    grid-column-end: 1;
  }

  .xl\:bag-col-end-2 {
    grid-column-end: 2;
  }

  .xl\:bag-col-end-3 {
    grid-column-end: 3;
  }

  .xl\:bag-col-end-4 {
    grid-column-end: 4;
  }

  .xl\:bag-col-end-5 {
    grid-column-end: 5;
  }

  .xl\:bag-col-end-6 {
    grid-column-end: 6;
  }

  .xl\:bag-col-end-7 {
    grid-column-end: 7;
  }

  .xl\:bag-col-end-8 {
    grid-column-end: 8;
  }

  .xl\:bag-col-end-9 {
    grid-column-end: 9;
  }

  .xl\:bag-col-end-10 {
    grid-column-end: 10;
  }

  .xl\:bag-col-end-11 {
    grid-column-end: 11;
  }

  .xl\:bag-col-end-12 {
    grid-column-end: 12;
  }

  .xl\:bag-col-end-13 {
    grid-column-end: 13;
  }

  .xl\:bag-col-end-auto {
    grid-column-end: auto;
  }

  .xl\:bag-row-auto {
    grid-row: auto;
  }

  .xl\:bag-row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:bag-row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:bag-row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:bag-row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:bag-row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:bag-row-span-6 {
    grid-row: span 6 / span 6;
  }

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

  .xl\:bag-row-start-1 {
    grid-row-start: 1;
  }

  .xl\:bag-row-start-2 {
    grid-row-start: 2;
  }

  .xl\:bag-row-start-3 {
    grid-row-start: 3;
  }

  .xl\:bag-row-start-4 {
    grid-row-start: 4;
  }

  .xl\:bag-row-start-5 {
    grid-row-start: 5;
  }

  .xl\:bag-row-start-6 {
    grid-row-start: 6;
  }

  .xl\:bag-row-start-7 {
    grid-row-start: 7;
  }

  .xl\:bag-row-start-auto {
    grid-row-start: auto;
  }

  .xl\:bag-row-end-1 {
    grid-row-end: 1;
  }

  .xl\:bag-row-end-2 {
    grid-row-end: 2;
  }

  .xl\:bag-row-end-3 {
    grid-row-end: 3;
  }

  .xl\:bag-row-end-4 {
    grid-row-end: 4;
  }

  .xl\:bag-row-end-5 {
    grid-row-end: 5;
  }

  .xl\:bag-row-end-6 {
    grid-row-end: 6;
  }

  .xl\:bag-row-end-7 {
    grid-row-end: 7;
  }

  .xl\:bag-row-end-auto {
    grid-row-end: auto;
  }

  .xl\:bag-float-right {
    float: right;
  }

  .xl\:bag-float-left {
    float: left;
  }

  .xl\:bag-float-none {
    float: none;
  }

  .xl\:bag-clear-left {
    clear: left;
  }

  .xl\:bag-clear-right {
    clear: right;
  }

  .xl\:bag-clear-both {
    clear: both;
  }

  .xl\:bag-clear-none {
    clear: none;
  }

  .xl\:bag-m-0 {
    margin: 0;
  }

  .xl\:bag-m-1 {
    margin: 0.25rem;
  }

  .xl\:bag-m-2 {
    margin: 0.5rem;
  }

  .xl\:bag-m-3 {
    margin: 0.75rem;
  }

  .xl\:bag-m-4 {
    margin: 1rem;
  }

  .xl\:bag-m-5 {
    margin: 1.25rem;
  }

  .xl\:bag-m-6 {
    margin: 1.5rem;
  }

  .xl\:bag-m-8 {
    margin: 2rem;
  }

  .xl\:bag-m-9 {
    margin: 2.25rem;
  }

  .xl\:bag-m-10 {
    margin: 2.5rem;
  }

  .xl\:bag-m-12 {
    margin: 3rem;
  }

  .xl\:bag-m-16 {
    margin: 4rem;
  }

  .xl\:bag-m-20 {
    margin: 5rem;
  }

  .xl\:bag-m-24 {
    margin: 6rem;
  }

  .xl\:bag-m-32 {
    margin: 8rem;
  }

  .xl\:bag-m-40 {
    margin: 10rem;
  }

  .xl\:bag-m-48 {
    margin: 12rem;
  }

  .xl\:bag-m-56 {
    margin: 14rem;
  }

  .xl\:bag-m-64 {
    margin: 16rem;
  }

  .xl\:bag-m-auto {
    margin: auto;
  }

  .xl\:bag-m-px {
    margin: 1px;
  }

  .xl\:bag-m-gutter {
    margin: 1.5625rem;
  }

  .xl\:bag-m-gutter-full {
    margin: 3.125rem;
  }

  .xl\:bag--m-1 {
    margin: -0.25rem;
  }

  .xl\:bag--m-2 {
    margin: -0.5rem;
  }

  .xl\:bag--m-3 {
    margin: -0.75rem;
  }

  .xl\:bag--m-4 {
    margin: -1rem;
  }

  .xl\:bag--m-5 {
    margin: -1.25rem;
  }

  .xl\:bag--m-6 {
    margin: -1.5rem;
  }

  .xl\:bag--m-8 {
    margin: -2rem;
  }

  .xl\:bag--m-9 {
    margin: -2.25rem;
  }

  .xl\:bag--m-10 {
    margin: -2.5rem;
  }

  .xl\:bag--m-12 {
    margin: -3rem;
  }

  .xl\:bag--m-16 {
    margin: -4rem;
  }

  .xl\:bag--m-20 {
    margin: -5rem;
  }

  .xl\:bag--m-24 {
    margin: -6rem;
  }

  .xl\:bag--m-32 {
    margin: -8rem;
  }

  .xl\:bag--m-40 {
    margin: -10rem;
  }

  .xl\:bag--m-48 {
    margin: -12rem;
  }

  .xl\:bag--m-56 {
    margin: -14rem;
  }

  .xl\:bag--m-64 {
    margin: -16rem;
  }

  .xl\:bag--m-px {
    margin: -1px;
  }

  .xl\:bag--m-gutter {
    margin: -1.5625rem;
  }

  .xl\:bag--m-gutter-full {
    margin: -3.125rem;
  }

  .xl\:first\:bag-m-0:first-child {
    margin: 0;
  }

  .xl\:first\:bag-m-1:first-child {
    margin: 0.25rem;
  }

  .xl\:first\:bag-m-2:first-child {
    margin: 0.5rem;
  }

  .xl\:first\:bag-m-3:first-child {
    margin: 0.75rem;
  }

  .xl\:first\:bag-m-4:first-child {
    margin: 1rem;
  }

  .xl\:first\:bag-m-5:first-child {
    margin: 1.25rem;
  }

  .xl\:first\:bag-m-6:first-child {
    margin: 1.5rem;
  }

  .xl\:first\:bag-m-8:first-child {
    margin: 2rem;
  }

  .xl\:first\:bag-m-9:first-child {
    margin: 2.25rem;
  }

  .xl\:first\:bag-m-10:first-child {
    margin: 2.5rem;
  }

  .xl\:first\:bag-m-12:first-child {
    margin: 3rem;
  }

  .xl\:first\:bag-m-16:first-child {
    margin: 4rem;
  }

  .xl\:first\:bag-m-20:first-child {
    margin: 5rem;
  }

  .xl\:first\:bag-m-24:first-child {
    margin: 6rem;
  }

  .xl\:first\:bag-m-32:first-child {
    margin: 8rem;
  }

  .xl\:first\:bag-m-40:first-child {
    margin: 10rem;
  }

  .xl\:first\:bag-m-48:first-child {
    margin: 12rem;
  }

  .xl\:first\:bag-m-56:first-child {
    margin: 14rem;
  }

  .xl\:first\:bag-m-64:first-child {
    margin: 16rem;
  }

  .xl\:first\:bag-m-auto:first-child {
    margin: auto;
  }

  .xl\:first\:bag-m-px:first-child {
    margin: 1px;
  }

  .xl\:first\:bag-m-gutter:first-child {
    margin: 1.5625rem;
  }

  .xl\:first\:bag-m-gutter-full:first-child {
    margin: 3.125rem;
  }

  .xl\:first\:bag--m-1:first-child {
    margin: -0.25rem;
  }

  .xl\:first\:bag--m-2:first-child {
    margin: -0.5rem;
  }

  .xl\:first\:bag--m-3:first-child {
    margin: -0.75rem;
  }

  .xl\:first\:bag--m-4:first-child {
    margin: -1rem;
  }

  .xl\:first\:bag--m-5:first-child {
    margin: -1.25rem;
  }

  .xl\:first\:bag--m-6:first-child {
    margin: -1.5rem;
  }

  .xl\:first\:bag--m-8:first-child {
    margin: -2rem;
  }

  .xl\:first\:bag--m-9:first-child {
    margin: -2.25rem;
  }

  .xl\:first\:bag--m-10:first-child {
    margin: -2.5rem;
  }

  .xl\:first\:bag--m-12:first-child {
    margin: -3rem;
  }

  .xl\:first\:bag--m-16:first-child {
    margin: -4rem;
  }

  .xl\:first\:bag--m-20:first-child {
    margin: -5rem;
  }

  .xl\:first\:bag--m-24:first-child {
    margin: -6rem;
  }

  .xl\:first\:bag--m-32:first-child {
    margin: -8rem;
  }

  .xl\:first\:bag--m-40:first-child {
    margin: -10rem;
  }

  .xl\:first\:bag--m-48:first-child {
    margin: -12rem;
  }

  .xl\:first\:bag--m-56:first-child {
    margin: -14rem;
  }

  .xl\:first\:bag--m-64:first-child {
    margin: -16rem;
  }

  .xl\:first\:bag--m-px:first-child {
    margin: -1px;
  }

  .xl\:first\:bag--m-gutter:first-child {
    margin: -1.5625rem;
  }

  .xl\:first\:bag--m-gutter-full:first-child {
    margin: -3.125rem;
  }

  .xl\:last\:bag-m-0:last-child {
    margin: 0;
  }

  .xl\:last\:bag-m-1:last-child {
    margin: 0.25rem;
  }

  .xl\:last\:bag-m-2:last-child {
    margin: 0.5rem;
  }

  .xl\:last\:bag-m-3:last-child {
    margin: 0.75rem;
  }

  .xl\:last\:bag-m-4:last-child {
    margin: 1rem;
  }

  .xl\:last\:bag-m-5:last-child {
    margin: 1.25rem;
  }

  .xl\:last\:bag-m-6:last-child {
    margin: 1.5rem;
  }

  .xl\:last\:bag-m-8:last-child {
    margin: 2rem;
  }

  .xl\:last\:bag-m-9:last-child {
    margin: 2.25rem;
  }

  .xl\:last\:bag-m-10:last-child {
    margin: 2.5rem;
  }

  .xl\:last\:bag-m-12:last-child {
    margin: 3rem;
  }

  .xl\:last\:bag-m-16:last-child {
    margin: 4rem;
  }

  .xl\:last\:bag-m-20:last-child {
    margin: 5rem;
  }

  .xl\:last\:bag-m-24:last-child {
    margin: 6rem;
  }

  .xl\:last\:bag-m-32:last-child {
    margin: 8rem;
  }

  .xl\:last\:bag-m-40:last-child {
    margin: 10rem;
  }

  .xl\:last\:bag-m-48:last-child {
    margin: 12rem;
  }

  .xl\:last\:bag-m-56:last-child {
    margin: 14rem;
  }

  .xl\:last\:bag-m-64:last-child {
    margin: 16rem;
  }

  .xl\:last\:bag-m-auto:last-child {
    margin: auto;
  }

  .xl\:last\:bag-m-px:last-child {
    margin: 1px;
  }

  .xl\:last\:bag-m-gutter:last-child {
    margin: 1.5625rem;
  }

  .xl\:last\:bag-m-gutter-full:last-child {
    margin: 3.125rem;
  }

  .xl\:last\:bag--m-1:last-child {
    margin: -0.25rem;
  }

  .xl\:last\:bag--m-2:last-child {
    margin: -0.5rem;
  }

  .xl\:last\:bag--m-3:last-child {
    margin: -0.75rem;
  }

  .xl\:last\:bag--m-4:last-child {
    margin: -1rem;
  }

  .xl\:last\:bag--m-5:last-child {
    margin: -1.25rem;
  }

  .xl\:last\:bag--m-6:last-child {
    margin: -1.5rem;
  }

  .xl\:last\:bag--m-8:last-child {
    margin: -2rem;
  }

  .xl\:last\:bag--m-9:last-child {
    margin: -2.25rem;
  }

  .xl\:last\:bag--m-10:last-child {
    margin: -2.5rem;
  }

  .xl\:last\:bag--m-12:last-child {
    margin: -3rem;
  }

  .xl\:last\:bag--m-16:last-child {
    margin: -4rem;
  }

  .xl\:last\:bag--m-20:last-child {
    margin: -5rem;
  }

  .xl\:last\:bag--m-24:last-child {
    margin: -6rem;
  }

  .xl\:last\:bag--m-32:last-child {
    margin: -8rem;
  }

  .xl\:last\:bag--m-40:last-child {
    margin: -10rem;
  }

  .xl\:last\:bag--m-48:last-child {
    margin: -12rem;
  }

  .xl\:last\:bag--m-56:last-child {
    margin: -14rem;
  }

  .xl\:last\:bag--m-64:last-child {
    margin: -16rem;
  }

  .xl\:last\:bag--m-px:last-child {
    margin: -1px;
  }

  .xl\:last\:bag--m-gutter:last-child {
    margin: -1.5625rem;
  }

  .xl\:last\:bag--m-gutter-full:last-child {
    margin: -3.125rem;
  }

  .xl\:bag-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:bag-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:bag-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:bag-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:bag-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:bag-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:bag-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:bag-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:bag-mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:bag-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:bag-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:bag-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:bag-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:bag-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:bag-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:bag-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:bag-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:bag-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:bag-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:bag-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:bag-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:bag-mx-gutter {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:bag-mx-gutter-full {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:bag--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:bag--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:bag--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:bag--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:bag--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:bag--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:bag--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:bag--mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:bag--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:bag--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:bag--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:bag--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:bag--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:bag--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:bag--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:bag--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:bag--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:bag--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:bag--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:bag--mx-gutter {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:bag--mx-gutter-full {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:bag-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:bag-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

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

  .xl\:bag-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:bag-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:bag-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:bag-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:bag-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:bag-my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:bag-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:bag-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:bag-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:bag-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:bag-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:bag-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:bag-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:bag-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:bag-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:bag-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:bag-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:bag-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:bag-my-gutter {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:bag-my-gutter-full {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:bag--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

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

  .xl\:bag--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:bag--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:bag--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:bag--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:bag--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:bag--my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:bag--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:bag--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:bag--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:bag--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:bag--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:bag--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:bag--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:bag--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:bag--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:bag--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:bag--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:bag--my-gutter {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:bag--my-gutter-full {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:first\:bag-mx-0:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:first\:bag-mx-1:first-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:first\:bag-mx-2:first-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:first\:bag-mx-3:first-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:first\:bag-mx-4:first-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:first\:bag-mx-5:first-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:first\:bag-mx-6:first-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:first\:bag-mx-8:first-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:first\:bag-mx-9:first-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:first\:bag-mx-10:first-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:first\:bag-mx-12:first-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:first\:bag-mx-16:first-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:first\:bag-mx-20:first-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:first\:bag-mx-24:first-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:first\:bag-mx-32:first-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:first\:bag-mx-40:first-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:first\:bag-mx-48:first-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:first\:bag-mx-56:first-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:first\:bag-mx-64:first-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:first\:bag-mx-auto:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:first\:bag-mx-px:first-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:first\:bag-mx-gutter:first-child {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:first\:bag-mx-gutter-full:first-child {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:first\:bag--mx-1:first-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:first\:bag--mx-2:first-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:first\:bag--mx-3:first-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:first\:bag--mx-4:first-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:first\:bag--mx-5:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:first\:bag--mx-6:first-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:first\:bag--mx-8:first-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:first\:bag--mx-9:first-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:first\:bag--mx-10:first-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:first\:bag--mx-12:first-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:first\:bag--mx-16:first-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:first\:bag--mx-20:first-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:first\:bag--mx-24:first-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:first\:bag--mx-32:first-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:first\:bag--mx-40:first-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:first\:bag--mx-48:first-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:first\:bag--mx-56:first-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:first\:bag--mx-64:first-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:first\:bag--mx-px:first-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:first\:bag--mx-gutter:first-child {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:first\:bag--mx-gutter-full:first-child {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:first\:bag-my-0:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:first\:bag-my-1:first-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:first\:bag-my-2:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:first\:bag-my-3:first-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:first\:bag-my-4:first-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:first\:bag-my-5:first-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:first\:bag-my-6:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:first\:bag-my-8:first-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:first\:bag-my-9:first-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:first\:bag-my-10:first-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:first\:bag-my-12:first-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:first\:bag-my-16:first-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:first\:bag-my-20:first-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:first\:bag-my-24:first-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:first\:bag-my-32:first-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:first\:bag-my-40:first-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:first\:bag-my-48:first-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:first\:bag-my-56:first-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:first\:bag-my-64:first-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:first\:bag-my-auto:first-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:first\:bag-my-px:first-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:first\:bag-my-gutter:first-child {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:first\:bag-my-gutter-full:first-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:first\:bag--my-1:first-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:first\:bag--my-2:first-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:first\:bag--my-3:first-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:first\:bag--my-4:first-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:first\:bag--my-5:first-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:first\:bag--my-6:first-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:first\:bag--my-8:first-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:first\:bag--my-9:first-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:first\:bag--my-10:first-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:first\:bag--my-12:first-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:first\:bag--my-16:first-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:first\:bag--my-20:first-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:first\:bag--my-24:first-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:first\:bag--my-32:first-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:first\:bag--my-40:first-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:first\:bag--my-48:first-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:first\:bag--my-56:first-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:first\:bag--my-64:first-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:first\:bag--my-px:first-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:first\:bag--my-gutter:first-child {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:first\:bag--my-gutter-full:first-child {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:last\:bag-mx-0:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:bag-mx-1:last-child {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:last\:bag-mx-2:last-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:last\:bag-mx-3:last-child {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:last\:bag-mx-4:last-child {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:last\:bag-mx-5:last-child {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:last\:bag-mx-6:last-child {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:last\:bag-mx-8:last-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:last\:bag-mx-9:last-child {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:last\:bag-mx-10:last-child {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:last\:bag-mx-12:last-child {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:last\:bag-mx-16:last-child {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:last\:bag-mx-20:last-child {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:last\:bag-mx-24:last-child {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:last\:bag-mx-32:last-child {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:last\:bag-mx-40:last-child {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:last\:bag-mx-48:last-child {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:last\:bag-mx-56:last-child {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:last\:bag-mx-64:last-child {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:last\:bag-mx-auto:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:bag-mx-px:last-child {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:last\:bag-mx-gutter:last-child {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .xl\:last\:bag-mx-gutter-full:last-child {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:last\:bag--mx-1:last-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:last\:bag--mx-2:last-child {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:last\:bag--mx-3:last-child {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:last\:bag--mx-4:last-child {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:last\:bag--mx-5:last-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:last\:bag--mx-6:last-child {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:last\:bag--mx-8:last-child {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:last\:bag--mx-9:last-child {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:last\:bag--mx-10:last-child {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:last\:bag--mx-12:last-child {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:last\:bag--mx-16:last-child {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:last\:bag--mx-20:last-child {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:last\:bag--mx-24:last-child {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:last\:bag--mx-32:last-child {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:last\:bag--mx-40:last-child {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:last\:bag--mx-48:last-child {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:last\:bag--mx-56:last-child {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:last\:bag--mx-64:last-child {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:last\:bag--mx-px:last-child {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:last\:bag--mx-gutter:last-child {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }

  .xl\:last\:bag--mx-gutter-full:last-child {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:last\:bag-my-0:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:bag-my-1:last-child {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:last\:bag-my-2:last-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:last\:bag-my-3:last-child {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:last\:bag-my-4:last-child {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:last\:bag-my-5:last-child {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:last\:bag-my-6:last-child {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:last\:bag-my-8:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:last\:bag-my-9:last-child {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:last\:bag-my-10:last-child {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:last\:bag-my-12:last-child {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:last\:bag-my-16:last-child {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:last\:bag-my-20:last-child {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:last\:bag-my-24:last-child {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:last\:bag-my-32:last-child {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:last\:bag-my-40:last-child {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:last\:bag-my-48:last-child {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:last\:bag-my-56:last-child {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:last\:bag-my-64:last-child {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:last\:bag-my-auto:last-child {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:bag-my-px:last-child {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:last\:bag-my-gutter:last-child {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .xl\:last\:bag-my-gutter-full:last-child {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:last\:bag--my-1:last-child {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:last\:bag--my-2:last-child {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:last\:bag--my-3:last-child {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:last\:bag--my-4:last-child {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:last\:bag--my-5:last-child {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:last\:bag--my-6:last-child {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:last\:bag--my-8:last-child {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:last\:bag--my-9:last-child {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:last\:bag--my-10:last-child {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:last\:bag--my-12:last-child {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:last\:bag--my-16:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:last\:bag--my-20:last-child {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:last\:bag--my-24:last-child {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:last\:bag--my-32:last-child {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:last\:bag--my-40:last-child {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:last\:bag--my-48:last-child {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:last\:bag--my-56:last-child {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:last\:bag--my-64:last-child {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:last\:bag--my-px:last-child {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:last\:bag--my-gutter:last-child {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }

  .xl\:last\:bag--my-gutter-full:last-child {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:bag-mt-0 {
    margin-top: 0;
  }

  .xl\:bag-mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:bag-mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:bag-mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:bag-mt-4 {
    margin-top: 1rem;
  }

  .xl\:bag-mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:bag-mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:bag-mt-8 {
    margin-top: 2rem;
  }

  .xl\:bag-mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:bag-mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:bag-mt-12 {
    margin-top: 3rem;
  }

  .xl\:bag-mt-16 {
    margin-top: 4rem;
  }

  .xl\:bag-mt-20 {
    margin-top: 5rem;
  }

  .xl\:bag-mt-24 {
    margin-top: 6rem;
  }

  .xl\:bag-mt-32 {
    margin-top: 8rem;
  }

  .xl\:bag-mt-40 {
    margin-top: 10rem;
  }

  .xl\:bag-mt-48 {
    margin-top: 12rem;
  }

  .xl\:bag-mt-56 {
    margin-top: 14rem;
  }

  .xl\:bag-mt-64 {
    margin-top: 16rem;
  }

  .xl\:bag-mt-auto {
    margin-top: auto;
  }

  .xl\:bag-mt-px {
    margin-top: 1px;
  }

  .xl\:bag-mt-gutter {
    margin-top: 1.5625rem;
  }

  .xl\:bag-mt-gutter-full {
    margin-top: 3.125rem;
  }

  .xl\:bag--mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:bag--mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:bag--mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:bag--mt-4 {
    margin-top: -1rem;
  }

  .xl\:bag--mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:bag--mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:bag--mt-8 {
    margin-top: -2rem;
  }

  .xl\:bag--mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:bag--mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:bag--mt-12 {
    margin-top: -3rem;
  }

  .xl\:bag--mt-16 {
    margin-top: -4rem;
  }

  .xl\:bag--mt-20 {
    margin-top: -5rem;
  }

  .xl\:bag--mt-24 {
    margin-top: -6rem;
  }

  .xl\:bag--mt-32 {
    margin-top: -8rem;
  }

  .xl\:bag--mt-40 {
    margin-top: -10rem;
  }

  .xl\:bag--mt-48 {
    margin-top: -12rem;
  }

  .xl\:bag--mt-56 {
    margin-top: -14rem;
  }

  .xl\:bag--mt-64 {
    margin-top: -16rem;
  }

  .xl\:bag--mt-px {
    margin-top: -1px;
  }

  .xl\:bag--mt-gutter {
    margin-top: -1.5625rem;
  }

  .xl\:bag--mt-gutter-full {
    margin-top: -3.125rem;
  }

  .xl\:bag-mr-0 {
    margin-right: 0;
  }

  .xl\:bag-mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:bag-mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:bag-mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:bag-mr-4 {
    margin-right: 1rem;
  }

  .xl\:bag-mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:bag-mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:bag-mr-8 {
    margin-right: 2rem;
  }

  .xl\:bag-mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:bag-mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:bag-mr-12 {
    margin-right: 3rem;
  }

  .xl\:bag-mr-16 {
    margin-right: 4rem;
  }

  .xl\:bag-mr-20 {
    margin-right: 5rem;
  }

  .xl\:bag-mr-24 {
    margin-right: 6rem;
  }

  .xl\:bag-mr-32 {
    margin-right: 8rem;
  }

  .xl\:bag-mr-40 {
    margin-right: 10rem;
  }

  .xl\:bag-mr-48 {
    margin-right: 12rem;
  }

  .xl\:bag-mr-56 {
    margin-right: 14rem;
  }

  .xl\:bag-mr-64 {
    margin-right: 16rem;
  }

  .xl\:bag-mr-auto {
    margin-right: auto;
  }

  .xl\:bag-mr-px {
    margin-right: 1px;
  }

  .xl\:bag-mr-gutter {
    margin-right: 1.5625rem;
  }

  .xl\:bag-mr-gutter-full {
    margin-right: 3.125rem;
  }

  .xl\:bag--mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:bag--mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:bag--mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:bag--mr-4 {
    margin-right: -1rem;
  }

  .xl\:bag--mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:bag--mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:bag--mr-8 {
    margin-right: -2rem;
  }

  .xl\:bag--mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:bag--mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:bag--mr-12 {
    margin-right: -3rem;
  }

  .xl\:bag--mr-16 {
    margin-right: -4rem;
  }

  .xl\:bag--mr-20 {
    margin-right: -5rem;
  }

  .xl\:bag--mr-24 {
    margin-right: -6rem;
  }

  .xl\:bag--mr-32 {
    margin-right: -8rem;
  }

  .xl\:bag--mr-40 {
    margin-right: -10rem;
  }

  .xl\:bag--mr-48 {
    margin-right: -12rem;
  }

  .xl\:bag--mr-56 {
    margin-right: -14rem;
  }

  .xl\:bag--mr-64 {
    margin-right: -16rem;
  }

  .xl\:bag--mr-px {
    margin-right: -1px;
  }

  .xl\:bag--mr-gutter {
    margin-right: -1.5625rem;
  }

  .xl\:bag--mr-gutter-full {
    margin-right: -3.125rem;
  }

  .xl\:bag-mb-0 {
    margin-bottom: 0;
  }

  .xl\:bag-mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:bag-mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:bag-mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:bag-mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:bag-mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:bag-mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:bag-mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:bag-mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:bag-mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:bag-mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:bag-mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:bag-mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:bag-mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:bag-mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:bag-mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:bag-mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:bag-mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:bag-mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:bag-mb-auto {
    margin-bottom: auto;
  }

  .xl\:bag-mb-px {
    margin-bottom: 1px;
  }

  .xl\:bag-mb-gutter {
    margin-bottom: 1.5625rem;
  }

  .xl\:bag-mb-gutter-full {
    margin-bottom: 3.125rem;
  }

  .xl\:bag--mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:bag--mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:bag--mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:bag--mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:bag--mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:bag--mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:bag--mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:bag--mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:bag--mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:bag--mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:bag--mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:bag--mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:bag--mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:bag--mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:bag--mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:bag--mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:bag--mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:bag--mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:bag--mb-px {
    margin-bottom: -1px;
  }

  .xl\:bag--mb-gutter {
    margin-bottom: -1.5625rem;
  }

  .xl\:bag--mb-gutter-full {
    margin-bottom: -3.125rem;
  }

  .xl\:bag-ml-0 {
    margin-left: 0;
  }

  .xl\:bag-ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:bag-ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:bag-ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:bag-ml-4 {
    margin-left: 1rem;
  }

  .xl\:bag-ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:bag-ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:bag-ml-8 {
    margin-left: 2rem;
  }

  .xl\:bag-ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:bag-ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:bag-ml-12 {
    margin-left: 3rem;
  }

  .xl\:bag-ml-16 {
    margin-left: 4rem;
  }

  .xl\:bag-ml-20 {
    margin-left: 5rem;
  }

  .xl\:bag-ml-24 {
    margin-left: 6rem;
  }

  .xl\:bag-ml-32 {
    margin-left: 8rem;
  }

  .xl\:bag-ml-40 {
    margin-left: 10rem;
  }

  .xl\:bag-ml-48 {
    margin-left: 12rem;
  }

  .xl\:bag-ml-56 {
    margin-left: 14rem;
  }

  .xl\:bag-ml-64 {
    margin-left: 16rem;
  }

  .xl\:bag-ml-auto {
    margin-left: auto;
  }

  .xl\:bag-ml-px {
    margin-left: 1px;
  }

  .xl\:bag-ml-gutter {
    margin-left: 1.5625rem;
  }

  .xl\:bag-ml-gutter-full {
    margin-left: 3.125rem;
  }

  .xl\:bag--ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:bag--ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:bag--ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:bag--ml-4 {
    margin-left: -1rem;
  }

  .xl\:bag--ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:bag--ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:bag--ml-8 {
    margin-left: -2rem;
  }

  .xl\:bag--ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:bag--ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:bag--ml-12 {
    margin-left: -3rem;
  }

  .xl\:bag--ml-16 {
    margin-left: -4rem;
  }

  .xl\:bag--ml-20 {
    margin-left: -5rem;
  }

  .xl\:bag--ml-24 {
    margin-left: -6rem;
  }

  .xl\:bag--ml-32 {
    margin-left: -8rem;
  }

  .xl\:bag--ml-40 {
    margin-left: -10rem;
  }

  .xl\:bag--ml-48 {
    margin-left: -12rem;
  }

  .xl\:bag--ml-56 {
    margin-left: -14rem;
  }

  .xl\:bag--ml-64 {
    margin-left: -16rem;
  }

  .xl\:bag--ml-px {
    margin-left: -1px;
  }

  .xl\:bag--ml-gutter {
    margin-left: -1.5625rem;
  }

  .xl\:bag--ml-gutter-full {
    margin-left: -3.125rem;
  }

  .xl\:first\:bag-mt-0:first-child {
    margin-top: 0;
  }

  .xl\:first\:bag-mt-1:first-child {
    margin-top: 0.25rem;
  }

  .xl\:first\:bag-mt-2:first-child {
    margin-top: 0.5rem;
  }

  .xl\:first\:bag-mt-3:first-child {
    margin-top: 0.75rem;
  }

  .xl\:first\:bag-mt-4:first-child {
    margin-top: 1rem;
  }

  .xl\:first\:bag-mt-5:first-child {
    margin-top: 1.25rem;
  }

  .xl\:first\:bag-mt-6:first-child {
    margin-top: 1.5rem;
  }

  .xl\:first\:bag-mt-8:first-child {
    margin-top: 2rem;
  }

  .xl\:first\:bag-mt-9:first-child {
    margin-top: 2.25rem;
  }

  .xl\:first\:bag-mt-10:first-child {
    margin-top: 2.5rem;
  }

  .xl\:first\:bag-mt-12:first-child {
    margin-top: 3rem;
  }

  .xl\:first\:bag-mt-16:first-child {
    margin-top: 4rem;
  }

  .xl\:first\:bag-mt-20:first-child {
    margin-top: 5rem;
  }

  .xl\:first\:bag-mt-24:first-child {
    margin-top: 6rem;
  }

  .xl\:first\:bag-mt-32:first-child {
    margin-top: 8rem;
  }

  .xl\:first\:bag-mt-40:first-child {
    margin-top: 10rem;
  }

  .xl\:first\:bag-mt-48:first-child {
    margin-top: 12rem;
  }

  .xl\:first\:bag-mt-56:first-child {
    margin-top: 14rem;
  }

  .xl\:first\:bag-mt-64:first-child {
    margin-top: 16rem;
  }

  .xl\:first\:bag-mt-auto:first-child {
    margin-top: auto;
  }

  .xl\:first\:bag-mt-px:first-child {
    margin-top: 1px;
  }

  .xl\:first\:bag-mt-gutter:first-child {
    margin-top: 1.5625rem;
  }

  .xl\:first\:bag-mt-gutter-full:first-child {
    margin-top: 3.125rem;
  }

  .xl\:first\:bag--mt-1:first-child {
    margin-top: -0.25rem;
  }

  .xl\:first\:bag--mt-2:first-child {
    margin-top: -0.5rem;
  }

  .xl\:first\:bag--mt-3:first-child {
    margin-top: -0.75rem;
  }

  .xl\:first\:bag--mt-4:first-child {
    margin-top: -1rem;
  }

  .xl\:first\:bag--mt-5:first-child {
    margin-top: -1.25rem;
  }

  .xl\:first\:bag--mt-6:first-child {
    margin-top: -1.5rem;
  }

  .xl\:first\:bag--mt-8:first-child {
    margin-top: -2rem;
  }

  .xl\:first\:bag--mt-9:first-child {
    margin-top: -2.25rem;
  }

  .xl\:first\:bag--mt-10:first-child {
    margin-top: -2.5rem;
  }

  .xl\:first\:bag--mt-12:first-child {
    margin-top: -3rem;
  }

  .xl\:first\:bag--mt-16:first-child {
    margin-top: -4rem;
  }

  .xl\:first\:bag--mt-20:first-child {
    margin-top: -5rem;
  }

  .xl\:first\:bag--mt-24:first-child {
    margin-top: -6rem;
  }

  .xl\:first\:bag--mt-32:first-child {
    margin-top: -8rem;
  }

  .xl\:first\:bag--mt-40:first-child {
    margin-top: -10rem;
  }

  .xl\:first\:bag--mt-48:first-child {
    margin-top: -12rem;
  }

  .xl\:first\:bag--mt-56:first-child {
    margin-top: -14rem;
  }

  .xl\:first\:bag--mt-64:first-child {
    margin-top: -16rem;
  }

  .xl\:first\:bag--mt-px:first-child {
    margin-top: -1px;
  }

  .xl\:first\:bag--mt-gutter:first-child {
    margin-top: -1.5625rem;
  }

  .xl\:first\:bag--mt-gutter-full:first-child {
    margin-top: -3.125rem;
  }

  .xl\:first\:bag-mr-0:first-child {
    margin-right: 0;
  }

  .xl\:first\:bag-mr-1:first-child {
    margin-right: 0.25rem;
  }

  .xl\:first\:bag-mr-2:first-child {
    margin-right: 0.5rem;
  }

  .xl\:first\:bag-mr-3:first-child {
    margin-right: 0.75rem;
  }

  .xl\:first\:bag-mr-4:first-child {
    margin-right: 1rem;
  }

  .xl\:first\:bag-mr-5:first-child {
    margin-right: 1.25rem;
  }

  .xl\:first\:bag-mr-6:first-child {
    margin-right: 1.5rem;
  }

  .xl\:first\:bag-mr-8:first-child {
    margin-right: 2rem;
  }

  .xl\:first\:bag-mr-9:first-child {
    margin-right: 2.25rem;
  }

  .xl\:first\:bag-mr-10:first-child {
    margin-right: 2.5rem;
  }

  .xl\:first\:bag-mr-12:first-child {
    margin-right: 3rem;
  }

  .xl\:first\:bag-mr-16:first-child {
    margin-right: 4rem;
  }

  .xl\:first\:bag-mr-20:first-child {
    margin-right: 5rem;
  }

  .xl\:first\:bag-mr-24:first-child {
    margin-right: 6rem;
  }

  .xl\:first\:bag-mr-32:first-child {
    margin-right: 8rem;
  }

  .xl\:first\:bag-mr-40:first-child {
    margin-right: 10rem;
  }

  .xl\:first\:bag-mr-48:first-child {
    margin-right: 12rem;
  }

  .xl\:first\:bag-mr-56:first-child {
    margin-right: 14rem;
  }

  .xl\:first\:bag-mr-64:first-child {
    margin-right: 16rem;
  }

  .xl\:first\:bag-mr-auto:first-child {
    margin-right: auto;
  }

  .xl\:first\:bag-mr-px:first-child {
    margin-right: 1px;
  }

  .xl\:first\:bag-mr-gutter:first-child {
    margin-right: 1.5625rem;
  }

  .xl\:first\:bag-mr-gutter-full:first-child {
    margin-right: 3.125rem;
  }

  .xl\:first\:bag--mr-1:first-child {
    margin-right: -0.25rem;
  }

  .xl\:first\:bag--mr-2:first-child {
    margin-right: -0.5rem;
  }

  .xl\:first\:bag--mr-3:first-child {
    margin-right: -0.75rem;
  }

  .xl\:first\:bag--mr-4:first-child {
    margin-right: -1rem;
  }

  .xl\:first\:bag--mr-5:first-child {
    margin-right: -1.25rem;
  }

  .xl\:first\:bag--mr-6:first-child {
    margin-right: -1.5rem;
  }

  .xl\:first\:bag--mr-8:first-child {
    margin-right: -2rem;
  }

  .xl\:first\:bag--mr-9:first-child {
    margin-right: -2.25rem;
  }

  .xl\:first\:bag--mr-10:first-child {
    margin-right: -2.5rem;
  }

  .xl\:first\:bag--mr-12:first-child {
    margin-right: -3rem;
  }

  .xl\:first\:bag--mr-16:first-child {
    margin-right: -4rem;
  }

  .xl\:first\:bag--mr-20:first-child {
    margin-right: -5rem;
  }

  .xl\:first\:bag--mr-24:first-child {
    margin-right: -6rem;
  }

  .xl\:first\:bag--mr-32:first-child {
    margin-right: -8rem;
  }

  .xl\:first\:bag--mr-40:first-child {
    margin-right: -10rem;
  }

  .xl\:first\:bag--mr-48:first-child {
    margin-right: -12rem;
  }

  .xl\:first\:bag--mr-56:first-child {
    margin-right: -14rem;
  }

  .xl\:first\:bag--mr-64:first-child {
    margin-right: -16rem;
  }

  .xl\:first\:bag--mr-px:first-child {
    margin-right: -1px;
  }

  .xl\:first\:bag--mr-gutter:first-child {
    margin-right: -1.5625rem;
  }

  .xl\:first\:bag--mr-gutter-full:first-child {
    margin-right: -3.125rem;
  }

  .xl\:first\:bag-mb-0:first-child {
    margin-bottom: 0;
  }

  .xl\:first\:bag-mb-1:first-child {
    margin-bottom: 0.25rem;
  }

  .xl\:first\:bag-mb-2:first-child {
    margin-bottom: 0.5rem;
  }

  .xl\:first\:bag-mb-3:first-child {
    margin-bottom: 0.75rem;
  }

  .xl\:first\:bag-mb-4:first-child {
    margin-bottom: 1rem;
  }

  .xl\:first\:bag-mb-5:first-child {
    margin-bottom: 1.25rem;
  }

  .xl\:first\:bag-mb-6:first-child {
    margin-bottom: 1.5rem;
  }

  .xl\:first\:bag-mb-8:first-child {
    margin-bottom: 2rem;
  }

  .xl\:first\:bag-mb-9:first-child {
    margin-bottom: 2.25rem;
  }

  .xl\:first\:bag-mb-10:first-child {
    margin-bottom: 2.5rem;
  }

  .xl\:first\:bag-mb-12:first-child {
    margin-bottom: 3rem;
  }

  .xl\:first\:bag-mb-16:first-child {
    margin-bottom: 4rem;
  }

  .xl\:first\:bag-mb-20:first-child {
    margin-bottom: 5rem;
  }

  .xl\:first\:bag-mb-24:first-child {
    margin-bottom: 6rem;
  }

  .xl\:first\:bag-mb-32:first-child {
    margin-bottom: 8rem;
  }

  .xl\:first\:bag-mb-40:first-child {
    margin-bottom: 10rem;
  }

  .xl\:first\:bag-mb-48:first-child {
    margin-bottom: 12rem;
  }

  .xl\:first\:bag-mb-56:first-child {
    margin-bottom: 14rem;
  }

  .xl\:first\:bag-mb-64:first-child {
    margin-bottom: 16rem;
  }

  .xl\:first\:bag-mb-auto:first-child {
    margin-bottom: auto;
  }

  .xl\:first\:bag-mb-px:first-child {
    margin-bottom: 1px;
  }

  .xl\:first\:bag-mb-gutter:first-child {
    margin-bottom: 1.5625rem;
  }

  .xl\:first\:bag-mb-gutter-full:first-child {
    margin-bottom: 3.125rem;
  }

  .xl\:first\:bag--mb-1:first-child {
    margin-bottom: -0.25rem;
  }

  .xl\:first\:bag--mb-2:first-child {
    margin-bottom: -0.5rem;
  }

  .xl\:first\:bag--mb-3:first-child {
    margin-bottom: -0.75rem;
  }

  .xl\:first\:bag--mb-4:first-child {
    margin-bottom: -1rem;
  }

  .xl\:first\:bag--mb-5:first-child {
    margin-bottom: -1.25rem;
  }

  .xl\:first\:bag--mb-6:first-child {
    margin-bottom: -1.5rem;
  }

  .xl\:first\:bag--mb-8:first-child {
    margin-bottom: -2rem;
  }

  .xl\:first\:bag--mb-9:first-child {
    margin-bottom: -2.25rem;
  }

  .xl\:first\:bag--mb-10:first-child {
    margin-bottom: -2.5rem;
  }

  .xl\:first\:bag--mb-12:first-child {
    margin-bottom: -3rem;
  }

  .xl\:first\:bag--mb-16:first-child {
    margin-bottom: -4rem;
  }

  .xl\:first\:bag--mb-20:first-child {
    margin-bottom: -5rem;
  }

  .xl\:first\:bag--mb-24:first-child {
    margin-bottom: -6rem;
  }

  .xl\:first\:bag--mb-32:first-child {
    margin-bottom: -8rem;
  }

  .xl\:first\:bag--mb-40:first-child {
    margin-bottom: -10rem;
  }

  .xl\:first\:bag--mb-48:first-child {
    margin-bottom: -12rem;
  }

  .xl\:first\:bag--mb-56:first-child {
    margin-bottom: -14rem;
  }

  .xl\:first\:bag--mb-64:first-child {
    margin-bottom: -16rem;
  }

  .xl\:first\:bag--mb-px:first-child {
    margin-bottom: -1px;
  }

  .xl\:first\:bag--mb-gutter:first-child {
    margin-bottom: -1.5625rem;
  }

  .xl\:first\:bag--mb-gutter-full:first-child {
    margin-bottom: -3.125rem;
  }

  .xl\:first\:bag-ml-0:first-child {
    margin-left: 0;
  }

  .xl\:first\:bag-ml-1:first-child {
    margin-left: 0.25rem;
  }

  .xl\:first\:bag-ml-2:first-child {
    margin-left: 0.5rem;
  }

  .xl\:first\:bag-ml-3:first-child {
    margin-left: 0.75rem;
  }

  .xl\:first\:bag-ml-4:first-child {
    margin-left: 1rem;
  }

  .xl\:first\:bag-ml-5:first-child {
    margin-left: 1.25rem;
  }

  .xl\:first\:bag-ml-6:first-child {
    margin-left: 1.5rem;
  }

  .xl\:first\:bag-ml-8:first-child {
    margin-left: 2rem;
  }

  .xl\:first\:bag-ml-9:first-child {
    margin-left: 2.25rem;
  }

  .xl\:first\:bag-ml-10:first-child {
    margin-left: 2.5rem;
  }

  .xl\:first\:bag-ml-12:first-child {
    margin-left: 3rem;
  }

  .xl\:first\:bag-ml-16:first-child {
    margin-left: 4rem;
  }

  .xl\:first\:bag-ml-20:first-child {
    margin-left: 5rem;
  }

  .xl\:first\:bag-ml-24:first-child {
    margin-left: 6rem;
  }

  .xl\:first\:bag-ml-32:first-child {
    margin-left: 8rem;
  }

  .xl\:first\:bag-ml-40:first-child {
    margin-left: 10rem;
  }

  .xl\:first\:bag-ml-48:first-child {
    margin-left: 12rem;
  }

  .xl\:first\:bag-ml-56:first-child {
    margin-left: 14rem;
  }

  .xl\:first\:bag-ml-64:first-child {
    margin-left: 16rem;
  }

  .xl\:first\:bag-ml-auto:first-child {
    margin-left: auto;
  }

  .xl\:first\:bag-ml-px:first-child {
    margin-left: 1px;
  }

  .xl\:first\:bag-ml-gutter:first-child {
    margin-left: 1.5625rem;
  }

  .xl\:first\:bag-ml-gutter-full:first-child {
    margin-left: 3.125rem;
  }

  .xl\:first\:bag--ml-1:first-child {
    margin-left: -0.25rem;
  }

  .xl\:first\:bag--ml-2:first-child {
    margin-left: -0.5rem;
  }

  .xl\:first\:bag--ml-3:first-child {
    margin-left: -0.75rem;
  }

  .xl\:first\:bag--ml-4:first-child {
    margin-left: -1rem;
  }

  .xl\:first\:bag--ml-5:first-child {
    margin-left: -1.25rem;
  }

  .xl\:first\:bag--ml-6:first-child {
    margin-left: -1.5rem;
  }

  .xl\:first\:bag--ml-8:first-child {
    margin-left: -2rem;
  }

  .xl\:first\:bag--ml-9:first-child {
    margin-left: -2.25rem;
  }

  .xl\:first\:bag--ml-10:first-child {
    margin-left: -2.5rem;
  }

  .xl\:first\:bag--ml-12:first-child {
    margin-left: -3rem;
  }

  .xl\:first\:bag--ml-16:first-child {
    margin-left: -4rem;
  }

  .xl\:first\:bag--ml-20:first-child {
    margin-left: -5rem;
  }

  .xl\:first\:bag--ml-24:first-child {
    margin-left: -6rem;
  }

  .xl\:first\:bag--ml-32:first-child {
    margin-left: -8rem;
  }

  .xl\:first\:bag--ml-40:first-child {
    margin-left: -10rem;
  }

  .xl\:first\:bag--ml-48:first-child {
    margin-left: -12rem;
  }

  .xl\:first\:bag--ml-56:first-child {
    margin-left: -14rem;
  }

  .xl\:first\:bag--ml-64:first-child {
    margin-left: -16rem;
  }

  .xl\:first\:bag--ml-px:first-child {
    margin-left: -1px;
  }

  .xl\:first\:bag--ml-gutter:first-child {
    margin-left: -1.5625rem;
  }

  .xl\:first\:bag--ml-gutter-full:first-child {
    margin-left: -3.125rem;
  }

  .xl\:last\:bag-mt-0:last-child {
    margin-top: 0;
  }

  .xl\:last\:bag-mt-1:last-child {
    margin-top: 0.25rem;
  }

  .xl\:last\:bag-mt-2:last-child {
    margin-top: 0.5rem;
  }

  .xl\:last\:bag-mt-3:last-child {
    margin-top: 0.75rem;
  }

  .xl\:last\:bag-mt-4:last-child {
    margin-top: 1rem;
  }

  .xl\:last\:bag-mt-5:last-child {
    margin-top: 1.25rem;
  }

  .xl\:last\:bag-mt-6:last-child {
    margin-top: 1.5rem;
  }

  .xl\:last\:bag-mt-8:last-child {
    margin-top: 2rem;
  }

  .xl\:last\:bag-mt-9:last-child {
    margin-top: 2.25rem;
  }

  .xl\:last\:bag-mt-10:last-child {
    margin-top: 2.5rem;
  }

  .xl\:last\:bag-mt-12:last-child {
    margin-top: 3rem;
  }

  .xl\:last\:bag-mt-16:last-child {
    margin-top: 4rem;
  }

  .xl\:last\:bag-mt-20:last-child {
    margin-top: 5rem;
  }

  .xl\:last\:bag-mt-24:last-child {
    margin-top: 6rem;
  }

  .xl\:last\:bag-mt-32:last-child {
    margin-top: 8rem;
  }

  .xl\:last\:bag-mt-40:last-child {
    margin-top: 10rem;
  }

  .xl\:last\:bag-mt-48:last-child {
    margin-top: 12rem;
  }

  .xl\:last\:bag-mt-56:last-child {
    margin-top: 14rem;
  }

  .xl\:last\:bag-mt-64:last-child {
    margin-top: 16rem;
  }

  .xl\:last\:bag-mt-auto:last-child {
    margin-top: auto;
  }

  .xl\:last\:bag-mt-px:last-child {
    margin-top: 1px;
  }

  .xl\:last\:bag-mt-gutter:last-child {
    margin-top: 1.5625rem;
  }

  .xl\:last\:bag-mt-gutter-full:last-child {
    margin-top: 3.125rem;
  }

  .xl\:last\:bag--mt-1:last-child {
    margin-top: -0.25rem;
  }

  .xl\:last\:bag--mt-2:last-child {
    margin-top: -0.5rem;
  }

  .xl\:last\:bag--mt-3:last-child {
    margin-top: -0.75rem;
  }

  .xl\:last\:bag--mt-4:last-child {
    margin-top: -1rem;
  }

  .xl\:last\:bag--mt-5:last-child {
    margin-top: -1.25rem;
  }

  .xl\:last\:bag--mt-6:last-child {
    margin-top: -1.5rem;
  }

  .xl\:last\:bag--mt-8:last-child {
    margin-top: -2rem;
  }

  .xl\:last\:bag--mt-9:last-child {
    margin-top: -2.25rem;
  }

  .xl\:last\:bag--mt-10:last-child {
    margin-top: -2.5rem;
  }

  .xl\:last\:bag--mt-12:last-child {
    margin-top: -3rem;
  }

  .xl\:last\:bag--mt-16:last-child {
    margin-top: -4rem;
  }

  .xl\:last\:bag--mt-20:last-child {
    margin-top: -5rem;
  }

  .xl\:last\:bag--mt-24:last-child {
    margin-top: -6rem;
  }

  .xl\:last\:bag--mt-32:last-child {
    margin-top: -8rem;
  }

  .xl\:last\:bag--mt-40:last-child {
    margin-top: -10rem;
  }

  .xl\:last\:bag--mt-48:last-child {
    margin-top: -12rem;
  }

  .xl\:last\:bag--mt-56:last-child {
    margin-top: -14rem;
  }

  .xl\:last\:bag--mt-64:last-child {
    margin-top: -16rem;
  }

  .xl\:last\:bag--mt-px:last-child {
    margin-top: -1px;
  }

  .xl\:last\:bag--mt-gutter:last-child {
    margin-top: -1.5625rem;
  }

  .xl\:last\:bag--mt-gutter-full:last-child {
    margin-top: -3.125rem;
  }

  .xl\:last\:bag-mr-0:last-child {
    margin-right: 0;
  }

  .xl\:last\:bag-mr-1:last-child {
    margin-right: 0.25rem;
  }

  .xl\:last\:bag-mr-2:last-child {
    margin-right: 0.5rem;
  }

  .xl\:last\:bag-mr-3:last-child {
    margin-right: 0.75rem;
  }

  .xl\:last\:bag-mr-4:last-child {
    margin-right: 1rem;
  }

  .xl\:last\:bag-mr-5:last-child {
    margin-right: 1.25rem;
  }

  .xl\:last\:bag-mr-6:last-child {
    margin-right: 1.5rem;
  }

  .xl\:last\:bag-mr-8:last-child {
    margin-right: 2rem;
  }

  .xl\:last\:bag-mr-9:last-child {
    margin-right: 2.25rem;
  }

  .xl\:last\:bag-mr-10:last-child {
    margin-right: 2.5rem;
  }

  .xl\:last\:bag-mr-12:last-child {
    margin-right: 3rem;
  }

  .xl\:last\:bag-mr-16:last-child {
    margin-right: 4rem;
  }

  .xl\:last\:bag-mr-20:last-child {
    margin-right: 5rem;
  }

  .xl\:last\:bag-mr-24:last-child {
    margin-right: 6rem;
  }

  .xl\:last\:bag-mr-32:last-child {
    margin-right: 8rem;
  }

  .xl\:last\:bag-mr-40:last-child {
    margin-right: 10rem;
  }

  .xl\:last\:bag-mr-48:last-child {
    margin-right: 12rem;
  }

  .xl\:last\:bag-mr-56:last-child {
    margin-right: 14rem;
  }

  .xl\:last\:bag-mr-64:last-child {
    margin-right: 16rem;
  }

  .xl\:last\:bag-mr-auto:last-child {
    margin-right: auto;
  }

  .xl\:last\:bag-mr-px:last-child {
    margin-right: 1px;
  }

  .xl\:last\:bag-mr-gutter:last-child {
    margin-right: 1.5625rem;
  }

  .xl\:last\:bag-mr-gutter-full:last-child {
    margin-right: 3.125rem;
  }

  .xl\:last\:bag--mr-1:last-child {
    margin-right: -0.25rem;
  }

  .xl\:last\:bag--mr-2:last-child {
    margin-right: -0.5rem;
  }

  .xl\:last\:bag--mr-3:last-child {
    margin-right: -0.75rem;
  }

  .xl\:last\:bag--mr-4:last-child {
    margin-right: -1rem;
  }

  .xl\:last\:bag--mr-5:last-child {
    margin-right: -1.25rem;
  }

  .xl\:last\:bag--mr-6:last-child {
    margin-right: -1.5rem;
  }

  .xl\:last\:bag--mr-8:last-child {
    margin-right: -2rem;
  }

  .xl\:last\:bag--mr-9:last-child {
    margin-right: -2.25rem;
  }

  .xl\:last\:bag--mr-10:last-child {
    margin-right: -2.5rem;
  }

  .xl\:last\:bag--mr-12:last-child {
    margin-right: -3rem;
  }

  .xl\:last\:bag--mr-16:last-child {
    margin-right: -4rem;
  }

  .xl\:last\:bag--mr-20:last-child {
    margin-right: -5rem;
  }

  .xl\:last\:bag--mr-24:last-child {
    margin-right: -6rem;
  }

  .xl\:last\:bag--mr-32:last-child {
    margin-right: -8rem;
  }

  .xl\:last\:bag--mr-40:last-child {
    margin-right: -10rem;
  }

  .xl\:last\:bag--mr-48:last-child {
    margin-right: -12rem;
  }

  .xl\:last\:bag--mr-56:last-child {
    margin-right: -14rem;
  }

  .xl\:last\:bag--mr-64:last-child {
    margin-right: -16rem;
  }

  .xl\:last\:bag--mr-px:last-child {
    margin-right: -1px;
  }

  .xl\:last\:bag--mr-gutter:last-child {
    margin-right: -1.5625rem;
  }

  .xl\:last\:bag--mr-gutter-full:last-child {
    margin-right: -3.125rem;
  }

  .xl\:last\:bag-mb-0:last-child {
    margin-bottom: 0;
  }

  .xl\:last\:bag-mb-1:last-child {
    margin-bottom: 0.25rem;
  }

  .xl\:last\:bag-mb-2:last-child {
    margin-bottom: 0.5rem;
  }

  .xl\:last\:bag-mb-3:last-child {
    margin-bottom: 0.75rem;
  }

  .xl\:last\:bag-mb-4:last-child {
    margin-bottom: 1rem;
  }

  .xl\:last\:bag-mb-5:last-child {
    margin-bottom: 1.25rem;
  }

  .xl\:last\:bag-mb-6:last-child {
    margin-bottom: 1.5rem;
  }

  .xl\:last\:bag-mb-8:last-child {
    margin-bottom: 2rem;
  }

  .xl\:last\:bag-mb-9:last-child {
    margin-bottom: 2.25rem;
  }

  .xl\:last\:bag-mb-10:last-child {
    margin-bottom: 2.5rem;
  }

  .xl\:last\:bag-mb-12:last-child {
    margin-bottom: 3rem;
  }

  .xl\:last\:bag-mb-16:last-child {
    margin-bottom: 4rem;
  }

  .xl\:last\:bag-mb-20:last-child {
    margin-bottom: 5rem;
  }

  .xl\:last\:bag-mb-24:last-child {
    margin-bottom: 6rem;
  }

  .xl\:last\:bag-mb-32:last-child {
    margin-bottom: 8rem;
  }

  .xl\:last\:bag-mb-40:last-child {
    margin-bottom: 10rem;
  }

  .xl\:last\:bag-mb-48:last-child {
    margin-bottom: 12rem;
  }

  .xl\:last\:bag-mb-56:last-child {
    margin-bottom: 14rem;
  }

  .xl\:last\:bag-mb-64:last-child {
    margin-bottom: 16rem;
  }

  .xl\:last\:bag-mb-auto:last-child {
    margin-bottom: auto;
  }

  .xl\:last\:bag-mb-px:last-child {
    margin-bottom: 1px;
  }

  .xl\:last\:bag-mb-gutter:last-child {
    margin-bottom: 1.5625rem;
  }

  .xl\:last\:bag-mb-gutter-full:last-child {
    margin-bottom: 3.125rem;
  }

  .xl\:last\:bag--mb-1:last-child {
    margin-bottom: -0.25rem;
  }

  .xl\:last\:bag--mb-2:last-child {
    margin-bottom: -0.5rem;
  }

  .xl\:last\:bag--mb-3:last-child {
    margin-bottom: -0.75rem;
  }

  .xl\:last\:bag--mb-4:last-child {
    margin-bottom: -1rem;
  }

  .xl\:last\:bag--mb-5:last-child {
    margin-bottom: -1.25rem;
  }

  .xl\:last\:bag--mb-6:last-child {
    margin-bottom: -1.5rem;
  }

  .xl\:last\:bag--mb-8:last-child {
    margin-bottom: -2rem;
  }

  .xl\:last\:bag--mb-9:last-child {
    margin-bottom: -2.25rem;
  }

  .xl\:last\:bag--mb-10:last-child {
    margin-bottom: -2.5rem;
  }

  .xl\:last\:bag--mb-12:last-child {
    margin-bottom: -3rem;
  }

  .xl\:last\:bag--mb-16:last-child {
    margin-bottom: -4rem;
  }

  .xl\:last\:bag--mb-20:last-child {
    margin-bottom: -5rem;
  }

  .xl\:last\:bag--mb-24:last-child {
    margin-bottom: -6rem;
  }

  .xl\:last\:bag--mb-32:last-child {
    margin-bottom: -8rem;
  }

  .xl\:last\:bag--mb-40:last-child {
    margin-bottom: -10rem;
  }

  .xl\:last\:bag--mb-48:last-child {
    margin-bottom: -12rem;
  }

  .xl\:last\:bag--mb-56:last-child {
    margin-bottom: -14rem;
  }

  .xl\:last\:bag--mb-64:last-child {
    margin-bottom: -16rem;
  }

  .xl\:last\:bag--mb-px:last-child {
    margin-bottom: -1px;
  }

  .xl\:last\:bag--mb-gutter:last-child {
    margin-bottom: -1.5625rem;
  }

  .xl\:last\:bag--mb-gutter-full:last-child {
    margin-bottom: -3.125rem;
  }

  .xl\:last\:bag-ml-0:last-child {
    margin-left: 0;
  }

  .xl\:last\:bag-ml-1:last-child {
    margin-left: 0.25rem;
  }

  .xl\:last\:bag-ml-2:last-child {
    margin-left: 0.5rem;
  }

  .xl\:last\:bag-ml-3:last-child {
    margin-left: 0.75rem;
  }

  .xl\:last\:bag-ml-4:last-child {
    margin-left: 1rem;
  }

  .xl\:last\:bag-ml-5:last-child {
    margin-left: 1.25rem;
  }

  .xl\:last\:bag-ml-6:last-child {
    margin-left: 1.5rem;
  }

  .xl\:last\:bag-ml-8:last-child {
    margin-left: 2rem;
  }

  .xl\:last\:bag-ml-9:last-child {
    margin-left: 2.25rem;
  }

  .xl\:last\:bag-ml-10:last-child {
    margin-left: 2.5rem;
  }

  .xl\:last\:bag-ml-12:last-child {
    margin-left: 3rem;
  }

  .xl\:last\:bag-ml-16:last-child {
    margin-left: 4rem;
  }

  .xl\:last\:bag-ml-20:last-child {
    margin-left: 5rem;
  }

  .xl\:last\:bag-ml-24:last-child {
    margin-left: 6rem;
  }

  .xl\:last\:bag-ml-32:last-child {
    margin-left: 8rem;
  }

  .xl\:last\:bag-ml-40:last-child {
    margin-left: 10rem;
  }

  .xl\:last\:bag-ml-48:last-child {
    margin-left: 12rem;
  }

  .xl\:last\:bag-ml-56:last-child {
    margin-left: 14rem;
  }

  .xl\:last\:bag-ml-64:last-child {
    margin-left: 16rem;
  }

  .xl\:last\:bag-ml-auto:last-child {
    margin-left: auto;
  }

  .xl\:last\:bag-ml-px:last-child {
    margin-left: 1px;
  }

  .xl\:last\:bag-ml-gutter:last-child {
    margin-left: 1.5625rem;
  }

  .xl\:last\:bag-ml-gutter-full:last-child {
    margin-left: 3.125rem;
  }

  .xl\:last\:bag--ml-1:last-child {
    margin-left: -0.25rem;
  }

  .xl\:last\:bag--ml-2:last-child {
    margin-left: -0.5rem;
  }

  .xl\:last\:bag--ml-3:last-child {
    margin-left: -0.75rem;
  }

  .xl\:last\:bag--ml-4:last-child {
    margin-left: -1rem;
  }

  .xl\:last\:bag--ml-5:last-child {
    margin-left: -1.25rem;
  }

  .xl\:last\:bag--ml-6:last-child {
    margin-left: -1.5rem;
  }

  .xl\:last\:bag--ml-8:last-child {
    margin-left: -2rem;
  }

  .xl\:last\:bag--ml-9:last-child {
    margin-left: -2.25rem;
  }

  .xl\:last\:bag--ml-10:last-child {
    margin-left: -2.5rem;
  }

  .xl\:last\:bag--ml-12:last-child {
    margin-left: -3rem;
  }

  .xl\:last\:bag--ml-16:last-child {
    margin-left: -4rem;
  }

  .xl\:last\:bag--ml-20:last-child {
    margin-left: -5rem;
  }

  .xl\:last\:bag--ml-24:last-child {
    margin-left: -6rem;
  }

  .xl\:last\:bag--ml-32:last-child {
    margin-left: -8rem;
  }

  .xl\:last\:bag--ml-40:last-child {
    margin-left: -10rem;
  }

  .xl\:last\:bag--ml-48:last-child {
    margin-left: -12rem;
  }

  .xl\:last\:bag--ml-56:last-child {
    margin-left: -14rem;
  }

  .xl\:last\:bag--ml-64:last-child {
    margin-left: -16rem;
  }

  .xl\:last\:bag--ml-px:last-child {
    margin-left: -1px;
  }

  .xl\:last\:bag--ml-gutter:last-child {
    margin-left: -1.5625rem;
  }

  .xl\:last\:bag--ml-gutter-full:last-child {
    margin-left: -3.125rem;
  }

  .xl\:bag-box-border {
    box-sizing: border-box;
  }

  .xl\:bag-box-content {
    box-sizing: content-box;
  }

  .xl\:bag-block {
    display: block;
  }

  .xl\:bag-inline-block {
    display: inline-block;
  }

  .xl\:bag-inline {
    display: inline;
  }

  .xl\:bag-flex {
    display: flex;
  }

  .xl\:bag-inline-flex {
    display: inline-flex;
  }

  .xl\:bag-table {
    display: table;
  }

  .xl\:bag-inline-table {
    display: inline-table;
  }

  .xl\:bag-table-caption {
    display: table-caption;
  }

  .xl\:bag-table-cell {
    display: table-cell;
  }

  .xl\:bag-table-column {
    display: table-column;
  }

  .xl\:bag-table-column-group {
    display: table-column-group;
  }

  .xl\:bag-table-footer-group {
    display: table-footer-group;
  }

  .xl\:bag-table-header-group {
    display: table-header-group;
  }

  .xl\:bag-table-row-group {
    display: table-row-group;
  }

  .xl\:bag-table-row {
    display: table-row;
  }

  .xl\:bag-flow-root {
    display: flow-root;
  }

  .xl\:bag-grid {
    display: grid;
  }

  .xl\:bag-inline-grid {
    display: inline-grid;
  }

  .xl\:bag-contents {
    display: contents;
  }

  .xl\:bag-list-item {
    display: list-item;
  }

  .xl\:bag-hidden {
    display: none;
  }

  .xl\:bag-h-0 {
    height: 0;
  }

  .xl\:bag-h-1 {
    height: 0.25rem;
  }

  .xl\:bag-h-2 {
    height: 0.5rem;
  }

  .xl\:bag-h-3 {
    height: 0.75rem;
  }

  .xl\:bag-h-4 {
    height: 1rem;
  }

  .xl\:bag-h-5 {
    height: 1.25rem;
  }

  .xl\:bag-h-6 {
    height: 1.5rem;
  }

  .xl\:bag-h-8 {
    height: 2rem;
  }

  .xl\:bag-h-9 {
    height: 2.25rem;
  }

  .xl\:bag-h-10 {
    height: 2.5rem;
  }

  .xl\:bag-h-12 {
    height: 3rem;
  }

  .xl\:bag-h-16 {
    height: 4rem;
  }

  .xl\:bag-h-20 {
    height: 5rem;
  }

  .xl\:bag-h-24 {
    height: 6rem;
  }

  .xl\:bag-h-32 {
    height: 8rem;
  }

  .xl\:bag-h-40 {
    height: 10rem;
  }

  .xl\:bag-h-48 {
    height: 12rem;
  }

  .xl\:bag-h-56 {
    height: 14rem;
  }

  .xl\:bag-h-64 {
    height: 16rem;
  }

  .xl\:bag-h-auto {
    height: auto;
  }

  .xl\:bag-h-px {
    height: 1px;
  }

  .xl\:bag-h-gutter {
    height: 1.5625rem;
  }

  .xl\:bag-h-gutter-full {
    height: 3.125rem;
  }

  .xl\:bag-h-1\/2 {
    height: 50%;
  }

  .xl\:bag-h-full {
    height: 100%;
  }

  .xl\:bag-h-screen {
    height: 100vh;
  }

  .xl\:bag-max-h-0 {
    max-height: 0;
  }

  .xl\:bag-max-h-1 {
    max-height: 0.25rem;
  }

  .xl\:bag-max-h-2 {
    max-height: 0.5rem;
  }

  .xl\:bag-max-h-3 {
    max-height: 0.75rem;
  }

  .xl\:bag-max-h-4 {
    max-height: 1rem;
  }

  .xl\:bag-max-h-5 {
    max-height: 1.25rem;
  }

  .xl\:bag-max-h-6 {
    max-height: 1.5rem;
  }

  .xl\:bag-max-h-8 {
    max-height: 2rem;
  }

  .xl\:bag-max-h-9 {
    max-height: 2.25rem;
  }

  .xl\:bag-max-h-10 {
    max-height: 2.5rem;
  }

  .xl\:bag-max-h-12 {
    max-height: 3rem;
  }

  .xl\:bag-max-h-16 {
    max-height: 4rem;
  }

  .xl\:bag-max-h-20 {
    max-height: 5rem;
  }

  .xl\:bag-max-h-24 {
    max-height: 6rem;
  }

  .xl\:bag-max-h-32 {
    max-height: 8rem;
  }

  .xl\:bag-max-h-40 {
    max-height: 10rem;
  }

  .xl\:bag-max-h-48 {
    max-height: 12rem;
  }

  .xl\:bag-max-h-56 {
    max-height: 14rem;
  }

  .xl\:bag-max-h-64 {
    max-height: 16rem;
  }

  .xl\:bag-max-h-px {
    max-height: 1px;
  }

  .xl\:bag-max-h-gutter {
    max-height: 1.5625rem;
  }

  .xl\:bag-max-h-gutter-full {
    max-height: 3.125rem;
  }

  .xl\:bag-max-h-full {
    max-height: 100%;
  }

  .xl\:bag-max-h-screen {
    max-height: 100vh;
  }

  .xl\:bag-min-h-0 {
    min-height: 0;
  }

  .xl\:bag-min-h-full {
    min-height: 100%;
  }

  .xl\:bag-min-h-screen {
    min-height: 100vh;
  }

  .xl\:bag-w-0 {
    width: 0;
  }

  .xl\:bag-w-1 {
    width: 0.25rem;
  }

  .xl\:bag-w-2 {
    width: 0.5rem;
  }

  .xl\:bag-w-3 {
    width: 0.75rem;
  }

  .xl\:bag-w-4 {
    width: 1rem;
  }

  .xl\:bag-w-5 {
    width: 1.25rem;
  }

  .xl\:bag-w-6 {
    width: 1.5rem;
  }

  .xl\:bag-w-8 {
    width: 2rem;
  }

  .xl\:bag-w-9 {
    width: 2.25rem;
  }

  .xl\:bag-w-10 {
    width: 2.5rem;
  }

  .xl\:bag-w-12 {
    width: 3rem;
  }

  .xl\:bag-w-16 {
    width: 4rem;
  }

  .xl\:bag-w-20 {
    width: 5rem;
  }

  .xl\:bag-w-24 {
    width: 6rem;
  }

  .xl\:bag-w-32 {
    width: 8rem;
  }

  .xl\:bag-w-40 {
    width: 10rem;
  }

  .xl\:bag-w-48 {
    width: 12rem;
  }

  .xl\:bag-w-56 {
    width: 14rem;
  }

  .xl\:bag-w-64 {
    width: 16rem;
  }

  .xl\:bag-w-auto {
    width: auto;
  }

  .xl\:bag-w-px {
    width: 1px;
  }

  .xl\:bag-w-gutter {
    width: 1.5625rem;
  }

  .xl\:bag-w-gutter-full {
    width: 3.125rem;
  }

  .xl\:bag-w-1\/2 {
    width: 50%;
  }

  .xl\:bag-w-1\/3 {
    width: 33.333333%;
  }

  .xl\:bag-w-2\/3 {
    width: 66.666667%;
  }

  .xl\:bag-w-1\/4 {
    width: 25%;
  }

  .xl\:bag-w-2\/4 {
    width: 50%;
  }

  .xl\:bag-w-3\/4 {
    width: 75%;
  }

  .xl\:bag-w-1\/5 {
    width: 20%;
  }

  .xl\:bag-w-2\/5 {
    width: 40%;
  }

  .xl\:bag-w-3\/5 {
    width: 60%;
  }

  .xl\:bag-w-4\/5 {
    width: 80%;
  }

  .xl\:bag-w-1\/6 {
    width: 16.666667%;
  }

  .xl\:bag-w-2\/6 {
    width: 33.333333%;
  }

  .xl\:bag-w-3\/6 {
    width: 50%;
  }

  .xl\:bag-w-4\/6 {
    width: 66.666667%;
  }

  .xl\:bag-w-5\/6 {
    width: 83.333333%;
  }

  .xl\:bag-w-1\/12 {
    width: 8.333333%;
  }

  .xl\:bag-w-2\/12 {
    width: 16.666667%;
  }

  .xl\:bag-w-3\/12 {
    width: 25%;
  }

  .xl\:bag-w-4\/12 {
    width: 33.333333%;
  }

  .xl\:bag-w-5\/12 {
    width: 41.666667%;
  }

  .xl\:bag-w-6\/12 {
    width: 50%;
  }

  .xl\:bag-w-7\/12 {
    width: 58.333333%;
  }

  .xl\:bag-w-8\/12 {
    width: 66.666667%;
  }

  .xl\:bag-w-9\/12 {
    width: 75%;
  }

  .xl\:bag-w-10\/12 {
    width: 83.333333%;
  }

  .xl\:bag-w-11\/12 {
    width: 91.666667%;
  }

  .xl\:bag-w-full {
    width: 100%;
  }

  .xl\:bag-w-screen {
    width: 100vw;
  }

  .xl\:bag-min-w-0 {
    min-width: 0;
  }

  .xl\:bag-min-w-full {
    min-width: 100%;
  }

  .xl\:bag-max-w-0 {
    max-width: 0rem;
  }

  .xl\:bag-max-w-none {
    max-width: none;
  }

  .xl\:bag-max-w-xs {
    max-width: 20rem;
  }

  .xl\:bag-max-w-sm {
    max-width: 24rem;
  }

  .xl\:bag-max-w-md {
    max-width: 28rem;
  }

  .xl\:bag-max-w-lg {
    max-width: 32rem;
  }

  .xl\:bag-max-w-xl {
    max-width: 36rem;
  }

  .xl\:bag-max-w-2xl {
    max-width: 42rem;
  }

  .xl\:bag-max-w-3xl {
    max-width: 48rem;
  }

  .xl\:bag-max-w-4xl {
    max-width: 56rem;
  }

  .xl\:bag-max-w-5xl {
    max-width: 64rem;
  }

  .xl\:bag-max-w-6xl {
    max-width: 72rem;
  }

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

  .xl\:bag-max-w-full {
    max-width: 100%;
  }

  .xl\:bag-max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:bag-max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:bag-max-w-prose {
    max-width: 65ch;
  }

  .xl\:bag-max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:bag-max-w-screen-md {
    max-width: 768px;
  }

  .xl\:bag-max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:bag-max-w-screen-xl {
    max-width: 1270px;
  }

  .xl\:bag-flex-1 {
    flex: 1 1 0%;
  }

  .xl\:bag-flex-auto {
    flex: 1 1 auto;
  }

  .xl\:bag-flex-initial {
    flex: 0 1 auto;
  }

  .xl\:bag-flex-none {
    flex: none;
  }

  .xl\:bag-flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:bag-flex-shrink {
    flex-shrink: 1;
  }

  .xl\:bag-flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:bag-flex-grow {
    flex-grow: 1;
  }

  .xl\:bag-table-auto {
    table-layout: auto;
  }

  .xl\:bag-table-fixed {
    table-layout: fixed;
  }

  .xl\:bag-border-collapse {
    border-collapse: collapse;
  }

  .xl\:bag-border-separate {
    border-collapse: separate;
  }

  .xl\:bag-origin-center {
    transform-origin: center;
  }

  .xl\:bag-origin-top {
    transform-origin: top;
  }

  .xl\:bag-origin-top-right {
    transform-origin: top right;
  }

  .xl\:bag-origin-right {
    transform-origin: right;
  }

  .xl\:bag-origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:bag-origin-bottom {
    transform-origin: bottom;
  }

  .xl\:bag-origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:bag-origin-left {
    transform-origin: left;
  }

  .xl\:bag-origin-top-left {
    transform-origin: top left;
  }

  .xl\:bag-transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:bag-transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:bag-transform-none {
    transform: none;
  }

  .xl\:bag-translate-x-0 {
    --tw-translate-x: 0;
  }

  .xl\:bag-translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xl\:bag-translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xl\:bag-translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xl\:bag-translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xl\:bag-translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xl\:bag-translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xl\:bag-translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xl\:bag-translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xl\:bag-translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xl\:bag-translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xl\:bag-translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xl\:bag-translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xl\:bag-translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xl\:bag-translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl\:bag-translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl\:bag-translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xl\:bag-translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xl\:bag-translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xl\:bag-translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:bag-translate-x-gutter {
    --tw-translate-x: 1.5625rem;
  }

  .xl\:bag-translate-x-gutter-full {
    --tw-translate-x: 3.125rem;
  }

  .xl\:bag--translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xl\:bag--translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xl\:bag--translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xl\:bag--translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xl\:bag--translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xl\:bag--translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xl\:bag--translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xl\:bag--translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xl\:bag--translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xl\:bag--translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xl\:bag--translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xl\:bag--translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xl\:bag--translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xl\:bag--translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl\:bag--translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl\:bag--translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xl\:bag--translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xl\:bag--translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xl\:bag--translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:bag--translate-x-gutter {
    --tw-translate-x: -1.5625rem;
  }

  .xl\:bag--translate-x-gutter-full {
    --tw-translate-x: -3.125rem;
  }

  .xl\:bag-translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xl\:bag-translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xl\:bag-translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xl\:bag-translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xl\:bag-translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xl\:bag-translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xl\:bag-translate-x-full {
    --tw-translate-x: 100%;
  }

  .xl\:bag--translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xl\:bag--translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xl\:bag--translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xl\:bag--translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xl\:bag--translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xl\:bag--translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xl\:bag--translate-x-full {
    --tw-translate-x: -100%;
  }

  .xl\:bag-translate-y-0 {
    --tw-translate-y: 0;
  }

  .xl\:bag-translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xl\:bag-translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xl\:bag-translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xl\:bag-translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xl\:bag-translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xl\:bag-translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xl\:bag-translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xl\:bag-translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xl\:bag-translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xl\:bag-translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xl\:bag-translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xl\:bag-translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xl\:bag-translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xl\:bag-translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl\:bag-translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl\:bag-translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xl\:bag-translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xl\:bag-translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xl\:bag-translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:bag-translate-y-gutter {
    --tw-translate-y: 1.5625rem;
  }

  .xl\:bag-translate-y-gutter-full {
    --tw-translate-y: 3.125rem;
  }

  .xl\:bag--translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xl\:bag--translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xl\:bag--translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xl\:bag--translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xl\:bag--translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xl\:bag--translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xl\:bag--translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xl\:bag--translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xl\:bag--translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xl\:bag--translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xl\:bag--translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xl\:bag--translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xl\:bag--translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xl\:bag--translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl\:bag--translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl\:bag--translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xl\:bag--translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xl\:bag--translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xl\:bag--translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:bag--translate-y-gutter {
    --tw-translate-y: -1.5625rem;
  }

  .xl\:bag--translate-y-gutter-full {
    --tw-translate-y: -3.125rem;
  }

  .xl\:bag-translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xl\:bag-translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xl\:bag-translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xl\:bag-translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xl\:bag-translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xl\:bag-translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xl\:bag-translate-y-full {
    --tw-translate-y: 100%;
  }

  .xl\:bag--translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl\:bag--translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl\:bag--translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl\:bag--translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl\:bag--translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl\:bag--translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl\:bag--translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:bag-translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .xl\:hover\:bag-translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:bag-translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:bag-translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:bag-translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:bag-translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:bag-translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:bag-translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:bag-translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:bag-translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:bag-translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:bag-translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:bag-translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:bag-translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:bag-translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:bag-translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:bag-translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:bag-translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:bag-translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:bag-translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:bag-translate-x-gutter:hover {
    --tw-translate-x: 1.5625rem;
  }

  .xl\:hover\:bag-translate-x-gutter-full:hover {
    --tw-translate-x: 3.125rem;
  }

  .xl\:hover\:bag--translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:bag--translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:bag--translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:bag--translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:bag--translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:bag--translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:bag--translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:bag--translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:bag--translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:bag--translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:bag--translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:bag--translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:bag--translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:bag--translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:bag--translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:bag--translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:bag--translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:bag--translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:bag--translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:bag--translate-x-gutter:hover {
    --tw-translate-x: -1.5625rem;
  }

  .xl\:hover\:bag--translate-x-gutter-full:hover {
    --tw-translate-x: -3.125rem;
  }

  .xl\:hover\:bag-translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:bag-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:bag-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:bag-translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:bag-translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:bag-translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:bag-translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:bag--translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:bag--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:bag--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:bag--translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:bag--translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:bag--translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:bag--translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:bag-translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .xl\:hover\:bag-translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:bag-translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:bag-translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:bag-translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:bag-translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:bag-translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:bag-translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:bag-translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:bag-translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:bag-translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:bag-translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:bag-translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:bag-translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:bag-translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:bag-translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:bag-translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:bag-translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:bag-translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:bag-translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:bag-translate-y-gutter:hover {
    --tw-translate-y: 1.5625rem;
  }

  .xl\:hover\:bag-translate-y-gutter-full:hover {
    --tw-translate-y: 3.125rem;
  }

  .xl\:hover\:bag--translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:bag--translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:bag--translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:bag--translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:bag--translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:bag--translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:bag--translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:bag--translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:bag--translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:bag--translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:bag--translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:bag--translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:bag--translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:bag--translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:bag--translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:bag--translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:bag--translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:bag--translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:bag--translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:bag--translate-y-gutter:hover {
    --tw-translate-y: -1.5625rem;
  }

  .xl\:hover\:bag--translate-y-gutter-full:hover {
    --tw-translate-y: -3.125rem;
  }

  .xl\:hover\:bag-translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:bag-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:bag-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:bag-translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:bag-translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:bag-translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:bag-translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:bag--translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:bag--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:bag--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:bag--translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:bag--translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:bag--translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:bag--translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:bag-translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .xl\:focus\:bag-translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:bag-translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:bag-translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:bag-translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:bag-translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:bag-translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:bag-translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:bag-translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:bag-translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:bag-translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:bag-translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:bag-translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:bag-translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:bag-translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:bag-translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:bag-translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:bag-translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:bag-translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:bag-translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:bag-translate-x-gutter:focus {
    --tw-translate-x: 1.5625rem;
  }

  .xl\:focus\:bag-translate-x-gutter-full:focus {
    --tw-translate-x: 3.125rem;
  }

  .xl\:focus\:bag--translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:bag--translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:bag--translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:bag--translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:bag--translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:bag--translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:bag--translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:bag--translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:bag--translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:bag--translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:bag--translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:bag--translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:bag--translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:bag--translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:bag--translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:bag--translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:bag--translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:bag--translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:bag--translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:bag--translate-x-gutter:focus {
    --tw-translate-x: -1.5625rem;
  }

  .xl\:focus\:bag--translate-x-gutter-full:focus {
    --tw-translate-x: -3.125rem;
  }

  .xl\:focus\:bag-translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:bag-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:bag-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:bag-translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:bag-translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:bag-translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:bag-translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:bag--translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:bag--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:bag--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:bag--translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:bag--translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:bag--translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:bag--translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:bag-translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .xl\:focus\:bag-translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:bag-translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:bag-translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:bag-translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:bag-translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:bag-translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:bag-translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:bag-translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:bag-translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:bag-translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:bag-translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:bag-translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:bag-translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:bag-translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:bag-translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:bag-translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:bag-translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:bag-translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:bag-translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:bag-translate-y-gutter:focus {
    --tw-translate-y: 1.5625rem;
  }

  .xl\:focus\:bag-translate-y-gutter-full:focus {
    --tw-translate-y: 3.125rem;
  }

  .xl\:focus\:bag--translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:bag--translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:bag--translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:bag--translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:bag--translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:bag--translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:bag--translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:bag--translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:bag--translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:bag--translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:bag--translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:bag--translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:bag--translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:bag--translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:bag--translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:bag--translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:bag--translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:bag--translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:bag--translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:bag--translate-y-gutter:focus {
    --tw-translate-y: -1.5625rem;
  }

  .xl\:focus\:bag--translate-y-gutter-full:focus {
    --tw-translate-y: -3.125rem;
  }

  .xl\:focus\:bag-translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:bag-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:bag-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:bag-translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:bag-translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:bag-translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xl\:focus\:bag-translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xl\:focus\:bag--translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:bag--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:bag--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:bag--translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:bag--translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:bag--translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xl\:focus\:bag--translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xl\:bag-rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl\:bag-rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl\:bag-rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl\:bag-rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl\:bag-rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl\:bag-rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl\:bag-rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl\:bag-rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl\:bag-rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl\:bag--rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl\:bag--rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl\:bag--rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl\:bag--rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl\:bag--rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl\:bag--rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl\:bag--rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl\:bag--rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl\:hover\:bag-rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl\:hover\:bag-rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl\:hover\:bag-rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl\:hover\:bag-rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl\:hover\:bag-rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl\:hover\:bag-rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl\:hover\:bag-rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl\:hover\:bag-rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl\:hover\:bag-rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl\:hover\:bag--rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl\:hover\:bag--rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl\:hover\:bag--rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl\:hover\:bag--rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl\:hover\:bag--rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl\:hover\:bag--rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl\:hover\:bag--rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl\:hover\:bag--rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl\:focus\:bag-rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl\:focus\:bag-rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl\:focus\:bag-rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl\:focus\:bag-rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl\:focus\:bag-rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl\:focus\:bag-rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl\:focus\:bag-rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl\:focus\:bag-rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl\:focus\:bag-rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl\:focus\:bag--rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl\:focus\:bag--rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl\:focus\:bag--rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl\:focus\:bag--rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl\:focus\:bag--rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl\:focus\:bag--rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl\:focus\:bag--rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl\:focus\:bag--rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl\:bag-skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xl\:bag-skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xl\:bag-skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xl\:bag-skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xl\:bag-skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xl\:bag-skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xl\:bag--skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xl\:bag--skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xl\:bag--skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xl\:bag--skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xl\:bag--skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xl\:bag-skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xl\:bag-skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xl\:bag-skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xl\:bag-skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xl\:bag-skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xl\:bag-skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xl\:bag--skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xl\:bag--skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xl\:bag--skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xl\:bag--skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xl\:bag--skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:bag-skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:bag-skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:bag-skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:bag-skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:bag-skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:bag-skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:bag--skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:bag--skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:bag--skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:bag--skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:bag--skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:bag-skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:bag-skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:bag-skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:bag-skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:bag-skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:bag-skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:bag--skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:bag--skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:bag--skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:bag--skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:bag--skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:bag-skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:bag-skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:bag-skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:bag-skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:bag-skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:bag-skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:bag--skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:bag--skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:bag--skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:bag--skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:bag--skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:bag-skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:bag-skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:bag-skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:bag-skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:bag-skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:bag-skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:bag--skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:bag--skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:bag--skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:bag--skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:bag--skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xl\:bag-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:bag-scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:bag-scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:bag-scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:bag-scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:bag-scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:bag-scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:bag-scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:bag-scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:bag-scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:bag-scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:bag-scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:bag-scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:bag-scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:bag-scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:bag-scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:bag-scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:bag-scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:bag-scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:bag-scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:bag-scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:bag-scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:bag-scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:bag-scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:bag-scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:bag-scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:bag-scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:bag-scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:bag-scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:bag-scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:bag-scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl\:bag-scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl\:bag-scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl\:bag-scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl\:bag-scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl\:bag-scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl\:bag-scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl\:bag-scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl\:bag-scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl\:bag-scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl\:bag-scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl\:bag-scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl\:bag-scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl\:bag-scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl\:bag-scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl\:bag-scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl\:bag-scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl\:bag-scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl\:bag-scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl\:bag-scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:bag-scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xl\:hover\:bag-scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xl\:hover\:bag-scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xl\:hover\:bag-scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xl\:hover\:bag-scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xl\:hover\:bag-scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xl\:hover\:bag-scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:bag-scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:bag-scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:bag-scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:bag-scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xl\:hover\:bag-scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xl\:hover\:bag-scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xl\:hover\:bag-scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xl\:hover\:bag-scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xl\:hover\:bag-scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xl\:hover\:bag-scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:bag-scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:bag-scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:bag-scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:bag-scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xl\:focus\:bag-scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xl\:focus\:bag-scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xl\:focus\:bag-scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xl\:focus\:bag-scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xl\:focus\:bag-scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xl\:focus\:bag-scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:bag-scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:bag-scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:bag-scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:bag-scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xl\:focus\:bag-scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xl\:focus\:bag-scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xl\:focus\:bag-scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xl\:focus\:bag-scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xl\:focus\:bag-scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xl\:focus\:bag-scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:bag-scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:bag-scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:bag-scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xl\:bag-animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:bag-animate-spin {
    -webkit-animation: bag-spin 1s linear infinite;
            animation: bag-spin 1s linear infinite;
  }

  .xl\:bag-animate-ping {
    -webkit-animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: bag-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:bag-animate-pulse {
    -webkit-animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: bag-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:bag-animate-bounce {
    -webkit-animation: bag-bounce 1s infinite;
            animation: bag-bounce 1s infinite;
  }

  .xl\:bag-cursor-auto {
    cursor: auto;
  }

  .xl\:bag-cursor-default {
    cursor: default;
  }

  .xl\:bag-cursor-pointer {
    cursor: pointer;
  }

  .xl\:bag-cursor-wait {
    cursor: wait;
  }

  .xl\:bag-cursor-text {
    cursor: text;
  }

  .xl\:bag-cursor-move {
    cursor: move;
  }

  .xl\:bag-cursor-help {
    cursor: help;
  }

  .xl\:bag-cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:bag-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:bag-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:bag-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:bag-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:bag-resize-none {
    resize: none;
  }

  .xl\:bag-resize-y {
    resize: vertical;
  }

  .xl\:bag-resize-x {
    resize: horizontal;
  }

  .xl\:bag-resize {
    resize: both;
  }

  .xl\:bag-list-inside {
    list-style-position: inside;
  }

  .xl\:bag-list-outside {
    list-style-position: outside;
  }

  .xl\:bag-list-none {
    list-style-type: none;
  }

  .xl\:bag-list-disc {
    list-style-type: disc;
  }

  .xl\:bag-list-decimal {
    list-style-type: decimal;
  }

  .xl\:bag-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bag-auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:bag-auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:bag-auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:bag-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:bag-grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:bag-grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:bag-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:bag-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:bag-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:bag-auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:bag-auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:bag-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:bag-grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:bag-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:bag-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:bag-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:bag-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:bag-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:bag-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:bag-grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:bag-flex-row {
    flex-direction: row;
  }

  .xl\:bag-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:bag-flex-col {
    flex-direction: column;
  }

  .xl\:bag-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:bag-flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:bag-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:bag-flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:bag-place-content-center {
    place-content: center;
  }

  .xl\:bag-place-content-start {
    place-content: start;
  }

  .xl\:bag-place-content-end {
    place-content: end;
  }

  .xl\:bag-place-content-between {
    place-content: space-between;
  }

  .xl\:bag-place-content-around {
    place-content: space-around;
  }

  .xl\:bag-place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:bag-place-content-stretch {
    place-content: stretch;
  }

  .xl\:bag-place-items-start {
    place-items: start;
  }

  .xl\:bag-place-items-end {
    place-items: end;
  }

  .xl\:bag-place-items-center {
    place-items: center;
  }

  .xl\:bag-place-items-stretch {
    place-items: stretch;
  }

  .xl\:bag-content-center {
    align-content: center;
  }

  .xl\:bag-content-start {
    align-content: flex-start;
  }

  .xl\:bag-content-end {
    align-content: flex-end;
  }

  .xl\:bag-content-between {
    align-content: space-between;
  }

  .xl\:bag-content-around {
    align-content: space-around;
  }

  .xl\:bag-content-evenly {
    align-content: space-evenly;
  }

  .xl\:bag-items-start {
    align-items: flex-start;
  }

  .xl\:bag-items-end {
    align-items: flex-end;
  }

  .xl\:bag-items-center {
    align-items: center;
  }

  .xl\:bag-items-baseline {
    align-items: baseline;
  }

  .xl\:bag-items-stretch {
    align-items: stretch;
  }

  .xl\:bag-justify-start {
    justify-content: flex-start;
  }

  .xl\:bag-justify-end {
    justify-content: flex-end;
  }

  .xl\:bag-justify-center {
    justify-content: center;
  }

  .xl\:bag-justify-between {
    justify-content: space-between;
  }

  .xl\:bag-justify-around {
    justify-content: space-around;
  }

  .xl\:bag-justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:bag-justify-items-start {
    justify-items: start;
  }

  .xl\:bag-justify-items-end {
    justify-items: end;
  }

  .xl\:bag-justify-items-center {
    justify-items: center;
  }

  .xl\:bag-justify-items-stretch {
    justify-items: stretch;
  }

  .xl\:bag-gap-0 {
    gap: 0;
  }

  .xl\:bag-gap-1 {
    gap: 0.25rem;
  }

  .xl\:bag-gap-2 {
    gap: 0.5rem;
  }

  .xl\:bag-gap-3 {
    gap: 0.75rem;
  }

  .xl\:bag-gap-4 {
    gap: 1rem;
  }

  .xl\:bag-gap-5 {
    gap: 1.25rem;
  }

  .xl\:bag-gap-6 {
    gap: 1.5rem;
  }

  .xl\:bag-gap-8 {
    gap: 2rem;
  }

  .xl\:bag-gap-9 {
    gap: 2.25rem;
  }

  .xl\:bag-gap-10 {
    gap: 2.5rem;
  }

  .xl\:bag-gap-12 {
    gap: 3rem;
  }

  .xl\:bag-gap-16 {
    gap: 4rem;
  }

  .xl\:bag-gap-20 {
    gap: 5rem;
  }

  .xl\:bag-gap-24 {
    gap: 6rem;
  }

  .xl\:bag-gap-32 {
    gap: 8rem;
  }

  .xl\:bag-gap-40 {
    gap: 10rem;
  }

  .xl\:bag-gap-48 {
    gap: 12rem;
  }

  .xl\:bag-gap-56 {
    gap: 14rem;
  }

  .xl\:bag-gap-64 {
    gap: 16rem;
  }

  .xl\:bag-gap-px {
    gap: 1px;
  }

  .xl\:bag-gap-gutter {
    gap: 1.5625rem;
  }

  .xl\:bag-gap-gutter-full {
    gap: 3.125rem;
  }

  .xl\:bag-gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:bag-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:bag-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:bag-gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:bag-gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:bag-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:bag-gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:bag-gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:bag-gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:bag-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:bag-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:bag-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:bag-gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:bag-gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:bag-gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:bag-gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:bag-gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:bag-gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:bag-gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:bag-gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:bag-gap-x-gutter {
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
  }

  .xl\:bag-gap-x-gutter-full {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .xl\:bag-gap-y-0 {
    row-gap: 0;
  }

  .xl\:bag-gap-y-1 {
    row-gap: 0.25rem;
  }

  .xl\:bag-gap-y-2 {
    row-gap: 0.5rem;
  }

  .xl\:bag-gap-y-3 {
    row-gap: 0.75rem;
  }

  .xl\:bag-gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:bag-gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:bag-gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:bag-gap-y-8 {
    row-gap: 2rem;
  }

  .xl\:bag-gap-y-9 {
    row-gap: 2.25rem;
  }

  .xl\:bag-gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:bag-gap-y-12 {
    row-gap: 3rem;
  }

  .xl\:bag-gap-y-16 {
    row-gap: 4rem;
  }

  .xl\:bag-gap-y-20 {
    row-gap: 5rem;
  }

  .xl\:bag-gap-y-24 {
    row-gap: 6rem;
  }

  .xl\:bag-gap-y-32 {
    row-gap: 8rem;
  }

  .xl\:bag-gap-y-40 {
    row-gap: 10rem;
  }

  .xl\:bag-gap-y-48 {
    row-gap: 12rem;
  }

  .xl\:bag-gap-y-56 {
    row-gap: 14rem;
  }

  .xl\:bag-gap-y-64 {
    row-gap: 16rem;
  }

  .xl\:bag-gap-y-px {
    row-gap: 1px;
  }

  .xl\:bag-gap-y-gutter {
    row-gap: 1.5625rem;
  }

  .xl\:bag-gap-y-gutter-full {
    row-gap: 3.125rem;
  }

  .xl\:bag-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag--space-x-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bag-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-gutter > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5625rem * var(--tw-space-y-reverse));
  }

  .xl\:bag--space-y-gutter-full > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .xl\:bag-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:bag-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:bag-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:bag-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:bag-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:bag-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:bag-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:bag-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:bag-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:bag-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:bag-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:bag-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:bag-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:bag-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:bag-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:bag-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:bag-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:bag-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:bag-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:bag-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:bag-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:bag-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:bag-divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-divide-opacity));
  }

  .xl\:bag-divide-darkGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-divide-opacity));
  }

  .xl\:bag-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:bag-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:bag-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:bag-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:bag-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:bag-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:bag-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:bag-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:bag-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:bag-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:bag-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:bag-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:bag-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:bag-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:bag-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:bag-place-self-auto {
    place-self: auto;
  }

  .xl\:bag-place-self-start {
    place-self: start;
  }

  .xl\:bag-place-self-end {
    place-self: end;
  }

  .xl\:bag-place-self-center {
    place-self: center;
  }

  .xl\:bag-place-self-stretch {
    place-self: stretch;
  }

  .xl\:bag-self-auto {
    align-self: auto;
  }

  .xl\:bag-self-start {
    align-self: flex-start;
  }

  .xl\:bag-self-end {
    align-self: flex-end;
  }

  .xl\:bag-self-center {
    align-self: center;
  }

  .xl\:bag-self-stretch {
    align-self: stretch;
  }

  .xl\:bag-self-baseline {
    align-self: baseline;
  }

  .xl\:bag-justify-self-auto {
    justify-self: auto;
  }

  .xl\:bag-justify-self-start {
    justify-self: start;
  }

  .xl\:bag-justify-self-end {
    justify-self: end;
  }

  .xl\:bag-justify-self-center {
    justify-self: center;
  }

  .xl\:bag-justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:bag-overflow-auto {
    overflow: auto;
  }

  .xl\:bag-overflow-hidden {
    overflow: hidden;
  }

  .xl\:bag-overflow-visible {
    overflow: visible;
  }

  .xl\:bag-overflow-scroll {
    overflow: scroll;
  }

  .xl\:bag-overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:bag-overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:bag-overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:bag-overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:bag-overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:bag-overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:bag-overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:bag-overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:bag-overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:bag-overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:bag-overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:bag-overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:bag-overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:bag-overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:bag-overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:bag-overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:bag-overscroll-x-none {
    overscroll-behavior-x: none;
  }

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

  .xl\:bag-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xl\:bag-overflow-clip {
    text-overflow: clip;
  }

  .xl\:bag-whitespace-normal {
    white-space: normal;
  }

  .xl\:bag-whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:bag-whitespace-pre {
    white-space: pre;
  }

  .xl\:bag-whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:bag-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:bag-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:bag-break-words {
    overflow-wrap: break-word;
  }

  .xl\:bag-break-all {
    word-break: break-all;
  }

  .xl\:bag-rounded-none {
    border-radius: 0px;
  }

  .xl\:bag-rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:bag-rounded {
    border-radius: 0.25rem;
  }

  .xl\:bag-rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:bag-rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:bag-rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:bag-rounded-2xl {
    border-radius: 1rem;
  }

  .xl\:bag-rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:bag-rounded-full {
    border-radius: 9999px;
  }

  .xl\:bag-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:bag-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:bag-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:bag-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:bag-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:bag-rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:bag-rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:bag-rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:bag-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:bag-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:bag-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:bag-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:bag-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:bag-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:bag-rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:bag-rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:bag-rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:bag-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:bag-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:bag-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:bag-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:bag-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:bag-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:bag-rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:bag-rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:bag-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:bag-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:bag-rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:bag-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:bag-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:bag-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:bag-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:bag-rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:bag-rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:bag-rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:bag-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:bag-rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xl\:bag-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:bag-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:bag-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:bag-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:bag-rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl\:bag-rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xl\:bag-rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xl\:bag-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:bag-rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xl\:bag-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:bag-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:bag-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:bag-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:bag-rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xl\:bag-rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xl\:bag-rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:bag-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:bag-rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xl\:bag-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:bag-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:bag-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:bag-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:bag-rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:bag-rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:bag-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:bag-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:bag-rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:bag-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:bag-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:bag-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:bag-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:bag-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:bag-rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:bag-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:bag-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:bag-border-0 {
    border-width: 0px;
  }

  .xl\:bag-border-2 {
    border-width: 2px;
  }

  .xl\:bag-border-4 {
    border-width: 4px;
  }

  .xl\:bag-border-8 {
    border-width: 8px;
  }

  .xl\:bag-border {
    border-width: 1px;
  }

  .xl\:bag-border-t-0 {
    border-top-width: 0px;
  }

  .xl\:bag-border-t-2 {
    border-top-width: 2px;
  }

  .xl\:bag-border-t-4 {
    border-top-width: 4px;
  }

  .xl\:bag-border-t-8 {
    border-top-width: 8px;
  }

  .xl\:bag-border-t {
    border-top-width: 1px;
  }

  .xl\:bag-border-r-0 {
    border-right-width: 0px;
  }

  .xl\:bag-border-r-2 {
    border-right-width: 2px;
  }

  .xl\:bag-border-r-4 {
    border-right-width: 4px;
  }

  .xl\:bag-border-r-8 {
    border-right-width: 8px;
  }

  .xl\:bag-border-r {
    border-right-width: 1px;
  }

  .xl\:bag-border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:bag-border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:bag-border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:bag-border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:bag-border-b {
    border-bottom-width: 1px;
  }

  .xl\:bag-border-l-0 {
    border-left-width: 0px;
  }

  .xl\:bag-border-l-2 {
    border-left-width: 2px;
  }

  .xl\:bag-border-l-4 {
    border-left-width: 4px;
  }

  .xl\:bag-border-l-8 {
    border-left-width: 8px;
  }

  .xl\:bag-border-l {
    border-left-width: 1px;
  }

  .xl\:bag-border-solid {
    border-style: solid;
  }

  .xl\:bag-border-dashed {
    border-style: dashed;
  }

  .xl\:bag-border-dotted {
    border-style: dotted;
  }

  .xl\:bag-border-double {
    border-style: double;
  }

  .xl\:bag-border-none {
    border-style: none;
  }

  .xl\:bag-border-transparent {
    border-color: transparent;
  }

  .xl\:bag-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:bag-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:bag-border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .xl\:bag-border-darkGray {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-border-transparent {
    border-color: transparent;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-border-gray {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-border-darkGray {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus-within\:bag-border-transparent:focus-within {
    border-color: transparent;
  }

  .xl\:focus-within\:bag-border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:bag-border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:bag-border-gray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .xl\:focus-within\:bag-border-darkGray:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl\:hover\:bag-border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:bag-border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:bag-border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:bag-border-gray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .xl\:hover\:bag-border-darkGray:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl\:focus\:bag-border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:bag-border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:bag-border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:bag-border-gray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 209, 209, var(--tw-border-opacity));
  }

  .xl\:focus\:bag-border-darkGray:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity));
  }

  .xl\:bag-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xl\:bag-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xl\:bag-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xl\:bag-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xl\:bag-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xl\:bag-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xl\:bag-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xl\:bag-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:bag-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl\:bag-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xl\:bag-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xl\:bag-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xl\:bag-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xl\:bag-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xl\:bag-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .bag-group:hover .xl\:group-hover\:bag-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:bag-border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:bag-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:bag-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:bag-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:bag-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:bag-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:bag-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:bag-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:bag-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:bag-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:bag-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:bag-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:bag-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:bag-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:bag-border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xl\:hover\:bag-border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xl\:hover\:bag-border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:bag-border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:bag-border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:bag-border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:bag-border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:bag-border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:bag-border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:bag-border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:bag-border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:bag-border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:bag-border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:bag-border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:bag-border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:bag-border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xl\:focus\:bag-border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xl\:focus\:bag-border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:bag-border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:bag-border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:bag-border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:bag-border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:bag-border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:bag-border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:bag-border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:bag-border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:bag-border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:bag-border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:bag-border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:bag-border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:bag-border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xl\:bag-bg-transparent {
    background-color: transparent;
  }

  .xl\:bag-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bag-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bag-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .xl\:bag-bg-darkGray {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-transparent {
    background-color: transparent;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-darkGray {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bag-bg-transparent:focus-within {
    background-color: transparent;
  }

  .xl\:focus-within\:bag-bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bag-bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bag-bg-gray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bag-bg-darkGray:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:hover\:bag-bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bag-bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bag-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bag-bg-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .xl\:hover\:bag-bg-darkGray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:focus\:bag-bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bag-bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bag-bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bag-bg-gray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 209, 209, var(--tw-bg-opacity));
  }

  .xl\:focus\:bag-bg-darkGray:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 113, var(--tw-bg-opacity));
  }

  .xl\:bag-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xl\:bag-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xl\:bag-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xl\:bag-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xl\:bag-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xl\:bag-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xl\:bag-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xl\:bag-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xl\:bag-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xl\:bag-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xl\:bag-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xl\:bag-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xl\:bag-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xl\:bag-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xl\:bag-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .bag-group:hover .xl\:group-hover\:bag-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bag-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bag-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bag-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bag-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bag-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bag-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bag-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bag-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bag-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bag-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bag-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bag-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bag-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bag-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bag-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bag-bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bag-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bag-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bag-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bag-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bag-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bag-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bag-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bag-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bag-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bag-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bag-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bag-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bag-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bag-bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bag-bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bag-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bag-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bag-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bag-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bag-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bag-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bag-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bag-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bag-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bag-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bag-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bag-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bag-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bag-bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xl\:bag-bg-none {
    background-image: none;
  }

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

  .xl\:bag-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bag-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bag-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bag-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bag-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bag-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bag-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:bag-from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:bag-from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:bag-from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:bag-from-gray {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .xl\:bag-from-darkGray {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:hover\:bag-from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:bag-from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:bag-from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:bag-from-gray:hover {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .xl\:hover\:bag-from-darkGray:hover {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:focus\:bag-from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:bag-from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:bag-from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:bag-from-gray:focus {
    --tw-gradient-from: #d1d1d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .xl\:focus\:bag-from-darkGray:focus {
    --tw-gradient-from: #717171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:bag-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:bag-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:bag-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:bag-via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .xl\:bag-via-darkGray {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:hover\:bag-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:bag-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:bag-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:bag-via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .xl\:hover\:bag-via-darkGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:focus\:bag-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:bag-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:bag-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:bag-via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d1d1, var(--tw-gradient-to, rgba(209, 209, 209, 0));
  }

  .xl\:focus\:bag-via-darkGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #717171, var(--tw-gradient-to, rgba(113, 113, 113, 0));
  }

  .xl\:bag-to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:bag-to-black {
    --tw-gradient-to: #000;
  }

  .xl\:bag-to-white {
    --tw-gradient-to: #fff;
  }

  .xl\:bag-to-gray {
    --tw-gradient-to: #d1d1d1;
  }

  .xl\:bag-to-darkGray {
    --tw-gradient-to: #717171;
  }

  .xl\:hover\:bag-to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:bag-to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl\:hover\:bag-to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:bag-to-gray:hover {
    --tw-gradient-to: #d1d1d1;
  }

  .xl\:hover\:bag-to-darkGray:hover {
    --tw-gradient-to: #717171;
  }

  .xl\:focus\:bag-to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:bag-to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl\:focus\:bag-to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:bag-to-gray:focus {
    --tw-gradient-to: #d1d1d1;
  }

  .xl\:focus\:bag-to-darkGray:focus {
    --tw-gradient-to: #717171;
  }

  .xl\:bag-decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl\:bag-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl\:bag-bg-auto {
    background-size: auto;
  }

  .xl\:bag-bg-cover {
    background-size: cover;
  }

  .xl\:bag-bg-contain {
    background-size: contain;
  }

  .xl\:bag-bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bag-bg-local {
    background-attachment: local;
  }

  .xl\:bag-bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bag-bg-clip-border {
    background-clip: border-box;
  }

  .xl\:bag-bg-clip-padding {
    background-clip: padding-box;
  }

  .xl\:bag-bg-clip-content {
    background-clip: content-box;
  }

  .xl\:bag-bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bag-bg-bottom {
    background-position: bottom;
  }

  .xl\:bag-bg-center {
    background-position: center;
  }

  .xl\:bag-bg-left {
    background-position: left;
  }

  .xl\:bag-bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bag-bg-left-top {
    background-position: left top;
  }

  .xl\:bag-bg-right {
    background-position: right;
  }

  .xl\:bag-bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bag-bg-right-top {
    background-position: right top;
  }

  .xl\:bag-bg-top {
    background-position: top;
  }

  .xl\:bag-bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bag-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bag-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bag-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bag-bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bag-bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bag-bg-origin-border {
    background-origin: border-box;
  }

  .xl\:bag-bg-origin-padding {
    background-origin: padding-box;
  }

  .xl\:bag-bg-origin-content {
    background-origin: content-box;
  }

  .xl\:bag-fill-current {
    fill: currentColor;
  }

  .xl\:bag-stroke-current {
    stroke: currentColor;
  }

  .xl\:bag-stroke-0 {
    stroke-width: 0;
  }

  .xl\:bag-stroke-1 {
    stroke-width: 1;
  }

  .xl\:bag-stroke-2 {
    stroke-width: 2;
  }

  .xl\:bag-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:bag-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:bag-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:bag-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:bag-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:bag-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:bag-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:bag-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:bag-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:bag-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:bag-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:bag-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:bag-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:bag-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:bag-p-0 {
    padding: 0;
  }

  .xl\:bag-p-1 {
    padding: 0.25rem;
  }

  .xl\:bag-p-2 {
    padding: 0.5rem;
  }

  .xl\:bag-p-3 {
    padding: 0.75rem;
  }

  .xl\:bag-p-4 {
    padding: 1rem;
  }

  .xl\:bag-p-5 {
    padding: 1.25rem;
  }

  .xl\:bag-p-6 {
    padding: 1.5rem;
  }

  .xl\:bag-p-8 {
    padding: 2rem;
  }

  .xl\:bag-p-9 {
    padding: 2.25rem;
  }

  .xl\:bag-p-10 {
    padding: 2.5rem;
  }

  .xl\:bag-p-12 {
    padding: 3rem;
  }

  .xl\:bag-p-16 {
    padding: 4rem;
  }

  .xl\:bag-p-20 {
    padding: 5rem;
  }

  .xl\:bag-p-24 {
    padding: 6rem;
  }

  .xl\:bag-p-32 {
    padding: 8rem;
  }

  .xl\:bag-p-40 {
    padding: 10rem;
  }

  .xl\:bag-p-48 {
    padding: 12rem;
  }

  .xl\:bag-p-56 {
    padding: 14rem;
  }

  .xl\:bag-p-64 {
    padding: 16rem;
  }

  .xl\:bag-p-px {
    padding: 1px;
  }

  .xl\:bag-p-gutter {
    padding: 1.5625rem;
  }

  .xl\:bag-p-gutter-full {
    padding: 3.125rem;
  }

  .xl\:first\:bag-p-0:first-child {
    padding: 0;
  }

  .xl\:first\:bag-p-1:first-child {
    padding: 0.25rem;
  }

  .xl\:first\:bag-p-2:first-child {
    padding: 0.5rem;
  }

  .xl\:first\:bag-p-3:first-child {
    padding: 0.75rem;
  }

  .xl\:first\:bag-p-4:first-child {
    padding: 1rem;
  }

  .xl\:first\:bag-p-5:first-child {
    padding: 1.25rem;
  }

  .xl\:first\:bag-p-6:first-child {
    padding: 1.5rem;
  }

  .xl\:first\:bag-p-8:first-child {
    padding: 2rem;
  }

  .xl\:first\:bag-p-9:first-child {
    padding: 2.25rem;
  }

  .xl\:first\:bag-p-10:first-child {
    padding: 2.5rem;
  }

  .xl\:first\:bag-p-12:first-child {
    padding: 3rem;
  }

  .xl\:first\:bag-p-16:first-child {
    padding: 4rem;
  }

  .xl\:first\:bag-p-20:first-child {
    padding: 5rem;
  }

  .xl\:first\:bag-p-24:first-child {
    padding: 6rem;
  }

  .xl\:first\:bag-p-32:first-child {
    padding: 8rem;
  }

  .xl\:first\:bag-p-40:first-child {
    padding: 10rem;
  }

  .xl\:first\:bag-p-48:first-child {
    padding: 12rem;
  }

  .xl\:first\:bag-p-56:first-child {
    padding: 14rem;
  }

  .xl\:first\:bag-p-64:first-child {
    padding: 16rem;
  }

  .xl\:first\:bag-p-px:first-child {
    padding: 1px;
  }

  .xl\:first\:bag-p-gutter:first-child {
    padding: 1.5625rem;
  }

  .xl\:first\:bag-p-gutter-full:first-child {
    padding: 3.125rem;
  }

  .xl\:last\:bag-p-0:last-child {
    padding: 0;
  }

  .xl\:last\:bag-p-1:last-child {
    padding: 0.25rem;
  }

  .xl\:last\:bag-p-2:last-child {
    padding: 0.5rem;
  }

  .xl\:last\:bag-p-3:last-child {
    padding: 0.75rem;
  }

  .xl\:last\:bag-p-4:last-child {
    padding: 1rem;
  }

  .xl\:last\:bag-p-5:last-child {
    padding: 1.25rem;
  }

  .xl\:last\:bag-p-6:last-child {
    padding: 1.5rem;
  }

  .xl\:last\:bag-p-8:last-child {
    padding: 2rem;
  }

  .xl\:last\:bag-p-9:last-child {
    padding: 2.25rem;
  }

  .xl\:last\:bag-p-10:last-child {
    padding: 2.5rem;
  }

  .xl\:last\:bag-p-12:last-child {
    padding: 3rem;
  }

  .xl\:last\:bag-p-16:last-child {
    padding: 4rem;
  }

  .xl\:last\:bag-p-20:last-child {
    padding: 5rem;
  }

  .xl\:last\:bag-p-24:last-child {
    padding: 6rem;
  }

  .xl\:last\:bag-p-32:last-child {
    padding: 8rem;
  }

  .xl\:last\:bag-p-40:last-child {
    padding: 10rem;
  }

  .xl\:last\:bag-p-48:last-child {
    padding: 12rem;
  }

  .xl\:last\:bag-p-56:last-child {
    padding: 14rem;
  }

  .xl\:last\:bag-p-64:last-child {
    padding: 16rem;
  }

  .xl\:last\:bag-p-px:last-child {
    padding: 1px;
  }

  .xl\:last\:bag-p-gutter:last-child {
    padding: 1.5625rem;
  }

  .xl\:last\:bag-p-gutter-full:last-child {
    padding: 3.125rem;
  }

  .xl\:bag-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:bag-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:bag-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:bag-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:bag-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:bag-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:bag-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:bag-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:bag-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:bag-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:bag-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:bag-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:bag-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:bag-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:bag-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:bag-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:bag-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:bag-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:bag-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:bag-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:bag-px-gutter {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:bag-px-gutter-full {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:bag-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:bag-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

  .xl\:bag-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:bag-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:bag-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:bag-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:bag-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:bag-py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:bag-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:bag-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:bag-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:bag-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:bag-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:bag-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:bag-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:bag-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:bag-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:bag-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:bag-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:bag-py-gutter {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:bag-py-gutter-full {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:first\:bag-px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:first\:bag-px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:first\:bag-px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:first\:bag-px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:first\:bag-px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:first\:bag-px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:first\:bag-px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:first\:bag-px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:first\:bag-px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:first\:bag-px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:first\:bag-px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:first\:bag-px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:first\:bag-px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:first\:bag-px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:first\:bag-px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:first\:bag-px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:first\:bag-px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:first\:bag-px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:first\:bag-px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:first\:bag-px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:first\:bag-px-gutter:first-child {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:first\:bag-px-gutter-full:first-child {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:first\:bag-py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:first\:bag-py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:first\:bag-py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:first\:bag-py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:first\:bag-py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:first\:bag-py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:first\:bag-py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:first\:bag-py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:first\:bag-py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:first\:bag-py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:first\:bag-py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:first\:bag-py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:first\:bag-py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:first\:bag-py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:first\:bag-py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:first\:bag-py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:first\:bag-py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:first\:bag-py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:first\:bag-py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:first\:bag-py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:first\:bag-py-gutter:first-child {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:first\:bag-py-gutter-full:first-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:last\:bag-px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:last\:bag-px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:last\:bag-px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:last\:bag-px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:last\:bag-px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:last\:bag-px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:last\:bag-px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:last\:bag-px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:last\:bag-px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:last\:bag-px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:last\:bag-px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:last\:bag-px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:last\:bag-px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:last\:bag-px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:last\:bag-px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:last\:bag-px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:last\:bag-px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:last\:bag-px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:last\:bag-px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:last\:bag-px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:last\:bag-px-gutter:last-child {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .xl\:last\:bag-px-gutter-full:last-child {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:last\:bag-py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:last\:bag-py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:last\:bag-py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:last\:bag-py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:last\:bag-py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:last\:bag-py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:last\:bag-py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:last\:bag-py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:last\:bag-py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:last\:bag-py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:last\:bag-py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:last\:bag-py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:last\:bag-py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:last\:bag-py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:last\:bag-py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:last\:bag-py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:last\:bag-py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:last\:bag-py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:last\:bag-py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:last\:bag-py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:last\:bag-py-gutter:last-child {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .xl\:last\:bag-py-gutter-full:last-child {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:bag-pt-0 {
    padding-top: 0;
  }

  .xl\:bag-pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:bag-pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:bag-pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:bag-pt-4 {
    padding-top: 1rem;
  }

  .xl\:bag-pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:bag-pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:bag-pt-8 {
    padding-top: 2rem;
  }

  .xl\:bag-pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:bag-pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:bag-pt-12 {
    padding-top: 3rem;
  }

  .xl\:bag-pt-16 {
    padding-top: 4rem;
  }

  .xl\:bag-pt-20 {
    padding-top: 5rem;
  }

  .xl\:bag-pt-24 {
    padding-top: 6rem;
  }

  .xl\:bag-pt-32 {
    padding-top: 8rem;
  }

  .xl\:bag-pt-40 {
    padding-top: 10rem;
  }

  .xl\:bag-pt-48 {
    padding-top: 12rem;
  }

  .xl\:bag-pt-56 {
    padding-top: 14rem;
  }

  .xl\:bag-pt-64 {
    padding-top: 16rem;
  }

  .xl\:bag-pt-px {
    padding-top: 1px;
  }

  .xl\:bag-pt-gutter {
    padding-top: 1.5625rem;
  }

  .xl\:bag-pt-gutter-full {
    padding-top: 3.125rem;
  }

  .xl\:bag-pr-0 {
    padding-right: 0;
  }

  .xl\:bag-pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:bag-pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:bag-pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:bag-pr-4 {
    padding-right: 1rem;
  }

  .xl\:bag-pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:bag-pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:bag-pr-8 {
    padding-right: 2rem;
  }

  .xl\:bag-pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:bag-pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:bag-pr-12 {
    padding-right: 3rem;
  }

  .xl\:bag-pr-16 {
    padding-right: 4rem;
  }

  .xl\:bag-pr-20 {
    padding-right: 5rem;
  }

  .xl\:bag-pr-24 {
    padding-right: 6rem;
  }

  .xl\:bag-pr-32 {
    padding-right: 8rem;
  }

  .xl\:bag-pr-40 {
    padding-right: 10rem;
  }

  .xl\:bag-pr-48 {
    padding-right: 12rem;
  }

  .xl\:bag-pr-56 {
    padding-right: 14rem;
  }

  .xl\:bag-pr-64 {
    padding-right: 16rem;
  }

  .xl\:bag-pr-px {
    padding-right: 1px;
  }

  .xl\:bag-pr-gutter {
    padding-right: 1.5625rem;
  }

  .xl\:bag-pr-gutter-full {
    padding-right: 3.125rem;
  }

  .xl\:bag-pb-0 {
    padding-bottom: 0;
  }

  .xl\:bag-pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:bag-pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:bag-pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:bag-pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:bag-pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:bag-pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:bag-pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:bag-pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:bag-pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:bag-pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:bag-pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:bag-pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:bag-pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:bag-pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:bag-pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:bag-pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:bag-pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:bag-pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:bag-pb-px {
    padding-bottom: 1px;
  }

  .xl\:bag-pb-gutter {
    padding-bottom: 1.5625rem;
  }

  .xl\:bag-pb-gutter-full {
    padding-bottom: 3.125rem;
  }

  .xl\:bag-pl-0 {
    padding-left: 0;
  }

  .xl\:bag-pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:bag-pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:bag-pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:bag-pl-4 {
    padding-left: 1rem;
  }

  .xl\:bag-pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:bag-pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:bag-pl-8 {
    padding-left: 2rem;
  }

  .xl\:bag-pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:bag-pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:bag-pl-12 {
    padding-left: 3rem;
  }

  .xl\:bag-pl-16 {
    padding-left: 4rem;
  }

  .xl\:bag-pl-20 {
    padding-left: 5rem;
  }

  .xl\:bag-pl-24 {
    padding-left: 6rem;
  }

  .xl\:bag-pl-32 {
    padding-left: 8rem;
  }

  .xl\:bag-pl-40 {
    padding-left: 10rem;
  }

  .xl\:bag-pl-48 {
    padding-left: 12rem;
  }

  .xl\:bag-pl-56 {
    padding-left: 14rem;
  }

  .xl\:bag-pl-64 {
    padding-left: 16rem;
  }

  .xl\:bag-pl-px {
    padding-left: 1px;
  }

  .xl\:bag-pl-gutter {
    padding-left: 1.5625rem;
  }

  .xl\:bag-pl-gutter-full {
    padding-left: 3.125rem;
  }

  .xl\:first\:bag-pt-0:first-child {
    padding-top: 0;
  }

  .xl\:first\:bag-pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xl\:first\:bag-pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xl\:first\:bag-pt-3:first-child {
    padding-top: 0.75rem;
  }

  .xl\:first\:bag-pt-4:first-child {
    padding-top: 1rem;
  }

  .xl\:first\:bag-pt-5:first-child {
    padding-top: 1.25rem;
  }

  .xl\:first\:bag-pt-6:first-child {
    padding-top: 1.5rem;
  }

  .xl\:first\:bag-pt-8:first-child {
    padding-top: 2rem;
  }

  .xl\:first\:bag-pt-9:first-child {
    padding-top: 2.25rem;
  }

  .xl\:first\:bag-pt-10:first-child {
    padding-top: 2.5rem;
  }

  .xl\:first\:bag-pt-12:first-child {
    padding-top: 3rem;
  }

  .xl\:first\:bag-pt-16:first-child {
    padding-top: 4rem;
  }

  .xl\:first\:bag-pt-20:first-child {
    padding-top: 5rem;
  }

  .xl\:first\:bag-pt-24:first-child {
    padding-top: 6rem;
  }

  .xl\:first\:bag-pt-32:first-child {
    padding-top: 8rem;
  }

  .xl\:first\:bag-pt-40:first-child {
    padding-top: 10rem;
  }

  .xl\:first\:bag-pt-48:first-child {
    padding-top: 12rem;
  }

  .xl\:first\:bag-pt-56:first-child {
    padding-top: 14rem;
  }

  .xl\:first\:bag-pt-64:first-child {
    padding-top: 16rem;
  }

  .xl\:first\:bag-pt-px:first-child {
    padding-top: 1px;
  }

  .xl\:first\:bag-pt-gutter:first-child {
    padding-top: 1.5625rem;
  }

  .xl\:first\:bag-pt-gutter-full:first-child {
    padding-top: 3.125rem;
  }

  .xl\:first\:bag-pr-0:first-child {
    padding-right: 0;
  }

  .xl\:first\:bag-pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xl\:first\:bag-pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xl\:first\:bag-pr-3:first-child {
    padding-right: 0.75rem;
  }

  .xl\:first\:bag-pr-4:first-child {
    padding-right: 1rem;
  }

  .xl\:first\:bag-pr-5:first-child {
    padding-right: 1.25rem;
  }

  .xl\:first\:bag-pr-6:first-child {
    padding-right: 1.5rem;
  }

  .xl\:first\:bag-pr-8:first-child {
    padding-right: 2rem;
  }

  .xl\:first\:bag-pr-9:first-child {
    padding-right: 2.25rem;
  }

  .xl\:first\:bag-pr-10:first-child {
    padding-right: 2.5rem;
  }

  .xl\:first\:bag-pr-12:first-child {
    padding-right: 3rem;
  }

  .xl\:first\:bag-pr-16:first-child {
    padding-right: 4rem;
  }

  .xl\:first\:bag-pr-20:first-child {
    padding-right: 5rem;
  }

  .xl\:first\:bag-pr-24:first-child {
    padding-right: 6rem;
  }

  .xl\:first\:bag-pr-32:first-child {
    padding-right: 8rem;
  }

  .xl\:first\:bag-pr-40:first-child {
    padding-right: 10rem;
  }

  .xl\:first\:bag-pr-48:first-child {
    padding-right: 12rem;
  }

  .xl\:first\:bag-pr-56:first-child {
    padding-right: 14rem;
  }

  .xl\:first\:bag-pr-64:first-child {
    padding-right: 16rem;
  }

  .xl\:first\:bag-pr-px:first-child {
    padding-right: 1px;
  }

  .xl\:first\:bag-pr-gutter:first-child {
    padding-right: 1.5625rem;
  }

  .xl\:first\:bag-pr-gutter-full:first-child {
    padding-right: 3.125rem;
  }

  .xl\:first\:bag-pb-0:first-child {
    padding-bottom: 0;
  }

  .xl\:first\:bag-pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xl\:first\:bag-pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xl\:first\:bag-pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .xl\:first\:bag-pb-4:first-child {
    padding-bottom: 1rem;
  }

  .xl\:first\:bag-pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .xl\:first\:bag-pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .xl\:first\:bag-pb-8:first-child {
    padding-bottom: 2rem;
  }

  .xl\:first\:bag-pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .xl\:first\:bag-pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .xl\:first\:bag-pb-12:first-child {
    padding-bottom: 3rem;
  }

  .xl\:first\:bag-pb-16:first-child {
    padding-bottom: 4rem;
  }

  .xl\:first\:bag-pb-20:first-child {
    padding-bottom: 5rem;
  }

  .xl\:first\:bag-pb-24:first-child {
    padding-bottom: 6rem;
  }

  .xl\:first\:bag-pb-32:first-child {
    padding-bottom: 8rem;
  }

  .xl\:first\:bag-pb-40:first-child {
    padding-bottom: 10rem;
  }

  .xl\:first\:bag-pb-48:first-child {
    padding-bottom: 12rem;
  }

  .xl\:first\:bag-pb-56:first-child {
    padding-bottom: 14rem;
  }

  .xl\:first\:bag-pb-64:first-child {
    padding-bottom: 16rem;
  }

  .xl\:first\:bag-pb-px:first-child {
    padding-bottom: 1px;
  }

  .xl\:first\:bag-pb-gutter:first-child {
    padding-bottom: 1.5625rem;
  }

  .xl\:first\:bag-pb-gutter-full:first-child {
    padding-bottom: 3.125rem;
  }

  .xl\:first\:bag-pl-0:first-child {
    padding-left: 0;
  }

  .xl\:first\:bag-pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xl\:first\:bag-pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xl\:first\:bag-pl-3:first-child {
    padding-left: 0.75rem;
  }

  .xl\:first\:bag-pl-4:first-child {
    padding-left: 1rem;
  }

  .xl\:first\:bag-pl-5:first-child {
    padding-left: 1.25rem;
  }

  .xl\:first\:bag-pl-6:first-child {
    padding-left: 1.5rem;
  }

  .xl\:first\:bag-pl-8:first-child {
    padding-left: 2rem;
  }

  .xl\:first\:bag-pl-9:first-child {
    padding-left: 2.25rem;
  }

  .xl\:first\:bag-pl-10:first-child {
    padding-left: 2.5rem;
  }

  .xl\:first\:bag-pl-12:first-child {
    padding-left: 3rem;
  }

  .xl\:first\:bag-pl-16:first-child {
    padding-left: 4rem;
  }

  .xl\:first\:bag-pl-20:first-child {
    padding-left: 5rem;
  }

  .xl\:first\:bag-pl-24:first-child {
    padding-left: 6rem;
  }

  .xl\:first\:bag-pl-32:first-child {
    padding-left: 8rem;
  }

  .xl\:first\:bag-pl-40:first-child {
    padding-left: 10rem;
  }

  .xl\:first\:bag-pl-48:first-child {
    padding-left: 12rem;
  }

  .xl\:first\:bag-pl-56:first-child {
    padding-left: 14rem;
  }

  .xl\:first\:bag-pl-64:first-child {
    padding-left: 16rem;
  }

  .xl\:first\:bag-pl-px:first-child {
    padding-left: 1px;
  }

  .xl\:first\:bag-pl-gutter:first-child {
    padding-left: 1.5625rem;
  }

  .xl\:first\:bag-pl-gutter-full:first-child {
    padding-left: 3.125rem;
  }

  .xl\:last\:bag-pt-0:last-child {
    padding-top: 0;
  }

  .xl\:last\:bag-pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xl\:last\:bag-pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xl\:last\:bag-pt-3:last-child {
    padding-top: 0.75rem;
  }

  .xl\:last\:bag-pt-4:last-child {
    padding-top: 1rem;
  }

  .xl\:last\:bag-pt-5:last-child {
    padding-top: 1.25rem;
  }

  .xl\:last\:bag-pt-6:last-child {
    padding-top: 1.5rem;
  }

  .xl\:last\:bag-pt-8:last-child {
    padding-top: 2rem;
  }

  .xl\:last\:bag-pt-9:last-child {
    padding-top: 2.25rem;
  }

  .xl\:last\:bag-pt-10:last-child {
    padding-top: 2.5rem;
  }

  .xl\:last\:bag-pt-12:last-child {
    padding-top: 3rem;
  }

  .xl\:last\:bag-pt-16:last-child {
    padding-top: 4rem;
  }

  .xl\:last\:bag-pt-20:last-child {
    padding-top: 5rem;
  }

  .xl\:last\:bag-pt-24:last-child {
    padding-top: 6rem;
  }

  .xl\:last\:bag-pt-32:last-child {
    padding-top: 8rem;
  }

  .xl\:last\:bag-pt-40:last-child {
    padding-top: 10rem;
  }

  .xl\:last\:bag-pt-48:last-child {
    padding-top: 12rem;
  }

  .xl\:last\:bag-pt-56:last-child {
    padding-top: 14rem;
  }

  .xl\:last\:bag-pt-64:last-child {
    padding-top: 16rem;
  }

  .xl\:last\:bag-pt-px:last-child {
    padding-top: 1px;
  }

  .xl\:last\:bag-pt-gutter:last-child {
    padding-top: 1.5625rem;
  }

  .xl\:last\:bag-pt-gutter-full:last-child {
    padding-top: 3.125rem;
  }

  .xl\:last\:bag-pr-0:last-child {
    padding-right: 0;
  }

  .xl\:last\:bag-pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xl\:last\:bag-pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xl\:last\:bag-pr-3:last-child {
    padding-right: 0.75rem;
  }

  .xl\:last\:bag-pr-4:last-child {
    padding-right: 1rem;
  }

  .xl\:last\:bag-pr-5:last-child {
    padding-right: 1.25rem;
  }

  .xl\:last\:bag-pr-6:last-child {
    padding-right: 1.5rem;
  }

  .xl\:last\:bag-pr-8:last-child {
    padding-right: 2rem;
  }

  .xl\:last\:bag-pr-9:last-child {
    padding-right: 2.25rem;
  }

  .xl\:last\:bag-pr-10:last-child {
    padding-right: 2.5rem;
  }

  .xl\:last\:bag-pr-12:last-child {
    padding-right: 3rem;
  }

  .xl\:last\:bag-pr-16:last-child {
    padding-right: 4rem;
  }

  .xl\:last\:bag-pr-20:last-child {
    padding-right: 5rem;
  }

  .xl\:last\:bag-pr-24:last-child {
    padding-right: 6rem;
  }

  .xl\:last\:bag-pr-32:last-child {
    padding-right: 8rem;
  }

  .xl\:last\:bag-pr-40:last-child {
    padding-right: 10rem;
  }

  .xl\:last\:bag-pr-48:last-child {
    padding-right: 12rem;
  }

  .xl\:last\:bag-pr-56:last-child {
    padding-right: 14rem;
  }

  .xl\:last\:bag-pr-64:last-child {
    padding-right: 16rem;
  }

  .xl\:last\:bag-pr-px:last-child {
    padding-right: 1px;
  }

  .xl\:last\:bag-pr-gutter:last-child {
    padding-right: 1.5625rem;
  }

  .xl\:last\:bag-pr-gutter-full:last-child {
    padding-right: 3.125rem;
  }

  .xl\:last\:bag-pb-0:last-child {
    padding-bottom: 0;
  }

  .xl\:last\:bag-pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xl\:last\:bag-pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xl\:last\:bag-pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .xl\:last\:bag-pb-4:last-child {
    padding-bottom: 1rem;
  }

  .xl\:last\:bag-pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .xl\:last\:bag-pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .xl\:last\:bag-pb-8:last-child {
    padding-bottom: 2rem;
  }

  .xl\:last\:bag-pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .xl\:last\:bag-pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .xl\:last\:bag-pb-12:last-child {
    padding-bottom: 3rem;
  }

  .xl\:last\:bag-pb-16:last-child {
    padding-bottom: 4rem;
  }

  .xl\:last\:bag-pb-20:last-child {
    padding-bottom: 5rem;
  }

  .xl\:last\:bag-pb-24:last-child {
    padding-bottom: 6rem;
  }

  .xl\:last\:bag-pb-32:last-child {
    padding-bottom: 8rem;
  }

  .xl\:last\:bag-pb-40:last-child {
    padding-bottom: 10rem;
  }

  .xl\:last\:bag-pb-48:last-child {
    padding-bottom: 12rem;
  }

  .xl\:last\:bag-pb-56:last-child {
    padding-bottom: 14rem;
  }

  .xl\:last\:bag-pb-64:last-child {
    padding-bottom: 16rem;
  }

  .xl\:last\:bag-pb-px:last-child {
    padding-bottom: 1px;
  }

  .xl\:last\:bag-pb-gutter:last-child {
    padding-bottom: 1.5625rem;
  }

  .xl\:last\:bag-pb-gutter-full:last-child {
    padding-bottom: 3.125rem;
  }

  .xl\:last\:bag-pl-0:last-child {
    padding-left: 0;
  }

  .xl\:last\:bag-pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xl\:last\:bag-pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xl\:last\:bag-pl-3:last-child {
    padding-left: 0.75rem;
  }

  .xl\:last\:bag-pl-4:last-child {
    padding-left: 1rem;
  }

  .xl\:last\:bag-pl-5:last-child {
    padding-left: 1.25rem;
  }

  .xl\:last\:bag-pl-6:last-child {
    padding-left: 1.5rem;
  }

  .xl\:last\:bag-pl-8:last-child {
    padding-left: 2rem;
  }

  .xl\:last\:bag-pl-9:last-child {
    padding-left: 2.25rem;
  }

  .xl\:last\:bag-pl-10:last-child {
    padding-left: 2.5rem;
  }

  .xl\:last\:bag-pl-12:last-child {
    padding-left: 3rem;
  }

  .xl\:last\:bag-pl-16:last-child {
    padding-left: 4rem;
  }

  .xl\:last\:bag-pl-20:last-child {
    padding-left: 5rem;
  }

  .xl\:last\:bag-pl-24:last-child {
    padding-left: 6rem;
  }

  .xl\:last\:bag-pl-32:last-child {
    padding-left: 8rem;
  }

  .xl\:last\:bag-pl-40:last-child {
    padding-left: 10rem;
  }

  .xl\:last\:bag-pl-48:last-child {
    padding-left: 12rem;
  }

  .xl\:last\:bag-pl-56:last-child {
    padding-left: 14rem;
  }

  .xl\:last\:bag-pl-64:last-child {
    padding-left: 16rem;
  }

  .xl\:last\:bag-pl-px:last-child {
    padding-left: 1px;
  }

  .xl\:last\:bag-pl-gutter:last-child {
    padding-left: 1.5625rem;
  }

  .xl\:last\:bag-pl-gutter-full:last-child {
    padding-left: 3.125rem;
  }

  .xl\:bag-text-left {
    text-align: left;
  }

  .xl\:bag-text-center {
    text-align: center;
  }

  .xl\:bag-text-right {
    text-align: right;
  }

  .xl\:bag-text-justify {
    text-align: justify;
  }

  .xl\:bag-align-baseline {
    vertical-align: baseline;
  }

  .xl\:bag-align-top {
    vertical-align: top;
  }

  .xl\:bag-align-middle {
    vertical-align: middle;
  }

  .xl\:bag-align-bottom {
    vertical-align: bottom;
  }

  .xl\:bag-align-text-top {
    vertical-align: text-top;
  }

  .xl\:bag-align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:bag-font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:bag-text-xs {
    font-size: 0.75rem;
  }

  .xl\:bag-text-sm {
    font-size: 0.875rem;
  }

  .xl\:bag-text-base {
    font-size: 1rem;
  }

  .xl\:bag-text-lg {
    font-size: 1.125rem;
  }

  .xl\:bag-text-xl {
    font-size: 1.5rem;
  }

  .xl\:bag-text-2xl {
    font-size: 2rem;
  }

  .xl\:bag-text-3xl {
    font-size: 2.25rem;
  }

  .xl\:bag-text-4xl {
    font-size: 3rem;
  }

  .xl\:bag-text-5xl {
    font-size: 4rem;
  }

  .xl\:bag-font-light {
    font-weight: 300;
  }

  .xl\:bag-font-normal {
    font-weight: 400;
  }

  .xl\:bag-font-bold {
    font-weight: 700;
  }

  .xl\:bag-uppercase {
    text-transform: uppercase;
  }

  .xl\:bag-lowercase {
    text-transform: lowercase;
  }

  .xl\:bag-capitalize {
    text-transform: capitalize;
  }

  .xl\:bag-normal-case {
    text-transform: none;
  }

  .xl\:bag-italic {
    font-style: italic;
  }

  .xl\:bag-not-italic {
    font-style: normal;
  }

  .xl\:bag-ordinal, .xl\:bag-slashed-zero, .xl\:bag-lining-nums, .xl\:bag-oldstyle-nums, .xl\:bag-proportional-nums, .xl\:bag-tabular-nums, .xl\:bag-diagonal-fractions, .xl\:bag-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:bag-normal-nums {
    font-variant-numeric: normal;
  }

  .xl\:bag-ordinal {
    --tw-ordinal: ordinal;
  }

  .xl\:bag-slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:bag-lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:bag-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:bag-proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:bag-tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:bag-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:bag-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:bag-leading-none {
    line-height: 1;
  }

  .xl\:bag-leading-tight {
    line-height: 1.25;
  }

  .xl\:bag-leading-snug {
    line-height: 1.375;
  }

  .xl\:bag-leading-normal {
    line-height: 1.5;
  }

  .xl\:bag-leading-relaxed {
    line-height: 1.625;
  }

  .xl\:bag-leading-loose {
    line-height: 2;
  }

  .xl\:bag-tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:bag-tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:bag-tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:bag-text-transparent {
    color: transparent;
  }

  .xl\:bag-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:bag-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:bag-text-gray {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .xl\:bag-text-darkGray {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-text-transparent {
    color: transparent;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-text-gray {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .bag-group:hover .xl\:group-hover\:bag-text-darkGray {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus-within\:bag-text-transparent:focus-within {
    color: transparent;
  }

  .xl\:focus-within\:bag-text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:bag-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:bag-text-gray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .xl\:focus-within\:bag-text-darkGray:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl\:hover\:bag-text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:bag-text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:bag-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:bag-text-gray:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .xl\:hover\:bag-text-darkGray:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl\:focus\:bag-text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:bag-text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:bag-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:bag-text-gray:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-text-opacity));
  }

  .xl\:focus\:bag-text-darkGray:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity));
  }

  .xl\:bag-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xl\:bag-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xl\:bag-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xl\:bag-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xl\:bag-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xl\:bag-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xl\:bag-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xl\:bag-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xl\:bag-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl\:bag-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xl\:bag-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xl\:bag-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xl\:bag-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xl\:bag-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xl\:bag-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .bag-group:hover .xl\:group-hover\:bag-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:bag-text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:bag-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:bag-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:bag-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:bag-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:bag-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:bag-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:bag-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:bag-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:bag-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:bag-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:bag-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:bag-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:bag-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:bag-text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xl\:hover\:bag-text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xl\:hover\:bag-text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:bag-text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:bag-text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:bag-text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:bag-text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:bag-text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:bag-text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:bag-text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:bag-text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:bag-text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:bag-text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:bag-text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:bag-text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:bag-text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xl\:focus\:bag-text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xl\:focus\:bag-text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:bag-text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:bag-text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:bag-text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:bag-text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:bag-text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:bag-text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:bag-text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:bag-text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:bag-text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:bag-text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:bag-text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:bag-text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:bag-text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xl\:bag-underline {
    text-decoration: underline;
  }

  .xl\:bag-line-through {
    text-decoration: line-through;
  }

  .xl\:bag-no-underline {
    text-decoration: none;
  }

  .bag-group:hover .xl\:group-hover\:bag-underline {
    text-decoration: underline;
  }

  .bag-group:hover .xl\:group-hover\:bag-line-through {
    text-decoration: line-through;
  }

  .bag-group:hover .xl\:group-hover\:bag-no-underline {
    text-decoration: none;
  }

  .xl\:focus-within\:bag-underline:focus-within {
    text-decoration: underline;
  }

  .xl\:focus-within\:bag-line-through:focus-within {
    text-decoration: line-through;
  }

  .xl\:focus-within\:bag-no-underline:focus-within {
    text-decoration: none;
  }

  .xl\:hover\:bag-underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:bag-line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:bag-no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:bag-underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:bag-line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:bag-no-underline:focus {
    text-decoration: none;
  }

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

  .xl\:bag-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:bag-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:bag-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:bag-placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:bag-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-gray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-darkGray::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-darkGray:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-darkGray::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:bag-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:bag-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:bag-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-gray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 209, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-darkGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-darkGray:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:bag-placeholder-darkGray:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-placeholder-opacity));
  }

  .xl\:bag-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:bag-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:bag-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:bag-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:bag-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:bag-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:bag-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:bag-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:bag-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:bag-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:bag-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:bag-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:bag-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:bag-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:bag-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:bag-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:bag-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:bag-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:bag-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:bag-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:bag-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:bag-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:bag-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:bag-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:bag-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:bag-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:bag-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:bag-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:bag-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:bag-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:bag-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:bag-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:bag-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:bag-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:bag-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:bag-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:bag-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:bag-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:bag-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:bag-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:bag-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:bag-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:bag-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:bag-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:bag-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:bag-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:bag-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:bag-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:bag-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:bag-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:bag-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:bag-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:bag-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:bag-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:bag-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:bag-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:bag-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:bag-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:bag-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:bag-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:bag-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:bag-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:bag-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:bag-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:bag-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:bag-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:bag-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:bag-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:bag-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:bag-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:bag-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:bag-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:bag-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:bag-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:bag-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:bag-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:bag-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:bag-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:bag-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:bag-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:bag-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:bag-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:bag-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:bag-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:bag-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:bag-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:bag-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:bag-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:bag-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:bag-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:bag-opacity-0 {
    opacity: 0;
  }

  .xl\:bag-opacity-5 {
    opacity: 0.05;
  }

  .xl\:bag-opacity-10 {
    opacity: 0.1;
  }

  .xl\:bag-opacity-20 {
    opacity: 0.2;
  }

  .xl\:bag-opacity-25 {
    opacity: 0.25;
  }

  .xl\:bag-opacity-30 {
    opacity: 0.3;
  }

  .xl\:bag-opacity-40 {
    opacity: 0.4;
  }

  .xl\:bag-opacity-50 {
    opacity: 0.5;
  }

  .xl\:bag-opacity-60 {
    opacity: 0.6;
  }

  .xl\:bag-opacity-70 {
    opacity: 0.7;
  }

  .xl\:bag-opacity-75 {
    opacity: 0.75;
  }

  .xl\:bag-opacity-80 {
    opacity: 0.8;
  }

  .xl\:bag-opacity-90 {
    opacity: 0.9;
  }

  .xl\:bag-opacity-95 {
    opacity: 0.95;
  }

  .xl\:bag-opacity-100 {
    opacity: 1;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-0 {
    opacity: 0;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-5 {
    opacity: 0.05;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-10 {
    opacity: 0.1;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-20 {
    opacity: 0.2;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-25 {
    opacity: 0.25;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-30 {
    opacity: 0.3;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-40 {
    opacity: 0.4;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-50 {
    opacity: 0.5;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-60 {
    opacity: 0.6;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-70 {
    opacity: 0.7;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-75 {
    opacity: 0.75;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-80 {
    opacity: 0.8;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-90 {
    opacity: 0.9;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-95 {
    opacity: 0.95;
  }

  .bag-group:hover .xl\:group-hover\:bag-opacity-100 {
    opacity: 1;
  }

  .xl\:focus-within\:bag-opacity-0:focus-within {
    opacity: 0;
  }

  .xl\:focus-within\:bag-opacity-5:focus-within {
    opacity: 0.05;
  }

  .xl\:focus-within\:bag-opacity-10:focus-within {
    opacity: 0.1;
  }

  .xl\:focus-within\:bag-opacity-20:focus-within {
    opacity: 0.2;
  }

  .xl\:focus-within\:bag-opacity-25:focus-within {
    opacity: 0.25;
  }

  .xl\:focus-within\:bag-opacity-30:focus-within {
    opacity: 0.3;
  }

  .xl\:focus-within\:bag-opacity-40:focus-within {
    opacity: 0.4;
  }

  .xl\:focus-within\:bag-opacity-50:focus-within {
    opacity: 0.5;
  }

  .xl\:focus-within\:bag-opacity-60:focus-within {
    opacity: 0.6;
  }

  .xl\:focus-within\:bag-opacity-70:focus-within {
    opacity: 0.7;
  }

  .xl\:focus-within\:bag-opacity-75:focus-within {
    opacity: 0.75;
  }

  .xl\:focus-within\:bag-opacity-80:focus-within {
    opacity: 0.8;
  }

  .xl\:focus-within\:bag-opacity-90:focus-within {
    opacity: 0.9;
  }

  .xl\:focus-within\:bag-opacity-95:focus-within {
    opacity: 0.95;
  }

  .xl\:focus-within\:bag-opacity-100:focus-within {
    opacity: 1;
  }

  .xl\:hover\:bag-opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:bag-opacity-5:hover {
    opacity: 0.05;
  }

  .xl\:hover\:bag-opacity-10:hover {
    opacity: 0.1;
  }

  .xl\:hover\:bag-opacity-20:hover {
    opacity: 0.2;
  }

  .xl\:hover\:bag-opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:bag-opacity-30:hover {
    opacity: 0.3;
  }

  .xl\:hover\:bag-opacity-40:hover {
    opacity: 0.4;
  }

  .xl\:hover\:bag-opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:bag-opacity-60:hover {
    opacity: 0.6;
  }

  .xl\:hover\:bag-opacity-70:hover {
    opacity: 0.7;
  }

  .xl\:hover\:bag-opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:bag-opacity-80:hover {
    opacity: 0.8;
  }

  .xl\:hover\:bag-opacity-90:hover {
    opacity: 0.9;
  }

  .xl\:hover\:bag-opacity-95:hover {
    opacity: 0.95;
  }

  .xl\:hover\:bag-opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:bag-opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:bag-opacity-5:focus {
    opacity: 0.05;
  }

  .xl\:focus\:bag-opacity-10:focus {
    opacity: 0.1;
  }

  .xl\:focus\:bag-opacity-20:focus {
    opacity: 0.2;
  }

  .xl\:focus\:bag-opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:bag-opacity-30:focus {
    opacity: 0.3;
  }

  .xl\:focus\:bag-opacity-40:focus {
    opacity: 0.4;
  }

  .xl\:focus\:bag-opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:bag-opacity-60:focus {
    opacity: 0.6;
  }

  .xl\:focus\:bag-opacity-70:focus {
    opacity: 0.7;
  }

  .xl\:focus\:bag-opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:bag-opacity-80:focus {
    opacity: 0.8;
  }

  .xl\:focus\:bag-opacity-90:focus {
    opacity: 0.9;
  }

  .xl\:focus\:bag-opacity-95:focus {
    opacity: 0.95;
  }

  .xl\:focus\:bag-opacity-100:focus {
    opacity: 1;
  }

  .xl\:bag-bg-blend-normal {
    background-blend-mode: normal;
  }

  .xl\:bag-bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xl\:bag-bg-blend-screen {
    background-blend-mode: screen;
  }

  .xl\:bag-bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xl\:bag-bg-blend-darken {
    background-blend-mode: darken;
  }

  .xl\:bag-bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xl\:bag-bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xl\:bag-bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xl\:bag-bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xl\:bag-bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xl\:bag-bg-blend-difference {
    background-blend-mode: difference;
  }

  .xl\:bag-bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xl\:bag-bg-blend-hue {
    background-blend-mode: hue;
  }

  .xl\:bag-bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xl\:bag-bg-blend-color {
    background-blend-mode: color;
  }

  .xl\:bag-bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xl\:bag-mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xl\:bag-mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xl\:bag-mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xl\:bag-mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xl\:bag-mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xl\:bag-mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xl\:bag-mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xl\:bag-mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xl\:bag-mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xl\:bag-mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xl\:bag-mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xl\:bag-mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xl\:bag-mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xl\:bag-mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xl\:bag-mix-blend-color {
    mix-blend-mode: color;
  }

  .xl\:bag-mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xl\:bag-shadow-default {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:bag-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:bag-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:bag-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:bag-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:bag-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:bag-shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:bag-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .xl\:group-hover\:bag-shadow-default {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .xl\:group-hover\:bag-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .xl\:group-hover\:bag-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .xl\:group-hover\:bag-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .xl\:group-hover\:bag-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .xl\:group-hover\:bag-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .xl\:group-hover\:bag-shadow-outline {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .bag-group:hover .xl\:group-hover\:bag-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:bag-shadow-default:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:bag-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:bag-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:bag-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:bag-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:bag-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:bag-shadow-outline:focus-within {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:bag-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bag-shadow-default:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bag-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bag-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bag-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bag-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bag-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bag-shadow-outline:hover {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:bag-shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:bag-shadow-default:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:bag-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:bag-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:bag-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:bag-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:bag-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:bag-shadow-outline:focus {
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:bag-shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:bag-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:bag-outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:bag-outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:bag-outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:bag-outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:bag-outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:bag-outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:bag-outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:bag-outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:bag-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:bag-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:bag-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:bag-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:bag-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:bag-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:bag-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:bag-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:bag-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:bag-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:bag-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:bag-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:bag-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:bag-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:bag-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:bag-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:bag-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:bag-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:bag-ring-inset {
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:bag-ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xl\:focus\:bag-ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xl\:bag-ring-transparent {
    --tw-ring-color: transparent;
  }

  .xl\:bag-ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:bag-ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:bag-ring-gray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .xl\:bag-ring-darkGray {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:bag-ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:bag-ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:bag-ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:bag-ring-gray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:bag-ring-darkGray:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:focus\:bag-ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xl\:focus\:bag-ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:bag-ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:bag-ring-gray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 209, 209, var(--tw-ring-opacity));
  }

  .xl\:focus\:bag-ring-darkGray:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 113, var(--tw-ring-opacity));
  }

  .xl\:bag-ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xl\:bag-ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xl\:bag-ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xl\:bag-ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xl\:bag-ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xl\:bag-ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xl\:bag-ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xl\:bag-ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xl\:bag-ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xl\:bag-ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xl\:bag-ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xl\:bag-ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xl\:bag-ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xl\:bag-ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xl\:bag-ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:bag-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:bag-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:bag-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:bag-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:bag-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:bag-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:bag-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:bag-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:bag-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:bag-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:bag-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:bag-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:bag-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:bag-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:bag-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:bag-ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:bag-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:bag-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:bag-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:bag-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:bag-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:bag-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:bag-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:bag-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:bag-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:bag-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:bag-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:bag-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:bag-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:bag-ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xl\:bag-ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xl\:bag-ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xl\:bag-ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xl\:bag-ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xl\:bag-ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:bag-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:bag-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:bag-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:bag-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:bag-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:bag-ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:bag-ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:bag-ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:bag-ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:bag-ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xl\:bag-ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xl\:bag-ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xl\:bag-ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl\:bag-ring-offset-gray {
    --tw-ring-offset-color: #d1d1d1;
  }

  .xl\:bag-ring-offset-darkGray {
    --tw-ring-offset-color: #717171;
  }

  .xl\:focus-within\:bag-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:bag-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:bag-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:bag-ring-offset-gray:focus-within {
    --tw-ring-offset-color: #d1d1d1;
  }

  .xl\:focus-within\:bag-ring-offset-darkGray:focus-within {
    --tw-ring-offset-color: #717171;
  }

  .xl\:focus\:bag-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:bag-ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:bag-ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:bag-ring-offset-gray:focus {
    --tw-ring-offset-color: #d1d1d1;
  }

  .xl\:focus\:bag-ring-offset-darkGray:focus {
    --tw-ring-offset-color: #717171;
  }

  .xl\:bag-filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:bag-filter-none {
    filter: none;
  }

  .xl\:bag-blur-0 {
    --tw-blur: blur(0);
  }

  .xl\:bag-blur-none {
    --tw-blur: blur(0);
  }

  .xl\:bag-blur-sm {
    --tw-blur: blur(4px);
  }

  .xl\:bag-blur {
    --tw-blur: blur(8px);
  }

  .xl\:bag-blur-md {
    --tw-blur: blur(12px);
  }

  .xl\:bag-blur-lg {
    --tw-blur: blur(16px);
  }

  .xl\:bag-blur-xl {
    --tw-blur: blur(24px);
  }

  .xl\:bag-blur-2xl {
    --tw-blur: blur(40px);
  }

  .xl\:bag-blur-3xl {
    --tw-blur: blur(64px);
  }

  .xl\:bag-brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xl\:bag-brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xl\:bag-brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xl\:bag-brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xl\:bag-brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xl\:bag-brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xl\:bag-brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xl\:bag-brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xl\:bag-brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xl\:bag-brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xl\:bag-brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xl\:bag-contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xl\:bag-contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xl\:bag-contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xl\:bag-contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xl\:bag-contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xl\:bag-contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xl\:bag-contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xl\:bag-drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xl\:bag-drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xl\:bag-drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xl\:bag-drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xl\:bag-drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xl\:bag-drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xl\:bag-drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xl\:bag-grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xl\:bag-grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xl\:bag-hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl\:bag-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl\:bag-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl\:bag-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl\:bag-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl\:bag-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl\:bag--hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:bag--hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:bag--hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:bag--hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:bag--hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:bag-invert-0 {
    --tw-invert: invert(0);
  }

  .xl\:bag-invert {
    --tw-invert: invert(100%);
  }

  .xl\:bag-saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xl\:bag-saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xl\:bag-saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xl\:bag-saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xl\:bag-saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xl\:bag-sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xl\:bag-sepia {
    --tw-sepia: sepia(100%);
  }

  .xl\:bag-backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:bag-backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xl\:bag-backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:bag-backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:bag-backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xl\:bag-backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xl\:bag-backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xl\:bag-backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xl\:bag-backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xl\:bag-backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xl\:bag-backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xl\:bag-backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xl\:bag-backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl\:bag-backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl\:bag-backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl\:bag-backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl\:bag-backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xl\:bag-backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl\:bag-backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl\:bag-backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl\:bag-backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl\:bag-backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xl\:bag-backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xl\:bag-backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl\:bag-backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl\:bag-backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xl\:bag-backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl\:bag-backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl\:bag-backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xl\:bag-backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl\:bag-backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl\:bag-backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl\:bag-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl\:bag-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl\:bag-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl\:bag-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl\:bag-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl\:bag--backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:bag--backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:bag--backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:bag--backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:bag--backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:bag-backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xl\:bag-backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xl\:bag-backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xl\:bag-backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xl\:bag-backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xl\:bag-backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xl\:bag-backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl\:bag-backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xl\:bag-backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xl\:bag-backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xl\:bag-backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xl\:bag-backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xl\:bag-backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl\:bag-backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xl\:bag-backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xl\:bag-backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xl\:bag-backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xl\:bag-backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xl\:bag-backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl\:bag-backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xl\:bag-backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl\:bag-backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xl\:bag-backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xl\:bag-backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xl\:bag-transition-none {
    transition-property: none;
  }

  .xl\:bag-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:bag-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:bag-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:bag-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:bag-transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:bag-transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:bag-delay-75 {
    transition-delay: 75ms;
  }

  .xl\:bag-delay-100 {
    transition-delay: 100ms;
  }

  .xl\:bag-delay-150 {
    transition-delay: 150ms;
  }

  .xl\:bag-delay-200 {
    transition-delay: 200ms;
  }

  .xl\:bag-delay-300 {
    transition-delay: 300ms;
  }

  .xl\:bag-delay-500 {
    transition-delay: 500ms;
  }

  .xl\:bag-delay-700 {
    transition-delay: 700ms;
  }

  .xl\:bag-delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:bag-duration-75 {
    transition-duration: 75ms;
  }

  .xl\:bag-duration-100 {
    transition-duration: 100ms;
  }

  .xl\:bag-duration-150 {
    transition-duration: 150ms;
  }

  .xl\:bag-duration-200 {
    transition-duration: 200ms;
  }

  .xl\:bag-duration-300 {
    transition-duration: 300ms;
  }

  .xl\:bag-duration-500 {
    transition-duration: 500ms;
  }

  .xl\:bag-duration-700 {
    transition-duration: 700ms;
  }

  .xl\:bag-duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:bag-ease-linear {
    transition-timing-function: linear;
  }

  .xl\:bag-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:bag-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:bag-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

/*# sourceMappingURL=ll-bag.min.css.map*/